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