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