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