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