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