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