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