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