Mercurial > hg > xemacs-beta
annotate modules/ChangeLog @ 4917:fce43cb76a1c
xlike cleanup, documentation
-------------------- ChangeLog entries follow: --------------------
man/ChangeLog addition:
2010-02-03 Ben Wing <ben@xemacs.org>
* internals/internals.texi (Top):
* internals/internals.texi (Evaluation; Stack Frames; Bindings):
* internals/internals.texi (Ben's README):
* internals/internals.texi (Consoles; Devices; Frames; Windows):
* internals/internals.texi (Window Hierarchy):
* internals/internals.texi (The Window Object):
* internals/internals.texi (Modules for the Basic Displayable Lisp Objects):
* internals/internals.texi (Window-System Support):
* internals/internals.texi (Creating a Window-System Type):
* internals/internals.texi (Discussion -- Garbage Collection):
Update the part at the top about how to maintain the file with
more tips.
Add a chapter on "window-system support" describing in a general
way how the support for different window systems/device types
works, including the separation between device-independent and
device-dependent parts, device methods, the specific device types
and the "xlike" pseudo-type.
src/ChangeLog addition:
2010-02-03 Ben Wing <ben@xemacs.org>
* Makefile.in.in:
* Makefile.in.in (x_objs):
* Makefile.in.in (gtk_gui_objs):
* console-xlike-inc.h:
* depend:
* device-x.c:
* emacs.c:
* gccache-gtk.h:
* gccache-gtk.h (gc_cache_lookup):
* gccache-x.c:
* gccache-x.c (GCCACHE_HASH):
* gccache-x.h:
* toolbar-gtk.c:
* toolbar-gtk.c (gtk_initialize_frame_toolbars):
* toolbar-x.c:
* toolbar-x.c (x_initialize_frame_toolbars):
* toolbar-xlike.c:
* toolbar-xlike.c (xlike_draw_blank_toolbar_button):
* toolbar-xlike.c (xlike_output_toolbar_button):
* toolbar-xlike.c (xlike_get_button_size):
* toolbar-xlike.c (XLIKE_OUTPUT_BUTTONS_LOOP):
* toolbar-xlike.c (xlike_output_toolbar):
* toolbar-xlike.c (xlike_clear_toolbar):
* toolbar-xlike.c (xlike_output_frame_toolbars):
* toolbar-xlike.c (xlike_clear_frame_toolbars):
* toolbar-xlike.c (xlike_redraw_exposed_toolbar):
* toolbar-xlike.c (xlike_redraw_exposed_toolbars):
* toolbar-xlike.c (xlike_redraw_frame_toolbars):
* toolbar-xlike.h:
* toolbar-xlike.h (xlike_clear_frame_toolbars):
Rename some files to make them consistent with general naming rules:
xgccache.c -> gccache-x.c
xgccache.h -> gccache-x.h
toolbar-common.c -> toolbar-xlike.c
toolbar-common.h -> toolbar-xlike.h
Fix include-file references. Also change the names of functions
in now-named toolbar-xlike.c to be xlike_foo() instead of common_foo().
Add a longish comment in console-xlike-inc.h describing the "xlike"
system, how it works and what the various files are used for.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 03 Feb 2010 02:46:50 -0600 |
parents | c356806cc933 |
children | 8b63e21b0436 |
rev | line source |
---|---|
4879
c356806cc933
fix compile errors when --with-msw=no
Ben Wing <ben@xemacs.org>
parents:
4835
diff
changeset
|
1 2010-01-16 Ben Wing <ben@xemacs.org> |
c356806cc933
fix compile errors when --with-msw=no
Ben Wing <ben@xemacs.org>
parents:
4835
diff
changeset
|
2 |
c356806cc933
fix compile errors when --with-msw=no
Ben Wing <ben@xemacs.org>
parents:
4835
diff
changeset
|
3 * common/Makefile.common: |
c356806cc933
fix compile errors when --with-msw=no
Ben Wing <ben@xemacs.org>
parents:
4835
diff
changeset
|
4 * common/Makefile.common (.PHONY): |
c356806cc933
fix compile errors when --with-msw=no
Ben Wing <ben@xemacs.org>
parents:
4835
diff
changeset
|
5 Use WIN32_ANY not HAVE_MS_WINDOWS so we still link with the |
c356806cc933
fix compile errors when --with-msw=no
Ben Wing <ben@xemacs.org>
parents:
4835
diff
changeset
|
6 import library even when --with-msw=no. |
c356806cc933
fix compile errors when --with-msw=no
Ben Wing <ben@xemacs.org>
parents:
4835
diff
changeset
|
7 |
4835
1e90dc478938
imported patch changelog-changes-1-11-10
Ben Wing <ben@xemacs.org>
parents:
4759
diff
changeset
|
8 2010-01-11 Ben Wing <ben@xemacs.org> |
1e90dc478938
imported patch changelog-changes-1-11-10
Ben Wing <ben@xemacs.org>
parents:
4759
diff
changeset
|
9 |
1e90dc478938
imported patch changelog-changes-1-11-10
Ben Wing <ben@xemacs.org>
parents:
4759
diff
changeset
|
10 * ldap/eldap.c (Fldap_search_basic): |
1e90dc478938
imported patch changelog-changes-1-11-10
Ben Wing <ben@xemacs.org>
parents:
4759
diff
changeset
|
11 Cast to Extbyte * to avoid C++ compile error. |
1e90dc478938
imported patch changelog-changes-1-11-10
Ben Wing <ben@xemacs.org>
parents:
4759
diff
changeset
|
12 |
4759
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4737
diff
changeset
|
13 2009-11-10 Jerry James <james@xemacs.org> |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4737
diff
changeset
|
14 |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4737
diff
changeset
|
15 * canna/canna_api.c (Fcanna_initialize): Drop support for the NEC EWS. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4737
diff
changeset
|
16 |
4737
dce479915b74
Clarify the GPL status of several sample module files. J. Kean Johnston
Jerry James <james@xemacs.org>
parents:
4710
diff
changeset
|
17 2009-11-09 Jerry James <james@xemacs.org> |
dce479915b74
Clarify the GPL status of several sample module files. J. Kean Johnston
Jerry James <james@xemacs.org>
parents:
4710
diff
changeset
|
18 |
dce479915b74
Clarify the GPL status of several sample module files. J. Kean Johnston
Jerry James <james@xemacs.org>
parents:
4710
diff
changeset
|
19 * sample/external/Makefile.in.in: Clarify GPL status. |
dce479915b74
Clarify the GPL status of several sample module files. J. Kean Johnston
Jerry James <james@xemacs.org>
parents:
4710
diff
changeset
|
20 * sample/external/configure.ac: Ditto. |
dce479915b74
Clarify the GPL status of several sample module files. J. Kean Johnston
Jerry James <james@xemacs.org>
parents:
4710
diff
changeset
|
21 * sample/external/sample.c: Ditto. |
dce479915b74
Clarify the GPL status of several sample module files. J. Kean Johnston
Jerry James <james@xemacs.org>
parents:
4710
diff
changeset
|
22 * sample/internal/sample.c: Ditto. |
dce479915b74
Clarify the GPL status of several sample module files. J. Kean Johnston
Jerry James <james@xemacs.org>
parents:
4710
diff
changeset
|
23 |
4710
3a87551bfeb5
Fixes for a number of minor warnings issued by gcc. See xemacs-patches message
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
24 2009-10-05 Jerry James <james@xemacs.org> |
3a87551bfeb5
Fixes for a number of minor warnings issued by gcc. See xemacs-patches message
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
25 |
3a87551bfeb5
Fixes for a number of minor warnings issued by gcc. See xemacs-patches message
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
26 * ldap/eldap.c (Fldap_search_basic): quiet gcc warnings due to |
3a87551bfeb5
Fixes for a number of minor warnings issued by gcc. See xemacs-patches message
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
27 NEW_LISP_STRING_TO_EXTERNAL modifying a variable while computing a |
3a87551bfeb5
Fixes for a number of minor warnings issued by gcc. See xemacs-patches message
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
28 result to be passed as a parameter. |
3a87551bfeb5
Fixes for a number of minor warnings issued by gcc. See xemacs-patches message
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
29 |
4636
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4420
diff
changeset
|
30 2009-05-18 Stephen J. Turnbull <stephen@xemacs.org> |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4420
diff
changeset
|
31 |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4420
diff
changeset
|
32 * XEmacs 21.5.29 "garbanzo" is released. |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4420
diff
changeset
|
33 |
4420
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
34 2008-02-12 Jerry James <james@xemacs.org> |
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
35 |
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
36 * canna/install-sh: Update to latest FSF version. |
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
37 * ldap/install-sh: Ditto. |
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
38 * postgresql/install-sh: Ditto. |
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
39 * sample/external/install-sh: Ditto. |
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
40 * sample/internal/install-sh: Ditto. |
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
41 |
4042 | 42 2007-06-23 Stephen J. Turnbull <stephen@xemacs.org> |
43 | |
44 * canna/canna_api.c (Fcanna_set_bunsetsu): | |
45 (Fcanna_initialize): | |
46 Suppress warnings about loss of precision on amd64. | |
47 | |
4027 | 48 2007-06-23 Stephen J. Turnbull <stephen@xemacs.org> |
49 | |
50 * ldap/eldap.h: Declare that we use deprecated API. | |
51 Thanks to Mats Lidell <matsl@xemacs.org> for the report & patch: | |
52 <871wgnqunm.fsf@spencer.lidell.homelinux.net>. | |
53 | |
3975 | 54 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
55 | |
56 * XEmacs 21.5.28 "fuki" is released. | |
57 | |
3830 | 58 2007-02-16 Stephen J. Turnbull <stephen@xemacs.org> |
59 | |
60 * canna/canna_api.c: Move CANNA_NEW_WCHAR_AWARE to config.h. | |
61 Clean up ancient cruft for IROHA (Canna v.1) support. | |
62 | |
3820 | 63 2007-02-08 Adrian Aichner <adrian@xemacs.org> |
64 | |
65 * postgresql/postgresql.c: Update Steve L. Baur's address on his | |
66 request. | |
67 * postgresql/postgresql.h: Ditto. | |
68 | |
3402 | 69 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org> |
70 | |
71 * XEmacs 21.5.27 "fiddleheads" is released. | |
72 | |
3323 | 73 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
74 | |
75 * XEmacs 21.5.26 "endive" is released. | |
76 | |
3259 | 77 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
78 | |
79 * XEmacs 21.5.25 "eggplant" is released. | |
80 | |
3150 | 81 2005-12-18 Stephen J. Turnbull <stephen@xemacs.org> |
82 | |
83 * XEmacs 21.5.24 "dandelion" is released. | |
84 | |
3083 | 85 2005-11-22 Ben Wing <ben@xemacs.org> |
86 | |
87 * common/Makefile.common (mostlyclean): | |
88 Ignore errors from rm during clean. | |
89 | |
3071 | 90 2005-11-16 Stephen J. Turnbull <stephen@xemacs.org> |
91 | |
92 * canna/canna_api.c: Small fixes to Mule-ization patch. | |
93 | |
94 2005-11-01 Ben Wing <ben@xemacs.org> | |
95 | |
96 * canna/canna_api.c: Mule-ization. | |
97 | |
3062 | 98 2005-11-13 Ben Wing <ben@xemacs.org> |
99 | |
100 * common/Makefile.common: | |
101 * common/Makefile.common (.PHONY): | |
102 * common/Makefile.common (install): | |
103 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig. | |
104 Do some refactoring for cleanliness. Put in some magic cookies in | |
105 comments so this file gets read as a make file by XEmacs. | |
106 | |
3043 | 107 2005-11-02 Marcus Crestani <crestani@xemacs.org> |
108 | |
109 * canna/.cvsignore: New. | |
110 | |
3031 | 111 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org> |
112 | |
113 * XEmacs 21.5.23 "daikon" is released. | |
114 | |
3029 | 115 2005-10-22 Stephen J. Turnbull <stephen@xemacs.org> |
116 | |
117 Warning elimination: | |
118 | |
119 * ldap/eldap.c (Fldap_add): Remove declaration of `current', which | |
120 is now declared by EXTERNAL_LIST_LOOP_2. | |
121 (Fldap_modify): Remove redundant variable `gcpro2', | |
122 | |
3024 | 123 2005-10-25 Ben Wing <ben@xemacs.org> |
124 | |
125 * postgresql/postgresql.c (allocate_pgconn): | |
126 * postgresql/postgresql.c (allocate_pgresult): | |
127 * postgresql/postgresql.h (struct Lisp_PGconn): | |
128 * postgresql/postgresql.h (struct Lisp_PGresult): | |
129 MC-Alloc refactoring. | |
130 | |
131 2005-10-25 Ben Wing <ben@xemacs.org> | |
132 | |
133 * ldap/eldap.c (allocate_ldap): | |
134 * ldap/eldap.h (struct Lisp_LDAP): | |
135 MC-Alloc refactoring. | |
136 | |
3010 | 137 2005-10-21 Stephen J. Turnbull <stephen@xemacs.org> |
138 | |
139 UNDO: | |
140 * canna/canna-api.c: | |
141 * canna/Makefile.in.in (MODNAME,SRCS): | |
142 Rename module from canna_api to canna-api. | |
143 | |
3007 | 144 2005-10-21 Stephen J. Turnbull <stephen@xemacs.org> |
145 | |
146 * canna/configure: Create and CVS add. | |
147 | |
2973 | 148 2005-10-04 Stephen J. Turnbull <stephen@xemacs.org> |
149 | |
150 * canna/Makefile.in.in (MODVER): Bump to 0.5. | |
151 | |
152 * canna/canna-api.c: | |
153 * canna/Makefile.in.in (MODNAME,SRCS): | |
154 Rename module from canna_api to canna-api. | |
155 | |
156 2005-09-22 Stephen J. Turnbull <stephen@xemacs.org> | |
157 | |
158 * canna: New module. | |
159 | |
160 * canna/canna_api.c: Move from $srcdir/src/mule-canna.c. Add module | |
161 initialization function and some boilerplate. Change name to | |
162 canna_api to reflect changed role. | |
163 | |
164 * canna/configure.ac: | |
165 * canna/Makefile.in.in: | |
166 * canna/install-sh: | |
167 Standard module boilerplate, adapted to Canna. | |
168 | |
2931 | 169 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org> |
170 | |
171 * XEmacs 21.5.22 "cucumber" is released. | |
172 | |
2812 | 173 2005-06-09 Craig Lanning <CraigL@sc.rr.com> |
174 | |
175 * ldap/.cvsignore: | |
176 * sample/external/.cvsignore: | |
177 * sample/internal/.cvsignore: | |
178 Added GNUmakefile, Makefile, and Makefile.in | |
179 | |
2791 | 180 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org> |
181 | |
182 * XEmacs 21.5.21 "corn" is released. | |
183 | |
2720 | 184 2005-04-01 Marcus Crestani <crestani@xemacs.org> |
185 | |
186 The new allocator. | |
187 | |
188 Remove Lcrecords: | |
189 | |
190 * postgresql/postgresql.c (allocate_pgconn): Allocate with new | |
191 allocator. | |
192 * postgresql/postgresql.c (allocate_pgresult): Allocate PGresult | |
193 with new allocator. | |
194 * postgresql/postgresql.h (struct Lisp_PGconn): Add | |
195 lrecord_header. | |
196 * postgresql/postgresql.h (struct Lisp_PGresult): Add | |
197 lrecord_header. | |
198 * ldap/eldap.c (allocate_ldap): Allocate with new allocator. | |
199 * ldap/eldap.h (struct Lisp_LDAP): Add lrecord_header. | |
200 | |
2653 | 201 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org> |
202 | |
203 * XEmacs 21.5.20 "cilantro" is released. | |
204 | |
2594 | 205 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> |
206 | |
207 * XEmacs 21.5.19 "chives" is released. | |
208 | |
2387 | 209 2004-11-13 Ben Wing <ben@xemacs.org> |
210 | |
211 * ldap/eldap.c (Fldap_modify): | |
212 Need braces around EXTERNAL_LIST_LOOP_2. | |
213 | |
2377 | 214 2004-01-28 Stephen J. Turnbull <stephen@xemacs.org> |
215 | |
216 * common/Makefile.common (CFLAGS): Use XE_CFLAGS. | |
217 | |
2367 | 218 2004-10-27 Ben Wing <ben@xemacs.org> |
219 | |
220 * ldap/eldap.c: | |
221 * ldap/eldap.c (Fldap_open): | |
222 * ldap/eldap.c (Fldap_search_basic): | |
223 * ldap/eldap.c (Fldap_add): | |
224 * ldap/eldap.c (Fldap_modify): | |
225 * ldap/eldap.c (Fldap_delete): | |
226 Mule-ize. | |
227 Use EXTERNAL_LIST_LOOP_2 instead of deleted EXTERNAL_LIST_LOOP. | |
228 | |
2346 | 229 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org> |
230 | |
231 * XEmacs 21.5.18 "chestnut" is released. | |
232 | |
2286 | 233 2004-09-14 Jerry James <james@xemacs.org> |
234 | |
235 * postgresql/postgresql.c: | |
236 * ldap/eldap.c: | |
237 Mark unused parameters with the UNUSED macro. | |
238 | |
2272 | 239 2004-09-14 Jerry James <james@xemacs.org> |
240 | |
241 * ldap/eldap.c (Fldap_open): Change ldap_passwd to ldap_password | |
242 to eliminate a gcc shadow warning. | |
243 | |
2268 | 244 2004-09-13 Jerry James <james@xemacs.org> |
245 | |
246 * ldap/eldap.c (signal_ldap_error): Mark as noreturn. | |
247 | |
1964 | 248 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org> |
249 | |
250 * XEmacs 21.5.17 "chayote" is released. | |
251 | |
1716 | 252 2003-09-26 Steve Youngs <youngs@xemacs.org> |
253 | |
254 * XEmacs 21.5.16 "celeriac" is released. | |
255 | |
1706 | 256 2003-09-21 Jerry James <james@xemacs.org> |
257 | |
258 * postgresql/postgresql.c (unload_postgresql): Do not mangle the | |
259 unload function name when compiling with C++. | |
260 * ldap/eldap.c (unload_eldap): Ditto. | |
261 | |
1665 | 262 2003-09-03 Steve Youngs <youngs@xemacs.org> |
263 | |
264 * XEmacs 21.5.15 "celery" is released. | |
265 | |
1650 | 266 2003-08-28 Jerry James <james@xemacs.org> |
267 | |
268 * common/Makefile.common (LIBSTDCPP): New. | |
269 * common/Makefile.common (.c.o): Use it to avoid undefined symbol | |
270 errors when compiling modules with g++. | |
271 | |
1632 | 272 2003-08-18 Jerry James <james@xemacs.org> |
273 | |
274 * postgresql/postgresql.c: Include emodules.h when building a module. | |
275 * ldap/eldap.c: Ditto. | |
276 * common/Makefile.common: Make module makefiles processable by cpp. | |
277 * common/Makefile.common (IMPORT_LIB): New. | |
278 * common/Makefile.common: Use it. | |
279 | |
1522 | 280 2003-06-11 Jerry James <james@xemacs.org> |
281 | |
282 * common/Makefile.common: The last change re-broke FreeBSD module | |
283 building. Expand srcdir in SRC_SRCS with configure to fix it. | |
284 | |
1520 | 285 2003-06-10 Jerry James <james@xemacs.org> |
286 | |
287 * common/Makefile.common: Change GNUish := to =. | |
288 | |
1510 | 289 2003-06-01 Steve Youngs <youngs@xemacs.org> |
290 | |
291 * XEmacs 21.5.14 "cassava" is released. | |
292 | |
1490 | 293 2003-05-09 Andrew Begel <abegel@CS.Berkeley.EDU> |
294 | |
295 * common/Makefile.common: Move use of srcdir below its definition. | |
296 * sample/internal/Makefile.in.in: Ditto. | |
297 * sample/external/Makefile.in.in: Ditto. | |
298 | |
1489 | 299 2003-05-20 Jerry James <james@xemacs.org> |
300 | |
301 * sample/internal/Makefile.in.in: Expand $^ for makes that don't | |
302 understand it. | |
303 * sample/external/Makefile.in.in: Ditto. | |
304 * common/Makefile.common: Ditto. | |
305 | |
1473 | 306 2003-05-10 Steve Youngs <youngs@xemacs.org> |
307 | |
308 * XEmacs 21.5.13 "cauliflower" is released. | |
309 | |
1431 | 310 2003-04-24 Steve Youngs <youngs@xemacs.org> |
311 | |
312 * XEmacs 21.5.12 "carrot" is released. | |
313 | |
1307 | 314 2003-02-16 Steve Youngs <youngs@xemacs.org> |
315 | |
316 * XEmacs 21.5.11 "cabbage" is released. | |
317 | |
1270 | 318 2003-02-07 Jerry James <james@xemacs.org> |
319 | |
320 * ldap/eldap.c: Add unload_eldap prototype to fix warning. | |
321 | |
1252 | 322 2003-01-30 Robert Pluim <rpluim@bigfoot.com> |
323 | |
324 * Makefile.common: FreeBSD make compatability fixes: expand | |
325 SRC_SRCS immediately, use MODCC rather than CC to prevent | |
326 overriding by top-level makefile. | |
327 | |
1220 | 328 2003-01-15 Jerry James <james@eecs.ku.edu> |
329 | |
330 * ldap/eldap.c: Apply Ben's postgresql change to LDAP also. | |
331 | |
1204 | 332 2002-12-16 Ben Wing <ben@xemacs.org> |
333 | |
334 * postgresql/postgresql.c: | |
335 remove ifdef USE_KKCC. | |
336 | |
1187 | 337 2003-01-04 Steve Youngs <youngs@xemacs.org> |
338 | |
339 * XEmacs 21.5.10 "burdock" is released. | |
340 | |
1111 | 341 2002-11-17 Ben Wing <ben@xemacs.org> |
342 | |
343 * postgresql/Makefile.in.in: | |
344 * postgresql/Makefile.in.in (SRCS): | |
345 * postgresql/Makefile.in.in (SRC_SRCS): Removed. | |
346 * postgresql/Makefile.in.in (OBJS): Removed. | |
347 * postgresql/Makefile.in.in (SHELL): Removed. | |
348 * postgresql/Makefile.in.in (RM): Removed. | |
349 * postgresql/Makefile.in.in (PROGNAME): Removed. | |
350 * postgresql/Makefile.in.in (CFLAGS): Removed. | |
351 * postgresql/Makefile.in.in (INSTALL): Removed. | |
352 * postgresql/Makefile.in.in (version): Removed. | |
353 * postgresql/Makefile.in.in (prefix): Removed. | |
354 * postgresql/Makefile.in.in (exec_prefix): Removed. | |
355 * postgresql/Makefile.in.in (libdir): Removed. | |
356 * postgresql/Makefile.in.in (instvardir): Removed. | |
357 * postgresql/Makefile.in.in (configuration): Removed. | |
358 * postgresql/Makefile.in.in (moduledir): Removed. | |
359 * postgresql/Makefile.in.in (with_modules): Removed. | |
360 * postgresql/Makefile.in.in (srcdir): Removed. | |
361 * postgresql/Makefile.in.in (VPATH): Removed. | |
362 * postgresql/Makefile.in.in (CC): Removed. | |
363 * postgresql/Makefile.in.in (MODARCHDIR): Removed. | |
364 * postgresql/Makefile.in.in (MAKE_DOCFILE): Removed. | |
365 * postgresql/Makefile.in.in (MODCFLAGS): Removed. | |
366 * postgresql/Makefile.in.in (INSTALLPATH): Removed. | |
367 * postgresql/Makefile.in.in (INSTALL_PROGRAM): Removed. | |
368 * postgresql/Makefile.in.in (OBJECT_TO_BUILD): Removed. | |
369 * postgresql/Makefile.in.in (.PHONY): Removed. | |
370 * postgresql/Makefile.in.in (all): Removed. | |
371 * postgresql/Makefile.in.in (.c.o): Removed. | |
372 * postgresql/Makefile.in.in (clean): Removed. | |
373 * postgresql/Makefile.in.in (distclean): Removed. | |
374 * postgresql/Makefile.in.in (install): Removed. | |
375 Move common stuff into modues/common/Makefile.common. (Also | |
376 add extraclean target and a couple of other fixes in that file.) | |
377 | |
378 * postgresql/configure.ac: | |
379 Extract out common configure stuff into | |
380 modules/common/configure-{pre,post}.ac. | |
381 | |
382 * postgresql/postgresql.c (WARNING): | |
383 Fix warning. | |
384 | |
385 2002-11-17 Ben Wing <ben@xemacs.org> | |
386 | |
387 * ldap/Makefile.in.in: | |
388 * ldap/Makefile.in.in (SRCS): | |
389 * ldap/Makefile.in.in (SRC_SRCS): Removed. | |
390 * ldap/Makefile.in.in (OBJS): Removed. | |
391 * ldap/Makefile.in.in (SHELL): Removed. | |
392 * ldap/Makefile.in.in (RM): Removed. | |
393 * ldap/Makefile.in.in (PROGNAME): Removed. | |
394 * ldap/Makefile.in.in (CFLAGS): Removed. | |
395 * ldap/Makefile.in.in (INSTALL): Removed. | |
396 * ldap/Makefile.in.in (version): Removed. | |
397 * ldap/Makefile.in.in (prefix): Removed. | |
398 * ldap/Makefile.in.in (exec_prefix): Removed. | |
399 * ldap/Makefile.in.in (libdir): Removed. | |
400 * ldap/Makefile.in.in (instvardir): Removed. | |
401 * ldap/Makefile.in.in (configuration): Removed. | |
402 * ldap/Makefile.in.in (moduledir): Removed. | |
403 * ldap/Makefile.in.in (with_modules): Removed. | |
404 * ldap/Makefile.in.in (srcdir): Removed. | |
405 * ldap/Makefile.in.in (VPATH): Removed. | |
406 * ldap/Makefile.in.in (CC): Removed. | |
407 * ldap/Makefile.in.in (MODARCHDIR): Removed. | |
408 * ldap/Makefile.in.in (MAKE_DOCFILE): Removed. | |
409 * ldap/Makefile.in.in (MODCFLAGS): Removed. | |
410 * ldap/Makefile.in.in (INSTALLPATH): Removed. | |
411 * ldap/Makefile.in.in (INSTALL_PROGRAM): Removed. | |
412 * ldap/Makefile.in.in (OBJECT_TO_BUILD): Removed. | |
413 * ldap/Makefile.in.in (.PHONY): Removed. | |
414 * ldap/Makefile.in.in (all): Removed. | |
415 * ldap/Makefile.in.in (.c.o): Removed. | |
416 * ldap/Makefile.in.in (clean): Removed. | |
417 * ldap/Makefile.in.in (distclean): Removed. | |
418 * ldap/Makefile.in.in (install): Removed. | |
419 Move common stuff into modues/common/Makefile.common. (Also | |
420 add extraclean target and a couple of other fixes in that file.) | |
421 | |
422 * ldap/configure.ac: | |
423 * ldap/configure.ac (have_ldap): | |
424 Extract out common configure stuff into | |
425 modules/common/configure-{pre,post}.ac. | |
426 | |
427 2002-11-17 Ben Wing <ben@xemacs.org> | |
428 | |
429 * common/Makefile.common: | |
430 * common/Makefile.common (SHELL): | |
431 Common stuff is here. | |
432 | |
1011 | 433 2002-09-20 Steve Youngs <youngs@xemacs.org> |
434 | |
435 * postgresql/Makefile.in.in (LDFLAGS): Add @ld_switch_all@ to pick | |
436 up '--site-libraries'. | |
437 | |
438 * ldap/Makefile.in.in (LDFLAGS): Ditto. | |
439 | |
996 | 440 2002-08-08 Jerry James <james@xemacs.org> |
441 | |
442 * auto-autoloads.el: New file containing module autoloads. | |
443 * auto-autoloads.elc: Ditto. | |
444 * README: Update to reflect the new architecture. | |
445 * ldap/configure.ac: New file. | |
446 * ldap/configure: Ditto. | |
447 * ldap/eldap.h: Copy the version from src. | |
448 * ldap/eldap.c: Ditto. Add autoloads. | |
449 * ldap/eldap.c (unload_eldap): New function to unstaticpro symbols | |
450 defined in this file. | |
451 * ldap/install-sh: New script for independent module building. | |
452 * ldap/Makefile: Remove in favor of autoconf solution. | |
453 * ldap/Makefile.in.in: New file containing the autoconf solution. | |
454 * postgresql: New directory. | |
455 * postgresql/.cvsignore: New file. | |
456 * postgresql/configure.ac: Ditto. | |
457 * postgresql/configure: Ditto. | |
458 * postgresql/install-sh: New script for independent module | |
459 building. | |
460 * postgresql/Makefile.in.in: New file. | |
461 * postgresql/postgresql.h: Copy the version from src. | |
462 * postgresql/postgresql.c: Ditto. Add autoloads. | |
463 * sample/Makefile: Move to internal and external subdirectories. | |
464 * sample/sample.c: Ditto. | |
465 * sample/external: New directory containing sample external | |
466 modules. | |
467 * sample/external/.cvsignore: New file. | |
468 * sample/external/configure.ac: Ditto. | |
469 * sample/external/install-sh: Ditto. | |
470 * sample/external/Makefile.in.in: New. | |
471 * sample/external/sample.c: Move from next higher directory. | |
472 * sample/internal: New directory containing sample internal | |
473 modules. | |
474 * sample/internal/.cvsignore: New file. | |
475 * sample/internal/configure.ac: Ditto. | |
476 * sample/internal/install-sh: Ditto. | |
477 * sample/internal/Makefile.in.in: New. | |
478 * sample/internal/sample.c: Move from next higher directory. | |
479 | |
981 | 480 2002-08-30 Steve Youngs <youngs@xemacs.org> |
481 | |
482 * XEmacs 21.5.9 "brussels sprouts" is released. | |
483 | |
933 | 484 2002-07-27 Steve Youngs <youngs@xemacs.org> |
485 | |
486 * XEmacs 21.5.8 "broccoli" is released. | |
487 | |
894 | 488 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
489 | |
490 * XEmacs 21.5.7 "broccoflower" is released. | |
491 | |
804 | 492 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org> |
493 | |
494 * XEmacs 21.5.6 "bok choi" is released. | |
495 | |
774 | 496 2002-03-12 Ben Wing <ben@xemacs.org> |
497 | |
3322 | 498 * The Great Mule Merge of March 2002: |
499 see node by that name in the Internals Manual. | |
774 | 500 |
768 | 501 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org> |
502 | |
503 * XEmacs 21.5.5 "beets" is released. | |
504 | |
754 | 505 2002-02-14 Sean MacLennan <seanm@seanm.ca> |
506 | |
507 * base64/base64.c - update Bufpos => Charbpos | |
508 | |
509 |