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