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