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