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