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