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