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