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