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