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