Mercurial > hg > xemacs-beta
annotate lib-src/ChangeLog @ 4456:c785f98c6737
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c
2008-05-13 Aidan Kehoe <kehoea@parhasard.net>
* make-docfile.c (scan_file):
Pass READ_BINARY to scan_lisp_file, scan_c_file; avoids an
assertion failure with Visual C++ 2005 Express Edition, and is
logically more coherent, given that our Lisp and C files are saved
with Unix line endings.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 13 May 2008 20:08:28 +0200 |
parents | e8f6f95c9d80 |
children | 61aff09a7589 |
rev | line source |
---|---|
4456
c785f98c6737
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c
Aidan Kehoe <kehoea@parhasard.net>
parents:
4147
diff
changeset
|
1 2008-05-13 Aidan Kehoe <kehoea@parhasard.net> |
c785f98c6737
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c
Aidan Kehoe <kehoea@parhasard.net>
parents:
4147
diff
changeset
|
2 |
c785f98c6737
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c
Aidan Kehoe <kehoea@parhasard.net>
parents:
4147
diff
changeset
|
3 * make-docfile.c (scan_file): |
c785f98c6737
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c
Aidan Kehoe <kehoea@parhasard.net>
parents:
4147
diff
changeset
|
4 Pass READ_BINARY to scan_lisp_file, scan_c_file; avoids an |
c785f98c6737
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c
Aidan Kehoe <kehoea@parhasard.net>
parents:
4147
diff
changeset
|
5 assertion failure with Visual C++ 2005 Express Edition, and is |
c785f98c6737
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c
Aidan Kehoe <kehoea@parhasard.net>
parents:
4147
diff
changeset
|
6 logically more coherent, given that our Lisp and C files are saved |
c785f98c6737
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c
Aidan Kehoe <kehoea@parhasard.net>
parents:
4147
diff
changeset
|
7 with Unix line endings. |
c785f98c6737
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c
Aidan Kehoe <kehoea@parhasard.net>
parents:
4147
diff
changeset
|
8 |
4147 | 9 2007-08-27 Mike Sperber <mike@xemacs.org> |
10 | |
11 * config.values.in (datarootdir): Add. | |
12 | |
4118 | 13 2007-08-12 Mike Sperber <mike@xemacs.org> |
14 | |
15 * Makefile.in.in (datarootdir): Add. | |
16 | |
3993 | 17 2007-05-29 Stephen J. Turnbull <stephen@xemacs.org> |
18 | |
4032 | 19 * etags.c: Sync to pot_etags_version 17.33. |
3993 | 20 Reverts part of 2007-03-24 patch: no longer displays |
21 pot_etags_version in usage message. | |
22 | |
3983 | 23 2007-05-22 Jerry James <james@xemacs.org> |
24 | |
25 * ellcc.c (do_init_mode): Plug memory leak. | |
26 | |
3975 | 27 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
28 | |
29 * XEmacs 21.5.28 "fuki" is released. | |
30 | |
3877 | 31 2007-03-24 Stephen J. Turnbull <stephen@xemacs.org> |
32 | |
33 * etags.c (print_version): More precise version info. Suggested | |
34 by Steve Youngs. | |
35 (print_help): Use #ifdef; PRINT_UNDOCUMENTED_OPTIONS_HELP may be | |
36 undefined. | |
37 | |
3876 | 38 2007-03-24 Stephen J. Turnbull <stephen@xemacs.org> |
39 | |
40 * etags.c: Sync to pot_etags_version 17.26. | |
41 | |
3728 | 42 2006-11-24 Benson Margulies <benson@dchbk.us> |
43 | |
44 * make-mswin-unicode.pl: allow for lower case header file names in | |
45 the current platform SDK. | |
46 | |
3651 | 47 2006-08-11 Jerry James <james@xemacs.org> |
48 | |
49 * pop.h: Sync with Emacs. | |
50 * pop.c: Ditto. | |
51 | |
3556 | 52 2006-08-08 Jerry James <james@xemacs.org> |
53 | |
54 * gnuslib.c (disconnect_from_server): shutdown() has been fine on | |
55 Linux for a long time now; use it. Also, don't use length to | |
56 access the buffer unless it is positive, not just nonzero. | |
57 * gnuclient.c (filename_expand): Initialize the last array element | |
58 to get a valid C string in case of overflow. Use strncat to avoid | |
59 buffer overruns. | |
60 * gnuclient.c (main): Use strncpy to avoid buffer overruns. | |
61 | |
3524 | 62 2006-07-21 Stephen J. Turnbull <stephen@xemacs.org> |
63 | |
3529 | 64 * etags.c: Xemacs -> XEmacs. |
3524 | 65 |
3517 | 66 2006-07-19 Stephen J. Turnbull <stephen@xemacs.org> |
67 | |
68 * etags.c: Sync to pot_etags_version 17.19. | |
69 | |
3503 | 70 2006-07-07 Jerry James <james@xemacs.org> |
71 | |
72 * config.values.in: Regenerate. | |
73 | |
3402 | 74 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org> |
75 | |
76 * XEmacs 21.5.27 "fiddleheads" is released. | |
77 | |
3368 | 78 2006-04-29 Aidan Kehoe <kehoea@parhasard.net> |
79 | |
80 * make-docfile.c: | |
81 * make-docfile.c (put_filename): | |
82 * make-docfile.c (scan_c_file): | |
83 * make-docfile.c (scan_lisp_file): | |
84 Record file name information for built-in symbols. Based on the | |
85 FSF's implementation of same. | |
86 | |
3323 | 87 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
88 | |
89 * XEmacs 21.5.26 "endive" is released. | |
90 | |
3259 | 91 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
92 | |
93 * XEmacs 21.5.25 "eggplant" is released. | |
94 | |
3150 | 95 2005-12-18 Stephen J. Turnbull <stephen@xemacs.org> |
96 | |
97 * XEmacs 21.5.24 "dandelion" is released. | |
98 | |
3090 | 99 2005-11-22 Malcolm Purvis <malcolmp@xemacs.org> |
100 | |
101 * etags.c: Update to author version 17.15. | |
102 | |
3083 | 103 2005-11-22 Ben Wing <ben@xemacs.org> |
104 | |
105 * Makefile.in.in: | |
106 Ignore errors from rm during clean. | |
107 | |
3062 | 108 2005-11-13 Ben Wing <ben@xemacs.org> |
109 | |
110 * Makefile.in.in: | |
111 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig. | |
112 Do some refactoring for cleanliness. | |
113 | |
3031 | 114 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org> |
115 | |
116 * XEmacs 21.5.23 "daikon" is released. | |
117 | |
2993 | 118 2005-10-13 Ben Wing <ben@xemacs.org> |
119 | |
120 * i.c: | |
121 * mmencode.c: | |
122 Always include config.h first. | |
123 * winclient.c: | |
124 Move include of windows.h after config.h. | |
125 | |
2940 | 126 2005-09-18 Mike Alexander <mta@arbortext.com> |
127 | |
128 * installexe.sh: Don't add an exe extention to a file that already | |
129 has one. Patch from Rick Rankin. | |
130 | |
2931 | 131 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org> |
132 | |
133 * XEmacs 21.5.22 "cucumber" is released. | |
134 | |
2835 | 135 2005-06-28 Marcus Crestani <crestani@xemacs.org> |
136 | |
137 * .cvsignore: Add insert-data-in-exec. | |
138 | |
2791 | 139 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org> |
140 | |
141 * XEmacs 21.5.21 "corn" is released. | |
142 | |
2720 | 143 2005-04-01 Marcus Crestani <crestani@xemacs.org> |
144 | |
145 The new allocator. | |
146 | |
147 DUMP_IN_EXEC: | |
148 | |
149 * Makefile.in.in: Only compile insert-data-in-exec if | |
150 DUMP_IN_EXEC is defined. | |
151 | |
2687 | 152 2005-03-25 Andrey Slusar <anrays@gmail.com> |
153 | |
154 * fakemail.c (CURRENT_USER): Define it if FreeBSD version is >= | |
155 400000. Also, when FreeBSD version is >= 400000 geteuid returns | |
156 uid_t instead of unsigned short. | |
157 | |
2653 | 158 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org> |
159 | |
160 * XEmacs 21.5.20 "cilantro" is released. | |
161 | |
2651 | 162 2005-03-07 Malcolm Purvis <malcolmp@xemacs.org> |
163 | |
164 * config.values.in: | |
165 * config.values.sh (FileContents): Different regex for autoconf | |
166 2.59. | |
167 | |
2603 | 168 2004-12-19 Stephen J. Turnbull <stephen@xemacs.org> |
169 | |
170 * make-docfile.c (write_c_args): Handle UNUSED, USED_IF macros. | |
171 (scan_c_file): Handle nested parens in DEFUN argument lists. | |
172 | |
2594 | 173 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> |
174 | |
175 * XEmacs 21.5.19 "chives" is released. | |
176 | |
2584 | 177 2005-01-29 Vin Shelton <acs@xemacs.org> |
178 | |
179 * movemail.c (popmail): Pass error string as format parameter | |
180 instead of as part of format string. Security fixes for | |
181 CAN-2005-0100. | |
182 | |
2554 | 183 2005-02-03 Jerry James <james@xemacs.org> |
184 | |
185 * etags.c: Update to author version 17.11. | |
186 | |
2509 | 187 2005-01-26 Ben Wing <ben@xemacs.org> |
188 | |
189 * fakemail.c (main): Add args to fix warning. | |
190 | |
2502 | 191 2005-01-25 Ben Wing <ben@xemacs.org> |
192 | |
193 * insert-data-in-exec.c (main): | |
194 Need to open everything as binary. | |
195 | |
2426 | 196 2004-12-06 Ben Wing <ben@xemacs.org> |
197 | |
198 * i.c (pump): | |
199 Undo change of 2003-03-06. It causes truncation of output at the end. | |
200 | |
2424 | 201 2004-12-06 Ben Wing <ben@xemacs.org> |
202 | |
203 * gnuclient.c: | |
204 * gnuclient.c (get_current_working_directory): | |
205 * gnuclient.c (filename_expand): | |
206 * gnuclient.c (main): | |
207 Use QXE_PATH_MAX. | |
208 | |
2421 | 209 2004-12-05 Ben Wing <ben@xemacs.org> |
210 | |
211 * make-docfile.c (main): | |
212 * make-docfile.c (scan_c_file): | |
213 Use QXE_PATH_MAX. | |
214 | |
2377 | 215 2004-11-08 Stephen J. Turnbull <stephen@xemacs.org> |
216 | |
217 * ellcc.h.in: Use XE_CFLAGS, not CFLAGS. | |
218 | |
2367 | 219 2004-10-14 Ben Wing <ben@xemacs.org> |
220 | |
221 * digest-doc.c (main): | |
222 * make-dump-id.c (main): | |
223 * profile.c: | |
224 * profile.c (main): | |
225 * sorted-doc.c (main): | |
226 Add proper decls for main(). | |
227 | |
228 * make-msgfile.c: | |
229 Document that this is old junk. | |
230 Move proposal to text.c. | |
231 | |
232 * make-msgfile.lex: | |
233 Move proposal to text.c. | |
234 | |
235 * make-mswin-unicode.pl: | |
236 Convert error-generating code so that the entire message will | |
237 be seen as a single unrecognized token. | |
238 | |
239 | |
2346 | 240 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org> |
241 | |
242 * XEmacs 21.5.18 "chestnut" is released. | |
243 | |
2325 | 244 2004-10-07 Jerry James <james@xemacs.org> |
245 | |
246 * etags.c: Update to author version 17.6. | |
247 | |
2286 | 248 2004-09-14 Jerry James <james@xemacs.org> |
249 | |
250 * digest-doc.c (main): Remove unused argc and argv. | |
251 * fakemail.c (main): Ditto. | |
252 * make-dump-id.c (main): Ditto. | |
253 * profile.c (main): Ditto. | |
254 * sorted-doc.c (main): Ditto. | |
255 * gnuclient.c (tell_emacs_to_resume): Mark unused parameters. | |
256 * gnuserv.c (main): Ditto. | |
257 * make-docfile.c (write_c_args): Ditto. | |
258 * pop.c (socket_connection): Ditto. | |
259 | |
2225 | 260 2004-08-10 Jerry James <james@xemacs.org> |
261 | |
262 * etags.c: Update to author version 16.56. | |
263 | |
2022 | 264 2004-04-17 Olivier Galibert <galibert@pobox.com> |
265 | |
266 * insert-data-in-exec.c (main): Fix error message. | |
267 | |
2015 | 268 2003-12-07 Olivier Galibert <galibert@pobox.com> |
269 | |
270 * Makefile.in.in (insert-data-in-exec): Added target. | |
271 | |
272 * insert-data-in-exec.c: Added. | |
273 | |
1964 | 274 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org> |
275 | |
276 * XEmacs 21.5.17 "chayote" is released. | |
277 | |
1886 | 278 2004-01-21 Jerry James <james@xemacs.org> |
279 | |
280 * Makefile.in.in (mmencode): Pass $(ldflags) to the compiler. | |
281 * Makefile.in.in (make-path): Ditto. | |
282 | |
1743 | 283 2003-10-13 Jerry James <james@xemacs.org> |
284 | |
285 * ellcc.c: Remove attribute definitions, include new compiler.h | |
286 instead, and change existing uses to match new definitions. | |
287 | |
1716 | 288 2003-09-26 Steve Youngs <youngs@xemacs.org> |
289 | |
290 * XEmacs 21.5.16 "celeriac" is released. | |
291 | |
1706 | 292 2003-09-21 Jerry James <james@xemacs.org> |
293 | |
294 * ellcc.c (do_init_mode): Do not mangle external symbols in the | |
295 generated doc file with C++ so that emodules.c can find them. | |
296 | |
1688 | 297 2003-09-15 Jerry James <james@xemacs.org> |
298 | |
299 * make-dump-id.c (main): Output separate declaration and | |
300 definition for dump_id. | |
301 | |
1665 | 302 2003-09-03 Steve Youngs <youngs@xemacs.org> |
303 | |
304 * XEmacs 21.5.15 "celery" is released. | |
305 | |
1663 | 306 2003-08-29 Nickolay Pakoulin <npak@ispras.ru> |
307 | |
308 * make-dump-id.c (main): Set "C" linking rule for dump_id | |
309 | |
1618 | 310 2003-06-30 Andrew Begel <abegel@CS.Berkeley.EDU> |
311 | |
312 * make-docfile.c (write_c_args): Escape newlines that arise in the | |
313 C argument list, and comment on synch with Emacs. | |
314 | |
1510 | 315 2003-06-01 Steve Youngs <youngs@xemacs.org> |
316 | |
317 * XEmacs 21.5.14 "cassava" is released. | |
318 | |
1506 | 319 2003-05-29 Jerry James <james@xemacs.org> |
320 | |
321 * ellcc.c: Rationalize and repair use of GCC function attributes. | |
322 | |
1473 | 323 2003-05-10 Steve Youngs <youngs@xemacs.org> |
324 | |
325 * XEmacs 21.5.13 "cauliflower" is released. | |
326 | |
1431 | 327 2003-04-24 Steve Youngs <youngs@xemacs.org> |
328 | |
329 * XEmacs 21.5.12 "carrot" is released. | |
330 | |
1349 | 331 2003-02-09 Ville Skyttä <scop@xemacs.org> |
332 | |
333 * config.values.in (pkgdir): Remove (unused). | |
334 | |
1346 | 335 2003-03-06 Ben Wing <ben@xemacs.org> |
336 | |
337 * i.c: | |
338 * i.c (pump): | |
339 Sleep between calls to check for I/O, since these calls are non-blocking. | |
340 | |
1307 | 341 2003-02-16 Steve Youngs <youngs@xemacs.org> |
342 | |
343 * XEmacs 21.5.11 "cabbage" is released. | |
344 | |
1269 | 345 2003-01-14 Jerry James <james@xemacs.org> |
346 | |
347 * ellcc.c (do_compile_mode): Search XEmacs directories first for | |
348 include files. Thanks to Raymond Toy. | |
349 | |
1238 | 350 2003-01-28 Steve Youngs <youngs@xemacs.org> |
351 | |
352 * rcs2log: Synch to GNU version. | |
353 | |
1187 | 354 2003-01-04 Steve Youngs <youngs@xemacs.org> |
355 | |
356 * XEmacs 21.5.10 "burdock" is released. | |
357 | |
1123 | 358 2002-11-27 Ben Wing <ben@xemacs.org> |
359 | |
360 * .cvsignore: | |
361 Add .idb, .ilk for MS Windows VC++. | |
362 | |
1111 | 363 2002-11-17 Ben Wing <ben@xemacs.org> |
364 | |
365 * ellcc.c (do_init_mode): | |
366 Use full prototypes. | |
367 | |
368 * ellcc.h.in: | |
369 Use the correct user-specified compiler. | |
370 | |
371 * make-docfile.c: | |
372 * make-docfile.c (read_c_string): | |
373 * make-docfile.c (scan_c_file): | |
374 Fix shadowing warnings. NOTE: This was already fixed | |
375 awhile ago, but reverted by Jerry. Please be careful. | |
376 | |
996 | 377 2002-08-08 Jerry James <james@xemacs.org> |
378 | |
379 * config.values.in: Regenerate. | |
380 * ellcc.c: A thorough cleanup to eliminate potential buffer | |
381 overruns and null pointer dereferences, make some global variables | |
382 local, add braces for clarity, etc., using hints supplied by | |
383 splint. | |
384 * ellcc.c (EXEC_GROW_SIZE): New constant for dynamic allocation. | |
385 * ellcc.c (xrealloc): New function. | |
386 * ellcc.c (xstrdup): New function. | |
387 * ellcc.c (fatal): Use varargs for flexibility. | |
388 * ellcc.c (add_string): New function for abstracting the addition | |
389 of a string to the exec_argv array. | |
390 * ellcc.c (add_to_argv): Use add_string. Improve whitespace | |
391 handling. Recode finite state machine as a clearer while loop. | |
392 * ellcc.c (do_compile_mode): Use new functions. | |
393 * ellcc.c (do_link_mode): Ditto. | |
394 * ellcc.c (do_init_mode): Ditto. Default to in-source | |
395 make-docfile. | |
396 | |
981 | 397 2002-08-30 Steve Youngs <youngs@xemacs.org> |
398 | |
399 * XEmacs 21.5.9 "brussels sprouts" is released. | |
400 | |
978 | 401 2002-08-21 Jerry James <james@xemacs.org> |
402 | |
403 * gnuserv.h: Revert previous patch. Include syssignal.h instead | |
404 of signal.h. | |
405 * tcp.c: Include config.h, and substitute syssignal.h for | |
406 signal.h. | |
407 | |
954 | 408 2002-08-02 Jerry James <james@xemacs.org> |
409 | |
410 * gnuserv.h: Include signal.h early to define NSIG before config.h | |
411 is included. | |
412 | |
933 | 413 2002-07-27 Steve Youngs <youngs@xemacs.org> |
414 | |
415 * XEmacs 21.5.8 "broccoli" is released. | |
416 | |
930 | 417 2002-07-15 Jerry James <james@xemacs.org> |
418 | |
419 * make-docfile.c: Change whitespace and organization to reduce the | |
420 size of the diff against FSF Emacs sources and synch to Emacs 21.2. | |
421 Remove unused DO_REALLOC. | |
422 Mark XEmacs changes and additions more clearly. | |
423 Reintroduce previously deleted Emacs code inside #if 0 ... #endif. | |
424 * make-docfile.c (next_extra_elc): Replace goto with do-while. | |
425 * make-docfile.c (main): Put XEmacs-only args in one place. | |
426 * make-docfile.c (write_c_args): Change buff to buf to match | |
427 Emacs. Replace pointer arithmetic with simpler array syntax. | |
428 * make-docfile.c (scan_c_file): Note that DEFSIMPLE and DEFPRED no | |
429 longer exist. Correct the "name too long" test (off by one). | |
430 Die with message if a DEFUN has no docstring instead of hanging. | |
431 * make-docfile.c (scan_lisp_file): Introduce while loops used in | |
432 Emacs sources to skip consecutive blank lines. | |
433 | |
920 | 434 2002-07-14 Adrian Aichner <adrian@xemacs.org> |
435 | |
436 * etags.c: It's XEmacs, not Xemacs. | |
437 | |
894 | 438 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
439 | |
440 * XEmacs 21.5.7 "broccoflower" is released. | |
441 | |
881 | 442 2002-05-29 Greg Steuck <greg-xemacs-patches@nest.cx> |
443 | |
444 * gnuclient.c: Makes it possible again to #undef | |
445 INTERNET_DOMAIN_SOCKETS in lib-src/gnuserv.h and get a functional | |
446 gnuserv which is only accessible through UNIX_DOMAIN_SOCKETS. | |
447 | |
853 | 448 2002-05-28 Ben Wing <ben@xemacs.org> |
449 | |
450 * make-docfile.c (scan_c_file): | |
451 * make-docfile.c (scan_lisp_file): | |
452 Fix places where we forget to check for EOF. | |
453 | |
826 | 454 2002-05-05 Ben Wing <ben@xemacs.org> |
455 | |
456 * i.c: | |
457 * i.c (skip_executable_name): | |
458 * i.c (main): | |
459 Create an inheritable event and pass it on to XEmacs, so that ^C | |
460 can be handled properly. Intercept ^C and signal the event. | |
461 "Stop Build" in VC++ now works. | |
462 | |
814 | 463 2002-04-14 Ben Wing <ben@xemacs.org> |
464 | |
465 * make-docfile.c: | |
466 * make-docfile.c (next_extra_elc): | |
467 * make-docfile.c (again): Removed. | |
468 * make-docfile.c (main): | |
469 * make-docfile.c (getc_iso2022): | |
470 * make-docfile.c (MDGET): | |
471 * make-docfile.c (read_c_string): | |
472 * make-docfile.c (write_c_args): | |
473 * make-docfile.c (scan_c_file): | |
474 * make-docfile.c (read_lisp_symbol): | |
475 * make-docfile.c (scan_lisp_file): | |
476 Add basic support for handling ISO 2022 doc strings -- we parse | |
477 the basic charset designation sequences so we know whether we're | |
478 in ASCII and have to pay attention to end quotes and such. | |
479 | |
480 Reformat code according to coding standards. | |
481 | |
804 | 482 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org> |
483 | |
484 * XEmacs 21.5.6 "bok choi" is released. | |
485 | |
800 | 486 2002-03-31 Ben Wing <ben@xemacs.org> |
487 | |
488 * make-mswin-unicode.pl: Don't be fucked up by CRLF. Output code | |
489 to force errors when nonintercepted Windows calls issued. | |
490 | |
778 | 491 2002-03-14 Jonathan Harris <jhar@tardis.ed.ac.uk> |
492 | |
493 * make-mswin-unicode.pl: Pick up location of include files from | |
494 MSVCDIR environment variable. | |
495 Add --includedir command-line option. | |
496 Remove 'dir' command. | |
497 | |
776 | 498 2002-03-15 Ben Wing <ben@xemacs.org> |
499 | |
500 * Makefile.in.in (blessmail): | |
501 * Makefile.in.in (maybe-blessmail): | |
502 Use -no-packages to avoid problems with package files shadowing | |
503 core files (e.g. unicode.el in mule-ucs). | |
504 | |
774 | 505 2002-03-12 Ben Wing <ben@xemacs.org> |
506 | |
3322 | 507 * The Great Mule Merge of March 2002: |
508 see node by that name in the Internals Manual. | |
774 | 509 |
768 | 510 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org> |
511 | |
512 * XEmacs 21.5.5 "beets" is released. | |
513 | |
725 | 514 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org> |
515 | |
516 * XEmacs 21.5.4 "bamboo" is released. | |
517 | |
715 | 518 2001-12-24 Yoshiki Hayashi <yoshiki@xemacs.org> |
519 | |
520 * etags.c: Define __P if not already defined. | |
521 | |
709 | 522 2001-12-19 Yoshiki Hayashi <yoshiki@xemacs.org> |
523 | |
524 * Makefile.in.in (etags_args): Define EMACS_NAME to XEmacs. | |
525 | |
526 * etags.c: Sync with pot version 14.28. | |
527 Additional change for XEmacs to define PTR macro. | |
528 | |
529 2001-12-12 Francesco Potorti` <pot@gnu.org> | |
530 | |
531 * etags.c (PHP_functions): New function by Diez B. Roggisch, | |
532 heavily adapted by me, for parsing PHP. | |
533 (LOOKING_AT): New macro. | |
534 (Perl_functions, Python_functions, PHP_functions) | |
535 (Scheme_functions, Texinfo_nodes): Use it. | |
536 (Perl_functions): Use strneq. | |
537 (prolog_pred): Renamed to prolog_pr. | |
538 (prolog_pr): Recognise Prolog rules (thanks to Geert Kloosterman) | |
539 in addition to predicates. | |
540 [ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent | |
541 unmodified compile, as Cygwin's regex.h is incompatible with us | |
542 (thanks to Markus Hoenicka). | |
543 [!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string. | |
544 | |
654 | 545 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org> |
546 | |
547 * XEmacs 21.5.3 "asparagus" is released. | |
548 | |
647 | 549 2001-06-24 Ben Wing <ben@xemacs.org> |
550 | |
551 * gnuserv.c (permitted): | |
552 * gnuserv.c (setup_table): | |
553 * gnuslib.c (connect_to_internet_server): | |
554 * make-docfile.c (scan_c_file): | |
555 * mmencode.c (fromqp): | |
556 * movemail.c: | |
557 * movemail.c (main): | |
558 * movemail.c (xmalloc): | |
559 * ootags.c (prolog_pred): | |
560 * ootags.c (erlang_func): | |
561 * yow.c (yow): | |
562 Fix unsigned warnings. See src/ChangeLog for details. | |
563 | |
641 | 564 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org> |
565 | |
566 * XEmacs 21.5.2 "artichoke" is released. | |
567 | |
613 | 568 2001-06-10 Ben Wing <ben@xemacs.org> |
569 | |
570 * cvtmail.c: | |
571 * fakemail.c: | |
572 * gnuserv.c: | |
573 * gnuserv.c (handle_ipc_request): | |
574 * gnuserv.h: | |
575 * gnuslib.c: | |
576 * make-msgfile.c: | |
577 * make-path.c: | |
578 * pop.c: | |
579 * pop.h: | |
580 * profile.c: | |
581 * tcp.c: | |
582 Rename 'GNU Emacs' to XEmacs in the copyright. | |
583 Fix comments in similar ways. | |
584 | |
585 * digest-doc.c (main): | |
586 * sorted-doc.c (main): | |
587 Fix program and author name to reflect XEmacs. | |
588 | |
567 | 589 2001-05-06 Karl M. Hegbloom <karlheg@hegbloom.net> |
590 | |
591 * movemail.c (lock_dot): Use mkstemp if available | |
592 | |
558 | 593 2001-05-23 Ben Wing <ben@xemacs.org> |
594 | |
595 * pop.c (socket_connection): | |
596 Remove BROKEN_CYGWIN. | |
597 | |
543 | 598 2001-05-17 Stephen J. Turnbull <stephen@xemacs.org> |
599 | |
600 * config.values.sh: lisp/utils?/config.el -> lisp/config.el. | |
601 | |
531 | 602 2001-05-12 Ben Wing <ben@xemacs.org> |
603 | |
604 * etags.c: | |
605 * etags.c (print_help): | |
606 * etags.c (sym_type): | |
607 * etags.c (TOTAL_KEYWORDS): | |
608 * etags.c (hash): | |
609 * etags.c (in_word_set): | |
610 * etags.c (consider_token): | |
611 * etags.c (C_entries): | |
612 * etags.c (add_regex): | |
613 new version from Francesco. | |
614 | |
523 | 615 2001-05-09 Ben Wing <ben@xemacs.org> |
616 | |
617 * etags.c (add_regex): | |
618 temporary fix to avoid crashes with new regex code. | |
619 | |
522 | 620 2001-05-09 Martin Buchholz <martin@xemacs.org> |
621 | |
622 * XEmacs 21.5.1 "anise" is released. | |
623 | |
502 | 624 2001-04-29 Ben Wing <ben@xemacs.org> |
625 | |
626 * gnuclient.c (filename_expand): Warning fix. | |
627 | |
479 | 628 2001-04-20 Ben Wing <ben@xemacs.org> |
629 | |
630 * .cvsignore: Added stuff for Windows. | |
631 | |
472 | 632 2001-04-18 Martin Buchholz <martin@xemacs.org> |
633 | |
634 * XEmacs 21.5.0 "alfalfa" is released. | |
635 | |
464 | 636 2000-08-01 Jon Schewe <jpschewe@eggplant.mtu.net> |
637 | |
638 * gnuclient.c (filename_expand): Let Cygwin convert Windows path | |
639 to Unix. | |
640 | |
641 2001-03-23 Stephen J. Turnbull <stephen@xemacs.org> | |
642 | |
643 * gnuserv.h: Document TMPDIR lossage if client/server values differ. | |
644 | |
462 | 645 2001-03-21 Martin Buchholz <martin@xemacs.org> |
646 | |
647 * XEmacs 21.2.46 "Urania" is released. | |
648 | |
649 2001-03-19 Andy Piper <andy@xemacs.org> | |
650 | |
651 * installexe.sh: use bash by default. | |
652 | |
653 2001-03-09 William M. Perry <wmperry@aventail.com> | |
654 | |
655 * gnuclient.c: The Great GTK Merge. | |
656 | |
657 2000-08-10 Ben Wing <ben@xemacs.org> | |
658 | |
659 * update-elc.sh: deleted (retroactively). replaced by update-elc-2.el, | |
660 which does the same thing but in a platform-independent way. | |
661 | |
460 | 662 2001-02-23 Martin Buchholz <martin@xemacs.org> |
663 | |
664 * XEmacs 21.2.45 "Thelxepeia" is released. | |
665 | |
666 2001-02-11 Martin Buchholz <martin@xemacs.org> | |
667 | |
668 * Makefile.in.in: Cleanup. | |
669 Fixes bug: all must depend on make-dump-id. | |
670 Don't install make-path; only used at build time. | |
671 Avoid duplicating file lists for maintainability. | |
672 (PUBLIC_INSTALLABLE_SCRIPTS): More logical naming. | |
673 (PUBLIC_INSTALLABLE_EXES): Likewise. | |
674 (PUBLIC_INSTALLABLES): Likewise. | |
675 (PRIVATE_INSTALLABLE_SCRIPTS): More logical naming. | |
676 (PRIVATE_INSTALLABLE_EXES): Likewise. | |
677 (PRIVATE_INSTALLABLES): Likewise. | |
678 (SCRIPTS): Likewise. | |
679 (EXES): New. | |
680 (PROGS): New. | |
681 (SOURCES): Remove. | |
682 (BUILD_UTILITIES): New. Non-installed utilities. | |
683 (INSTALL_GNUSERV): New. | |
684 (unlock): Remove obsolete target. | |
685 (relock): Remove obsolete target. | |
686 (aixcc.c): Remove. Obsolete. | |
687 * aixcc.lex: Remove. Obsolete. | |
688 | |
689 2001-02-12 Martin Buchholz <martin@xemacs.org> | |
690 | |
691 * make-dump-id.c (main): No longer #include dump-id.h. | |
692 | |
458 | 693 2001-02-08 Martin Buchholz <martin@xemacs.org> |
694 | |
695 * gnuserv.c (permitted): Compiler warning fixes. | |
696 | |
697 2001-02-08 Martin Buchholz <martin@xemacs.org> | |
698 | |
699 * XEmacs 21.2.44 "Thalia" is released. | |
700 | |
701 2001-01-31 Francesco Potorti` <pot@gnu.org> | |
702 | |
703 * etags.c: [NDEBUG] #undef assert and #define it as ((void)0), for | |
704 the sake of some buggy assert.h (e.g. in MinGW and sunos4 pcc). | |
705 (C_entries): Tag token renamed to still_in_token because sunos4 | |
706 pcc wants to expand it as the token() macro even though it has no | |
707 arguments. | |
708 | |
709 2001-01-30 Francesco Potorti` <pot@gnu.org> | |
710 | |
711 * etags.c: [WIN32-NATIVE]: #undef MSDOS, #undef WINDOWSNT and | |
920 | 712 #define it for the sake of XEmacs. |
458 | 713 [WINDOWSNT]: #undef HAVE_NTGUI even if built without |
714 HAVE_CONFIG_H. This change only affects a standalone etags. | |
715 [WINDOWSNT]: #undef DOS_NT and #define it even if built with | |
716 HAVE_CONFIG_H. This change does nothing in Emacs, as DOS_NT is | |
717 always defined when HAVE_CONFIG_H and WINDOWS are both defined. | |
718 [!HAVE_UNISTD_H]: use defined(WINDOWSNT) instead of the bare | |
719 WINDOWSNT, as this is the correct way to use it. | |
720 | |
721 2001-01-28 Francesco Potorti` <pot@gnu.org> | |
722 | |
723 * etags.c: Be capable to parse nested struct-like structures. | |
724 (structdef, structtag): Struct state machine revisited. | |
725 (struct tok): Revisited. | |
726 (cstack, nestlev, instruct): New struct and macros. | |
727 (pushclass_above, popclass_above, write_classname): New functions | |
728 for dealing with nested class names, inspired by Mykola Dzyuba. | |
729 (consider_token, make_C_tag, C_entries): Many changes for dealing | |
730 with arbitrarily nested structures. | |
731 (etags_getcwd): #if MSDOS, not #ifdef MSDOS! | |
732 (C_entries): Consider templates in C++. | |
733 (sym_type): New constant st_C_class for detecting "class" also in | |
734 C mode. | |
735 (C_AUTO): New macro for automatic detection of C++. | |
736 (consider_token): Automatic set C++ mode. | |
737 (C_entries): New security check for yacc. | |
738 (print_language_names, print_help): Mention the autodetect | |
739 feature, do not show help for the -C option, now mostly useless. | |
740 (C_entries): Tag C++ forward declarations if --declarations. | |
741 (C_entries): Don't be fooled by things like XDEFUN. | |
742 (consider_token): Discard asm pseudo function. | |
743 | |
460 | 744 2001-01-25 Francesco Potorti` <pot@gnu.org> |
458 | 745 |
746 * etags.c (struct tok): Renamed from struct token. | |
747 (token): Renamed from tok. | |
748 (structtype): Make it a local variable. | |
749 [DEBUG]: Use assert. | |
750 (xrnew): Change the synopsis. | |
751 (typedefs_or_cplusplus): Renamed from typedefs_and_cplusplus. | |
752 (grow_linebuffer): Don't call xrnew when not needed. | |
753 (token): buffer renamed to line. | |
754 (C_entries): Three calls to inibuffer moved here from main. | |
755 (C_entries): Removed all references to var methodlen, delete it. | |
756 (linebuffer_setlen): Was grow_buffer, now also sets len. | |
757 (consider_token, C_entries, Pascal_functions): Use it. | |
758 (C_entries): Preventing problems relative to extern "C". | |
759 (C_entries): Can tag more than one variable or func separated by | |
760 comma when --declarations is used. | |
761 (C_entries): More accurate tagging of members and declarations. | |
762 (yacc_rules): Was global, made local to C_entries. | |
763 (next_token_is_func): Removed. | |
764 (fvdef): New constants fdefunkey, fdefunname. | |
765 (consider_token, C_entries): Use them. | |
766 (C_entries): Build proper lisp names for Emacs DEFUNs. | |
767 | |
460 | 768 2001-01-15 Francesco Potorti` <pot@gnu.org> |
458 | 769 |
770 * etags.c (print_language_names): Print filenames in addition to | |
771 suffixes. | |
772 | |
773 2001-01-12 Francesco Potorti` <pot@gnu.org> | |
774 | |
775 * etags.c (get_language_from_langname): Renamed from | |
776 get_language_from_name. | |
777 (get_language_from_filename): Renamed from | |
778 get_language_from_suffix. Now first looks for the complete file | |
779 name. | |
780 (language): New member char **filenames. | |
781 (Makefile_filenames): List of possible filenames for makefiles. | |
782 (lang_names): Added a NULL member for every entry, added an entry | |
783 for makefiles. | |
784 (Makefile_targets): New function, inspired by Assar Westerlund | |
785 <assar@sics.se>. | |
786 | |
460 | 787 2000-11-07 Francesco Potorti` <pot@gnu.org> |
458 | 788 |
789 * etags.c (Texinfo_nodes): Renamed from Texinfo_fuctions and made | |
790 it conformant to the style of the rest of the code. | |
791 | |
792 2000-02-10 Francesco Potorti` <pot@gnu.org> | |
793 | |
794 * etags.c (iswhite): Redefined not to consider '\0' as white | |
795 space, and use it throughout in place of isspace, thus preventing a | |
796 potential signed char to int conversion problem. | |
797 (MSDOS): #undefine befere redefining | |
798 | |
460 | 799 2000-02-04 Francesco Potorti` <pot@gnu.org> |
458 | 800 |
801 * etags.c (many functions): Add prototypes. | |
802 | |
460 | 803 2000-01-31 Francesco Potorti` <pot@gnu.org> |
458 | 804 |
805 * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise. | |
806 (get_compressor_from_suffix, process_file): Use MSDOS in if clause. | |
807 (etags_strchr, etags_strrchr): Use const char * and int as arguments. | |
808 (getenv, getcwd): Only declare them if necessary. | |
809 (EMACS_NAME): New constant macro. | |
810 (print_version): Use it. | |
811 (P_) [__STDC__]: Macro for defining function prototypes. | |
812 | |
813 2001-02-06 Martin Buchholz <martin@xemacs.org> | |
814 | |
815 * gnuclient.c: | |
816 * gnuserv.c: | |
817 * gnuslib.c: | |
818 * pop.c: | |
819 Remove use of BSD-specific types. | |
820 s/u_(char|short|int_long)/unsigned $1/g | |
821 Remove pointless casts. | |
822 | |
823 2001-01-28 Martin Buchholz <martin@xemacs.org> | |
824 | |
825 * gnuclient.c (get_current_working_directory): Use HAVE_GETCWD. | |
826 warning: getwd() possibly used unsafely, consider using getcwd(). | |
827 | |
456 | 828 2001-01-26 Martin Buchholz <martin@xemacs.org> |
829 | |
830 * XEmacs 21.2.43 "Terspichore" is released. | |
831 | |
832 2001-01-23 Jan Vroonhof <jan@xemacs.org> | |
833 | |
834 * gnuserv.c: Add version number to object file. | |
835 | |
836 2001-01-20 Klaus Frank <klausf@i3.informatik.rwth-aachen.de> | |
837 | |
838 * gnuserv.c (permitted): Completed the checks of the authentication | |
839 data length, replaced memcmp() by constant-time comparision. | |
840 | |
454 | 841 2001-01-20 Martin Buchholz <martin@xemacs.org> |
842 | |
843 * XEmacs 21.2.42 "Poseidon" is released. | |
844 | |
452 | 845 2001-01-17 Martin Buchholz <martin@xemacs.org> |
846 | |
847 * XEmacs 21.2.41 "Polyhymnia" is released. | |
848 | |
450 | 849 2001-01-08 Martin Buchholz <martin@xemacs.org> |
850 | |
851 * XEmacs 21.2.40 is released. | |
852 | |
448 | 853 2000-12-31 Martin Buchholz <martin@xemacs.org> |
854 | |
855 * XEmacs 21.2.39 is released. | |
856 | |
446 | 857 2000-12-05 Martin Buchholz <martin@xemacs.org> |
858 | |
859 * XEmacs 21.2.38 is released. | |
860 | |
861 2000-11-13 Yoshiki Hayashi <yoshiki@xemacs.org> | |
862 | |
863 * Makefile.in.in: Define emacs iff it's necessary. | |
864 | |
444 | 865 2000-11-14 Martin Buchholz <martin@xemacs.org> |
866 | |
867 * XEmacs 21.2.37 is released. | |
868 | |
442 | 869 2000-09-01 Katsumi Yamaoka <yamaoka@jpl.org> |
870 | |
871 * make-po.c (BUFSIZE): Increase value to 32768. | |
872 | |
873 2000-10-04 Martin Buchholz <martin@xemacs.org> | |
874 | |
875 * XEmacs 21.2.36 is released. | |
876 | |
877 2000-09-30 Martin Buchholz <martin@xemacs.org> | |
878 | |
879 * gnuserv.c (main): Warning removal. | |
880 | |
881 2000-09-27 Martin Buchholz <martin@xemacs.org> | |
882 | |
883 * ellcc.c: Make global variables static. Avoids warnings on AIX. | |
884 | |
885 * fakemail.c (make_file_preface): Use standard type time_t. | |
886 Actually check that the 25th char returned from ctime is '\n'. | |
887 | |
888 2000-09-19 Martin Buchholz <martin@xemacs.org> | |
889 | |
890 * *: Spelling mega-patch | |
891 | |
892 2000-09-12 Martin Buchholz <martin@xemacs.org> | |
893 | |
894 * gnuclient.c (main): | |
895 * hexl.c (usage): | |
896 Use `Usage', not `usage', in Usage messages. | |
897 | |
898 2000-07-15 Ben Wing <ben@xemacs.org> | |
899 | |
900 * etags.c (add_regex): added commented out code for use figuring | |
901 out Windows quoting problems. | |
902 * hexl.c (main): fixed warnings about possible used uninitialized. | |
903 | |
904 2000-07-19 Martin Buchholz <martin@xemacs.org> | |
905 | |
906 * XEmacs 21.2.35 is released. | |
907 | |
908 2000-07-12 Martin Buchholz <martin@xemacs.org> | |
909 | |
910 * gnuserv.c: | |
911 (handle_internet_request): | |
912 (handle_unix_request): | |
913 (internet_init): | |
914 Use socklen_t instead of int or size_t. | |
915 | |
916 2000-07-11 Martin Buchholz <martin@xemacs.org> | |
917 | |
918 * hexl.c (usage): Use full ANSI C prototypes. | |
919 | |
920 2000-07-05 Craig Lanning <lanning@scra.org> | |
921 | |
922 * Makefile.in.in (INSTALL_DATA): | |
923 * Makefile.in.in (UTILITIES): | |
924 * Makefile.in.in (GETOPTDEPS): | |
925 * Makefile.in.in (i): | |
926 mingw support: don't try to build gnuclient, add | |
927 support for building and installing minitar | |
928 | |
929 2000-06-10 Ben Wing <ben@xemacs.org> | |
930 | |
931 * Makefile.in.in (INSTALLABLES_BASE): | |
932 * Makefile.in.in (ootags_args): | |
933 * Makefile.in.in (yow): | |
934 Build i.exe. | |
935 Don't build run*.exe. | |
936 | |
937 * b2m.c: | |
938 * b2m.c (main): | |
939 * ellcc.c (main): | |
940 * etags.c: | |
941 * etags.c (main): | |
942 * etags.c (get_compressor_from_suffix): | |
943 * etags.c (process_file): | |
944 * etags.c (readline_internal): | |
945 * etags.c (etags_getcwd): | |
946 * etags.c (relative_filename): | |
947 * etags.c (absolute_filename): | |
948 * etags.c (filename_is_absolute): | |
949 * etags.c (canonicalize_filename): | |
950 * fakemail.c: | |
951 * fakemail.c (make_file_preface): | |
952 * getopt.c: | |
953 * getopt.h: | |
954 * gnuclient.c: | |
955 * gnuclient.c (filename_expand): | |
956 * gnuserv.h: | |
957 * gnuserv.h (PATCHLEVEL): | |
958 * hexl.c: | |
959 * hexl.c (main): | |
960 * make-docfile.c: | |
961 * make-docfile.c (APPEND_BINARY): | |
962 * make-docfile.c (main): | |
963 * make-dump-id.c: | |
964 * mmencode.c: | |
965 * mmencode.c (fromqp): | |
966 * mmencode.c (main): | |
967 * movemail.c: | |
968 * movemail.c (main): | |
969 * movemail.c (popmail): | |
970 * ootags.c: | |
971 * ootags.c (main): | |
972 * ootags.c (readline_internal): | |
973 * ootags.c (etags_getcwd): | |
974 * ootags.c (absolute_filename): | |
975 * ootags.c (filename_is_absolute): | |
976 * ootags.c (canonicalize_filename): | |
977 * pop.c: | |
978 * pop.c (DONT_ENCAPSULATE): | |
979 * pop.c (pop_open): | |
980 * pop.c (socket_connection): | |
981 * pop.c (pop_trash): | |
982 * profile.c (gettimeofday): | |
983 * wakeup.c: | |
984 * yow.c (rootrelativepath): | |
985 Remove MSDOS support, converting to WIN32_NATIVE where necessary. | |
986 WINDOWSNT -> WIN32_NATIVE. | |
987 __CYGWIN32__ -> CYGWIN. | |
988 DOS_NT -> WIN32_NATIVE. | |
989 Remove unused NO_SHORTNAMES. | |
990 Changes for removed nt\inc. | |
991 | |
992 2000-06-07 Ben Wing <ben@xemacs.org> | |
993 | |
994 * run.c, run.h, run.rc: Removed. We no longer need these for | |
995 building runxemacs.exe, and it's questionable at best whether | |
996 rungnuclient.exe was ever used or is even needed. The correct | |
997 solution is just to make gnuclient.exe a windows program and | |
998 use the gnuattach script to run 'i gnuclient.exe'. Not that | |
999 gnuclient currently works under Windows native in any case. | |
1000 | |
1001 2000-05-28 Martin Buchholz <martin@xemacs.org> | |
1002 | |
1003 * XEmacs 21.2.34 is released. | |
1004 | |
1005 2000-05-11 Ben Wing <ben@xemacs.org> | |
1006 | |
1007 * i.c (get_command): fix unused var warning. | |
1008 | |
1009 * make-docfile.c (MDGET): | |
1010 * make-docfile.c (read_c_string): | |
1011 rewrite and reindent -- handle closing doc string comment that's | |
1012 not at beg of line. | |
1013 | |
1014 2000-05-01 Martin Buchholz <martin@xemacs.org> | |
1015 | |
1016 * XEmacs 21.2.33 is released. | |
1017 | |
1018 2000-04-19 Martin Buchholz <martin@xemacs.org> | |
1019 | |
1020 * gnuclient.c (initialize_signals): Always use full ANSI prototypes. | |
1021 | |
1022 2000-04-06 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
1023 | |
1024 * i.c: New file, source for the i utility. | |
1025 | |
1026 2000-03-22 Mike Alexander <mta@arbortext.com> | |
1027 | |
1028 * make-dump-id.c (gettimeofday): new (Windows only) | |
1029 | |
1030 2000-03-20 Martin Buchholz <martin@xemacs.org> | |
1031 | |
1032 * XEmacs 21.2.32 is released. | |
1033 | |
1034 2000-03-20 Martin Buchholz <martin@xemacs.org> | |
1035 | |
1036 * make-dump-id.c: Use config.h and systime.h for portability. | |
1037 | |
1038 2000-02-20 Olivier Galibert <galibert@pobox.com> | |
1039 | |
1040 * make-dump-id.c: Added. | |
1041 | |
1042 * Makefile.in.in: Add support for make-dump-id. | |
1043 | |
1044 2000-03-12 Ben Wing <ben@xemacs.org> | |
1045 | |
1046 * etags.c (canonicalize_filename): fixed a problem with gratuitous | |
1047 capitalization of file names under MS Windows. | |
1048 | |
1049 2000-02-23 Martin Buchholz <martin@xemacs.org> | |
1050 | |
1051 * XEmacs 21.2.31 is released. | |
1052 | |
1053 2000-02-21 Martin Buchholz <martin@xemacs.org> | |
1054 | |
1055 * XEmacs 21.2.30 is released. | |
1056 | |
1057 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
1058 | |
1059 * XEmacs 21.2.29 is released. | |
1060 | |
1061 2000-02-13 Martin Buchholz <martin@xemacs.org> | |
1062 | |
1063 * etags.c: Upgrade to version 13.44. | |
1064 Only added (unsigned char) casts to calls like isspace (*cp). | |
1065 | |
440 | 1066 2000-02-07 Martin Buchholz <martin@xemacs.org> |
1067 | |
1068 * XEmacs 21.2.28 is released. | |
1069 | |
1070 2000-02-06 Martin Buchholz <martin@xemacs.org> | |
1071 | |
1072 * getopt.h: | |
1073 * fakemail.c: | |
1074 * gnuslib.c: | |
1075 * sorted-doc.c: | |
1076 * yow.c: | |
1077 * cvtmail.c: | |
1078 * movemail.c: | |
1079 * gnuclient.c: | |
1080 ANSIfy. Use coding standards for function definitions. | |
1081 Make C++-compilable. Modified from patch by Zack Weinberg. | |
1082 | |
1083 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
1084 | |
1085 * hexl.c: Removed MSDOS code; set binary I/O flags for NT. | |
1086 | |
438 | 1087 2000-01-18 Martin Buchholz <martin@xemacs.org> |
1088 | |
1089 * XEmacs 21.2.27 is released. | |
1090 | |
1091 2000-01-18 Martin Buchholz <martin@xemacs.org> | |
1092 | |
1093 * ootags.c: Ansify. | |
1094 * etags.c: | |
1095 * getopt.c: | |
1096 * cvtmail.c: | |
1097 Remove declarations of ANSI errno, getenv(), malloc(). | |
1098 | |
1099 2000-01-13 Martin Buchholz <martin@xemacs.org> | |
1100 | |
1101 * movemail.c (main): | |
1102 * make-docfile.c (write_c_args): | |
1103 Simple compiler warning fixes. | |
1104 | |
1105 2000-01-09 Martin Buchholz <martin@xemacs.org> | |
1106 | |
1107 * *.[ch]: Change <../src/config.h> to <config.h> | |
1108 * ellcc.c: Always use <...> to #include files not in `.' | |
1109 * Makefile.in.in: Use safer -I paths. | |
1110 Use $(top_srcdir) instead of $(srcdir)/../src | |
1111 Add warning comment. | |
1112 | |
1113 2000-01-08 Martin Buchholz <martin@xemacs.org> | |
1114 | |
1115 * movemail.c: Warning removal. | |
1116 | |
1117 2000-01-06 Norbert Koch <norbert@s.netic.de> | |
1118 | |
1119 * movemail.c: Typo fix. | |
1120 | |
1121 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
1122 | |
1123 * movemail.c: Overhaul of the locking code. | |
1124 | |
1125 2000-01-03 Martin Buchholz <martin@xemacs.org> | |
1126 | |
1127 * etags.c (etags_strrchr): Ansify. | |
1128 (etags_strchr): Ansify. | |
1129 (get_compressor_from_suffix): Remove warning, make code cleaner. | |
1130 | |
436 | 1131 1999-12-31 Martin Buchholz <martin@xemacs.org> |
1132 | |
1133 * XEmacs 21.2.26 is released. | |
1134 | |
434 | 1135 1999-12-24 Martin Buchholz <martin@xemacs.org> |
1136 | |
1137 * XEmacs 21.2.25 is released. | |
1138 | |
1139 1999-12-21 Martin Buchholz <martin@xemacs.org> | |
1140 | |
1141 * fakemail.c (cuserid): ((expr)) ==> (expr) | |
1142 | |
1143 * fakemail.c (xmalloc): ANSIfy. | |
1144 | |
432 | 1145 1999-12-14 Martin Buchholz <martin@xemacs.org> |
1146 | |
1147 * config.values.sh: Only update config.values.in if changed. | |
1148 No external dependencies except perl. | |
1149 No temporary files. | |
1150 | |
1151 1999-12-14 Martin Buchholz <martin@xemacs.org> | |
1152 | |
1153 * XEmacs 21.2.24 is released. | |
1154 | |
1155 1999-12-13 Martin Buchholz <martin@xemacs.org> | |
1156 | |
1157 * etags.c: Fix warning: `_GNU_SOURCE' redefined. | |
1158 | |
430 | 1159 1999-12-07 Martin Buchholz <martin@xemacs.org> |
1160 | |
1161 * XEmacs 21.2.23 is released. | |
1162 | |
1163 1999-11-29 Andreas Jaeger <aj@suse.de> | |
1164 | |
1165 * Makefile.in.in (INSTALLABLE_SCRIPTS): Removed pstogif. | |
1166 pstogif: Moved to package tm. | |
1167 | |
428 | 1168 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org> |
1169 | |
1170 * XEmacs 21.2.22 is released | |
1171 | |
1172 1999-11-28 Martin Buchholz <martin@xemacs.org> | |
1173 | |
1174 * XEmacs 21.2.21 is released. | |
1175 | |
1176 1999-11-20 Martin Buchholz <martin@xemacs.org> | |
1177 | |
1178 * process-gnu-depends.sh: Deleted. Obsolete. | |
1179 * process-depends.sh: Deleted. Obsolete. | |
1180 | |
1181 1999-11-20 Jan Vroonhof <jan@xemacs.org> | |
1182 | |
1183 * Makefile.in.in (instvardir): Added. From | |
1184 Jeff Miller <jmiller@smart.net> | |
1185 | |
1186 1999-11-19 Martin Buchholz <martin@xemacs.org> | |
1187 | |
1188 * etags.c: Upgrade to pot etags version 13.33. | |
1189 Make `etags --version' print out `XEmacs', not `GNU Emacs' | |
1190 | |
1191 1999-11-17 Martin Buchholz <martin@xemacs.org> | |
1192 | |
1193 * etags.c (canonicalize_filename): Typo fix | |
1194 | |
1195 1999-11-05 Martin Buchholz <martin@xemacs.org> | |
1196 | |
1197 * etags.c: | |
1198 * ../etc/etags.1: | |
1199 * ../etc/NEWS: | |
1200 Upgrade to etags version 13.32. | |
1201 etags.c has warnings removed, in addition. | |
1202 | |
1203 1999-11-15 Martin Buchholz <martin@xemacs.org> | |
1204 | |
1205 * gnuserv.c (ipc_spawn_watchdog): Use pid_t instead of int. | |
1206 | |
1207 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1208 | |
1209 * XEmacs 21.2.20 is released | |
1210 | |
1211 1999-11-04 Martin Buchholz <martin@xemacs.org> | |
1212 | |
1213 * gnuserv.c (handle_response): Warning suppression | |
1214 | |
1215 1999-09-27 Martin Buchholz <martin@xemacs.org> | |
1216 | |
1217 * ellcc.c: | |
1218 ANSIfy. | |
1219 Remove MSDOS cruft. | |
1220 Remove WINDOWS cruft. | |
1221 Remove VMS cruft. | |
1222 (main): The wrong number of bytes were being read during argument | |
1223 processing. | |
1224 Delete ANSI imitations like ellcc_strchr(). | |
1225 Call functions with the right number of arguments. | |
1226 Fix a typo. | |
1227 Make functions static. | |
1228 Remove compiler warnings. | |
1229 | |
1230 1999-09-22 Martin Buchholz <martin@xemacs.org> | |
1231 | |
1232 * cvtmail.c (main): ANSIfy | |
1233 * digest-doc.c (main): ANSIfy | |
1234 * hexl.c (main): ANSIfy | |
1235 | |
1236 * make-path.c: Remove declaration for errno. | |
1237 * mmencode.c (nextcharin): ANSIfy | |
1238 * movemail.c (pop_retr): ANSIfy | |
1239 | |
1240 1999-07-30 Gleb Arshinov <gleb@cs.stanford.edu> | |
1241 | |
1242 * pop.c (pop_quit): use CLOSESOCKET() instead of close() | |
1243 | |
1244 * run.c (build_cmdline): Fix NT native build unreferenced variable | |
1245 warning | |
1246 (WinMain): Fix release mode build unreferenced variable warning | |
1247 | |
1248 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1249 | |
1250 * XEmacs 21.2.19 is released | |
1251 | |
1252 1999-07-22 SL Baur <steve@miho> | |
1253 | |
1254 * Makefile.in.in (datadir): Add. | |
1255 From Jeff Miller <jmiller@smart.net> | |
1256 | |
1257 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1258 | |
1259 * XEmacs 21.2.18 is released | |
1260 | |
1261 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1262 | |
1263 * XEmacs 21.2.17 is released | |
1264 | |
1265 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1266 | |
1267 * XEmacs 21.2.16 is released | |
1268 | |
1269 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1270 | |
1271 * XEmacs 21.2.15 is released | |
1272 | |
1273 1999-06-03 SL Baur <steve@steve1.m17n.org> | |
1274 | |
1275 * Makefile.in.in: Move .PHONY up to force execution of `all'. | |
1276 | |
1277 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1278 | |
1279 * XEmacs 21.2.14 is released | |
1280 | |
1281 1999-05-14 SL Baur <steve@gneiss.etl.go.jp> | |
1282 | |
1283 * update-elc.sh (ignore_pattern): Correct ignore_dirs/ignore=dirs | |
1284 european keyboard fuckage. | |
1285 | |
1286 1999-05-03 Hrvoje Niksic <hniksic@srce.hr> | |
1287 | |
1288 * update-elc.sh (ignore_pattern): Installation.el is dead. | |
1289 | |
1290 1999-05-03 Hrvoje Niksic <hniksic@srce.hr> | |
1291 | |
1292 * gnuclient.c: Include <sysfile.h> instead of <../src/sysfile.h>. | |
1293 | |
1294 * Makefile.in.in (cppflags): Add -I$(top_srcdir)/src. | |
1295 | |
1296 1999-04-29 Andy Piper <andy@xemacs.org> | |
1297 | |
1298 * make-docfile.c: build fixes for mingw32. | |
1299 * movemail.c: ditto. | |
1300 * run.c: ditto. | |
1301 * yow.c: ditto. | |
1302 * profile.c: ditto. | |
1303 (gettimeofday): new function copied from nt.c. | |
1304 | |
1305 * fakemail.c (make_file_preface): make buildable under windows. | |
1306 | |
1307 * Makefile.in.in: fix some build targets for when we are building | |
1308 on a windows platform. | |
1309 | |
1310 1999-03-12 giacomo boffi <giacomo.boffi@polimi.it> | |
1311 | |
1312 * sorted-doc.c: corrected the outdated or plainly wrong | |
1313 texinfo headers. Broken up the mega-@table that crashes (at | |
1314 least RedHat's) TeX with: | |
1315 "! TeX capacity exceeded, sorry [save size=4000]." | |
1316 | |
1317 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1318 | |
1319 * XEmacs 21.2.13 is released | |
1320 | |
1321 1999-03-10 Martin Buchholz <martin@xemacs.org> | |
1322 | |
1323 * fakemail.c (add_a_stream): Always use full ANSI prototypes. | |
1324 | |
1325 1999-03-06 Martin Buchholz <martin@xemacs.org> | |
1326 | |
1327 * fakemail.c (main): Ansify. | |
1328 (xmalloc): Ansify. | |
1329 (xrealloc): Ansify. | |
1330 (get_keyword): use paranoid casts ((int) (unsigned char) c) for | |
1331 islower, toupper, isspace. | |
1332 | |
1333 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1334 | |
1335 * XEmacs 21.2.12 is released | |
1336 | |
1337 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1338 | |
1339 * XEmacs 21.2.11 is released | |
1340 | |
1341 1999-02-17 SL Baur <steve@xemacs.org> | |
1342 | |
1343 * update-elc.sh (ignore_dirs): Ignore lisp/mule subdirectory when | |
1344 running latin-1 XEmacs. Eliminate 20.4 bundled kludges. | |
1345 * update-custom.sh (ignore_dirs): Ditto. | |
1346 | |
1347 1999-02-15 Martin Buchholz <martin@xemacs.org> | |
1348 | |
1349 * update-elc.sh: | |
1350 * update-autoloads.sh: | |
1351 * update-custom.sh: | |
1352 - improved automounter tmp directory support. | |
1353 - support 4 (!) empirically discovered automounter conventions | |
1354 | |
1355 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1356 | |
1357 * XEmacs 21.2.10 is released | |
1358 | |
1359 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1360 | |
1361 * XEmacs 21.2.9 is released | |
1362 | |
1363 1999-01-27 Martin Buchholz <martin@xemacs.org> | |
1364 | |
1365 * movemail.c (strerror): Must be NON-static, since it is used by | |
1366 the POP code, which got moved to a separate file. | |
1367 | |
1368 1999-01-11 Damon Lipparelli <lipp@primus.com> | |
1369 | |
1370 * Makefile.in.in: use ellcc (not ellc) everywhere | |
1371 | |
1372 1999-01-10 J. Kean Johnston <jkj@sco.com> | |
1373 | |
1374 * Makefile.in.in: Include moduledir and sitemoduledir as defined | |
1375 by configure. | |
1376 - Install ellcc if we're supporting shared objects | |
1377 - Rules and dependancies for ellcc | |
1378 | |
1379 * ellcc.c: New file. Front end to the compiler for making modules. | |
1380 | |
1381 * ellcc.h.in: New file. Contains path definitions used by ellcc. | |
1382 | |
1383 * make-docfile.c (main): Add check for -E argument used by ellcc. | |
1384 | |
1385 * make-docfile.c: Changed output format when in -E mode. | |
1386 | |
1387 1998-12-28 Martin Buchholz <martin@xemacs.org> | |
1388 | |
1389 * XEmacs 21.2.8 is released. | |
1390 | |
1391 1998-12-24 Martin Buchholz <martin@xemacs.org> | |
1392 | |
1393 * XEmacs 21.2.7 is released. | |
1394 | |
1395 1998-12-17 Andy Piper <andy@xemacs.org> | |
1396 | |
1397 * pop.c (pop_open): disable use of getpass() which doesn't exist under NT. | |
1398 | |
1399 * movemail.c: mess with includes so that it builds under native NT. | |
1400 | |
1401 * pop.c: mess with includes so that it builds under native NT. | |
1402 From Fabrice Popineau <popineau@ese-metz.fr> | |
1403 | |
1404 1998-12-16 Andy Piper <andy@xemacs.org> | |
1405 | |
1406 * XEmacs 21.2.6 is released | |
1407 | |
1408 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1409 | |
1410 * XEmacs 21.2.5 is released | |
1411 | |
1412 1998-11-28 SL Baur <steve@altair.xemacs.org> | |
1413 | |
1414 * XEmacs 21.2-beta4 is released. | |
1415 | |
1416 1998-10-14 Andy Piper <andyp@parallax.co.uk> | |
1417 | |
1418 * Makefile.in.in (movemail): add getopt.o to objects to link with. | |
1419 | |
1420 * movemail.c (main): rewrite to use getopt(). Add options for | |
1421 order reversal, progress output, regexp matching and message | |
1422 deletion. | |
1423 (popmail): add some optional verbose messages. Use pop_search_top | |
1424 for getting messages. Make message deletion optional. Delete all | |
1425 messages at the end rather than on a message my message basis. | |
1426 (pop_search_top): new function. Looks for messages matching regexp. | |
1427 (compile_regex): new function stolen from etags. | |
1428 | |
1429 1998-10-15 SL Baur <steve@altair.xemacs.org> | |
1430 | |
1431 * XEmacs 21.2-beta3 is released. | |
1432 | |
1433 1998-10-12 SL Baur <steve@altair.xemacs.org> | |
1434 | |
1435 * lib-src/gnudepend.pl: Use /usr/bin/perl. | |
1436 * Makefile.in.in (INSTALLABLE_SCRIPTS): Remove send-pr, install-sid. | |
1437 (GEN_SCRIPTS): Ditto. | |
1438 Delete TM_SCRIPTS. | |
1439 | |
1440 1998-10-11 SL Baur <steve@altair.xemacs.org> | |
1441 | |
1442 * tm-au: | |
1443 * tm-file: | |
1444 * tm-html: | |
1445 * tm-image: | |
1446 * tm-mpeg: | |
1447 * tm-plain: | |
1448 * tm-ps: | |
1449 * tmdecode: packaged. | |
1450 | |
1451 1998-10-10 SL Baur <steve@altair.xemacs.org> | |
1452 | |
1453 * install-sid: | |
1454 * send-pr: Packaged | |
1455 | |
1456 1998-10-01 Jan Vroonhof <vroonhof@math.ethz.ch> | |
1457 | |
1458 * gnuclient.c (filename_expand): Don't forget to copy the | |
1459 filename under UNIX. | |
1460 | |
1461 1998-09-29 SL Baur <steve@altair.xemacs.org> | |
1462 | |
1463 * XEmacs 21.2-beta2 is released. | |
1464 | |
1465 1998-09-08 Raymond Toy <toy@rtp.ericsson.se> | |
1466 | |
1467 * gnuclient.c (filename_expand): Added better recognition of | |
1468 absolute pathnames for CYGWIN. Convert absolute pathnames with | |
1469 drive letters to something xemacs can handle. | |
1470 | |
1471 1998-07-19 SL Baur <steve@altair.xemacs.org> | |
1472 | |
1473 * XEmacs 21.2-beta1 is released. | |
1474 | |
1475 1998-07-15 SL Baur <steve@altair.xemacs.org> | |
1476 | |
1477 * update-elc.sh (ignore_pattern): Add very-early-lisp.el as | |
1478 something to never bytecompile. | |
1479 | |
1480 1998-07-12 SL Baur <steve@altair.xemacs.org> | |
1481 | |
1482 * XEmacs 21.0-pre5 is released. | |
1483 | |
1484 1998-07-09 SL Baur <steve@altair.xemacs.org> | |
1485 | |
1486 * XEmacs 21.0-pre4 is released. | |
1487 | |
1488 1998-06-16 Jan Vroonhof <vroonhof@math.ethz.ch> | |
1489 | |
1490 * gnuclient.c (main): Use disconnect_from_server to read & echo | |
1491 result. | |
1492 | |
1493 1998-06-15 Andy Piper <andyp@parallax.co.uk> | |
1494 | |
1495 * Makefile.in.in: add xemacs icon to the runemacs executable. | |
1496 | |
1497 1998-06-12 Jim Radford <radford@robby.caltech.edu> | |
1498 | |
1499 * gnuclient.c (initialize_signals): Don't pass SIGHUP to XEmacs. | |
1500 | |
1501 1998-06-04 Andy Piper <andyp@parallax.co.uk> | |
1502 | |
1503 * Makefile.in.in (runemacs): add runemacs as a build target if | |
1504 HAVE_MS_WINDOWS is defined. move cpp stuff up slightly so that | |
1505 build targets can benefit from it. | |
1506 | |
1507 1998-05-31 Kirill M. Katsnelson <kkm@kis.ru> | |
1508 | |
1509 * wakeup.c (sleep): Added NT preprocessor quirkfest. | |
1510 (main): Exit when fflush() fails on stdout. | |
1511 | |
1512 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru> | |
1513 | |
1514 * getopt.c: Undefine getpid before redefinition. | |
1515 | |
1516 * make-docfile.c: Added <io.h> when compiling on NT | |
1517 | |
1518 * movemail.c: Ditto. | |
1519 (main): Declare some auto variables only when DISABLE_DIRECT_ACCESS | |
1520 is undefined, so they are actually used, to supress compilation | |
1521 warnings. | |
1522 | |
1523 1998-05-16 SL Baur <steve@altair.xemacs.org> | |
1524 | |
1525 * etags.c (C_entries): Avoid short circuiting comparisons on | |
1526 characters that may appear in C++ operator constructs. | |
1527 | |
1528 * ootags.c (C_entries): Commentary change. | |
1529 | |
1530 * Makefile.in.in (PKG_SCRIPTS): Remove add-little-package.sh. | |
1531 | |
1532 1998-05-11 Martin Buchholz <martin@xemacs.org> | |
1533 | |
1534 * Makefile.in.in: | |
1535 - Adjust for luser's CDPATH being set to something weird. | |
1536 - Take into account bash 2.02's tendency to print the cwd when | |
1537 using CDPATH. Always use `cd ./foo' instead of `cd foo'. | |
1538 - fix the run-temacs target to use $(DUMPENV) | |
1539 - fix the run-puremacs target to use $(DUMPENV) | |
1540 - fix the `depend' target to properly $(RM) the right files | |
1541 - Generate a better TAGS file for XEmacs' lisp code using | |
1542 hand-crafted regexps. | |
1543 - Use standard coding conventions for modules/Makefile.in | |
1544 | |
1545 1998-05-07 Andy Piper <andyp@parallax.co.uk> | |
1546 | |
1547 * update-elc.sh: test x && y loses in the presence of set -e, use | |
1548 if instead. | |
1549 | |
1550 1998-05-06 SL Baur <steve@altair.xemacs.org> | |
1551 | |
1552 * Makefile.in.in (INSTALLABLES): Add ootags. | |
1553 (ootags): New rule. | |
1554 | |
1555 * ootags.c: New file. | |
1556 (C_entries): Annotate changes neeeded for increased OO-Browser | |
1557 context. | |
1558 | |
1559 1998-05-05 Jeff Miller <jmiller@smart.net> | |
1560 | |
1561 * Makefile.in.in: Fix blessmail target. | |
1562 | |
1563 1998-05-05 SL Baur <steve@altair.xemacs.org> | |
1564 | |
1565 * Makefile.in.in (etags_args): Back out -DOO_BROWSER | |
1566 | |
1567 * etags.c: Revert to CVS version 1.11 (pre OO-browser additions). | |
1568 | |
1569 1998-05-04 SL Baur <steve@altair.xemacs.org> | |
1570 | |
1571 * etags.c (C_entries): Fix order typo. | |
1572 (C_entries): Restore previous test. | |
1573 | |
1574 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk> | |
1575 | |
1576 * installexe.sh: fix to use -f instead of -e file and fix shift | |
1577 typo. | |
1578 | |
1579 1998-04-22 SL Baur <steve@altair.xemacs.org> | |
1580 | |
1581 * etags.c: Unconditionally define OO_BROWSER. | |
1582 | |
1583 * update-elc.sh: Tighten up regexp on uname -r output. | |
1584 From Marcus Thiessel <thiessel@tmbbwtx.bbn.hp.com> | |
1585 | |
1586 1998-04-19 Jan Vroonhof <vroonhof@math.ethz.ch> | |
1587 | |
1588 * gnuclient.c (main): Read eval from from stdin if just "-batch" | |
1589 is given. | |
1590 * gnudoit: Support this. | |
1591 * gnuserv.1: Document this behavior. | |
1592 | |
1593 1998-04-18 Andreas Jaeger <aj@arthur.rhein-neckar.de> | |
1594 | |
1595 * etags.c (C_entries): Add parentheses. | |
1596 | |
1597 * etags-vmslib.c: Remove. It's not needed anymore. | |
1598 | |
1599 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk> | |
1600 | |
1601 * installexe.sh: New file. | |
1602 | |
1603 1998-04-17 Olivier Galibert <galibert@pobox.com> | |
1604 | |
1605 * etags.c (print_help): Correct typo. | |
1606 | |
1607 1998-04-16 SL Baur <steve@altair.xemacs.org> | |
1608 | |
1609 * Makefile.in.in: Add -DOO_BROWSER to etags arguments. | |
1610 | |
1611 * etags.c: Synch with InfoDock. | |
1612 | |
1613 * update-autoloads.sh: Don't attempt to eval `make-special' stuffs | |
1614 anymore. They are no longer used. | |
1615 * update-custom.sh: Always check in lisp/. | |
1616 | |
1617 1998-03-18 Jan Vroonhof <vroonhof@math.ethz.ch> | |
1618 | |
1619 * gnuclient.c (main): Do not copy string unnecessary in (too) | |
1620 small buffers. | |
1621 | |
1622 1998-03-02 SL Baur <steve@altair.xemacs.org> | |
1623 | |
1624 * update-elc.sh: Change all -q -no-site-file to -vanilla | |
1625 | |
1626 1998-02-27 SL Baur <steve@altair.xemacs.org> | |
1627 | |
1628 * update-elc.sh (ignore_pattern): Add Installation.el, remove old | |
1629 stuff from 20.4. | |
1630 | |
1631 Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk> | |
1632 | |
1633 * lib-src/Makefile.in.in: make sure clean removes msw executables | |
1634 | |
1635 1998-02-24 SL Baur <steve@altair.xemacs.org> | |
1636 | |
1637 * gnuserv.h: Enable USE_TMPDIR. | |
1638 | |
1639 1998-02-23 Glynn Clements <glynn@sensei.co.uk> | |
1640 | |
1641 * gnuclient.c (main): initialise variable `tmpdir' from the TMPDIR | |
1642 environment variable. | |
1643 | |
1644 * gnuserv.c (various): replace hardcoded references to /tmp with | |
1645 the value of `tmpdir'. | |
1646 (main): initialise variable `tmpdir' from the TMPDIR | |
1647 environment variable. | |
1648 | |
1649 * gnuserv.h: include (commented-out) definition of USE_TMPDIR. | |
1650 Add `extern char *tmpdir'. | |
1651 | |
1652 * gnuslib.c (various): replace hardcoded references to /tmp with | |
1653 the value of `tmpdir'. | |
1654 | |
1655 1998-02-15 SL Baur <steve@altair.xemacs.org> | |
1656 | |
1657 * getopt.c (_getopt_internal): Add braces for clarity. | |
1658 | |
1659 1998-01-13 Martin Buchholz <martin@xemacs.org> | |
1660 | |
1661 * lib-src/add-little-package.sh: | |
1662 * lib-src/add-big-package.sh: | |
1663 Use proper paranoid quoting for sh variables. | |
1664 -batch implies -q. | |
1665 | |
1666 Thu Jan 08 09:42:36 1998 <andyp@parallax.co.uk> | |
1667 | |
1668 * gnuserv.h: only set UNIX_DOMAIN_SOCKETS if HAVE_SYS_UN_H is | |
1669 set. | |
1670 | |
1671 * gnuserv.c: tidy up so that it builds when we don't have | |
1672 UNIX_DOMAIN_SOCKETS. | |
1673 | |
1674 1998-01-07 SL Baur <steve@altair.xemacs.org> | |
1675 | |
1676 * update-elc.sh (ignore_pattern): Replace -vanilla with `-q | |
1677 -no-site-file'. | |
1678 * update-autoloads.sh (dirs): Ditto. | |
1679 * update-custom.sh (dirs): Ditto. | |
1680 | |
1681 1997-12-18 SL Baur <steve@altair.xemacs.org> | |
1682 | |
1683 * update-elc.sh (mule_p): Remove skk's special treatment. | |
1684 | |
1685 1997-12-09 SL Baur <steve@altair.xemacs.org> | |
1686 | |
1687 * update-elc.sh (ignore_pattern): Correct paths of files that | |
1688 should not be bytecompiled, and remove dead files. | |
1689 | |
1690 1997-12-02 SL Baur <steve@altair.xemacs.org> | |
1691 | |
1692 * update-elc.sh (mule_p): Update for addition of SKK. | |
1693 | |
1694 * update-autoloads.sh (mule_p): Update ignore_dirs for | |
1695 lisp/language and lisp/skk. | |
1696 * update-custom.sh (mule_p): Ditto. | |
1697 | |
1698 1997-11-29 Jeff Miller <jmiller@smart.net> | |
1699 | |
1700 * Makefile.in.in: Changed path to blessmail.el for blessmail target | |
1701 to match new lisp directory layout. | |
1702 | |
1703 1997-11-27 SL Baur <steve@altair.xemacs.org> | |
1704 | |
1705 * update-elc.sh: Obliterate usage of make_special, since nothing | |
1706 requires it any more. | |
1707 | |
1708 1997-11-23 SL Baur <steve@altair.xemacs.org> | |
1709 | |
1710 * update-elc.sh (BYTECOMP): cleantree.el has been moved. | |
1711 | |
1712 1997-11-18 Colin Rafferty <craffert@ml.com> | |
1713 | |
1714 * update-elc.sh (prune_vc): Made it ignore any directory that | |
1715 starts with a period. | |
1716 | |
1717 1997-11-16 SL Baur <steve@altair.xemacs.org> | |
1718 | |
1719 * gnuserv.c (main): make return type int. | |
1720 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de> | |
1721 | |
1722 * fakemail.c (main): Ditto. | |
1723 | |
1724 1997-11-13 SL Baur <steve@altair.xemacs.org> | |
1725 | |
1726 * pop.c: Add includes from movemail.c so standard functions get | |
1727 declared. | |
1728 (pop_retrieve): Return NULL if falling off the end of the | |
1729 function. | |
1730 | |
1731 * movemail.c: Hide declarations of popmail(), mbx_write(), | |
1732 mbc_delimit_begin(), and mbx_delimit_end() behind MAIL_USE_POP | |
1733 guard. | |
1734 (pop_retr): Change 4th parameter to void *. | |
1735 | |
1736 1997-11-02 SL Baur <steve@altair.xemacs.org> | |
1737 | |
1738 * update-custom.sh (dirs): Remove packaged directories. | |
1739 | |
1740 * update-elc.sh (ignore_pattern): Hyperbole, oobr and ilisp are | |
1741 now packaged. | |
1742 | |
1743 * update-autoloads.sh (mule_p): Hyperbole and oobr are now | |
1744 packaged. | |
1745 | |
1746 1997-10-30 SL Baur <steve@altair.xemacs.org> | |
1747 | |
1748 * update-autoloads.sh (mule_p): EFS has been packaged. | |
1749 * update-elc.sh (make_special_commands): Ditto. | |
1750 | |
1751 * update-elc.sh: VM has been packaged. | |
1752 | |
1753 * update-autoloads.sh: Add directory language | |
1754 | |
1755 1997-10-23 SL Baur <steve@altair.xemacs.org> | |
1756 | |
1757 * update-elc.sh (BYTECOMP): Specify -vanilla | |
1758 * update-autoloads.sh (dirs): Ditto. | |
1759 * update-custom.sh (dirs): Ditto. | |
1760 | |
1761 1997-10-10 Martin Buchholz <mrb@eng.sun.com> | |
1762 | |
1763 * config.values.in: Run config.values.sh | |
1764 | |
1765 1997-10-09 SL Baur <steve@altair.xemacs.org> | |
1766 | |
1767 * Makefile.in.in (PKG_SCRIPTS): Add new package manipulation | |
1768 scripts. | |
1769 | |
1770 * add-little-package.sh: New file. Support script to install | |
1771 single file packages. | |
1772 | |
1773 * Makefile.in.in (distclean): Reverse change -- do not remove | |
1774 config.values.in. | |
1775 Suggested by: Martin Buchholz <mrb@Eng.Sun.COM> | |
1776 | |
1777 1997-10-06 SL Baur <steve@altair.xemacs.org> | |
1778 | |
1779 * Makefile.in.in (distclean): Remove config.values.in. | |
1780 From Martin Buchholz <mrb@Eng.Sun.COM> | |
1781 | |
1782 1997-10-04 SL Baur <steve@altair.xemacs.org> | |
1783 | |
1784 * update-autoloads.sh (mule_p): W3 is a package now. | |
1785 | |
1786 1997-09-30 SL Baur <steve@altair.xemacs.org> | |
1787 | |
1788 * update-elc.sh (ignore_pattern): Don't attempt bytecompiling | |
1789 lisp/leim/quail/tibetan.el and lisp/language/tibet-util.el. | |
1790 | |
1791 1997-09-29 SL Baur <steve@altair.xemacs.org> | |
1792 | |
1793 * update-elc.sh (mule_p): Ignore mu/latex-math-symbol.el if we're | |
1794 not building with Mule. | |
1795 | |
1796 1997-09-27 Hrvoje Niksic <hniksic@srce.hr> | |
1797 | |
1798 * update-custom.sh: New file. | |
1799 | |
1800 * update-autoloads.sh: Minor fixes. | |
1801 | |
1802 1997-08-11 Jeff Miller <jmiller@smart.net> | |
1803 * Makefile.in.in: Added a test for system-type equal to linux to | |
1804 lisp/paths.el. Mail spool dir should be /var/spool/mail. | |
1805 | |
1806 * cleaned up lib-src/Makefile.in.in regarding targets blessmail and | |
1807 maybe-blessmail. Added target do-blessmail. Makefile.in.in was also | |
1808 missing a variable called "configuration. This messed up archilibdir. | |
1809 | |
1810 * Added highlighting to text suggesting to do "make gzip-el" in top | |
1811 level Makefile.in. Added code to do make maybe-blessmail after a | |
1812 make install is done. | |
1813 | |
1814 1997-08-07 Jan Vroonhof <vroonhof@math.ethz.ch> | |
1815 | |
1816 * gnuclient.c (main): Made help string correspond to options. | |
1817 | |
1818 1997-08-01 SL Baur <steve@altair.xemacs.org> | |
1819 | |
1820 * Makefile.in.in (distclean): Remove config.values here only. | |
1821 | |
1822 1997-07-27 SL Baur <steve@altair.xemacs.org> | |
1823 | |
1824 * Makefile.in.in (UTILITIES): Add config.values so it can be | |
1825 cleared away by `make distclean'. | |
1826 | |
1827 1997-07-21 SL Baur <steve@altair.xemacs.org> | |
1828 | |
1829 * update-elc.sh (make_special_commands): Remove processing for | |
1830 Gnus and AUCTeX. | |
1831 | |
1832 1997-07-19 SL Baur <steve@altair.xemacs.org> | |
1833 | |
1834 * update-elc.sh (mule_p): Do not attempt to bytecompile | |
1835 char-table.el and chartblxmas.el. | |
1836 | |
1837 1997-07-08 Steven L Baur <steve@altair.xemacs.org> | |
1838 | |
1839 * update-elc.sh (cc-mode): Don't give cc-mode special treatment. | |
1840 | |
1841 * update-autoloads.sh (cc-mode): Don't give cc-mode special | |
1842 treatment. | |
1843 | |
1844 * rcs2log: Synch with Emacs/Mule zeta. | |
1845 | |
1846 1997-07-03 Steven L Baur <steve@altair.xemacs.org> | |
1847 | |
1848 * update-elc.sh (make_special_commands): Fix building of ilisp so | |
1849 custom-load.elc gets built. | |
1850 | |
1851 1997-06-27 Steven L Baur <steve@altair.xemacs.org> | |
1852 | |
1853 * update-autoloads.sh: Major rework. Avoid looking at MULE | |
1854 directories if not running XEmacs/Mule. | |
1855 - Look into all Mule directories for building autoloads. | |
1856 | |
1857 * update-elc.sh (make_special_commands): Fix handling of | |
1858 bytecompilation of AUCTeX to avoid looking at tex-jp.el if not | |
1859 running MULE. | |
1860 | |
1861 1997-06-24 Steven L Baur <steve@altair.xemacs.org> | |
1862 | |
1863 * gnuattach: Needed executable bit set. | |
1864 Suggested by Kyle Jones <kyle_jones@wonderworks.com> | |
1865 | |
1866 * update-elc.sh (ignore_pattern): lisp/language/ethiopic byte | |
1867 compiles now. | |
1868 | |
1869 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
1870 | |
1871 * update-autoloads.sh: Search lisp/mule/. | |
1872 | |
1873 1997-06-20 Steven L Baur <steve@altair.xemacs.org> | |
1874 | |
1875 * gnuattach: Readd as warning script. | |
1876 | |
1877 * Makefile.in.in (INSTALLABLE_SCRIPTS): Readd Gnuattach. | |
1878 From Hrvoje Niksic <hniksic@srce.hr> | |
1879 | |
1880 1997-06-13 Steven L Baur <steve@altair.xemacs.org> | |
1881 | |
1882 * update-elc.sh (mule_p): Ignore lisp/language when building | |
1883 non-Mule. | |
1884 (ignore_pattern): Ignore Languages we don't support yet. | |
1885 | |
1886 1997-06-02 Steven L Baur <steve@altair.xemacs.org> | |
1887 | |
1888 * update-elc.sh (ignore_dirs): Handle ported Quail (LEIM). | |
1889 | |
1890 Tue May 20 23:22:00 1997 Steven L Baur <steve@altair.xemacs.org> | |
1891 | |
1892 * update-autoloads.sh (dirs): Remove obsolete directory lisp/vms | |
1893 from exclusion list (it doesn't exist any more). Remove | |
1894 lisp/eterm from exclusion list of directories searched for | |
1895 autoloads. | |
1896 | |
1897 Thu May 1 15:26:20 1997 Steven L Baur <steve@altair.xemacs.org> | |
1898 | |
1899 * update-elc.sh (mule_p): Test for mule bombs with change in format | |
1900 of new output of featurep. | |
1901 | |
1902 Fri Apr 25 09:12:04 1997 Steven L Baur <steve@altair.xemacs.org> | |
1903 | |
1904 * pstogif: Use Martin Buchholz magic to automagically find perl | |
1905 interpreter. | |
1906 | |
1907 Tue Apr 8 03:08:22 1997 Steven L Baur <steve@altair.xemacs.org> | |
1908 | |
1909 * Makefile.in.in: C Comment out Make comments. No snide comments | |
1910 from me, no sir. | |
1911 | |
1912 Tue Apr 1 12:26:53 1997 Steven L Baur <steve@altair.xemacs.org> | |
1913 | |
1914 * Makefile.in.in: Added stuff for updated movemail.c. | |
1915 | |
1916 Sat Mar 29 16:57:01 1997 Steven L Baur <steve@altair.xemacs.org> | |
1917 | |
1918 * send-pr (GNATS_ADDR): Use xemacs.org as submission address. | |
1919 (DATADIR): Allow for DATADIR to be passed in as an environment | |
1920 variable. | |
1921 | |
1922 Sun Mar 23 15:57:19 1997 Steven L Baur <steve@altair.xemacs.org> | |
1923 | |
1924 * update-elc.sh (make_special_commands): Use target of x20 for efs. | |
1925 | |
1926 Wed Mar 19 10:38:04 1997 Steven L Baur <steve@altair.xemacs.org> | |
1927 | |
1928 * Makefile.in.in (SCRIPTS): Link gzip-el.sh in --srcdir | |
1929 configuration. | |
1930 | |
1931 Tue Mar 18 17:49:14 1997 Steven L Baur <steve@altair.xemacs.org> | |
1932 | |
1933 * update-elc.sh (EMACS): Removed $XEMACS backdoor. We will make | |
1934 the .elcs *only* with the freshly built XEmacs. | |
1935 | |
1936 Mon Mar 17 10:12:03 1997 Steven L Baur <steve@altair.xemacs.org> | |
1937 | |
1938 * Makefile.in.in (INSTALLABLE_SCRIPTS): Add install-sid and | |
1939 send-pr (from GNATS). | |
1940 | |
1941 * update-elc.sh (prune_vc): Use full path to cleantree.el. | |
1942 (NUMTOCOMPILE): Remove useless rule to recompile out-of-date .elcs. | |
1943 | |
1944 Sun Mar 16 21:13:29 1997 Steven L Baur <steve@altair.xemacs.org> | |
1945 | |
1946 * install-sid: New file (GNATS integration). | |
1947 | |
1948 * send-pr: New file (GNATS integration). | |
1949 | |
1950 Fri Mar 14 17:59:57 1997 Steven L Baur <steve@altair.xemacs.org> | |
1951 | |
1952 * update-elc.sh (ignore_dirs): Build VM with `make autoload'. | |
1953 | |
1954 Wed Mar 5 18:07:57 1997 Steven L Baur <steve@altair.xemacs.org> | |
1955 | |
1956 * gzip-el.sh: New file. Courtesy of Jeff Miller and Hrvoje Niksic. | |
1957 | |
1958 * update-elc.sh (els): Remove out of date .elcs before building. | |
1959 | |
1960 Tue Mar 4 18:45:10 1997 Martin Buchholz <mrb@eng.sun.com> | |
1961 | |
1962 * update-elc.sh (els): No more special treatment for vm.elc. | |
1963 | |
1964 Wed Feb 26 18:17:59 1997 Steven L Baur <steve@altair.xemacs.org> | |
1965 | |
1966 * make-docfile.c (next_extra_elc): New function. | |
1967 (main): Use it. Implementation of `-i' parameter to pass a list | |
1968 of site-loaded lisp files. | |
1969 | |
1970 Wed Feb 19 18:24:49 1997 Steven L Baur <steve@altair.xemacs.org> | |
1971 | |
1972 * update-elc.sh: Added lisp/auctex. | |
1973 | |
1974 Thu Feb 13 11:32:47 1997 Steven L Baur <steve@altair.xemacs.org> | |
1975 | |
1976 * Makefile.in.in: Install pstogif script. | |
1977 | |
1978 Sun Dec 29 17:16:45 1996 Martin Buchholz <mrb@eng.sun.com> | |
1979 | |
1980 * update-elc.sh (make_special_commands): Make ilisp be a little | |
1981 smarter about recompilation. | |
1982 | |
1983 Wed Dec 18 20:22:55 1996 Martin Buchholz <mrb@eng.sun.com> | |
1984 | |
1985 * mmencode.c: Don't declare index(). | |
1986 | |
1987 * Makefile.in.in: Documentation changes. | |
1988 | |
1989 * update-elc.sh: Portability Fix. | |
1990 | |
1991 Thu Dec 5 15:41:53 1996 Martin Buchholz <mrb@Eng.Sun.COM> | |
1992 | |
1993 * update-elc.sh: Corrections to protect against too smart /bin/sh'es. | |
1994 |