442
|
1 2000-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
2
|
|
3 * make-po.c (BUFSIZE): Increase value to 32768.
|
|
4
|
|
5 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
6
|
|
7 * XEmacs 21.2.36 is released.
|
|
8
|
|
9 2000-09-30 Martin Buchholz <martin@xemacs.org>
|
|
10
|
|
11 * gnuserv.c (main): Warning removal.
|
|
12
|
|
13 2000-09-27 Martin Buchholz <martin@xemacs.org>
|
|
14
|
|
15 * ellcc.c: Make global variables static. Avoids warnings on AIX.
|
|
16
|
|
17 * fakemail.c (make_file_preface): Use standard type time_t.
|
|
18 Actually check that the 25th char returned from ctime is '\n'.
|
|
19
|
|
20 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
21
|
|
22 * *: Spelling mega-patch
|
|
23
|
|
24 2000-09-12 Martin Buchholz <martin@xemacs.org>
|
|
25
|
|
26 * gnuclient.c (main):
|
|
27 * hexl.c (usage):
|
|
28 Use `Usage', not `usage', in Usage messages.
|
|
29
|
|
30 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
31
|
|
32 * etags.c (add_regex): added commented out code for use figuring
|
|
33 out Windows quoting problems.
|
|
34 * hexl.c (main): fixed warnings about possible used uninitialized.
|
|
35
|
|
36 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
37
|
|
38 * XEmacs 21.2.35 is released.
|
|
39
|
|
40 2000-07-12 Martin Buchholz <martin@xemacs.org>
|
|
41
|
|
42 * gnuserv.c:
|
|
43 (handle_internet_request):
|
|
44 (handle_unix_request):
|
|
45 (internet_init):
|
|
46 Use socklen_t instead of int or size_t.
|
|
47
|
|
48 2000-07-11 Martin Buchholz <martin@xemacs.org>
|
|
49
|
|
50 * hexl.c (usage): Use full ANSI C prototypes.
|
|
51
|
|
52 2000-07-05 Craig Lanning <lanning@scra.org>
|
|
53
|
|
54 * Makefile.in.in (INSTALL_DATA):
|
|
55 * Makefile.in.in (UTILITIES):
|
|
56 * Makefile.in.in (GETOPTDEPS):
|
|
57 * Makefile.in.in (i):
|
|
58 mingw support: don't try to build gnuclient, add
|
|
59 support for building and installing minitar
|
|
60
|
|
61 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
62
|
|
63 * Makefile.in.in (INSTALLABLES_BASE):
|
|
64 * Makefile.in.in (ootags_args):
|
|
65 * Makefile.in.in (yow):
|
|
66 Build i.exe.
|
|
67 Don't build run*.exe.
|
|
68
|
|
69 * b2m.c:
|
|
70 * b2m.c (main):
|
|
71 * ellcc.c (main):
|
|
72 * etags.c:
|
|
73 * etags.c (main):
|
|
74 * etags.c (get_compressor_from_suffix):
|
|
75 * etags.c (process_file):
|
|
76 * etags.c (readline_internal):
|
|
77 * etags.c (etags_getcwd):
|
|
78 * etags.c (relative_filename):
|
|
79 * etags.c (absolute_filename):
|
|
80 * etags.c (filename_is_absolute):
|
|
81 * etags.c (canonicalize_filename):
|
|
82 * fakemail.c:
|
|
83 * fakemail.c (make_file_preface):
|
|
84 * getopt.c:
|
|
85 * getopt.h:
|
|
86 * gnuclient.c:
|
|
87 * gnuclient.c (filename_expand):
|
|
88 * gnuserv.h:
|
|
89 * gnuserv.h (PATCHLEVEL):
|
|
90 * hexl.c:
|
|
91 * hexl.c (main):
|
|
92 * make-docfile.c:
|
|
93 * make-docfile.c (APPEND_BINARY):
|
|
94 * make-docfile.c (main):
|
|
95 * make-dump-id.c:
|
|
96 * mmencode.c:
|
|
97 * mmencode.c (fromqp):
|
|
98 * mmencode.c (main):
|
|
99 * movemail.c:
|
|
100 * movemail.c (main):
|
|
101 * movemail.c (popmail):
|
|
102 * ootags.c:
|
|
103 * ootags.c (main):
|
|
104 * ootags.c (readline_internal):
|
|
105 * ootags.c (etags_getcwd):
|
|
106 * ootags.c (absolute_filename):
|
|
107 * ootags.c (filename_is_absolute):
|
|
108 * ootags.c (canonicalize_filename):
|
|
109 * pop.c:
|
|
110 * pop.c (DONT_ENCAPSULATE):
|
|
111 * pop.c (pop_open):
|
|
112 * pop.c (socket_connection):
|
|
113 * pop.c (pop_trash):
|
|
114 * profile.c (gettimeofday):
|
|
115 * wakeup.c:
|
|
116 * yow.c (rootrelativepath):
|
|
117 Remove MSDOS support, converting to WIN32_NATIVE where necessary.
|
|
118 WINDOWSNT -> WIN32_NATIVE.
|
|
119 __CYGWIN32__ -> CYGWIN.
|
|
120 DOS_NT -> WIN32_NATIVE.
|
|
121 Remove unused NO_SHORTNAMES.
|
|
122 Changes for removed nt\inc.
|
|
123
|
|
124 2000-06-07 Ben Wing <ben@xemacs.org>
|
|
125
|
|
126 * run.c, run.h, run.rc: Removed. We no longer need these for
|
|
127 building runxemacs.exe, and it's questionable at best whether
|
|
128 rungnuclient.exe was ever used or is even needed. The correct
|
|
129 solution is just to make gnuclient.exe a windows program and
|
|
130 use the gnuattach script to run 'i gnuclient.exe'. Not that
|
|
131 gnuclient currently works under Windows native in any case.
|
|
132
|
|
133 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
134
|
|
135 * XEmacs 21.2.34 is released.
|
|
136
|
|
137 2000-05-11 Ben Wing <ben@xemacs.org>
|
|
138
|
|
139 * i.c (get_command): fix unused var warning.
|
|
140
|
|
141 * make-docfile.c (MDGET):
|
|
142 * make-docfile.c (read_c_string):
|
|
143 rewrite and reindent -- handle closing doc string comment that's
|
|
144 not at beg of line.
|
|
145
|
|
146 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
147
|
|
148 * XEmacs 21.2.33 is released.
|
|
149
|
|
150 2000-04-19 Martin Buchholz <martin@xemacs.org>
|
|
151
|
|
152 * gnuclient.c (initialize_signals): Always use full ANSI prototypes.
|
|
153
|
|
154 2000-04-06 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
155
|
|
156 * i.c: New file, source for the i utility.
|
|
157
|
|
158 2000-03-22 Mike Alexander <mta@arbortext.com>
|
|
159
|
|
160 * make-dump-id.c (gettimeofday): new (Windows only)
|
|
161
|
|
162 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
163
|
|
164 * XEmacs 21.2.32 is released.
|
|
165
|
|
166 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
167
|
|
168 * make-dump-id.c: Use config.h and systime.h for portability.
|
|
169
|
|
170 2000-02-20 Olivier Galibert <galibert@pobox.com>
|
|
171
|
|
172 * make-dump-id.c: Added.
|
|
173
|
|
174 * Makefile.in.in: Add support for make-dump-id.
|
|
175
|
|
176 2000-03-12 Ben Wing <ben@xemacs.org>
|
|
177
|
|
178 * etags.c (canonicalize_filename): fixed a problem with gratuitous
|
|
179 capitalization of file names under MS Windows.
|
|
180
|
|
181 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
182
|
|
183 * XEmacs 21.2.31 is released.
|
|
184
|
|
185 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
186
|
|
187 * XEmacs 21.2.30 is released.
|
|
188
|
|
189 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
190
|
|
191 * XEmacs 21.2.29 is released.
|
|
192
|
|
193 2000-02-13 Martin Buchholz <martin@xemacs.org>
|
|
194
|
|
195 * etags.c: Upgrade to version 13.44.
|
|
196 Only added (unsigned char) casts to calls like isspace (*cp).
|
|
197
|
440
|
198 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
199
|
|
200 * XEmacs 21.2.28 is released.
|
|
201
|
|
202 2000-02-06 Martin Buchholz <martin@xemacs.org>
|
|
203
|
|
204 * getopt.h:
|
|
205 * fakemail.c:
|
|
206 * gnuslib.c:
|
|
207 * sorted-doc.c:
|
|
208 * yow.c:
|
|
209 * cvtmail.c:
|
|
210 * movemail.c:
|
|
211 * gnuclient.c:
|
|
212 ANSIfy. Use coding standards for function definitions.
|
|
213 Make C++-compilable. Modified from patch by Zack Weinberg.
|
|
214
|
|
215 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
216
|
|
217 * hexl.c: Removed MSDOS code; set binary I/O flags for NT.
|
|
218
|
438
|
219 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
220
|
|
221 * XEmacs 21.2.27 is released.
|
|
222
|
|
223 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
224
|
|
225 * ootags.c: Ansify.
|
|
226 * etags.c:
|
|
227 * getopt.c:
|
|
228 * cvtmail.c:
|
|
229 Remove declarations of ANSI errno, getenv(), malloc().
|
|
230
|
|
231 2000-01-13 Martin Buchholz <martin@xemacs.org>
|
|
232
|
|
233 * movemail.c (main):
|
|
234 * make-docfile.c (write_c_args):
|
|
235 Simple compiler warning fixes.
|
|
236
|
|
237 2000-01-09 Martin Buchholz <martin@xemacs.org>
|
|
238
|
|
239 * *.[ch]: Change <../src/config.h> to <config.h>
|
|
240 * ellcc.c: Always use <...> to #include files not in `.'
|
|
241 * Makefile.in.in: Use safer -I paths.
|
|
242 Use $(top_srcdir) instead of $(srcdir)/../src
|
|
243 Add warning comment.
|
|
244
|
|
245 2000-01-08 Martin Buchholz <martin@xemacs.org>
|
|
246
|
|
247 * movemail.c: Warning removal.
|
|
248
|
|
249 2000-01-06 Norbert Koch <norbert@s.netic.de>
|
|
250
|
|
251 * movemail.c: Typo fix.
|
|
252
|
|
253 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
254
|
|
255 * movemail.c: Overhaul of the locking code.
|
|
256
|
|
257 2000-01-03 Martin Buchholz <martin@xemacs.org>
|
|
258
|
|
259 * etags.c (etags_strrchr): Ansify.
|
|
260 (etags_strchr): Ansify.
|
|
261 (get_compressor_from_suffix): Remove warning, make code cleaner.
|
|
262
|
436
|
263 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
264
|
|
265 * XEmacs 21.2.26 is released.
|
|
266
|
434
|
267 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
268
|
|
269 * XEmacs 21.2.25 is released.
|
|
270
|
|
271 1999-12-21 Martin Buchholz <martin@xemacs.org>
|
|
272
|
|
273 * fakemail.c (cuserid): ((expr)) ==> (expr)
|
|
274
|
|
275 * fakemail.c (xmalloc): ANSIfy.
|
|
276
|
432
|
277 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
278
|
|
279 * config.values.sh: Only update config.values.in if changed.
|
|
280 No external dependencies except perl.
|
|
281 No temporary files.
|
|
282
|
|
283 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
284
|
|
285 * XEmacs 21.2.24 is released.
|
|
286
|
|
287 1999-12-13 Martin Buchholz <martin@xemacs.org>
|
|
288
|
|
289 * etags.c: Fix warning: `_GNU_SOURCE' redefined.
|
|
290
|
430
|
291 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
292
|
|
293 * XEmacs 21.2.23 is released.
|
|
294
|
|
295 1999-11-29 Andreas Jaeger <aj@suse.de>
|
|
296
|
|
297 * Makefile.in.in (INSTALLABLE_SCRIPTS): Removed pstogif.
|
|
298 pstogif: Moved to package tm.
|
|
299
|
428
|
300 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
301
|
|
302 * XEmacs 21.2.22 is released
|
|
303
|
|
304 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
305
|
|
306 * XEmacs 21.2.21 is released.
|
|
307
|
|
308 1999-11-20 Martin Buchholz <martin@xemacs.org>
|
|
309
|
|
310 * process-gnu-depends.sh: Deleted. Obsolete.
|
|
311 * process-depends.sh: Deleted. Obsolete.
|
|
312
|
|
313 1999-11-20 Jan Vroonhof <jan@xemacs.org>
|
|
314
|
|
315 * Makefile.in.in (instvardir): Added. From
|
|
316 Jeff Miller <jmiller@smart.net>
|
|
317
|
|
318 1999-11-19 Martin Buchholz <martin@xemacs.org>
|
|
319
|
|
320 * etags.c: Upgrade to pot etags version 13.33.
|
|
321 Make `etags --version' print out `XEmacs', not `GNU Emacs'
|
|
322
|
|
323 1999-11-17 Martin Buchholz <martin@xemacs.org>
|
|
324
|
|
325 * etags.c (canonicalize_filename): Typo fix
|
|
326
|
|
327 1999-11-05 Martin Buchholz <martin@xemacs.org>
|
|
328
|
|
329 * etags.c:
|
|
330 * ../etc/etags.1:
|
|
331 * ../etc/NEWS:
|
|
332 Upgrade to etags version 13.32.
|
|
333 etags.c has warnings removed, in addition.
|
|
334
|
|
335 1999-11-15 Martin Buchholz <martin@xemacs.org>
|
|
336
|
|
337 * gnuserv.c (ipc_spawn_watchdog): Use pid_t instead of int.
|
|
338
|
|
339 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
340
|
|
341 * XEmacs 21.2.20 is released
|
|
342
|
|
343 1999-11-04 Martin Buchholz <martin@xemacs.org>
|
|
344
|
|
345 * gnuserv.c (handle_response): Warning suppression
|
|
346
|
|
347 1999-09-27 Martin Buchholz <martin@xemacs.org>
|
|
348
|
|
349 * ellcc.c:
|
|
350 ANSIfy.
|
|
351 Remove MSDOS cruft.
|
|
352 Remove WINDOWS cruft.
|
|
353 Remove VMS cruft.
|
|
354 (main): The wrong number of bytes were being read during argument
|
|
355 processing.
|
|
356 Delete ANSI imitations like ellcc_strchr().
|
|
357 Call functions with the right number of arguments.
|
|
358 Fix a typo.
|
|
359 Make functions static.
|
|
360 Remove compiler warnings.
|
|
361
|
|
362 1999-09-22 Martin Buchholz <martin@xemacs.org>
|
|
363
|
|
364 * cvtmail.c (main): ANSIfy
|
|
365 * digest-doc.c (main): ANSIfy
|
|
366 * hexl.c (main): ANSIfy
|
|
367
|
|
368 * make-path.c: Remove declaration for errno.
|
|
369 * mmencode.c (nextcharin): ANSIfy
|
|
370 * movemail.c (pop_retr): ANSIfy
|
|
371
|
|
372 1999-07-30 Gleb Arshinov <gleb@cs.stanford.edu>
|
|
373
|
|
374 * pop.c (pop_quit): use CLOSESOCKET() instead of close()
|
|
375
|
|
376 * run.c (build_cmdline): Fix NT native build unreferenced variable
|
|
377 warning
|
|
378 (WinMain): Fix release mode build unreferenced variable warning
|
|
379
|
|
380 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
381
|
|
382 * XEmacs 21.2.19 is released
|
|
383
|
|
384 1999-07-22 SL Baur <steve@miho>
|
|
385
|
|
386 * Makefile.in.in (datadir): Add.
|
|
387 From Jeff Miller <jmiller@smart.net>
|
|
388
|
|
389 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
390
|
|
391 * XEmacs 21.2.18 is released
|
|
392
|
|
393 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
394
|
|
395 * XEmacs 21.2.17 is released
|
|
396
|
|
397 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
398
|
|
399 * XEmacs 21.2.16 is released
|
|
400
|
|
401 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
402
|
|
403 * XEmacs 21.2.15 is released
|
|
404
|
|
405 1999-06-03 SL Baur <steve@steve1.m17n.org>
|
|
406
|
|
407 * Makefile.in.in: Move .PHONY up to force execution of `all'.
|
|
408
|
|
409 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
410
|
|
411 * XEmacs 21.2.14 is released
|
|
412
|
|
413 1999-05-14 SL Baur <steve@gneiss.etl.go.jp>
|
|
414
|
|
415 * update-elc.sh (ignore_pattern): Correct ignore_dirs/ignore=dirs
|
|
416 european keyboard fuckage.
|
|
417
|
|
418 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
419
|
|
420 * update-elc.sh (ignore_pattern): Installation.el is dead.
|
|
421
|
|
422 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
423
|
|
424 * gnuclient.c: Include <sysfile.h> instead of <../src/sysfile.h>.
|
|
425
|
|
426 * Makefile.in.in (cppflags): Add -I$(top_srcdir)/src.
|
|
427
|
|
428 1999-04-29 Andy Piper <andy@xemacs.org>
|
|
429
|
|
430 * make-docfile.c: build fixes for mingw32.
|
|
431 * movemail.c: ditto.
|
|
432 * run.c: ditto.
|
|
433 * yow.c: ditto.
|
|
434 * profile.c: ditto.
|
|
435 (gettimeofday): new function copied from nt.c.
|
|
436
|
|
437 * fakemail.c (make_file_preface): make buildable under windows.
|
|
438
|
|
439 * Makefile.in.in: fix some build targets for when we are building
|
|
440 on a windows platform.
|
|
441
|
|
442 1999-03-12 giacomo boffi <giacomo.boffi@polimi.it>
|
|
443
|
|
444 * sorted-doc.c: corrected the outdated or plainly wrong
|
|
445 texinfo headers. Broken up the mega-@table that crashes (at
|
|
446 least RedHat's) TeX with:
|
|
447 "! TeX capacity exceeded, sorry [save size=4000]."
|
|
448
|
|
449 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
450
|
|
451 * XEmacs 21.2.13 is released
|
|
452
|
|
453 1999-03-10 Martin Buchholz <martin@xemacs.org>
|
|
454
|
|
455 * fakemail.c (add_a_stream): Always use full ANSI prototypes.
|
|
456
|
|
457 1999-03-06 Martin Buchholz <martin@xemacs.org>
|
|
458
|
|
459 * fakemail.c (main): Ansify.
|
|
460 (xmalloc): Ansify.
|
|
461 (xrealloc): Ansify.
|
|
462 (get_keyword): use paranoid casts ((int) (unsigned char) c) for
|
|
463 islower, toupper, isspace.
|
|
464
|
|
465 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
466
|
|
467 * XEmacs 21.2.12 is released
|
|
468
|
|
469 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
470
|
|
471 * XEmacs 21.2.11 is released
|
|
472
|
|
473 1999-02-17 SL Baur <steve@xemacs.org>
|
|
474
|
|
475 * update-elc.sh (ignore_dirs): Ignore lisp/mule subdirectory when
|
|
476 running latin-1 XEmacs. Eliminate 20.4 bundled kludges.
|
|
477 * update-custom.sh (ignore_dirs): Ditto.
|
|
478
|
|
479 1999-02-15 Martin Buchholz <martin@xemacs.org>
|
|
480
|
|
481 * update-elc.sh:
|
|
482 * update-autoloads.sh:
|
|
483 * update-custom.sh:
|
|
484 - improved automounter tmp directory support.
|
|
485 - support 4 (!) empirically discovered automounter conventions
|
|
486
|
|
487 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
488
|
|
489 * XEmacs 21.2.10 is released
|
|
490
|
|
491 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
492
|
|
493 * XEmacs 21.2.9 is released
|
|
494
|
|
495 1999-01-27 Martin Buchholz <martin@xemacs.org>
|
|
496
|
|
497 * movemail.c (strerror): Must be NON-static, since it is used by
|
|
498 the POP code, which got moved to a separate file.
|
|
499
|
|
500 1999-01-11 Damon Lipparelli <lipp@primus.com>
|
|
501
|
|
502 * Makefile.in.in: use ellcc (not ellc) everywhere
|
|
503
|
|
504 1999-01-10 J. Kean Johnston <jkj@sco.com>
|
|
505
|
|
506 * Makefile.in.in: Include moduledir and sitemoduledir as defined
|
|
507 by configure.
|
|
508 - Install ellcc if we're supporting shared objects
|
|
509 - Rules and dependancies for ellcc
|
|
510
|
|
511 * ellcc.c: New file. Front end to the compiler for making modules.
|
|
512
|
|
513 * ellcc.h.in: New file. Contains path definitions used by ellcc.
|
|
514
|
|
515 * make-docfile.c (main): Add check for -E argument used by ellcc.
|
|
516
|
|
517 * make-docfile.c: Changed output format when in -E mode.
|
|
518
|
|
519 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
520
|
|
521 * XEmacs 21.2.8 is released.
|
|
522
|
|
523 1998-12-24 Martin Buchholz <martin@xemacs.org>
|
|
524
|
|
525 * XEmacs 21.2.7 is released.
|
|
526
|
|
527 1998-12-17 Andy Piper <andy@xemacs.org>
|
|
528
|
|
529 * pop.c (pop_open): disable use of getpass() which doesn't exist under NT.
|
|
530
|
|
531 * movemail.c: mess with includes so that it builds under native NT.
|
|
532
|
|
533 * pop.c: mess with includes so that it builds under native NT.
|
|
534 From Fabrice Popineau <popineau@ese-metz.fr>
|
|
535
|
|
536 1998-12-16 Andy Piper <andy@xemacs.org>
|
|
537
|
|
538 * XEmacs 21.2.6 is released
|
|
539
|
|
540 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
541
|
|
542 * XEmacs 21.2.5 is released
|
|
543
|
|
544 1998-11-28 SL Baur <steve@altair.xemacs.org>
|
|
545
|
|
546 * XEmacs 21.2-beta4 is released.
|
|
547
|
|
548 1998-10-14 Andy Piper <andyp@parallax.co.uk>
|
|
549
|
|
550 * Makefile.in.in (movemail): add getopt.o to objects to link with.
|
|
551
|
|
552 * movemail.c (main): rewrite to use getopt(). Add options for
|
|
553 order reversal, progress output, regexp matching and message
|
|
554 deletion.
|
|
555 (popmail): add some optional verbose messages. Use pop_search_top
|
|
556 for getting messages. Make message deletion optional. Delete all
|
|
557 messages at the end rather than on a message my message basis.
|
|
558 (pop_search_top): new function. Looks for messages matching regexp.
|
|
559 (compile_regex): new function stolen from etags.
|
|
560
|
|
561 1998-10-15 SL Baur <steve@altair.xemacs.org>
|
|
562
|
|
563 * XEmacs 21.2-beta3 is released.
|
|
564
|
|
565 1998-10-12 SL Baur <steve@altair.xemacs.org>
|
|
566
|
|
567 * lib-src/gnudepend.pl: Use /usr/bin/perl.
|
|
568 * Makefile.in.in (INSTALLABLE_SCRIPTS): Remove send-pr, install-sid.
|
|
569 (GEN_SCRIPTS): Ditto.
|
|
570 Delete TM_SCRIPTS.
|
|
571
|
|
572 1998-10-11 SL Baur <steve@altair.xemacs.org>
|
|
573
|
|
574 * tm-au:
|
|
575 * tm-file:
|
|
576 * tm-html:
|
|
577 * tm-image:
|
|
578 * tm-mpeg:
|
|
579 * tm-plain:
|
|
580 * tm-ps:
|
|
581 * tmdecode: packaged.
|
|
582
|
|
583 1998-10-10 SL Baur <steve@altair.xemacs.org>
|
|
584
|
|
585 * install-sid:
|
|
586 * send-pr: Packaged
|
|
587
|
|
588 1998-10-01 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
589
|
|
590 * gnuclient.c (filename_expand): Don't forget to copy the
|
|
591 filename under UNIX.
|
|
592
|
|
593 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
594
|
|
595 * XEmacs 21.2-beta2 is released.
|
|
596
|
|
597 1998-09-08 Raymond Toy <toy@rtp.ericsson.se>
|
|
598
|
|
599 * gnuclient.c (filename_expand): Added better recognition of
|
|
600 absolute pathnames for CYGWIN. Convert absolute pathnames with
|
|
601 drive letters to something xemacs can handle.
|
|
602
|
|
603 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
604
|
|
605 * XEmacs 21.2-beta1 is released.
|
|
606
|
|
607 1998-07-15 SL Baur <steve@altair.xemacs.org>
|
|
608
|
|
609 * update-elc.sh (ignore_pattern): Add very-early-lisp.el as
|
|
610 something to never bytecompile.
|
|
611
|
|
612 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
613
|
|
614 * XEmacs 21.0-pre5 is released.
|
|
615
|
|
616 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
617
|
|
618 * XEmacs 21.0-pre4 is released.
|
|
619
|
|
620 1998-06-16 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
621
|
|
622 * gnuclient.c (main): Use disconnect_from_server to read & echo
|
|
623 result.
|
|
624
|
|
625 1998-06-15 Andy Piper <andyp@parallax.co.uk>
|
|
626
|
|
627 * Makefile.in.in: add xemacs icon to the runemacs executable.
|
|
628
|
|
629 1998-06-12 Jim Radford <radford@robby.caltech.edu>
|
|
630
|
|
631 * gnuclient.c (initialize_signals): Don't pass SIGHUP to XEmacs.
|
|
632
|
|
633 1998-06-04 Andy Piper <andyp@parallax.co.uk>
|
|
634
|
|
635 * Makefile.in.in (runemacs): add runemacs as a build target if
|
|
636 HAVE_MS_WINDOWS is defined. move cpp stuff up slightly so that
|
|
637 build targets can benefit from it.
|
|
638
|
|
639 1998-05-31 Kirill M. Katsnelson <kkm@kis.ru>
|
|
640
|
|
641 * wakeup.c (sleep): Added NT preprocessor quirkfest.
|
|
642 (main): Exit when fflush() fails on stdout.
|
|
643
|
|
644 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
645
|
|
646 * getopt.c: Undefine getpid before redefinition.
|
|
647
|
|
648 * make-docfile.c: Added <io.h> when compiling on NT
|
|
649
|
|
650 * movemail.c: Ditto.
|
|
651 (main): Declare some auto variables only when DISABLE_DIRECT_ACCESS
|
|
652 is undefined, so they are actually used, to supress compilation
|
|
653 warnings.
|
|
654
|
|
655 1998-05-16 SL Baur <steve@altair.xemacs.org>
|
|
656
|
|
657 * etags.c (C_entries): Avoid short circuiting comparisons on
|
|
658 characters that may appear in C++ operator constructs.
|
|
659
|
|
660 * ootags.c (C_entries): Commentary change.
|
|
661
|
|
662 * Makefile.in.in (PKG_SCRIPTS): Remove add-little-package.sh.
|
|
663
|
|
664 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
665
|
|
666 * Makefile.in.in:
|
|
667 - Adjust for luser's CDPATH being set to something weird.
|
|
668 - Take into account bash 2.02's tendency to print the cwd when
|
|
669 using CDPATH. Always use `cd ./foo' instead of `cd foo'.
|
|
670 - fix the run-temacs target to use $(DUMPENV)
|
|
671 - fix the run-puremacs target to use $(DUMPENV)
|
|
672 - fix the `depend' target to properly $(RM) the right files
|
|
673 - Generate a better TAGS file for XEmacs' lisp code using
|
|
674 hand-crafted regexps.
|
|
675 - Use standard coding conventions for modules/Makefile.in
|
|
676
|
|
677 1998-05-07 Andy Piper <andyp@parallax.co.uk>
|
|
678
|
|
679 * update-elc.sh: test x && y loses in the presence of set -e, use
|
|
680 if instead.
|
|
681
|
|
682 1998-05-06 SL Baur <steve@altair.xemacs.org>
|
|
683
|
|
684 * Makefile.in.in (INSTALLABLES): Add ootags.
|
|
685 (ootags): New rule.
|
|
686
|
|
687 * ootags.c: New file.
|
|
688 (C_entries): Annotate changes neeeded for increased OO-Browser
|
|
689 context.
|
|
690
|
|
691 1998-05-05 Jeff Miller <jmiller@smart.net>
|
|
692
|
|
693 * Makefile.in.in: Fix blessmail target.
|
|
694
|
|
695 1998-05-05 SL Baur <steve@altair.xemacs.org>
|
|
696
|
|
697 * Makefile.in.in (etags_args): Back out -DOO_BROWSER
|
|
698
|
|
699 * etags.c: Revert to CVS version 1.11 (pre OO-browser additions).
|
|
700
|
|
701 1998-05-04 SL Baur <steve@altair.xemacs.org>
|
|
702
|
|
703 * etags.c (C_entries): Fix order typo.
|
|
704 (C_entries): Restore previous test.
|
|
705
|
|
706 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
707
|
|
708 * installexe.sh: fix to use -f instead of -e file and fix shift
|
|
709 typo.
|
|
710
|
|
711 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
712
|
|
713 * etags.c: Unconditionally define OO_BROWSER.
|
|
714
|
|
715 * update-elc.sh: Tighten up regexp on uname -r output.
|
|
716 From Marcus Thiessel <thiessel@tmbbwtx.bbn.hp.com>
|
|
717
|
|
718 1998-04-19 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
719
|
|
720 * gnuclient.c (main): Read eval from from stdin if just "-batch"
|
|
721 is given.
|
|
722 * gnudoit: Support this.
|
|
723 * gnuserv.1: Document this behavior.
|
|
724
|
|
725 1998-04-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
726
|
|
727 * etags.c (C_entries): Add parentheses.
|
|
728
|
|
729 * etags-vmslib.c: Remove. It's not needed anymore.
|
|
730
|
|
731 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
732
|
|
733 * installexe.sh: New file.
|
|
734
|
|
735 1998-04-17 Olivier Galibert <galibert@pobox.com>
|
|
736
|
|
737 * etags.c (print_help): Correct typo.
|
|
738
|
|
739 1998-04-16 SL Baur <steve@altair.xemacs.org>
|
|
740
|
|
741 * Makefile.in.in: Add -DOO_BROWSER to etags arguments.
|
|
742
|
|
743 * etags.c: Synch with InfoDock.
|
|
744
|
|
745 * update-autoloads.sh: Don't attempt to eval `make-special' stuffs
|
|
746 anymore. They are no longer used.
|
|
747 * update-custom.sh: Always check in lisp/.
|
|
748
|
|
749 1998-03-18 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
750
|
|
751 * gnuclient.c (main): Do not copy string unnecessary in (too)
|
|
752 small buffers.
|
|
753
|
|
754 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
755
|
|
756 * update-elc.sh: Change all -q -no-site-file to -vanilla
|
|
757
|
|
758 1998-02-27 SL Baur <steve@altair.xemacs.org>
|
|
759
|
|
760 * update-elc.sh (ignore_pattern): Add Installation.el, remove old
|
|
761 stuff from 20.4.
|
|
762
|
|
763 Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk>
|
|
764
|
|
765 * lib-src/Makefile.in.in: make sure clean removes msw executables
|
|
766
|
|
767 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
768
|
|
769 * gnuserv.h: Enable USE_TMPDIR.
|
|
770
|
|
771 1998-02-23 Glynn Clements <glynn@sensei.co.uk>
|
|
772
|
|
773 * gnuclient.c (main): initialise variable `tmpdir' from the TMPDIR
|
|
774 environment variable.
|
|
775
|
|
776 * gnuserv.c (various): replace hardcoded references to /tmp with
|
|
777 the value of `tmpdir'.
|
|
778 (main): initialise variable `tmpdir' from the TMPDIR
|
|
779 environment variable.
|
|
780
|
|
781 * gnuserv.h: include (commented-out) definition of USE_TMPDIR.
|
|
782 Add `extern char *tmpdir'.
|
|
783
|
|
784 * gnuslib.c (various): replace hardcoded references to /tmp with
|
|
785 the value of `tmpdir'.
|
|
786
|
|
787 1998-02-15 SL Baur <steve@altair.xemacs.org>
|
|
788
|
|
789 * getopt.c (_getopt_internal): Add braces for clarity.
|
|
790
|
|
791 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
792
|
|
793 * lib-src/add-little-package.sh:
|
|
794 * lib-src/add-big-package.sh:
|
|
795 Use proper paranoid quoting for sh variables.
|
|
796 -batch implies -q.
|
|
797
|
|
798 Thu Jan 08 09:42:36 1998 <andyp@parallax.co.uk>
|
|
799
|
|
800 * gnuserv.h: only set UNIX_DOMAIN_SOCKETS if HAVE_SYS_UN_H is
|
|
801 set.
|
|
802
|
|
803 * gnuserv.c: tidy up so that it builds when we don't have
|
|
804 UNIX_DOMAIN_SOCKETS.
|
|
805
|
|
806 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
807
|
|
808 * update-elc.sh (ignore_pattern): Replace -vanilla with `-q
|
|
809 -no-site-file'.
|
|
810 * update-autoloads.sh (dirs): Ditto.
|
|
811 * update-custom.sh (dirs): Ditto.
|
|
812
|
|
813 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
814
|
|
815 * update-elc.sh (mule_p): Remove skk's special treatment.
|
|
816
|
|
817 1997-12-09 SL Baur <steve@altair.xemacs.org>
|
|
818
|
|
819 * update-elc.sh (ignore_pattern): Correct paths of files that
|
|
820 should not be bytecompiled, and remove dead files.
|
|
821
|
|
822 1997-12-02 SL Baur <steve@altair.xemacs.org>
|
|
823
|
|
824 * update-elc.sh (mule_p): Update for addition of SKK.
|
|
825
|
|
826 * update-autoloads.sh (mule_p): Update ignore_dirs for
|
|
827 lisp/language and lisp/skk.
|
|
828 * update-custom.sh (mule_p): Ditto.
|
|
829
|
|
830 1997-11-29 Jeff Miller <jmiller@smart.net>
|
|
831
|
|
832 * Makefile.in.in: Changed path to blessmail.el for blessmail target
|
|
833 to match new lisp directory layout.
|
|
834
|
|
835 1997-11-27 SL Baur <steve@altair.xemacs.org>
|
|
836
|
|
837 * update-elc.sh: Obliterate usage of make_special, since nothing
|
|
838 requires it any more.
|
|
839
|
|
840 1997-11-23 SL Baur <steve@altair.xemacs.org>
|
|
841
|
|
842 * update-elc.sh (BYTECOMP): cleantree.el has been moved.
|
|
843
|
|
844 1997-11-18 Colin Rafferty <craffert@ml.com>
|
|
845
|
|
846 * update-elc.sh (prune_vc): Made it ignore any directory that
|
|
847 starts with a period.
|
|
848
|
|
849 1997-11-16 SL Baur <steve@altair.xemacs.org>
|
|
850
|
|
851 * gnuserv.c (main): make return type int.
|
|
852 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
853
|
|
854 * fakemail.c (main): Ditto.
|
|
855
|
|
856 1997-11-13 SL Baur <steve@altair.xemacs.org>
|
|
857
|
|
858 * pop.c: Add includes from movemail.c so standard functions get
|
|
859 declared.
|
|
860 (pop_retrieve): Return NULL if falling off the end of the
|
|
861 function.
|
|
862
|
|
863 * movemail.c: Hide declarations of popmail(), mbx_write(),
|
|
864 mbc_delimit_begin(), and mbx_delimit_end() behind MAIL_USE_POP
|
|
865 guard.
|
|
866 (pop_retr): Change 4th parameter to void *.
|
|
867
|
|
868 1997-11-02 SL Baur <steve@altair.xemacs.org>
|
|
869
|
|
870 * update-custom.sh (dirs): Remove packaged directories.
|
|
871
|
|
872 * update-elc.sh (ignore_pattern): Hyperbole, oobr and ilisp are
|
|
873 now packaged.
|
|
874
|
|
875 * update-autoloads.sh (mule_p): Hyperbole and oobr are now
|
|
876 packaged.
|
|
877
|
|
878 1997-10-30 SL Baur <steve@altair.xemacs.org>
|
|
879
|
|
880 * update-autoloads.sh (mule_p): EFS has been packaged.
|
|
881 * update-elc.sh (make_special_commands): Ditto.
|
|
882
|
|
883 * update-elc.sh: VM has been packaged.
|
|
884
|
|
885 * update-autoloads.sh: Add directory language
|
|
886
|
|
887 1997-10-23 SL Baur <steve@altair.xemacs.org>
|
|
888
|
|
889 * update-elc.sh (BYTECOMP): Specify -vanilla
|
|
890 * update-autoloads.sh (dirs): Ditto.
|
|
891 * update-custom.sh (dirs): Ditto.
|
|
892
|
|
893 1997-10-10 Martin Buchholz <mrb@eng.sun.com>
|
|
894
|
|
895 * config.values.in: Run config.values.sh
|
|
896
|
|
897 1997-10-09 SL Baur <steve@altair.xemacs.org>
|
|
898
|
|
899 * Makefile.in.in (PKG_SCRIPTS): Add new package manipulation
|
|
900 scripts.
|
|
901
|
|
902 * add-little-package.sh: New file. Support script to install
|
|
903 single file packages.
|
|
904
|
|
905 * Makefile.in.in (distclean): Reverse change -- do not remove
|
|
906 config.values.in.
|
|
907 Suggested by: Martin Buchholz <mrb@Eng.Sun.COM>
|
|
908
|
|
909 1997-10-06 SL Baur <steve@altair.xemacs.org>
|
|
910
|
|
911 * Makefile.in.in (distclean): Remove config.values.in.
|
|
912 From Martin Buchholz <mrb@Eng.Sun.COM>
|
|
913
|
|
914 1997-10-04 SL Baur <steve@altair.xemacs.org>
|
|
915
|
|
916 * update-autoloads.sh (mule_p): W3 is a package now.
|
|
917
|
|
918 1997-09-30 SL Baur <steve@altair.xemacs.org>
|
|
919
|
|
920 * update-elc.sh (ignore_pattern): Don't attempt bytecompiling
|
|
921 lisp/leim/quail/tibetan.el and lisp/language/tibet-util.el.
|
|
922
|
|
923 1997-09-29 SL Baur <steve@altair.xemacs.org>
|
|
924
|
|
925 * update-elc.sh (mule_p): Ignore mu/latex-math-symbol.el if we're
|
|
926 not building with Mule.
|
|
927
|
|
928 1997-09-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
929
|
|
930 * update-custom.sh: New file.
|
|
931
|
|
932 * update-autoloads.sh: Minor fixes.
|
|
933
|
|
934 1997-08-11 Jeff Miller <jmiller@smart.net>
|
|
935 * Makefile.in.in: Added a test for system-type equal to linux to
|
|
936 lisp/paths.el. Mail spool dir should be /var/spool/mail.
|
|
937
|
|
938 * cleaned up lib-src/Makefile.in.in regarding targets blessmail and
|
|
939 maybe-blessmail. Added target do-blessmail. Makefile.in.in was also
|
|
940 missing a variable called "configuration. This messed up archilibdir.
|
|
941
|
|
942 * Added highlighting to text suggesting to do "make gzip-el" in top
|
|
943 level Makefile.in. Added code to do make maybe-blessmail after a
|
|
944 make install is done.
|
|
945
|
|
946 1997-08-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
947
|
|
948 * gnuclient.c (main): Made help string correspond to options.
|
|
949
|
|
950 1997-08-01 SL Baur <steve@altair.xemacs.org>
|
|
951
|
|
952 * Makefile.in.in (distclean): Remove config.values here only.
|
|
953
|
|
954 1997-07-27 SL Baur <steve@altair.xemacs.org>
|
|
955
|
|
956 * Makefile.in.in (UTILITIES): Add config.values so it can be
|
|
957 cleared away by `make distclean'.
|
|
958
|
|
959 1997-07-21 SL Baur <steve@altair.xemacs.org>
|
|
960
|
|
961 * update-elc.sh (make_special_commands): Remove processing for
|
|
962 Gnus and AUCTeX.
|
|
963
|
|
964 1997-07-19 SL Baur <steve@altair.xemacs.org>
|
|
965
|
|
966 * update-elc.sh (mule_p): Do not attempt to bytecompile
|
|
967 char-table.el and chartblxmas.el.
|
|
968
|
|
969 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
|
|
970
|
|
971 * update-elc.sh (cc-mode): Don't give cc-mode special treatment.
|
|
972
|
|
973 * update-autoloads.sh (cc-mode): Don't give cc-mode special
|
|
974 treatment.
|
|
975
|
|
976 * rcs2log: Synch with Emacs/Mule zeta.
|
|
977
|
|
978 1997-07-03 Steven L Baur <steve@altair.xemacs.org>
|
|
979
|
|
980 * update-elc.sh (make_special_commands): Fix building of ilisp so
|
|
981 custom-load.elc gets built.
|
|
982
|
|
983 1997-06-27 Steven L Baur <steve@altair.xemacs.org>
|
|
984
|
|
985 * update-autoloads.sh: Major rework. Avoid looking at MULE
|
|
986 directories if not running XEmacs/Mule.
|
|
987 - Look into all Mule directories for building autoloads.
|
|
988
|
|
989 * update-elc.sh (make_special_commands): Fix handling of
|
|
990 bytecompilation of AUCTeX to avoid looking at tex-jp.el if not
|
|
991 running MULE.
|
|
992
|
|
993 1997-06-24 Steven L Baur <steve@altair.xemacs.org>
|
|
994
|
|
995 * gnuattach: Needed executable bit set.
|
|
996 Suggested by Kyle Jones <kyle_jones@wonderworks.com>
|
|
997
|
|
998 * update-elc.sh (ignore_pattern): lisp/language/ethiopic byte
|
|
999 compiles now.
|
|
1000
|
|
1001 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1002
|
|
1003 * update-autoloads.sh: Search lisp/mule/.
|
|
1004
|
|
1005 1997-06-20 Steven L Baur <steve@altair.xemacs.org>
|
|
1006
|
|
1007 * gnuattach: Readd as warning script.
|
|
1008
|
|
1009 * Makefile.in.in (INSTALLABLE_SCRIPTS): Readd Gnuattach.
|
|
1010 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1011
|
|
1012 1997-06-13 Steven L Baur <steve@altair.xemacs.org>
|
|
1013
|
|
1014 * update-elc.sh (mule_p): Ignore lisp/language when building
|
|
1015 non-Mule.
|
|
1016 (ignore_pattern): Ignore Languages we don't support yet.
|
|
1017
|
|
1018 1997-06-02 Steven L Baur <steve@altair.xemacs.org>
|
|
1019
|
|
1020 * update-elc.sh (ignore_dirs): Handle ported Quail (LEIM).
|
|
1021
|
|
1022 Tue May 20 23:22:00 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1023
|
|
1024 * update-autoloads.sh (dirs): Remove obsolete directory lisp/vms
|
|
1025 from exclusion list (it doesn't exist any more). Remove
|
|
1026 lisp/eterm from exclusion list of directories searched for
|
|
1027 autoloads.
|
|
1028
|
|
1029 Thu May 1 15:26:20 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1030
|
|
1031 * update-elc.sh (mule_p): Test for mule bombs with change in format
|
|
1032 of new output of featurep.
|
|
1033
|
|
1034 Fri Apr 25 09:12:04 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1035
|
|
1036 * pstogif: Use Martin Buchholz magic to automagically find perl
|
|
1037 interpreter.
|
|
1038
|
|
1039 Tue Apr 8 03:08:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1040
|
|
1041 * Makefile.in.in: C Comment out Make comments. No snide comments
|
|
1042 from me, no sir.
|
|
1043
|
|
1044 Tue Apr 1 12:26:53 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1045
|
|
1046 * Makefile.in.in: Added stuff for updated movemail.c.
|
|
1047
|
|
1048 Sat Mar 29 16:57:01 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1049
|
|
1050 * send-pr (GNATS_ADDR): Use xemacs.org as submission address.
|
|
1051 (DATADIR): Allow for DATADIR to be passed in as an environment
|
|
1052 variable.
|
|
1053
|
|
1054 Sun Mar 23 15:57:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1055
|
|
1056 * update-elc.sh (make_special_commands): Use target of x20 for efs.
|
|
1057
|
|
1058 Wed Mar 19 10:38:04 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1059
|
|
1060 * Makefile.in.in (SCRIPTS): Link gzip-el.sh in --srcdir
|
|
1061 configuration.
|
|
1062
|
|
1063 Tue Mar 18 17:49:14 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1064
|
|
1065 * update-elc.sh (EMACS): Removed $XEMACS backdoor. We will make
|
|
1066 the .elcs *only* with the freshly built XEmacs.
|
|
1067
|
|
1068 Mon Mar 17 10:12:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1069
|
|
1070 * Makefile.in.in (INSTALLABLE_SCRIPTS): Add install-sid and
|
|
1071 send-pr (from GNATS).
|
|
1072
|
|
1073 * update-elc.sh (prune_vc): Use full path to cleantree.el.
|
|
1074 (NUMTOCOMPILE): Remove useless rule to recompile out-of-date .elcs.
|
|
1075
|
|
1076 Sun Mar 16 21:13:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1077
|
|
1078 * install-sid: New file (GNATS integration).
|
|
1079
|
|
1080 * send-pr: New file (GNATS integration).
|
|
1081
|
|
1082 Fri Mar 14 17:59:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1083
|
|
1084 * update-elc.sh (ignore_dirs): Build VM with `make autoload'.
|
|
1085
|
|
1086 Wed Mar 5 18:07:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1087
|
|
1088 * gzip-el.sh: New file. Courtesy of Jeff Miller and Hrvoje Niksic.
|
|
1089
|
|
1090 * update-elc.sh (els): Remove out of date .elcs before building.
|
|
1091
|
|
1092 Tue Mar 4 18:45:10 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1093
|
|
1094 * update-elc.sh (els): No more special treatment for vm.elc.
|
|
1095
|
|
1096 Wed Feb 26 18:17:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1097
|
|
1098 * make-docfile.c (next_extra_elc): New function.
|
|
1099 (main): Use it. Implementation of `-i' parameter to pass a list
|
|
1100 of site-loaded lisp files.
|
|
1101
|
|
1102 Wed Feb 19 18:24:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1103
|
|
1104 * update-elc.sh: Added lisp/auctex.
|
|
1105
|
|
1106 Thu Feb 13 11:32:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1107
|
|
1108 * Makefile.in.in: Install pstogif script.
|
|
1109
|
|
1110 Sun Dec 29 17:16:45 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
1111
|
|
1112 * update-elc.sh (make_special_commands): Make ilisp be a little
|
|
1113 smarter about recompilation.
|
|
1114
|
|
1115 Wed Dec 18 20:22:55 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
1116
|
|
1117 * mmencode.c: Don't declare index().
|
|
1118
|
|
1119 * Makefile.in.in: Documentation changes.
|
|
1120
|
|
1121 * update-elc.sh: Portability Fix.
|
|
1122
|
|
1123 Thu Dec 5 15:41:53 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
1124
|
|
1125 * update-elc.sh: Corrections to protect against too smart /bin/sh'es.
|
|
1126
|