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