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