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