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