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