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