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