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