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