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