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