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