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