Mercurial > hg > xemacs-beta
annotate modules/ChangeLog @ 4539:061e030e3270
Fix some bugs in load-history construction, built-in symbol file names.
lib-src/ChangeLog addition:
2008-12-27 Aidan Kehoe <kehoea@parhasard.net>
* make-docfile.c (main): Allow more than one -d argument, followed
by a directory to change to.
(put_filename): Don't strip directory information; with previous
change, allows retrieval of Lisp function and variable origin
files from #'built-in-symbol-file relative to lisp-directory.
(scan_lisp_file): Don't add an extraneous newline after the file
name, put_filename has added the newline already.
lisp/ChangeLog addition:
2008-12-27 Aidan Kehoe <kehoea@parhasard.net>
* loadup.el (load-history):
Add the contents of current-load-list to load-history before
clearing it. Move the variable declarations earlier in the file to
a format understood by make-docfile.c.
* custom.el (custom-declare-variable): Add the variable's symbol
to the current file's load history entry correctly, don't use a
cons. Eliminate a comment that we don't need to worry about, we
don't need to check the `initialized' C variable in Lisp.
* bytecomp.el (byte-compile-output-file-form):
Merge Andreas Schwab's pre-GPLv3 GNU change of 19970831 here;
treat #'custom-declare-variable correctly, generating the
docstrings in a format understood by make-docfile.c.
* loadhist.el (symbol-file): Correct behaviour for checking
autoloaded macros and functions when supplied with a TYPE
argument. Accept fully-qualified paths from
#'built-in-symbol-file; if a path is not fully-qualified, return
it relative to lisp-directory if the filename corresponds to a
Lisp file, and relative to (concat source-directory "/src/")
otherwise.
* make-docfile.el (preloaded-file-list):
Rationalise some let bindings a little. Use the "-d" argument to
make-docfile.c to supply Lisp paths relative to lisp-directory,
not absolutely. Add in loadup.el explicitly to the list of files
to be processed by make-docfile.c--it doesn't make sense to add it
to preloaded-file-list, since that is used for purposes of
byte-compilation too.
src/ChangeLog addition:
2008-12-27 Aidan Kehoe <kehoea@parhasard.net>
* doc.c (Fbuilt_in_symbol_file):
Return a subr's filename immediately if we've found it. Check for
compiled function and compiled macro docstrings in DOC too, and
return them if they exist.
The branch of the if statement focused on functions may have
executed, but we may still want to check variable bindings; an
else clause isn't appropriate.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 27 Dec 2008 14:05:50 +0000 |
parents | 6ed8c4ccc17e |
children | 5c427ece884b |
rev | line source |
---|---|
4420
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
1 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
|
2 |
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
3 * 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
|
4 * ldap/install-sh: Ditto. |
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
5 * postgresql/install-sh: Ditto. |
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
6 * sample/external/install-sh: Ditto. |
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
7 * sample/internal/install-sh: Ditto. |
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
8 |
4042 | 9 2007-06-23 Stephen J. Turnbull <stephen@xemacs.org> |
10 | |
11 * canna/canna_api.c (Fcanna_set_bunsetsu): | |
12 (Fcanna_initialize): | |
13 Suppress warnings about loss of precision on amd64. | |
14 | |
4027 | 15 2007-06-23 Stephen J. Turnbull <stephen@xemacs.org> |
16 | |
17 * ldap/eldap.h: Declare that we use deprecated API. | |
18 Thanks to Mats Lidell <matsl@xemacs.org> for the report & patch: | |
19 <871wgnqunm.fsf@spencer.lidell.homelinux.net>. | |
20 | |
3975 | 21 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
22 | |
23 * XEmacs 21.5.28 "fuki" is released. | |
24 | |
3830 | 25 2007-02-16 Stephen J. Turnbull <stephen@xemacs.org> |
26 | |
27 * canna/canna_api.c: Move CANNA_NEW_WCHAR_AWARE to config.h. | |
28 Clean up ancient cruft for IROHA (Canna v.1) support. | |
29 | |
3820 | 30 2007-02-08 Adrian Aichner <adrian@xemacs.org> |
31 | |
32 * postgresql/postgresql.c: Update Steve L. Baur's address on his | |
33 request. | |
34 * postgresql/postgresql.h: Ditto. | |
35 | |
3402 | 36 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org> |
37 | |
38 * XEmacs 21.5.27 "fiddleheads" is released. | |
39 | |
3323 | 40 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
41 | |
42 * XEmacs 21.5.26 "endive" is released. | |
43 | |
3259 | 44 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
45 | |
46 * XEmacs 21.5.25 "eggplant" is released. | |
47 | |
3150 | 48 2005-12-18 Stephen J. Turnbull <stephen@xemacs.org> |
49 | |
50 * XEmacs 21.5.24 "dandelion" is released. | |
51 | |
3083 | 52 2005-11-22 Ben Wing <ben@xemacs.org> |
53 | |
54 * common/Makefile.common (mostlyclean): | |
55 Ignore errors from rm during clean. | |
56 | |
3071 | 57 2005-11-16 Stephen J. Turnbull <stephen@xemacs.org> |
58 | |
59 * canna/canna_api.c: Small fixes to Mule-ization patch. | |
60 | |
61 2005-11-01 Ben Wing <ben@xemacs.org> | |
62 | |
63 * canna/canna_api.c: Mule-ization. | |
64 | |
3062 | 65 2005-11-13 Ben Wing <ben@xemacs.org> |
66 | |
67 * common/Makefile.common: | |
68 * common/Makefile.common (.PHONY): | |
69 * common/Makefile.common (install): | |
70 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig. | |
71 Do some refactoring for cleanliness. Put in some magic cookies in | |
72 comments so this file gets read as a make file by XEmacs. | |
73 | |
3043 | 74 2005-11-02 Marcus Crestani <crestani@xemacs.org> |
75 | |
76 * canna/.cvsignore: New. | |
77 | |
3031 | 78 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org> |
79 | |
80 * XEmacs 21.5.23 "daikon" is released. | |
81 | |
3029 | 82 2005-10-22 Stephen J. Turnbull <stephen@xemacs.org> |
83 | |
84 Warning elimination: | |
85 | |
86 * ldap/eldap.c (Fldap_add): Remove declaration of `current', which | |
87 is now declared by EXTERNAL_LIST_LOOP_2. | |
88 (Fldap_modify): Remove redundant variable `gcpro2', | |
89 | |
3024 | 90 2005-10-25 Ben Wing <ben@xemacs.org> |
91 | |
92 * postgresql/postgresql.c (allocate_pgconn): | |
93 * postgresql/postgresql.c (allocate_pgresult): | |
94 * postgresql/postgresql.h (struct Lisp_PGconn): | |
95 * postgresql/postgresql.h (struct Lisp_PGresult): | |
96 MC-Alloc refactoring. | |
97 | |
98 2005-10-25 Ben Wing <ben@xemacs.org> | |
99 | |
100 * ldap/eldap.c (allocate_ldap): | |
101 * ldap/eldap.h (struct Lisp_LDAP): | |
102 MC-Alloc refactoring. | |
103 | |
3010 | 104 2005-10-21 Stephen J. Turnbull <stephen@xemacs.org> |
105 | |
106 UNDO: | |
107 * canna/canna-api.c: | |
108 * canna/Makefile.in.in (MODNAME,SRCS): | |
109 Rename module from canna_api to canna-api. | |
110 | |
3007 | 111 2005-10-21 Stephen J. Turnbull <stephen@xemacs.org> |
112 | |
113 * canna/configure: Create and CVS add. | |
114 | |
2973 | 115 2005-10-04 Stephen J. Turnbull <stephen@xemacs.org> |
116 | |
117 * canna/Makefile.in.in (MODVER): Bump to 0.5. | |
118 | |
119 * canna/canna-api.c: | |
120 * canna/Makefile.in.in (MODNAME,SRCS): | |
121 Rename module from canna_api to canna-api. | |
122 | |
123 2005-09-22 Stephen J. Turnbull <stephen@xemacs.org> | |
124 | |
125 * canna: New module. | |
126 | |
127 * canna/canna_api.c: Move from $srcdir/src/mule-canna.c. Add module | |
128 initialization function and some boilerplate. Change name to | |
129 canna_api to reflect changed role. | |
130 | |
131 * canna/configure.ac: | |
132 * canna/Makefile.in.in: | |
133 * canna/install-sh: | |
134 Standard module boilerplate, adapted to Canna. | |
135 | |
2931 | 136 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org> |
137 | |
138 * XEmacs 21.5.22 "cucumber" is released. | |
139 | |
2812 | 140 2005-06-09 Craig Lanning <CraigL@sc.rr.com> |
141 | |
142 * ldap/.cvsignore: | |
143 * sample/external/.cvsignore: | |
144 * sample/internal/.cvsignore: | |
145 Added GNUmakefile, Makefile, and Makefile.in | |
146 | |
2791 | 147 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org> |
148 | |
149 * XEmacs 21.5.21 "corn" is released. | |
150 | |
2720 | 151 2005-04-01 Marcus Crestani <crestani@xemacs.org> |
152 | |
153 The new allocator. | |
154 | |
155 Remove Lcrecords: | |
156 | |
157 * postgresql/postgresql.c (allocate_pgconn): Allocate with new | |
158 allocator. | |
159 * postgresql/postgresql.c (allocate_pgresult): Allocate PGresult | |
160 with new allocator. | |
161 * postgresql/postgresql.h (struct Lisp_PGconn): Add | |
162 lrecord_header. | |
163 * postgresql/postgresql.h (struct Lisp_PGresult): Add | |
164 lrecord_header. | |
165 * ldap/eldap.c (allocate_ldap): Allocate with new allocator. | |
166 * ldap/eldap.h (struct Lisp_LDAP): Add lrecord_header. | |
167 | |
2653 | 168 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org> |
169 | |
170 * XEmacs 21.5.20 "cilantro" is released. | |
171 | |
2594 | 172 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> |
173 | |
174 * XEmacs 21.5.19 "chives" is released. | |
175 | |
2387 | 176 2004-11-13 Ben Wing <ben@xemacs.org> |
177 | |
178 * ldap/eldap.c (Fldap_modify): | |
179 Need braces around EXTERNAL_LIST_LOOP_2. | |
180 | |
2377 | 181 2004-01-28 Stephen J. Turnbull <stephen@xemacs.org> |
182 | |
183 * common/Makefile.common (CFLAGS): Use XE_CFLAGS. | |
184 | |
2367 | 185 2004-10-27 Ben Wing <ben@xemacs.org> |
186 | |
187 * ldap/eldap.c: | |
188 * ldap/eldap.c (Fldap_open): | |
189 * ldap/eldap.c (Fldap_search_basic): | |
190 * ldap/eldap.c (Fldap_add): | |
191 * ldap/eldap.c (Fldap_modify): | |
192 * ldap/eldap.c (Fldap_delete): | |
193 Mule-ize. | |
194 Use EXTERNAL_LIST_LOOP_2 instead of deleted EXTERNAL_LIST_LOOP. | |
195 | |
2346 | 196 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org> |
197 | |
198 * XEmacs 21.5.18 "chestnut" is released. | |
199 | |
2286 | 200 2004-09-14 Jerry James <james@xemacs.org> |
201 | |
202 * postgresql/postgresql.c: | |
203 * ldap/eldap.c: | |
204 Mark unused parameters with the UNUSED macro. | |
205 | |
2272 | 206 2004-09-14 Jerry James <james@xemacs.org> |
207 | |
208 * ldap/eldap.c (Fldap_open): Change ldap_passwd to ldap_password | |
209 to eliminate a gcc shadow warning. | |
210 | |
2268 | 211 2004-09-13 Jerry James <james@xemacs.org> |
212 | |
213 * ldap/eldap.c (signal_ldap_error): Mark as noreturn. | |
214 | |
1964 | 215 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org> |
216 | |
217 * XEmacs 21.5.17 "chayote" is released. | |
218 | |
1716 | 219 2003-09-26 Steve Youngs <youngs@xemacs.org> |
220 | |
221 * XEmacs 21.5.16 "celeriac" is released. | |
222 | |
1706 | 223 2003-09-21 Jerry James <james@xemacs.org> |
224 | |
225 * postgresql/postgresql.c (unload_postgresql): Do not mangle the | |
226 unload function name when compiling with C++. | |
227 * ldap/eldap.c (unload_eldap): Ditto. | |
228 | |
1665 | 229 2003-09-03 Steve Youngs <youngs@xemacs.org> |
230 | |
231 * XEmacs 21.5.15 "celery" is released. | |
232 | |
1650 | 233 2003-08-28 Jerry James <james@xemacs.org> |
234 | |
235 * common/Makefile.common (LIBSTDCPP): New. | |
236 * common/Makefile.common (.c.o): Use it to avoid undefined symbol | |
237 errors when compiling modules with g++. | |
238 | |
1632 | 239 2003-08-18 Jerry James <james@xemacs.org> |
240 | |
241 * postgresql/postgresql.c: Include emodules.h when building a module. | |
242 * ldap/eldap.c: Ditto. | |
243 * common/Makefile.common: Make module makefiles processable by cpp. | |
244 * common/Makefile.common (IMPORT_LIB): New. | |
245 * common/Makefile.common: Use it. | |
246 | |
1522 | 247 2003-06-11 Jerry James <james@xemacs.org> |
248 | |
249 * common/Makefile.common: The last change re-broke FreeBSD module | |
250 building. Expand srcdir in SRC_SRCS with configure to fix it. | |
251 | |
1520 | 252 2003-06-10 Jerry James <james@xemacs.org> |
253 | |
254 * common/Makefile.common: Change GNUish := to =. | |
255 | |
1510 | 256 2003-06-01 Steve Youngs <youngs@xemacs.org> |
257 | |
258 * XEmacs 21.5.14 "cassava" is released. | |
259 | |
1490 | 260 2003-05-09 Andrew Begel <abegel@CS.Berkeley.EDU> |
261 | |
262 * common/Makefile.common: Move use of srcdir below its definition. | |
263 * sample/internal/Makefile.in.in: Ditto. | |
264 * sample/external/Makefile.in.in: Ditto. | |
265 | |
1489 | 266 2003-05-20 Jerry James <james@xemacs.org> |
267 | |
268 * sample/internal/Makefile.in.in: Expand $^ for makes that don't | |
269 understand it. | |
270 * sample/external/Makefile.in.in: Ditto. | |
271 * common/Makefile.common: Ditto. | |
272 | |
1473 | 273 2003-05-10 Steve Youngs <youngs@xemacs.org> |
274 | |
275 * XEmacs 21.5.13 "cauliflower" is released. | |
276 | |
1431 | 277 2003-04-24 Steve Youngs <youngs@xemacs.org> |
278 | |
279 * XEmacs 21.5.12 "carrot" is released. | |
280 | |
1307 | 281 2003-02-16 Steve Youngs <youngs@xemacs.org> |
282 | |
283 * XEmacs 21.5.11 "cabbage" is released. | |
284 | |
1270 | 285 2003-02-07 Jerry James <james@xemacs.org> |
286 | |
287 * ldap/eldap.c: Add unload_eldap prototype to fix warning. | |
288 | |
1252 | 289 2003-01-30 Robert Pluim <rpluim@bigfoot.com> |
290 | |
291 * Makefile.common: FreeBSD make compatability fixes: expand | |
292 SRC_SRCS immediately, use MODCC rather than CC to prevent | |
293 overriding by top-level makefile. | |
294 | |
1220 | 295 2003-01-15 Jerry James <james@eecs.ku.edu> |
296 | |
297 * ldap/eldap.c: Apply Ben's postgresql change to LDAP also. | |
298 | |
1204 | 299 2002-12-16 Ben Wing <ben@xemacs.org> |
300 | |
301 * postgresql/postgresql.c: | |
302 remove ifdef USE_KKCC. | |
303 | |
1187 | 304 2003-01-04 Steve Youngs <youngs@xemacs.org> |
305 | |
306 * XEmacs 21.5.10 "burdock" is released. | |
307 | |
1111 | 308 2002-11-17 Ben Wing <ben@xemacs.org> |
309 | |
310 * postgresql/Makefile.in.in: | |
311 * postgresql/Makefile.in.in (SRCS): | |
312 * postgresql/Makefile.in.in (SRC_SRCS): Removed. | |
313 * postgresql/Makefile.in.in (OBJS): Removed. | |
314 * postgresql/Makefile.in.in (SHELL): Removed. | |
315 * postgresql/Makefile.in.in (RM): Removed. | |
316 * postgresql/Makefile.in.in (PROGNAME): Removed. | |
317 * postgresql/Makefile.in.in (CFLAGS): Removed. | |
318 * postgresql/Makefile.in.in (INSTALL): Removed. | |
319 * postgresql/Makefile.in.in (version): Removed. | |
320 * postgresql/Makefile.in.in (prefix): Removed. | |
321 * postgresql/Makefile.in.in (exec_prefix): Removed. | |
322 * postgresql/Makefile.in.in (libdir): Removed. | |
323 * postgresql/Makefile.in.in (instvardir): Removed. | |
324 * postgresql/Makefile.in.in (configuration): Removed. | |
325 * postgresql/Makefile.in.in (moduledir): Removed. | |
326 * postgresql/Makefile.in.in (with_modules): Removed. | |
327 * postgresql/Makefile.in.in (srcdir): Removed. | |
328 * postgresql/Makefile.in.in (VPATH): Removed. | |
329 * postgresql/Makefile.in.in (CC): Removed. | |
330 * postgresql/Makefile.in.in (MODARCHDIR): Removed. | |
331 * postgresql/Makefile.in.in (MAKE_DOCFILE): Removed. | |
332 * postgresql/Makefile.in.in (MODCFLAGS): Removed. | |
333 * postgresql/Makefile.in.in (INSTALLPATH): Removed. | |
334 * postgresql/Makefile.in.in (INSTALL_PROGRAM): Removed. | |
335 * postgresql/Makefile.in.in (OBJECT_TO_BUILD): Removed. | |
336 * postgresql/Makefile.in.in (.PHONY): Removed. | |
337 * postgresql/Makefile.in.in (all): Removed. | |
338 * postgresql/Makefile.in.in (.c.o): Removed. | |
339 * postgresql/Makefile.in.in (clean): Removed. | |
340 * postgresql/Makefile.in.in (distclean): Removed. | |
341 * postgresql/Makefile.in.in (install): Removed. | |
342 Move common stuff into modues/common/Makefile.common. (Also | |
343 add extraclean target and a couple of other fixes in that file.) | |
344 | |
345 * postgresql/configure.ac: | |
346 Extract out common configure stuff into | |
347 modules/common/configure-{pre,post}.ac. | |
348 | |
349 * postgresql/postgresql.c (WARNING): | |
350 Fix warning. | |
351 | |
352 2002-11-17 Ben Wing <ben@xemacs.org> | |
353 | |
354 * ldap/Makefile.in.in: | |
355 * ldap/Makefile.in.in (SRCS): | |
356 * ldap/Makefile.in.in (SRC_SRCS): Removed. | |
357 * ldap/Makefile.in.in (OBJS): Removed. | |
358 * ldap/Makefile.in.in (SHELL): Removed. | |
359 * ldap/Makefile.in.in (RM): Removed. | |
360 * ldap/Makefile.in.in (PROGNAME): Removed. | |
361 * ldap/Makefile.in.in (CFLAGS): Removed. | |
362 * ldap/Makefile.in.in (INSTALL): Removed. | |
363 * ldap/Makefile.in.in (version): Removed. | |
364 * ldap/Makefile.in.in (prefix): Removed. | |
365 * ldap/Makefile.in.in (exec_prefix): Removed. | |
366 * ldap/Makefile.in.in (libdir): Removed. | |
367 * ldap/Makefile.in.in (instvardir): Removed. | |
368 * ldap/Makefile.in.in (configuration): Removed. | |
369 * ldap/Makefile.in.in (moduledir): Removed. | |
370 * ldap/Makefile.in.in (with_modules): Removed. | |
371 * ldap/Makefile.in.in (srcdir): Removed. | |
372 * ldap/Makefile.in.in (VPATH): Removed. | |
373 * ldap/Makefile.in.in (CC): Removed. | |
374 * ldap/Makefile.in.in (MODARCHDIR): Removed. | |
375 * ldap/Makefile.in.in (MAKE_DOCFILE): Removed. | |
376 * ldap/Makefile.in.in (MODCFLAGS): Removed. | |
377 * ldap/Makefile.in.in (INSTALLPATH): Removed. | |
378 * ldap/Makefile.in.in (INSTALL_PROGRAM): Removed. | |
379 * ldap/Makefile.in.in (OBJECT_TO_BUILD): Removed. | |
380 * ldap/Makefile.in.in (.PHONY): Removed. | |
381 * ldap/Makefile.in.in (all): Removed. | |
382 * ldap/Makefile.in.in (.c.o): Removed. | |
383 * ldap/Makefile.in.in (clean): Removed. | |
384 * ldap/Makefile.in.in (distclean): Removed. | |
385 * ldap/Makefile.in.in (install): Removed. | |
386 Move common stuff into modues/common/Makefile.common. (Also | |
387 add extraclean target and a couple of other fixes in that file.) | |
388 | |
389 * ldap/configure.ac: | |
390 * ldap/configure.ac (have_ldap): | |
391 Extract out common configure stuff into | |
392 modules/common/configure-{pre,post}.ac. | |
393 | |
394 2002-11-17 Ben Wing <ben@xemacs.org> | |
395 | |
396 * common/Makefile.common: | |
397 * common/Makefile.common (SHELL): | |
398 Common stuff is here. | |
399 | |
1011 | 400 2002-09-20 Steve Youngs <youngs@xemacs.org> |
401 | |
402 * postgresql/Makefile.in.in (LDFLAGS): Add @ld_switch_all@ to pick | |
403 up '--site-libraries'. | |
404 | |
405 * ldap/Makefile.in.in (LDFLAGS): Ditto. | |
406 | |
996 | 407 2002-08-08 Jerry James <james@xemacs.org> |
408 | |
409 * auto-autoloads.el: New file containing module autoloads. | |
410 * auto-autoloads.elc: Ditto. | |
411 * README: Update to reflect the new architecture. | |
412 * ldap/configure.ac: New file. | |
413 * ldap/configure: Ditto. | |
414 * ldap/eldap.h: Copy the version from src. | |
415 * ldap/eldap.c: Ditto. Add autoloads. | |
416 * ldap/eldap.c (unload_eldap): New function to unstaticpro symbols | |
417 defined in this file. | |
418 * ldap/install-sh: New script for independent module building. | |
419 * ldap/Makefile: Remove in favor of autoconf solution. | |
420 * ldap/Makefile.in.in: New file containing the autoconf solution. | |
421 * postgresql: New directory. | |
422 * postgresql/.cvsignore: New file. | |
423 * postgresql/configure.ac: Ditto. | |
424 * postgresql/configure: Ditto. | |
425 * postgresql/install-sh: New script for independent module | |
426 building. | |
427 * postgresql/Makefile.in.in: New file. | |
428 * postgresql/postgresql.h: Copy the version from src. | |
429 * postgresql/postgresql.c: Ditto. Add autoloads. | |
430 * sample/Makefile: Move to internal and external subdirectories. | |
431 * sample/sample.c: Ditto. | |
432 * sample/external: New directory containing sample external | |
433 modules. | |
434 * sample/external/.cvsignore: New file. | |
435 * sample/external/configure.ac: Ditto. | |
436 * sample/external/install-sh: Ditto. | |
437 * sample/external/Makefile.in.in: New. | |
438 * sample/external/sample.c: Move from next higher directory. | |
439 * sample/internal: New directory containing sample internal | |
440 modules. | |
441 * sample/internal/.cvsignore: New file. | |
442 * sample/internal/configure.ac: Ditto. | |
443 * sample/internal/install-sh: Ditto. | |
444 * sample/internal/Makefile.in.in: New. | |
445 * sample/internal/sample.c: Move from next higher directory. | |
446 | |
981 | 447 2002-08-30 Steve Youngs <youngs@xemacs.org> |
448 | |
449 * XEmacs 21.5.9 "brussels sprouts" is released. | |
450 | |
933 | 451 2002-07-27 Steve Youngs <youngs@xemacs.org> |
452 | |
453 * XEmacs 21.5.8 "broccoli" is released. | |
454 | |
894 | 455 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
456 | |
457 * XEmacs 21.5.7 "broccoflower" is released. | |
458 | |
804 | 459 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org> |
460 | |
461 * XEmacs 21.5.6 "bok choi" is released. | |
462 | |
774 | 463 2002-03-12 Ben Wing <ben@xemacs.org> |
464 | |
3322 | 465 * The Great Mule Merge of March 2002: |
466 see node by that name in the Internals Manual. | |
774 | 467 |
768 | 468 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org> |
469 | |
470 * XEmacs 21.5.5 "beets" is released. | |
471 | |
754 | 472 2002-02-14 Sean MacLennan <seanm@seanm.ca> |
473 | |
474 * base64/base64.c - update Bufpos => Charbpos | |
475 | |
476 |