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