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