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