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