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