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