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