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