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