567
|
1 2001-05-06 Karl M. Hegbloom <karlheg@hegbloom.net>
|
|
2
|
|
3 * movemail.c (lock_dot): Use mkstemp if available
|
|
4
|
558
|
5 2001-05-23 Ben Wing <ben@xemacs.org>
|
|
6
|
|
7 * pop.c (socket_connection):
|
|
8 Remove BROKEN_CYGWIN.
|
|
9
|
543
|
10 2001-05-17 Stephen J. Turnbull <stephen@xemacs.org>
|
|
11
|
|
12 * config.values.sh: lisp/utils?/config.el -> lisp/config.el.
|
|
13
|
531
|
14 2001-05-12 Ben Wing <ben@xemacs.org>
|
|
15
|
|
16 * etags.c:
|
|
17 * etags.c (print_help):
|
|
18 * etags.c (sym_type):
|
|
19 * etags.c (TOTAL_KEYWORDS):
|
|
20 * etags.c (hash):
|
|
21 * etags.c (in_word_set):
|
|
22 * etags.c (consider_token):
|
|
23 * etags.c (C_entries):
|
|
24 * etags.c (add_regex):
|
|
25 new version from Francesco.
|
|
26
|
523
|
27 2001-05-09 Ben Wing <ben@xemacs.org>
|
|
28
|
|
29 * etags.c (add_regex):
|
|
30 temporary fix to avoid crashes with new regex code.
|
|
31
|
522
|
32 2001-05-09 Martin Buchholz <martin@xemacs.org>
|
|
33
|
|
34 * XEmacs 21.5.1 "anise" is released.
|
|
35
|
502
|
36 2001-04-29 Ben Wing <ben@xemacs.org>
|
|
37
|
|
38 * gnuclient.c (filename_expand): Warning fix.
|
|
39
|
479
|
40 2001-04-20 Ben Wing <ben@xemacs.org>
|
|
41
|
|
42 * .cvsignore: Added stuff for Windows.
|
|
43
|
472
|
44 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
45
|
|
46 * XEmacs 21.5.0 "alfalfa" is released.
|
|
47
|
464
|
48 2000-08-01 Jon Schewe <jpschewe@eggplant.mtu.net>
|
|
49
|
|
50 * gnuclient.c (filename_expand): Let Cygwin convert Windows path
|
|
51 to Unix.
|
|
52
|
|
53 2001-03-23 Stephen J. Turnbull <stephen@xemacs.org>
|
|
54
|
|
55 * gnuserv.h: Document TMPDIR lossage if client/server values differ.
|
|
56
|
462
|
57 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
58
|
|
59 * XEmacs 21.2.46 "Urania" is released.
|
|
60
|
|
61 2001-03-19 Andy Piper <andy@xemacs.org>
|
|
62
|
|
63 * installexe.sh: use bash by default.
|
|
64
|
|
65 2001-03-09 William M. Perry <wmperry@aventail.com>
|
|
66
|
|
67 * gnuclient.c: The Great GTK Merge.
|
|
68
|
|
69 2000-08-10 Ben Wing <ben@xemacs.org>
|
|
70
|
|
71 * update-elc.sh: deleted (retroactively). replaced by update-elc-2.el,
|
|
72 which does the same thing but in a platform-independent way.
|
|
73
|
460
|
74 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
75
|
|
76 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
77
|
|
78 2001-02-11 Martin Buchholz <martin@xemacs.org>
|
|
79
|
|
80 * Makefile.in.in: Cleanup.
|
|
81 Fixes bug: all must depend on make-dump-id.
|
|
82 Don't install make-path; only used at build time.
|
|
83 Avoid duplicating file lists for maintainability.
|
|
84 (PUBLIC_INSTALLABLE_SCRIPTS): More logical naming.
|
|
85 (PUBLIC_INSTALLABLE_EXES): Likewise.
|
|
86 (PUBLIC_INSTALLABLES): Likewise.
|
|
87 (PRIVATE_INSTALLABLE_SCRIPTS): More logical naming.
|
|
88 (PRIVATE_INSTALLABLE_EXES): Likewise.
|
|
89 (PRIVATE_INSTALLABLES): Likewise.
|
|
90 (SCRIPTS): Likewise.
|
|
91 (EXES): New.
|
|
92 (PROGS): New.
|
|
93 (SOURCES): Remove.
|
|
94 (BUILD_UTILITIES): New. Non-installed utilities.
|
|
95 (INSTALL_GNUSERV): New.
|
|
96 (unlock): Remove obsolete target.
|
|
97 (relock): Remove obsolete target.
|
|
98 (aixcc.c): Remove. Obsolete.
|
|
99 * aixcc.lex: Remove. Obsolete.
|
|
100
|
|
101 2001-02-12 Martin Buchholz <martin@xemacs.org>
|
|
102
|
|
103 * make-dump-id.c (main): No longer #include dump-id.h.
|
|
104
|
458
|
105 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
106
|
|
107 * gnuserv.c (permitted): Compiler warning fixes.
|
|
108
|
|
109 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
110
|
|
111 * XEmacs 21.2.44 "Thalia" is released.
|
|
112
|
|
113 2001-01-31 Francesco Potorti` <pot@gnu.org>
|
|
114
|
|
115 * etags.c: [NDEBUG] #undef assert and #define it as ((void)0), for
|
|
116 the sake of some buggy assert.h (e.g. in MinGW and sunos4 pcc).
|
|
117 (C_entries): Tag token renamed to still_in_token because sunos4
|
|
118 pcc wants to expand it as the token() macro even though it has no
|
|
119 arguments.
|
|
120
|
|
121 2001-01-30 Francesco Potorti` <pot@gnu.org>
|
|
122
|
|
123 * etags.c: [WIN32-NATIVE]: #undef MSDOS, #undef WINDOWSNT and
|
|
124 #define it for the sake of Xemacs.
|
|
125 [WINDOWSNT]: #undef HAVE_NTGUI even if built without
|
|
126 HAVE_CONFIG_H. This change only affects a standalone etags.
|
|
127 [WINDOWSNT]: #undef DOS_NT and #define it even if built with
|
|
128 HAVE_CONFIG_H. This change does nothing in Emacs, as DOS_NT is
|
|
129 always defined when HAVE_CONFIG_H and WINDOWS are both defined.
|
|
130 [!HAVE_UNISTD_H]: use defined(WINDOWSNT) instead of the bare
|
|
131 WINDOWSNT, as this is the correct way to use it.
|
|
132
|
|
133 2001-01-28 Francesco Potorti` <pot@gnu.org>
|
|
134
|
|
135 * etags.c: Be capable to parse nested struct-like structures.
|
|
136 (structdef, structtag): Struct state machine revisited.
|
|
137 (struct tok): Revisited.
|
|
138 (cstack, nestlev, instruct): New struct and macros.
|
|
139 (pushclass_above, popclass_above, write_classname): New functions
|
|
140 for dealing with nested class names, inspired by Mykola Dzyuba.
|
|
141 (consider_token, make_C_tag, C_entries): Many changes for dealing
|
|
142 with arbitrarily nested structures.
|
|
143 (etags_getcwd): #if MSDOS, not #ifdef MSDOS!
|
|
144 (C_entries): Consider templates in C++.
|
|
145 (sym_type): New constant st_C_class for detecting "class" also in
|
|
146 C mode.
|
|
147 (C_AUTO): New macro for automatic detection of C++.
|
|
148 (consider_token): Automatic set C++ mode.
|
|
149 (C_entries): New security check for yacc.
|
|
150 (print_language_names, print_help): Mention the autodetect
|
|
151 feature, do not show help for the -C option, now mostly useless.
|
|
152 (C_entries): Tag C++ forward declarations if --declarations.
|
|
153 (C_entries): Don't be fooled by things like XDEFUN.
|
|
154 (consider_token): Discard asm pseudo function.
|
|
155
|
460
|
156 2001-01-25 Francesco Potorti` <pot@gnu.org>
|
458
|
157
|
|
158 * etags.c (struct tok): Renamed from struct token.
|
|
159 (token): Renamed from tok.
|
|
160 (structtype): Make it a local variable.
|
|
161 [DEBUG]: Use assert.
|
|
162 (xrnew): Change the synopsis.
|
|
163 (typedefs_or_cplusplus): Renamed from typedefs_and_cplusplus.
|
|
164 (grow_linebuffer): Don't call xrnew when not needed.
|
|
165 (token): buffer renamed to line.
|
|
166 (C_entries): Three calls to inibuffer moved here from main.
|
|
167 (C_entries): Removed all references to var methodlen, delete it.
|
|
168 (linebuffer_setlen): Was grow_buffer, now also sets len.
|
|
169 (consider_token, C_entries, Pascal_functions): Use it.
|
|
170 (C_entries): Preventing problems relative to extern "C".
|
|
171 (C_entries): Can tag more than one variable or func separated by
|
|
172 comma when --declarations is used.
|
|
173 (C_entries): More accurate tagging of members and declarations.
|
|
174 (yacc_rules): Was global, made local to C_entries.
|
|
175 (next_token_is_func): Removed.
|
|
176 (fvdef): New constants fdefunkey, fdefunname.
|
|
177 (consider_token, C_entries): Use them.
|
|
178 (C_entries): Build proper lisp names for Emacs DEFUNs.
|
|
179
|
460
|
180 2001-01-15 Francesco Potorti` <pot@gnu.org>
|
458
|
181
|
|
182 * etags.c (print_language_names): Print filenames in addition to
|
|
183 suffixes.
|
|
184
|
|
185 2001-01-12 Francesco Potorti` <pot@gnu.org>
|
|
186
|
|
187 * etags.c (get_language_from_langname): Renamed from
|
|
188 get_language_from_name.
|
|
189 (get_language_from_filename): Renamed from
|
|
190 get_language_from_suffix. Now first looks for the complete file
|
|
191 name.
|
|
192 (language): New member char **filenames.
|
|
193 (Makefile_filenames): List of possible filenames for makefiles.
|
|
194 (lang_names): Added a NULL member for every entry, added an entry
|
|
195 for makefiles.
|
|
196 (Makefile_targets): New function, inspired by Assar Westerlund
|
|
197 <assar@sics.se>.
|
|
198
|
460
|
199 2000-11-07 Francesco Potorti` <pot@gnu.org>
|
458
|
200
|
|
201 * etags.c (Texinfo_nodes): Renamed from Texinfo_fuctions and made
|
|
202 it conformant to the style of the rest of the code.
|
|
203
|
|
204 2000-02-10 Francesco Potorti` <pot@gnu.org>
|
|
205
|
|
206 * etags.c (iswhite): Redefined not to consider '\0' as white
|
|
207 space, and use it throughout in place of isspace, thus preventing a
|
|
208 potential signed char to int conversion problem.
|
|
209 (MSDOS): #undefine befere redefining
|
|
210
|
460
|
211 2000-02-04 Francesco Potorti` <pot@gnu.org>
|
458
|
212
|
|
213 * etags.c (many functions): Add prototypes.
|
|
214
|
460
|
215 2000-01-31 Francesco Potorti` <pot@gnu.org>
|
458
|
216
|
|
217 * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise.
|
|
218 (get_compressor_from_suffix, process_file): Use MSDOS in if clause.
|
|
219 (etags_strchr, etags_strrchr): Use const char * and int as arguments.
|
|
220 (getenv, getcwd): Only declare them if necessary.
|
|
221 (EMACS_NAME): New constant macro.
|
|
222 (print_version): Use it.
|
|
223 (P_) [__STDC__]: Macro for defining function prototypes.
|
|
224
|
|
225 2001-02-06 Martin Buchholz <martin@xemacs.org>
|
|
226
|
|
227 * gnuclient.c:
|
|
228 * gnuserv.c:
|
|
229 * gnuslib.c:
|
|
230 * pop.c:
|
|
231 Remove use of BSD-specific types.
|
|
232 s/u_(char|short|int_long)/unsigned $1/g
|
|
233 Remove pointless casts.
|
|
234
|
|
235 2001-01-28 Martin Buchholz <martin@xemacs.org>
|
|
236
|
|
237 * gnuclient.c (get_current_working_directory): Use HAVE_GETCWD.
|
|
238 warning: getwd() possibly used unsafely, consider using getcwd().
|
|
239
|
456
|
240 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
241
|
|
242 * XEmacs 21.2.43 "Terspichore" is released.
|
|
243
|
|
244 2001-01-23 Jan Vroonhof <jan@xemacs.org>
|
|
245
|
|
246 * gnuserv.c: Add version number to object file.
|
|
247
|
|
248 2001-01-20 Klaus Frank <klausf@i3.informatik.rwth-aachen.de>
|
|
249
|
|
250 * gnuserv.c (permitted): Completed the checks of the authentication
|
|
251 data length, replaced memcmp() by constant-time comparision.
|
|
252
|
454
|
253 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
254
|
|
255 * XEmacs 21.2.42 "Poseidon" is released.
|
|
256
|
452
|
257 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
258
|
|
259 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
260
|
450
|
261 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
262
|
|
263 * XEmacs 21.2.40 is released.
|
|
264
|
448
|
265 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
266
|
|
267 * XEmacs 21.2.39 is released.
|
|
268
|
446
|
269 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
270
|
|
271 * XEmacs 21.2.38 is released.
|
|
272
|
|
273 2000-11-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
274
|
|
275 * Makefile.in.in: Define emacs iff it's necessary.
|
|
276
|
444
|
277 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
278
|
|
279 * XEmacs 21.2.37 is released.
|
|
280
|
442
|
281 2000-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
282
|
|
283 * make-po.c (BUFSIZE): Increase value to 32768.
|
|
284
|
|
285 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
286
|
|
287 * XEmacs 21.2.36 is released.
|
|
288
|
|
289 2000-09-30 Martin Buchholz <martin@xemacs.org>
|
|
290
|
|
291 * gnuserv.c (main): Warning removal.
|
|
292
|
|
293 2000-09-27 Martin Buchholz <martin@xemacs.org>
|
|
294
|
|
295 * ellcc.c: Make global variables static. Avoids warnings on AIX.
|
|
296
|
|
297 * fakemail.c (make_file_preface): Use standard type time_t.
|
|
298 Actually check that the 25th char returned from ctime is '\n'.
|
|
299
|
|
300 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
301
|
|
302 * *: Spelling mega-patch
|
|
303
|
|
304 2000-09-12 Martin Buchholz <martin@xemacs.org>
|
|
305
|
|
306 * gnuclient.c (main):
|
|
307 * hexl.c (usage):
|
|
308 Use `Usage', not `usage', in Usage messages.
|
|
309
|
|
310 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
311
|
|
312 * etags.c (add_regex): added commented out code for use figuring
|
|
313 out Windows quoting problems.
|
|
314 * hexl.c (main): fixed warnings about possible used uninitialized.
|
|
315
|
|
316 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
317
|
|
318 * XEmacs 21.2.35 is released.
|
|
319
|
|
320 2000-07-12 Martin Buchholz <martin@xemacs.org>
|
|
321
|
|
322 * gnuserv.c:
|
|
323 (handle_internet_request):
|
|
324 (handle_unix_request):
|
|
325 (internet_init):
|
|
326 Use socklen_t instead of int or size_t.
|
|
327
|
|
328 2000-07-11 Martin Buchholz <martin@xemacs.org>
|
|
329
|
|
330 * hexl.c (usage): Use full ANSI C prototypes.
|
|
331
|
|
332 2000-07-05 Craig Lanning <lanning@scra.org>
|
|
333
|
|
334 * Makefile.in.in (INSTALL_DATA):
|
|
335 * Makefile.in.in (UTILITIES):
|
|
336 * Makefile.in.in (GETOPTDEPS):
|
|
337 * Makefile.in.in (i):
|
|
338 mingw support: don't try to build gnuclient, add
|
|
339 support for building and installing minitar
|
|
340
|
|
341 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
342
|
|
343 * Makefile.in.in (INSTALLABLES_BASE):
|
|
344 * Makefile.in.in (ootags_args):
|
|
345 * Makefile.in.in (yow):
|
|
346 Build i.exe.
|
|
347 Don't build run*.exe.
|
|
348
|
|
349 * b2m.c:
|
|
350 * b2m.c (main):
|
|
351 * ellcc.c (main):
|
|
352 * etags.c:
|
|
353 * etags.c (main):
|
|
354 * etags.c (get_compressor_from_suffix):
|
|
355 * etags.c (process_file):
|
|
356 * etags.c (readline_internal):
|
|
357 * etags.c (etags_getcwd):
|
|
358 * etags.c (relative_filename):
|
|
359 * etags.c (absolute_filename):
|
|
360 * etags.c (filename_is_absolute):
|
|
361 * etags.c (canonicalize_filename):
|
|
362 * fakemail.c:
|
|
363 * fakemail.c (make_file_preface):
|
|
364 * getopt.c:
|
|
365 * getopt.h:
|
|
366 * gnuclient.c:
|
|
367 * gnuclient.c (filename_expand):
|
|
368 * gnuserv.h:
|
|
369 * gnuserv.h (PATCHLEVEL):
|
|
370 * hexl.c:
|
|
371 * hexl.c (main):
|
|
372 * make-docfile.c:
|
|
373 * make-docfile.c (APPEND_BINARY):
|
|
374 * make-docfile.c (main):
|
|
375 * make-dump-id.c:
|
|
376 * mmencode.c:
|
|
377 * mmencode.c (fromqp):
|
|
378 * mmencode.c (main):
|
|
379 * movemail.c:
|
|
380 * movemail.c (main):
|
|
381 * movemail.c (popmail):
|
|
382 * ootags.c:
|
|
383 * ootags.c (main):
|
|
384 * ootags.c (readline_internal):
|
|
385 * ootags.c (etags_getcwd):
|
|
386 * ootags.c (absolute_filename):
|
|
387 * ootags.c (filename_is_absolute):
|
|
388 * ootags.c (canonicalize_filename):
|
|
389 * pop.c:
|
|
390 * pop.c (DONT_ENCAPSULATE):
|
|
391 * pop.c (pop_open):
|
|
392 * pop.c (socket_connection):
|
|
393 * pop.c (pop_trash):
|
|
394 * profile.c (gettimeofday):
|
|
395 * wakeup.c:
|
|
396 * yow.c (rootrelativepath):
|
|
397 Remove MSDOS support, converting to WIN32_NATIVE where necessary.
|
|
398 WINDOWSNT -> WIN32_NATIVE.
|
|
399 __CYGWIN32__ -> CYGWIN.
|
|
400 DOS_NT -> WIN32_NATIVE.
|
|
401 Remove unused NO_SHORTNAMES.
|
|
402 Changes for removed nt\inc.
|
|
403
|
|
404 2000-06-07 Ben Wing <ben@xemacs.org>
|
|
405
|
|
406 * run.c, run.h, run.rc: Removed. We no longer need these for
|
|
407 building runxemacs.exe, and it's questionable at best whether
|
|
408 rungnuclient.exe was ever used or is even needed. The correct
|
|
409 solution is just to make gnuclient.exe a windows program and
|
|
410 use the gnuattach script to run 'i gnuclient.exe'. Not that
|
|
411 gnuclient currently works under Windows native in any case.
|
|
412
|
|
413 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
414
|
|
415 * XEmacs 21.2.34 is released.
|
|
416
|
|
417 2000-05-11 Ben Wing <ben@xemacs.org>
|
|
418
|
|
419 * i.c (get_command): fix unused var warning.
|
|
420
|
|
421 * make-docfile.c (MDGET):
|
|
422 * make-docfile.c (read_c_string):
|
|
423 rewrite and reindent -- handle closing doc string comment that's
|
|
424 not at beg of line.
|
|
425
|
|
426 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
427
|
|
428 * XEmacs 21.2.33 is released.
|
|
429
|
|
430 2000-04-19 Martin Buchholz <martin@xemacs.org>
|
|
431
|
|
432 * gnuclient.c (initialize_signals): Always use full ANSI prototypes.
|
|
433
|
|
434 2000-04-06 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
435
|
|
436 * i.c: New file, source for the i utility.
|
|
437
|
|
438 2000-03-22 Mike Alexander <mta@arbortext.com>
|
|
439
|
|
440 * make-dump-id.c (gettimeofday): new (Windows only)
|
|
441
|
|
442 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
443
|
|
444 * XEmacs 21.2.32 is released.
|
|
445
|
|
446 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
447
|
|
448 * make-dump-id.c: Use config.h and systime.h for portability.
|
|
449
|
|
450 2000-02-20 Olivier Galibert <galibert@pobox.com>
|
|
451
|
|
452 * make-dump-id.c: Added.
|
|
453
|
|
454 * Makefile.in.in: Add support for make-dump-id.
|
|
455
|
|
456 2000-03-12 Ben Wing <ben@xemacs.org>
|
|
457
|
|
458 * etags.c (canonicalize_filename): fixed a problem with gratuitous
|
|
459 capitalization of file names under MS Windows.
|
|
460
|
|
461 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
462
|
|
463 * XEmacs 21.2.31 is released.
|
|
464
|
|
465 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
466
|
|
467 * XEmacs 21.2.30 is released.
|
|
468
|
|
469 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
470
|
|
471 * XEmacs 21.2.29 is released.
|
|
472
|
|
473 2000-02-13 Martin Buchholz <martin@xemacs.org>
|
|
474
|
|
475 * etags.c: Upgrade to version 13.44.
|
|
476 Only added (unsigned char) casts to calls like isspace (*cp).
|
|
477
|
440
|
478 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
479
|
|
480 * XEmacs 21.2.28 is released.
|
|
481
|
|
482 2000-02-06 Martin Buchholz <martin@xemacs.org>
|
|
483
|
|
484 * getopt.h:
|
|
485 * fakemail.c:
|
|
486 * gnuslib.c:
|
|
487 * sorted-doc.c:
|
|
488 * yow.c:
|
|
489 * cvtmail.c:
|
|
490 * movemail.c:
|
|
491 * gnuclient.c:
|
|
492 ANSIfy. Use coding standards for function definitions.
|
|
493 Make C++-compilable. Modified from patch by Zack Weinberg.
|
|
494
|
|
495 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
496
|
|
497 * hexl.c: Removed MSDOS code; set binary I/O flags for NT.
|
|
498
|
438
|
499 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
500
|
|
501 * XEmacs 21.2.27 is released.
|
|
502
|
|
503 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
504
|
|
505 * ootags.c: Ansify.
|
|
506 * etags.c:
|
|
507 * getopt.c:
|
|
508 * cvtmail.c:
|
|
509 Remove declarations of ANSI errno, getenv(), malloc().
|
|
510
|
|
511 2000-01-13 Martin Buchholz <martin@xemacs.org>
|
|
512
|
|
513 * movemail.c (main):
|
|
514 * make-docfile.c (write_c_args):
|
|
515 Simple compiler warning fixes.
|
|
516
|
|
517 2000-01-09 Martin Buchholz <martin@xemacs.org>
|
|
518
|
|
519 * *.[ch]: Change <../src/config.h> to <config.h>
|
|
520 * ellcc.c: Always use <...> to #include files not in `.'
|
|
521 * Makefile.in.in: Use safer -I paths.
|
|
522 Use $(top_srcdir) instead of $(srcdir)/../src
|
|
523 Add warning comment.
|
|
524
|
|
525 2000-01-08 Martin Buchholz <martin@xemacs.org>
|
|
526
|
|
527 * movemail.c: Warning removal.
|
|
528
|
|
529 2000-01-06 Norbert Koch <norbert@s.netic.de>
|
|
530
|
|
531 * movemail.c: Typo fix.
|
|
532
|
|
533 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
534
|
|
535 * movemail.c: Overhaul of the locking code.
|
|
536
|
|
537 2000-01-03 Martin Buchholz <martin@xemacs.org>
|
|
538
|
|
539 * etags.c (etags_strrchr): Ansify.
|
|
540 (etags_strchr): Ansify.
|
|
541 (get_compressor_from_suffix): Remove warning, make code cleaner.
|
|
542
|
436
|
543 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
544
|
|
545 * XEmacs 21.2.26 is released.
|
|
546
|
434
|
547 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
548
|
|
549 * XEmacs 21.2.25 is released.
|
|
550
|
|
551 1999-12-21 Martin Buchholz <martin@xemacs.org>
|
|
552
|
|
553 * fakemail.c (cuserid): ((expr)) ==> (expr)
|
|
554
|
|
555 * fakemail.c (xmalloc): ANSIfy.
|
|
556
|
432
|
557 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
558
|
|
559 * config.values.sh: Only update config.values.in if changed.
|
|
560 No external dependencies except perl.
|
|
561 No temporary files.
|
|
562
|
|
563 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
564
|
|
565 * XEmacs 21.2.24 is released.
|
|
566
|
|
567 1999-12-13 Martin Buchholz <martin@xemacs.org>
|
|
568
|
|
569 * etags.c: Fix warning: `_GNU_SOURCE' redefined.
|
|
570
|
430
|
571 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
572
|
|
573 * XEmacs 21.2.23 is released.
|
|
574
|
|
575 1999-11-29 Andreas Jaeger <aj@suse.de>
|
|
576
|
|
577 * Makefile.in.in (INSTALLABLE_SCRIPTS): Removed pstogif.
|
|
578 pstogif: Moved to package tm.
|
|
579
|
428
|
580 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
581
|
|
582 * XEmacs 21.2.22 is released
|
|
583
|
|
584 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
585
|
|
586 * XEmacs 21.2.21 is released.
|
|
587
|
|
588 1999-11-20 Martin Buchholz <martin@xemacs.org>
|
|
589
|
|
590 * process-gnu-depends.sh: Deleted. Obsolete.
|
|
591 * process-depends.sh: Deleted. Obsolete.
|
|
592
|
|
593 1999-11-20 Jan Vroonhof <jan@xemacs.org>
|
|
594
|
|
595 * Makefile.in.in (instvardir): Added. From
|
|
596 Jeff Miller <jmiller@smart.net>
|
|
597
|
|
598 1999-11-19 Martin Buchholz <martin@xemacs.org>
|
|
599
|
|
600 * etags.c: Upgrade to pot etags version 13.33.
|
|
601 Make `etags --version' print out `XEmacs', not `GNU Emacs'
|
|
602
|
|
603 1999-11-17 Martin Buchholz <martin@xemacs.org>
|
|
604
|
|
605 * etags.c (canonicalize_filename): Typo fix
|
|
606
|
|
607 1999-11-05 Martin Buchholz <martin@xemacs.org>
|
|
608
|
|
609 * etags.c:
|
|
610 * ../etc/etags.1:
|
|
611 * ../etc/NEWS:
|
|
612 Upgrade to etags version 13.32.
|
|
613 etags.c has warnings removed, in addition.
|
|
614
|
|
615 1999-11-15 Martin Buchholz <martin@xemacs.org>
|
|
616
|
|
617 * gnuserv.c (ipc_spawn_watchdog): Use pid_t instead of int.
|
|
618
|
|
619 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
620
|
|
621 * XEmacs 21.2.20 is released
|
|
622
|
|
623 1999-11-04 Martin Buchholz <martin@xemacs.org>
|
|
624
|
|
625 * gnuserv.c (handle_response): Warning suppression
|
|
626
|
|
627 1999-09-27 Martin Buchholz <martin@xemacs.org>
|
|
628
|
|
629 * ellcc.c:
|
|
630 ANSIfy.
|
|
631 Remove MSDOS cruft.
|
|
632 Remove WINDOWS cruft.
|
|
633 Remove VMS cruft.
|
|
634 (main): The wrong number of bytes were being read during argument
|
|
635 processing.
|
|
636 Delete ANSI imitations like ellcc_strchr().
|
|
637 Call functions with the right number of arguments.
|
|
638 Fix a typo.
|
|
639 Make functions static.
|
|
640 Remove compiler warnings.
|
|
641
|
|
642 1999-09-22 Martin Buchholz <martin@xemacs.org>
|
|
643
|
|
644 * cvtmail.c (main): ANSIfy
|
|
645 * digest-doc.c (main): ANSIfy
|
|
646 * hexl.c (main): ANSIfy
|
|
647
|
|
648 * make-path.c: Remove declaration for errno.
|
|
649 * mmencode.c (nextcharin): ANSIfy
|
|
650 * movemail.c (pop_retr): ANSIfy
|
|
651
|
|
652 1999-07-30 Gleb Arshinov <gleb@cs.stanford.edu>
|
|
653
|
|
654 * pop.c (pop_quit): use CLOSESOCKET() instead of close()
|
|
655
|
|
656 * run.c (build_cmdline): Fix NT native build unreferenced variable
|
|
657 warning
|
|
658 (WinMain): Fix release mode build unreferenced variable warning
|
|
659
|
|
660 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
661
|
|
662 * XEmacs 21.2.19 is released
|
|
663
|
|
664 1999-07-22 SL Baur <steve@miho>
|
|
665
|
|
666 * Makefile.in.in (datadir): Add.
|
|
667 From Jeff Miller <jmiller@smart.net>
|
|
668
|
|
669 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
670
|
|
671 * XEmacs 21.2.18 is released
|
|
672
|
|
673 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
674
|
|
675 * XEmacs 21.2.17 is released
|
|
676
|
|
677 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
678
|
|
679 * XEmacs 21.2.16 is released
|
|
680
|
|
681 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
682
|
|
683 * XEmacs 21.2.15 is released
|
|
684
|
|
685 1999-06-03 SL Baur <steve@steve1.m17n.org>
|
|
686
|
|
687 * Makefile.in.in: Move .PHONY up to force execution of `all'.
|
|
688
|
|
689 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
690
|
|
691 * XEmacs 21.2.14 is released
|
|
692
|
|
693 1999-05-14 SL Baur <steve@gneiss.etl.go.jp>
|
|
694
|
|
695 * update-elc.sh (ignore_pattern): Correct ignore_dirs/ignore=dirs
|
|
696 european keyboard fuckage.
|
|
697
|
|
698 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
699
|
|
700 * update-elc.sh (ignore_pattern): Installation.el is dead.
|
|
701
|
|
702 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
703
|
|
704 * gnuclient.c: Include <sysfile.h> instead of <../src/sysfile.h>.
|
|
705
|
|
706 * Makefile.in.in (cppflags): Add -I$(top_srcdir)/src.
|
|
707
|
|
708 1999-04-29 Andy Piper <andy@xemacs.org>
|
|
709
|
|
710 * make-docfile.c: build fixes for mingw32.
|
|
711 * movemail.c: ditto.
|
|
712 * run.c: ditto.
|
|
713 * yow.c: ditto.
|
|
714 * profile.c: ditto.
|
|
715 (gettimeofday): new function copied from nt.c.
|
|
716
|
|
717 * fakemail.c (make_file_preface): make buildable under windows.
|
|
718
|
|
719 * Makefile.in.in: fix some build targets for when we are building
|
|
720 on a windows platform.
|
|
721
|
|
722 1999-03-12 giacomo boffi <giacomo.boffi@polimi.it>
|
|
723
|
|
724 * sorted-doc.c: corrected the outdated or plainly wrong
|
|
725 texinfo headers. Broken up the mega-@table that crashes (at
|
|
726 least RedHat's) TeX with:
|
|
727 "! TeX capacity exceeded, sorry [save size=4000]."
|
|
728
|
|
729 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
730
|
|
731 * XEmacs 21.2.13 is released
|
|
732
|
|
733 1999-03-10 Martin Buchholz <martin@xemacs.org>
|
|
734
|
|
735 * fakemail.c (add_a_stream): Always use full ANSI prototypes.
|
|
736
|
|
737 1999-03-06 Martin Buchholz <martin@xemacs.org>
|
|
738
|
|
739 * fakemail.c (main): Ansify.
|
|
740 (xmalloc): Ansify.
|
|
741 (xrealloc): Ansify.
|
|
742 (get_keyword): use paranoid casts ((int) (unsigned char) c) for
|
|
743 islower, toupper, isspace.
|
|
744
|
|
745 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
746
|
|
747 * XEmacs 21.2.12 is released
|
|
748
|
|
749 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
750
|
|
751 * XEmacs 21.2.11 is released
|
|
752
|
|
753 1999-02-17 SL Baur <steve@xemacs.org>
|
|
754
|
|
755 * update-elc.sh (ignore_dirs): Ignore lisp/mule subdirectory when
|
|
756 running latin-1 XEmacs. Eliminate 20.4 bundled kludges.
|
|
757 * update-custom.sh (ignore_dirs): Ditto.
|
|
758
|
|
759 1999-02-15 Martin Buchholz <martin@xemacs.org>
|
|
760
|
|
761 * update-elc.sh:
|
|
762 * update-autoloads.sh:
|
|
763 * update-custom.sh:
|
|
764 - improved automounter tmp directory support.
|
|
765 - support 4 (!) empirically discovered automounter conventions
|
|
766
|
|
767 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
768
|
|
769 * XEmacs 21.2.10 is released
|
|
770
|
|
771 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
772
|
|
773 * XEmacs 21.2.9 is released
|
|
774
|
|
775 1999-01-27 Martin Buchholz <martin@xemacs.org>
|
|
776
|
|
777 * movemail.c (strerror): Must be NON-static, since it is used by
|
|
778 the POP code, which got moved to a separate file.
|
|
779
|
|
780 1999-01-11 Damon Lipparelli <lipp@primus.com>
|
|
781
|
|
782 * Makefile.in.in: use ellcc (not ellc) everywhere
|
|
783
|
|
784 1999-01-10 J. Kean Johnston <jkj@sco.com>
|
|
785
|
|
786 * Makefile.in.in: Include moduledir and sitemoduledir as defined
|
|
787 by configure.
|
|
788 - Install ellcc if we're supporting shared objects
|
|
789 - Rules and dependancies for ellcc
|
|
790
|
|
791 * ellcc.c: New file. Front end to the compiler for making modules.
|
|
792
|
|
793 * ellcc.h.in: New file. Contains path definitions used by ellcc.
|
|
794
|
|
795 * make-docfile.c (main): Add check for -E argument used by ellcc.
|
|
796
|
|
797 * make-docfile.c: Changed output format when in -E mode.
|
|
798
|
|
799 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
800
|
|
801 * XEmacs 21.2.8 is released.
|
|
802
|
|
803 1998-12-24 Martin Buchholz <martin@xemacs.org>
|
|
804
|
|
805 * XEmacs 21.2.7 is released.
|
|
806
|
|
807 1998-12-17 Andy Piper <andy@xemacs.org>
|
|
808
|
|
809 * pop.c (pop_open): disable use of getpass() which doesn't exist under NT.
|
|
810
|
|
811 * movemail.c: mess with includes so that it builds under native NT.
|
|
812
|
|
813 * pop.c: mess with includes so that it builds under native NT.
|
|
814 From Fabrice Popineau <popineau@ese-metz.fr>
|
|
815
|
|
816 1998-12-16 Andy Piper <andy@xemacs.org>
|
|
817
|
|
818 * XEmacs 21.2.6 is released
|
|
819
|
|
820 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
821
|
|
822 * XEmacs 21.2.5 is released
|
|
823
|
|
824 1998-11-28 SL Baur <steve@altair.xemacs.org>
|
|
825
|
|
826 * XEmacs 21.2-beta4 is released.
|
|
827
|
|
828 1998-10-14 Andy Piper <andyp@parallax.co.uk>
|
|
829
|
|
830 * Makefile.in.in (movemail): add getopt.o to objects to link with.
|
|
831
|
|
832 * movemail.c (main): rewrite to use getopt(). Add options for
|
|
833 order reversal, progress output, regexp matching and message
|
|
834 deletion.
|
|
835 (popmail): add some optional verbose messages. Use pop_search_top
|
|
836 for getting messages. Make message deletion optional. Delete all
|
|
837 messages at the end rather than on a message my message basis.
|
|
838 (pop_search_top): new function. Looks for messages matching regexp.
|
|
839 (compile_regex): new function stolen from etags.
|
|
840
|
|
841 1998-10-15 SL Baur <steve@altair.xemacs.org>
|
|
842
|
|
843 * XEmacs 21.2-beta3 is released.
|
|
844
|
|
845 1998-10-12 SL Baur <steve@altair.xemacs.org>
|
|
846
|
|
847 * lib-src/gnudepend.pl: Use /usr/bin/perl.
|
|
848 * Makefile.in.in (INSTALLABLE_SCRIPTS): Remove send-pr, install-sid.
|
|
849 (GEN_SCRIPTS): Ditto.
|
|
850 Delete TM_SCRIPTS.
|
|
851
|
|
852 1998-10-11 SL Baur <steve@altair.xemacs.org>
|
|
853
|
|
854 * tm-au:
|
|
855 * tm-file:
|
|
856 * tm-html:
|
|
857 * tm-image:
|
|
858 * tm-mpeg:
|
|
859 * tm-plain:
|
|
860 * tm-ps:
|
|
861 * tmdecode: packaged.
|
|
862
|
|
863 1998-10-10 SL Baur <steve@altair.xemacs.org>
|
|
864
|
|
865 * install-sid:
|
|
866 * send-pr: Packaged
|
|
867
|
|
868 1998-10-01 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
869
|
|
870 * gnuclient.c (filename_expand): Don't forget to copy the
|
|
871 filename under UNIX.
|
|
872
|
|
873 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
874
|
|
875 * XEmacs 21.2-beta2 is released.
|
|
876
|
|
877 1998-09-08 Raymond Toy <toy@rtp.ericsson.se>
|
|
878
|
|
879 * gnuclient.c (filename_expand): Added better recognition of
|
|
880 absolute pathnames for CYGWIN. Convert absolute pathnames with
|
|
881 drive letters to something xemacs can handle.
|
|
882
|
|
883 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
884
|
|
885 * XEmacs 21.2-beta1 is released.
|
|
886
|
|
887 1998-07-15 SL Baur <steve@altair.xemacs.org>
|
|
888
|
|
889 * update-elc.sh (ignore_pattern): Add very-early-lisp.el as
|
|
890 something to never bytecompile.
|
|
891
|
|
892 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
893
|
|
894 * XEmacs 21.0-pre5 is released.
|
|
895
|
|
896 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
897
|
|
898 * XEmacs 21.0-pre4 is released.
|
|
899
|
|
900 1998-06-16 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
901
|
|
902 * gnuclient.c (main): Use disconnect_from_server to read & echo
|
|
903 result.
|
|
904
|
|
905 1998-06-15 Andy Piper <andyp@parallax.co.uk>
|
|
906
|
|
907 * Makefile.in.in: add xemacs icon to the runemacs executable.
|
|
908
|
|
909 1998-06-12 Jim Radford <radford@robby.caltech.edu>
|
|
910
|
|
911 * gnuclient.c (initialize_signals): Don't pass SIGHUP to XEmacs.
|
|
912
|
|
913 1998-06-04 Andy Piper <andyp@parallax.co.uk>
|
|
914
|
|
915 * Makefile.in.in (runemacs): add runemacs as a build target if
|
|
916 HAVE_MS_WINDOWS is defined. move cpp stuff up slightly so that
|
|
917 build targets can benefit from it.
|
|
918
|
|
919 1998-05-31 Kirill M. Katsnelson <kkm@kis.ru>
|
|
920
|
|
921 * wakeup.c (sleep): Added NT preprocessor quirkfest.
|
|
922 (main): Exit when fflush() fails on stdout.
|
|
923
|
|
924 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
925
|
|
926 * getopt.c: Undefine getpid before redefinition.
|
|
927
|
|
928 * make-docfile.c: Added <io.h> when compiling on NT
|
|
929
|
|
930 * movemail.c: Ditto.
|
|
931 (main): Declare some auto variables only when DISABLE_DIRECT_ACCESS
|
|
932 is undefined, so they are actually used, to supress compilation
|
|
933 warnings.
|
|
934
|
|
935 1998-05-16 SL Baur <steve@altair.xemacs.org>
|
|
936
|
|
937 * etags.c (C_entries): Avoid short circuiting comparisons on
|
|
938 characters that may appear in C++ operator constructs.
|
|
939
|
|
940 * ootags.c (C_entries): Commentary change.
|
|
941
|
|
942 * Makefile.in.in (PKG_SCRIPTS): Remove add-little-package.sh.
|
|
943
|
|
944 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
945
|
|
946 * Makefile.in.in:
|
|
947 - Adjust for luser's CDPATH being set to something weird.
|
|
948 - Take into account bash 2.02's tendency to print the cwd when
|
|
949 using CDPATH. Always use `cd ./foo' instead of `cd foo'.
|
|
950 - fix the run-temacs target to use $(DUMPENV)
|
|
951 - fix the run-puremacs target to use $(DUMPENV)
|
|
952 - fix the `depend' target to properly $(RM) the right files
|
|
953 - Generate a better TAGS file for XEmacs' lisp code using
|
|
954 hand-crafted regexps.
|
|
955 - Use standard coding conventions for modules/Makefile.in
|
|
956
|
|
957 1998-05-07 Andy Piper <andyp@parallax.co.uk>
|
|
958
|
|
959 * update-elc.sh: test x && y loses in the presence of set -e, use
|
|
960 if instead.
|
|
961
|
|
962 1998-05-06 SL Baur <steve@altair.xemacs.org>
|
|
963
|
|
964 * Makefile.in.in (INSTALLABLES): Add ootags.
|
|
965 (ootags): New rule.
|
|
966
|
|
967 * ootags.c: New file.
|
|
968 (C_entries): Annotate changes neeeded for increased OO-Browser
|
|
969 context.
|
|
970
|
|
971 1998-05-05 Jeff Miller <jmiller@smart.net>
|
|
972
|
|
973 * Makefile.in.in: Fix blessmail target.
|
|
974
|
|
975 1998-05-05 SL Baur <steve@altair.xemacs.org>
|
|
976
|
|
977 * Makefile.in.in (etags_args): Back out -DOO_BROWSER
|
|
978
|
|
979 * etags.c: Revert to CVS version 1.11 (pre OO-browser additions).
|
|
980
|
|
981 1998-05-04 SL Baur <steve@altair.xemacs.org>
|
|
982
|
|
983 * etags.c (C_entries): Fix order typo.
|
|
984 (C_entries): Restore previous test.
|
|
985
|
|
986 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
987
|
|
988 * installexe.sh: fix to use -f instead of -e file and fix shift
|
|
989 typo.
|
|
990
|
|
991 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
992
|
|
993 * etags.c: Unconditionally define OO_BROWSER.
|
|
994
|
|
995 * update-elc.sh: Tighten up regexp on uname -r output.
|
|
996 From Marcus Thiessel <thiessel@tmbbwtx.bbn.hp.com>
|
|
997
|
|
998 1998-04-19 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
999
|
|
1000 * gnuclient.c (main): Read eval from from stdin if just "-batch"
|
|
1001 is given.
|
|
1002 * gnudoit: Support this.
|
|
1003 * gnuserv.1: Document this behavior.
|
|
1004
|
|
1005 1998-04-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
1006
|
|
1007 * etags.c (C_entries): Add parentheses.
|
|
1008
|
|
1009 * etags-vmslib.c: Remove. It's not needed anymore.
|
|
1010
|
|
1011 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
1012
|
|
1013 * installexe.sh: New file.
|
|
1014
|
|
1015 1998-04-17 Olivier Galibert <galibert@pobox.com>
|
|
1016
|
|
1017 * etags.c (print_help): Correct typo.
|
|
1018
|
|
1019 1998-04-16 SL Baur <steve@altair.xemacs.org>
|
|
1020
|
|
1021 * Makefile.in.in: Add -DOO_BROWSER to etags arguments.
|
|
1022
|
|
1023 * etags.c: Synch with InfoDock.
|
|
1024
|
|
1025 * update-autoloads.sh: Don't attempt to eval `make-special' stuffs
|
|
1026 anymore. They are no longer used.
|
|
1027 * update-custom.sh: Always check in lisp/.
|
|
1028
|
|
1029 1998-03-18 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1030
|
|
1031 * gnuclient.c (main): Do not copy string unnecessary in (too)
|
|
1032 small buffers.
|
|
1033
|
|
1034 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
1035
|
|
1036 * update-elc.sh: Change all -q -no-site-file to -vanilla
|
|
1037
|
|
1038 1998-02-27 SL Baur <steve@altair.xemacs.org>
|
|
1039
|
|
1040 * update-elc.sh (ignore_pattern): Add Installation.el, remove old
|
|
1041 stuff from 20.4.
|
|
1042
|
|
1043 Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk>
|
|
1044
|
|
1045 * lib-src/Makefile.in.in: make sure clean removes msw executables
|
|
1046
|
|
1047 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
1048
|
|
1049 * gnuserv.h: Enable USE_TMPDIR.
|
|
1050
|
|
1051 1998-02-23 Glynn Clements <glynn@sensei.co.uk>
|
|
1052
|
|
1053 * gnuclient.c (main): initialise variable `tmpdir' from the TMPDIR
|
|
1054 environment variable.
|
|
1055
|
|
1056 * gnuserv.c (various): replace hardcoded references to /tmp with
|
|
1057 the value of `tmpdir'.
|
|
1058 (main): initialise variable `tmpdir' from the TMPDIR
|
|
1059 environment variable.
|
|
1060
|
|
1061 * gnuserv.h: include (commented-out) definition of USE_TMPDIR.
|
|
1062 Add `extern char *tmpdir'.
|
|
1063
|
|
1064 * gnuslib.c (various): replace hardcoded references to /tmp with
|
|
1065 the value of `tmpdir'.
|
|
1066
|
|
1067 1998-02-15 SL Baur <steve@altair.xemacs.org>
|
|
1068
|
|
1069 * getopt.c (_getopt_internal): Add braces for clarity.
|
|
1070
|
|
1071 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
1072
|
|
1073 * lib-src/add-little-package.sh:
|
|
1074 * lib-src/add-big-package.sh:
|
|
1075 Use proper paranoid quoting for sh variables.
|
|
1076 -batch implies -q.
|
|
1077
|
|
1078 Thu Jan 08 09:42:36 1998 <andyp@parallax.co.uk>
|
|
1079
|
|
1080 * gnuserv.h: only set UNIX_DOMAIN_SOCKETS if HAVE_SYS_UN_H is
|
|
1081 set.
|
|
1082
|
|
1083 * gnuserv.c: tidy up so that it builds when we don't have
|
|
1084 UNIX_DOMAIN_SOCKETS.
|
|
1085
|
|
1086 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
1087
|
|
1088 * update-elc.sh (ignore_pattern): Replace -vanilla with `-q
|
|
1089 -no-site-file'.
|
|
1090 * update-autoloads.sh (dirs): Ditto.
|
|
1091 * update-custom.sh (dirs): Ditto.
|
|
1092
|
|
1093 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
1094
|
|
1095 * update-elc.sh (mule_p): Remove skk's special treatment.
|
|
1096
|
|
1097 1997-12-09 SL Baur <steve@altair.xemacs.org>
|
|
1098
|
|
1099 * update-elc.sh (ignore_pattern): Correct paths of files that
|
|
1100 should not be bytecompiled, and remove dead files.
|
|
1101
|
|
1102 1997-12-02 SL Baur <steve@altair.xemacs.org>
|
|
1103
|
|
1104 * update-elc.sh (mule_p): Update for addition of SKK.
|
|
1105
|
|
1106 * update-autoloads.sh (mule_p): Update ignore_dirs for
|
|
1107 lisp/language and lisp/skk.
|
|
1108 * update-custom.sh (mule_p): Ditto.
|
|
1109
|
|
1110 1997-11-29 Jeff Miller <jmiller@smart.net>
|
|
1111
|
|
1112 * Makefile.in.in: Changed path to blessmail.el for blessmail target
|
|
1113 to match new lisp directory layout.
|
|
1114
|
|
1115 1997-11-27 SL Baur <steve@altair.xemacs.org>
|
|
1116
|
|
1117 * update-elc.sh: Obliterate usage of make_special, since nothing
|
|
1118 requires it any more.
|
|
1119
|
|
1120 1997-11-23 SL Baur <steve@altair.xemacs.org>
|
|
1121
|
|
1122 * update-elc.sh (BYTECOMP): cleantree.el has been moved.
|
|
1123
|
|
1124 1997-11-18 Colin Rafferty <craffert@ml.com>
|
|
1125
|
|
1126 * update-elc.sh (prune_vc): Made it ignore any directory that
|
|
1127 starts with a period.
|
|
1128
|
|
1129 1997-11-16 SL Baur <steve@altair.xemacs.org>
|
|
1130
|
|
1131 * gnuserv.c (main): make return type int.
|
|
1132 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
1133
|
|
1134 * fakemail.c (main): Ditto.
|
|
1135
|
|
1136 1997-11-13 SL Baur <steve@altair.xemacs.org>
|
|
1137
|
|
1138 * pop.c: Add includes from movemail.c so standard functions get
|
|
1139 declared.
|
|
1140 (pop_retrieve): Return NULL if falling off the end of the
|
|
1141 function.
|
|
1142
|
|
1143 * movemail.c: Hide declarations of popmail(), mbx_write(),
|
|
1144 mbc_delimit_begin(), and mbx_delimit_end() behind MAIL_USE_POP
|
|
1145 guard.
|
|
1146 (pop_retr): Change 4th parameter to void *.
|
|
1147
|
|
1148 1997-11-02 SL Baur <steve@altair.xemacs.org>
|
|
1149
|
|
1150 * update-custom.sh (dirs): Remove packaged directories.
|
|
1151
|
|
1152 * update-elc.sh (ignore_pattern): Hyperbole, oobr and ilisp are
|
|
1153 now packaged.
|
|
1154
|
|
1155 * update-autoloads.sh (mule_p): Hyperbole and oobr are now
|
|
1156 packaged.
|
|
1157
|
|
1158 1997-10-30 SL Baur <steve@altair.xemacs.org>
|
|
1159
|
|
1160 * update-autoloads.sh (mule_p): EFS has been packaged.
|
|
1161 * update-elc.sh (make_special_commands): Ditto.
|
|
1162
|
|
1163 * update-elc.sh: VM has been packaged.
|
|
1164
|
|
1165 * update-autoloads.sh: Add directory language
|
|
1166
|
|
1167 1997-10-23 SL Baur <steve@altair.xemacs.org>
|
|
1168
|
|
1169 * update-elc.sh (BYTECOMP): Specify -vanilla
|
|
1170 * update-autoloads.sh (dirs): Ditto.
|
|
1171 * update-custom.sh (dirs): Ditto.
|
|
1172
|
|
1173 1997-10-10 Martin Buchholz <mrb@eng.sun.com>
|
|
1174
|
|
1175 * config.values.in: Run config.values.sh
|
|
1176
|
|
1177 1997-10-09 SL Baur <steve@altair.xemacs.org>
|
|
1178
|
|
1179 * Makefile.in.in (PKG_SCRIPTS): Add new package manipulation
|
|
1180 scripts.
|
|
1181
|
|
1182 * add-little-package.sh: New file. Support script to install
|
|
1183 single file packages.
|
|
1184
|
|
1185 * Makefile.in.in (distclean): Reverse change -- do not remove
|
|
1186 config.values.in.
|
|
1187 Suggested by: Martin Buchholz <mrb@Eng.Sun.COM>
|
|
1188
|
|
1189 1997-10-06 SL Baur <steve@altair.xemacs.org>
|
|
1190
|
|
1191 * Makefile.in.in (distclean): Remove config.values.in.
|
|
1192 From Martin Buchholz <mrb@Eng.Sun.COM>
|
|
1193
|
|
1194 1997-10-04 SL Baur <steve@altair.xemacs.org>
|
|
1195
|
|
1196 * update-autoloads.sh (mule_p): W3 is a package now.
|
|
1197
|
|
1198 1997-09-30 SL Baur <steve@altair.xemacs.org>
|
|
1199
|
|
1200 * update-elc.sh (ignore_pattern): Don't attempt bytecompiling
|
|
1201 lisp/leim/quail/tibetan.el and lisp/language/tibet-util.el.
|
|
1202
|
|
1203 1997-09-29 SL Baur <steve@altair.xemacs.org>
|
|
1204
|
|
1205 * update-elc.sh (mule_p): Ignore mu/latex-math-symbol.el if we're
|
|
1206 not building with Mule.
|
|
1207
|
|
1208 1997-09-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
1209
|
|
1210 * update-custom.sh: New file.
|
|
1211
|
|
1212 * update-autoloads.sh: Minor fixes.
|
|
1213
|
|
1214 1997-08-11 Jeff Miller <jmiller@smart.net>
|
|
1215 * Makefile.in.in: Added a test for system-type equal to linux to
|
|
1216 lisp/paths.el. Mail spool dir should be /var/spool/mail.
|
|
1217
|
|
1218 * cleaned up lib-src/Makefile.in.in regarding targets blessmail and
|
|
1219 maybe-blessmail. Added target do-blessmail. Makefile.in.in was also
|
|
1220 missing a variable called "configuration. This messed up archilibdir.
|
|
1221
|
|
1222 * Added highlighting to text suggesting to do "make gzip-el" in top
|
|
1223 level Makefile.in. Added code to do make maybe-blessmail after a
|
|
1224 make install is done.
|
|
1225
|
|
1226 1997-08-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1227
|
|
1228 * gnuclient.c (main): Made help string correspond to options.
|
|
1229
|
|
1230 1997-08-01 SL Baur <steve@altair.xemacs.org>
|
|
1231
|
|
1232 * Makefile.in.in (distclean): Remove config.values here only.
|
|
1233
|
|
1234 1997-07-27 SL Baur <steve@altair.xemacs.org>
|
|
1235
|
|
1236 * Makefile.in.in (UTILITIES): Add config.values so it can be
|
|
1237 cleared away by `make distclean'.
|
|
1238
|
|
1239 1997-07-21 SL Baur <steve@altair.xemacs.org>
|
|
1240
|
|
1241 * update-elc.sh (make_special_commands): Remove processing for
|
|
1242 Gnus and AUCTeX.
|
|
1243
|
|
1244 1997-07-19 SL Baur <steve@altair.xemacs.org>
|
|
1245
|
|
1246 * update-elc.sh (mule_p): Do not attempt to bytecompile
|
|
1247 char-table.el and chartblxmas.el.
|
|
1248
|
|
1249 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
|
|
1250
|
|
1251 * update-elc.sh (cc-mode): Don't give cc-mode special treatment.
|
|
1252
|
|
1253 * update-autoloads.sh (cc-mode): Don't give cc-mode special
|
|
1254 treatment.
|
|
1255
|
|
1256 * rcs2log: Synch with Emacs/Mule zeta.
|
|
1257
|
|
1258 1997-07-03 Steven L Baur <steve@altair.xemacs.org>
|
|
1259
|
|
1260 * update-elc.sh (make_special_commands): Fix building of ilisp so
|
|
1261 custom-load.elc gets built.
|
|
1262
|
|
1263 1997-06-27 Steven L Baur <steve@altair.xemacs.org>
|
|
1264
|
|
1265 * update-autoloads.sh: Major rework. Avoid looking at MULE
|
|
1266 directories if not running XEmacs/Mule.
|
|
1267 - Look into all Mule directories for building autoloads.
|
|
1268
|
|
1269 * update-elc.sh (make_special_commands): Fix handling of
|
|
1270 bytecompilation of AUCTeX to avoid looking at tex-jp.el if not
|
|
1271 running MULE.
|
|
1272
|
|
1273 1997-06-24 Steven L Baur <steve@altair.xemacs.org>
|
|
1274
|
|
1275 * gnuattach: Needed executable bit set.
|
|
1276 Suggested by Kyle Jones <kyle_jones@wonderworks.com>
|
|
1277
|
|
1278 * update-elc.sh (ignore_pattern): lisp/language/ethiopic byte
|
|
1279 compiles now.
|
|
1280
|
|
1281 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1282
|
|
1283 * update-autoloads.sh: Search lisp/mule/.
|
|
1284
|
|
1285 1997-06-20 Steven L Baur <steve@altair.xemacs.org>
|
|
1286
|
|
1287 * gnuattach: Readd as warning script.
|
|
1288
|
|
1289 * Makefile.in.in (INSTALLABLE_SCRIPTS): Readd Gnuattach.
|
|
1290 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1291
|
|
1292 1997-06-13 Steven L Baur <steve@altair.xemacs.org>
|
|
1293
|
|
1294 * update-elc.sh (mule_p): Ignore lisp/language when building
|
|
1295 non-Mule.
|
|
1296 (ignore_pattern): Ignore Languages we don't support yet.
|
|
1297
|
|
1298 1997-06-02 Steven L Baur <steve@altair.xemacs.org>
|
|
1299
|
|
1300 * update-elc.sh (ignore_dirs): Handle ported Quail (LEIM).
|
|
1301
|
|
1302 Tue May 20 23:22:00 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1303
|
|
1304 * update-autoloads.sh (dirs): Remove obsolete directory lisp/vms
|
|
1305 from exclusion list (it doesn't exist any more). Remove
|
|
1306 lisp/eterm from exclusion list of directories searched for
|
|
1307 autoloads.
|
|
1308
|
|
1309 Thu May 1 15:26:20 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1310
|
|
1311 * update-elc.sh (mule_p): Test for mule bombs with change in format
|
|
1312 of new output of featurep.
|
|
1313
|
|
1314 Fri Apr 25 09:12:04 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1315
|
|
1316 * pstogif: Use Martin Buchholz magic to automagically find perl
|
|
1317 interpreter.
|
|
1318
|
|
1319 Tue Apr 8 03:08:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1320
|
|
1321 * Makefile.in.in: C Comment out Make comments. No snide comments
|
|
1322 from me, no sir.
|
|
1323
|
|
1324 Tue Apr 1 12:26:53 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1325
|
|
1326 * Makefile.in.in: Added stuff for updated movemail.c.
|
|
1327
|
|
1328 Sat Mar 29 16:57:01 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1329
|
|
1330 * send-pr (GNATS_ADDR): Use xemacs.org as submission address.
|
|
1331 (DATADIR): Allow for DATADIR to be passed in as an environment
|
|
1332 variable.
|
|
1333
|
|
1334 Sun Mar 23 15:57:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1335
|
|
1336 * update-elc.sh (make_special_commands): Use target of x20 for efs.
|
|
1337
|
|
1338 Wed Mar 19 10:38:04 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1339
|
|
1340 * Makefile.in.in (SCRIPTS): Link gzip-el.sh in --srcdir
|
|
1341 configuration.
|
|
1342
|
|
1343 Tue Mar 18 17:49:14 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1344
|
|
1345 * update-elc.sh (EMACS): Removed $XEMACS backdoor. We will make
|
|
1346 the .elcs *only* with the freshly built XEmacs.
|
|
1347
|
|
1348 Mon Mar 17 10:12:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1349
|
|
1350 * Makefile.in.in (INSTALLABLE_SCRIPTS): Add install-sid and
|
|
1351 send-pr (from GNATS).
|
|
1352
|
|
1353 * update-elc.sh (prune_vc): Use full path to cleantree.el.
|
|
1354 (NUMTOCOMPILE): Remove useless rule to recompile out-of-date .elcs.
|
|
1355
|
|
1356 Sun Mar 16 21:13:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1357
|
|
1358 * install-sid: New file (GNATS integration).
|
|
1359
|
|
1360 * send-pr: New file (GNATS integration).
|
|
1361
|
|
1362 Fri Mar 14 17:59:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1363
|
|
1364 * update-elc.sh (ignore_dirs): Build VM with `make autoload'.
|
|
1365
|
|
1366 Wed Mar 5 18:07:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1367
|
|
1368 * gzip-el.sh: New file. Courtesy of Jeff Miller and Hrvoje Niksic.
|
|
1369
|
|
1370 * update-elc.sh (els): Remove out of date .elcs before building.
|
|
1371
|
|
1372 Tue Mar 4 18:45:10 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1373
|
|
1374 * update-elc.sh (els): No more special treatment for vm.elc.
|
|
1375
|
|
1376 Wed Feb 26 18:17:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1377
|
|
1378 * make-docfile.c (next_extra_elc): New function.
|
|
1379 (main): Use it. Implementation of `-i' parameter to pass a list
|
|
1380 of site-loaded lisp files.
|
|
1381
|
|
1382 Wed Feb 19 18:24:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1383
|
|
1384 * update-elc.sh: Added lisp/auctex.
|
|
1385
|
|
1386 Thu Feb 13 11:32:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1387
|
|
1388 * Makefile.in.in: Install pstogif script.
|
|
1389
|
|
1390 Sun Dec 29 17:16:45 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
1391
|
|
1392 * update-elc.sh (make_special_commands): Make ilisp be a little
|
|
1393 smarter about recompilation.
|
|
1394
|
|
1395 Wed Dec 18 20:22:55 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
1396
|
|
1397 * mmencode.c: Don't declare index().
|
|
1398
|
|
1399 * Makefile.in.in: Documentation changes.
|
|
1400
|
|
1401 * update-elc.sh: Portability Fix.
|
|
1402
|
|
1403 Thu Dec 5 15:41:53 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
1404
|
|
1405 * update-elc.sh: Corrections to protect against too smart /bin/sh'es.
|
|
1406
|