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