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