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