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