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