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