]> code.delx.au - gnu-emacs/blob - lib-src/ChangeLog
*** empty log message ***
[gnu-emacs] / lib-src / ChangeLog
1 2000-08-28 Dave Love <fx@gnu.org>
2
3 * movemail.c (toplevel) [HAVE_STRING_H]: Include string.h.
4 (toplevel) [HAVE_STRINGS_H]: Include strings.h.
5
6 2000-08-22 Andrew Innes <andrewi@gnu.org>
7
8 * ntlib.h (WIN32): Remove unnecessary definition.
9 (sleep): Make argument unsigned long.
10 (_WINSOCK_H): Undefine so normal winsock definitions can be used.
11
12 * ntlib.c (sleep): Make argument unsigned long.
13
14 * movemail.c (main) [WINDOWSNT]: Force binary mode for fileio.
15
16 * makefile.w32-in: New file.
17
18 2000-08-20 Eli Zaretskii <eliz@is.elta.co.il>
19
20 * etags.c (canonicalize_filename) [DOS_NT]: Upcase the first
21 letter only if it is a drive letter.
22
23 2000-07-14 Gerd Moellmann <gerd@gnu.org>
24
25 * ebrowse.c (xrealloc, xmalloc): Renamed from yrealloc and
26 ymalloc.
27
28 * etags.c (xmalloc, xrealloc): Make externally visible, for use
29 by alloca.o.
30
31 * Makefile.in (alloca.o): Add -Demacs so that alloca will use
32 xmalloc.
33
34 2000-07-10 Gerd Moellmann <gerd@gnu.org>
35
36 * ebrowse.c (yylex): Accept string literals with newlines in them.
37 (process_pp_line): Handle case of string literal with newline
38 in it in replacement text, which counts as continuing the
39 replacement text in GNU C.
40
41 2000-07-02 Gerd Moellmann <gerd@gnu.org>
42
43 * ebrowse.c (token_string): Add missing tokens.
44 (parm_list): Handle case of qualified pointers.
45
46 2000-06-23 Dave Love <fx@gnu.org>
47
48 * ebrowse.c: Move config.h before other includes (which may use
49 feature tests).
50
51 2000-06-14 Jim Meyering <meyering@lucent.com>
52
53 * grep-changelog: Fix typos in comments. Remove trailing blanks.
54
55 2000-06-11 Jason Rumney <jasonr@gnu.org>
56
57 * makefile.nt: Add targets for ebrowse.
58
59 * ebrowse.c [WINDOWS_NT]: Use stricmp instead of strcasecmp to
60 compare filenames.
61
62 2000-06-06 Gerd Moellmann <gerd@gnu.org>
63
64 * ebrowse.c (ymalloc): Renamed from xmalloc.
65 (yrealloc): Renamed from xrealloc.
66
67 2000-05-21 Dave Love <fx@gnu.org>
68
69 * movemail.c: Include config.h, not ../src/config.h.
70 (Errmsg): Bump length.
71
72 * pop.c (ERROR_MAX): Increase to 160.
73
74 2000-05-04 Gerd Moellmann <gerd@gnu.org>
75
76 * ebrowse.c (DEFAULT_OUTFILE): Set to `BROWSE'.
77
78 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
79
80 * ebrowse.c (PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]: Define
81 to semi-colon.
82 (FILENAME_EQ): New macro, for comparing file names.
83 (add_member_decl, add_global_decl, add_member_defn): Use
84 FILENAME_EQ.
85 (process_file): Don't assume that fread always reads as many bytes
86 as it was told to (DOS-style CR-LF text files fail this logic).
87 (open_file): Allocate enough space for path->path plus the file
88 name and the slash.
89
90 2000-04-19 Dave Love <fx@gnu.org>
91
92 * etags.c (Texinfo_functions): New function.
93 (lang_names): Install it.
94 (Texinfo_suffixes): New variable.
95
96 2000-04-19 Gerd Moellmann <gerd@gnu.org>
97
98 * ebrowse.c (xmalloc, xrealloc): Rewritten.
99 (declaration): Remove parameter IS_EXTERN.
100 (class_definition): Remove unused variable.
101
102 2000-04-09 Gerd Moellmann <gerd@gnu.org>
103
104 * Makefile.in (INSTALLABLES): Add ebrowse.
105 (ebrowse): New target.
106
107 * ebrowse.c: New file.
108
109 2000-03-29 Andreas Schwab <schwab@suse.de>
110
111 * make-docfile.c (scan_lisp_file): Also look for `defsubst'.
112
113 2000-03-02 Gerd Moellmann <gerd@gnu.org>
114
115 * etags.c (lisp_suffixes) Add `LSP'.
116
117 2000-02-10 Francesco Potorti` <pot@gnu.org>
118
119 * etags.c (iswhite): Redefined not to consider '\0' as white
120 space, and use it throughout in place of isspace, thus preventing a
121 potential signed char to int conversion problem.
122 (MSDOS): #undefine befere redefining
123
124 2000-02-04 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
125
126 * etags.c (many functions): Add prototypes.
127
128 2000-02-10 Dave Love <fx@gnu.org>
129
130 * etags.c (pfnote, new_pfnote, C_entries, prolog_pred)
131 (erlang_func): Add `static' to definitions to keep pcc happy.
132
133 2000-01-31 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
134
135 * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise.
136 (get_compressor_from_suffix, process_file): Use MSDOS in if clause.
137 (etags_strchr, etags_strrchr): Use const char * and int as arguments.
138 (getenv, getcwd): Only declare them if necessary.
139 (EMACS_NAME): New constant macro.
140 (print_version): Use it.
141 (P_) [__STDC__]: Macro for defining function prototypes.
142
143 2000-01-18 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
144
145 * etags.c [WINDOWSNT]: #include <direct.h>
146
147 2000-01-18 Martin Buchholz <martin@xemacs.org>
148
149 * etags.c (all functions): Made them static.
150 (all functions): Write prototypes.
151
152 2000-01-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
153
154 * movemail.c (main): Improve error message if can't create lock file.
155
156 2000-01-28 Eric Hanchrow <offby1@blarg.net>
157
158 * emacsclient.c (socket_status): New function.
159 (main): if $LOGNAME or $USER exist and differ from our euid, look
160 for a socket based on the UID associated with the name.
161
162 2000-01-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
163
164 * emacsclient.c: Add option -a EDITOR and environment variable
165 ALTERNATE_EDITOR. Exec this editor if we fail to contact Emacs.
166
167 1999-12-10 Jonathan Kamens <jik@kamens.brookline.ma.us>
168
169 * movemail.c (popmail): Allow mailbox specifications of the
170 form `po:username:hostname'.
171
172 1999-11-19 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
173
174 * etags.c (_GNU_SOURCE): Define only if undefined.
175 (get_scheme): Declaration deleted.
176 (main): error was called with an integer as second arg, instead of
177 a char pointer.
178 (canonicalize_filename): Bug removed.
179
180 1999-11-18 Dave Love <d.love@dl.ac.uk>
181
182 * etags.c (C_entries): Rename label `intoken', avoiding K&R
183 lossage from name clash with macro.
184
185 1999-11-13 Gerd Moellmann <gerd@gnu.org>
186
187 * Makefile.in (b2m): Add dependency on GETOPTDEPS.
188
189 1999-11-03 Gerd Moellmann <gerd@gnu.org>
190
191 * etags.c (print_help): Change email address to send bugs to.
192
193 1999-11-01 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
194
195 * etags.c: Add suffix psw for PSWrap.
196 (L_getit): Generalize a "cp!=' '" into "!isspace(*cp)".
197 (Postscript_functions): Add code for PSWrap.
198 (Scheme_functions): Use local pointer and new get_tag function.
199 (get_tag): New name for old get_scheme.
200 (process_file): Do not free NULL when file does not exist.
201 (typdef): ttypedefseen renamed to tkeyseen, new label ttypeseen.
202 (C_entries): Modifications that make --members tag even inside
203 typedefs and C nested structs (one level only).
204 (consider_token): Corrected a bug which prevented tagging of enum
205 constants.
206 (C_stab_entry): Added if, for, while, switch, return as
207 st_C_ignore. This makes it simpler to work when cblev!=0.
208
209 * etags.c (C_entries): tag member function declarations when
210 --declarations is used.
211
212 * etags.c (C_entries, consider_token): C++ `operator' now is
213 tagged in most cases.
214 As before, :: is not recognised if surrounded by spaces.
215
216 * etags.c (relative_filename): Account for DOS file names such
217 that is impossible to make one relative to another.
218
219 * etags.c (sym_type): New st_C_extern tag.
220 (gperf input): Use it for spotting external declarations.
221 (print_help): Document the new behaviour of --declarations.
222 (fvextern): New global variable.
223 (consider_token, C_entries): Use it.
224
225 * etags.c (HAVE_GETCWD) [WINDOWSNT]: Define if undefined.
226 (etags_getcwd): Remove test for WINDOWSNT.
227
228 * etags.c (process_file) [MSDOS]: If foo.c.gz is not found, try
229 foo.cgz, foo.cz, etc.
230
231 * etags.c (declarations): New global switch.
232 (longopts): Describe it.
233 (print_help): Document it.
234 (C_entries): Use it.
235 (process_file): Don't process a file twice.
236
237 * etags.c (Fortran_functions): No tags for "procedure".
238
239 1999-11-01 Eli Zaretskii <eliz@is.elta.co.il>
240
241 * etags.c (get_compressor_from_suffix): Second argument EXTPTR, if
242 non-zero, returns a pointer to where the extension begins; callers
243 changed.
244 [MSDOS]: Support DOS file names by handling e.g. foo.cgz as if it
245 were foo.c.gz.
246
247 1999-11-01 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
248
249 * etags.c (sym_type, C_stab_entry): New constant st_C_operator.
250 (fvdev): New constant foperator.
251 (consider_token): Use it to get "operator" in C++.
252 (C_entries): Extend length of operator@ function name.
253 (C_entries): Use foperator when necessary.
254
255 * etags.c (main) [!ETAGS_REGEXPS]: Do not call free_patterns.
256
257 * etags.c (compressor): New struct for compressed files.
258 (get_compressor_from_suffix): New function.
259 (get_language_from_suffix): Use it. Also, semantics changed.
260 (process_file): Consider compressed files, close file.
261 (find_entries): Use different call arg for get_language_from_suffix,
262 don't close file.
263
264 * etags.c (main): Call free_tree.
265 (find_entries): Do not free curfile.
266 (pfnote): Cosmetic change: NULL and '\0' where appropriate.
267 (prolog_pred, erlang_func, substitute): Cast strlen to int when
268 comparing.
269 (canonicalize_filename): Shut up compiler warning.
270 (Perl_functions): Make tag significant.
271
272 1999-11-01 Dave Love <d.love@dl.ac.uk>
273
274 * etags.c (longopts, optstring): New option --ignore-case-regex (-c).
275 (argument_type): New member at_icregexp.
276 (lc_trans): New global.
277 (main): Fill lc_trans. Process -c args.
278 (add_regex): New arg determining whether to use translation table.
279 (analyse_regex): New arg. Use it for add_regex.
280
281 1999-11-01 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
282
283 * etags.c (init): Cosmetic change: NULL --> '\0'.
284 (erlang_attribute): Bug corrected (uninitialized variable).
285 (filename_is_absolute): New function replaces absolutefn macro and
286 corrects a bug. All callers changed.
287 (canonicalize_filename): New function.
288 (process_file, etags_getcwd, absolute_dirname): Use it.
289 (relative_filename, absolute_filename): Removed var shadowing.
290 (C_entries, Pascal_functions): Add fake initializations to keep
291 compilers quiet.
292 (TeX_functions, Prolog_functions, Erlang_functions): Cleanup.
293
294 * etags.c (xrnew): New macro. All callers of xrealloc changed.
295 (language): New typedef (was struct lang_entry).
296 (curlang): New global variable.
297 (node): typedef renamed from NODE.
298 (linebuffer): New typedef (was struct linebuffer).
299 (pattern): New typedef (was struct pattern). Some members added.
300 Now used as element of a linked list.
301 (patterns, num_patterns): Global variables deleted.
302 (p_head): New global variable.
303 (forced_lang): New global variable (replaces lang_func).
304 (get_language_from_name, get_language_from_interpreter,
305 get_language_from_suffix): Semantics changed. All callers changed.
306 (last_node): New global variable.
307 (free_tree, add_node, put_entries, total_size_of_entries): Change
308 name of local vars to avoid clashes with typedef node.
309 (number_len): Rewritten for elegance.
310 (token): New typedef replaces TOKEN.
311 (analyse_regex, add_regex): Rewritten for new functionality.
312 (free_patterns): New function called from main and add_regex.
313 (initbuffer, readline_internal, readline, grow_linebuffer):
314 Change name of local vars to avoid clashes with typedef
315 linebuffer.
316 (readline): Rewritten for new functionality.
317
318 * etags.c: (Scheme_suffixes): New suffix ".ss".
319 (print_help): --globals is now used for more than C-type languages.
320 (Perl_functions): Tag global variables ("my" and "local").
321
322 * etags.c (print_help): Some messages clarified.
323 (LOOP_ON_INPUT_LINES): New macro.
324 (just_read_file, Fortran_functions, Asm_labels, Perl_functions,
325 Python_functions, Cobol_paragraphs, Pascal_functions,
326 Lisp_functions, Postscript_functions, Scheme_functions,
327 TeX_functions, Prolog_functions, Erlang_functions): Use it.
328 (Cobol_paragraphs, Postscript_functions, TeX_functions,
329 Prolog_functions, Erlang_functions): Use a local variable instead
330 of the global variable dbp.
331 (Pascal_functions, L_isquote, Scheme_functions): Use GNU coding
332 standard indentation.
333
334 * etags.c (Python_suffixes, lang_names, Python_functions): Python
335 support.
336 (skip_spaces, skip_non_spaces): Utility functions.
337 (find_entries, takeprec, getit, Fortran_functions, Perl_functions,
338 Python_functions, L_getit, Lisp_functions, Scheme_functions,
339 prolog_pred, erlanf_func, erlang_attribute): Use them.
340 (eat_white): Deleted.
341
342 * etags.c (CHAR, init): Keep into account non US-ASCII
343 characters and compilers with default signed chars.
344 (L_getit): Tag "(defstruct (foo", "(defun (operator" and similar
345 constructs.
346
347 * (C_stab_entry): "interface" in Java behaves like "class".
348
349 * etags.c: (HAVE_NTGUI) [WINDOWSNT]: #undef if HAVE_CONFIG_H.
350 (main): Put interval syntax here.
351 (add_regex): And remove it from here.
352
353 * etags.c (suggest_asking_for_help): Provide a
354 meaningful help message with and without LONG_OPTIONS.
355
356 * etags.c: <io.h> [MSDOS]: Include it, don't include string.h.
357 <stdlib.h, string.h>: Don't test MSDOS when including them.
358 (white, nonam, endtk): Like elsewhere, use \r instead of \013.
359 (put_entries): Correctly use %ld instead of %d in printf.
360
361 * etags.c: <unistd.h> [HAVE_UNISTD_H]: Include conditionally, else
362 declare getcwd if HAVE_GETCWD.
363 (consider_token): Dead break instruction removed.
364
365 1999-10-19 Paul Eggert <eggert@twinsun.com>
366
367 Add support for large files. Merge glibc 2.1.2.
368
369 * b2m.c, emacsclient.c, emacsserver.c, fakemail.c, make-docfile.c,
370 movemail.c, pop.c:
371 Do not include <stdlib.h>, as <config.h> does this now.
372
373 * b2m.c, emacsserver.c, etags.c, profile.c:
374 Include <config.h> before any system include files.
375
376 * emacsclient.c, emacsserver.c, fakemail.c, movemail.c, pop.c,
377 test-distrib.c:
378 (read, write, open, close): Do not undef.
379
380 * getopt.c, getopt1.c: Adopt glibc 2.1.2, with the following fix:
381 (const): Do not define if HAVE_CONFIG_H; that's config.h's job.
382
383 * getopt.h: Adopt glibc 2.1.2.
384
385 1999-10-15 Dave Love <fx@gnu.org>
386
387 * Makefile.in (pop.o): Depend on config.h.
388
389 1999-10-11 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
390
391 * pop.c: Use "pop3" as the POP service name on all platforms,
392 instead of using "pop" on Unix and "pop3" on Windows NT. "pop3"
393 has been the standard service name since RFC 1340 was published in
394 July 1992, so I think it's safe to start using it by default.
395
396 1999-09-27 Dave Love <fx@gnu.org>
397
398 * make-docfile.c (scan_lisp_file): Fix typo causing infloop.
399
400 1999-09-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
401
402 * make-docfile.c (scan_lisp_file): Fix previous changes;
403 swallow CRLF like just CR or just LF.
404
405 1999-09-03 Richard Stallman <rms@gnu.org>
406
407 * make-docfile.c: Include config.h not ../src/config.h.
408 (main, fopen, chdir): Add #undef.
409 (read_c_string, scan_c_file, skip_white, read_lisp_symbol)
410 (scan_lisp_file): Handle \r like \n.
411
412 1999-08-30 Andreas Schwab <schwab@gnu.org>
413
414 * make-docfile.c, fakemail.c: Include <stdlib.h> if available.
415
416 * emacsserver.c: Include <stdlib.h> if available. Don't declare
417 errno if it's a macro.
418
419 * test-distrib.c: Include <unistd.h> if available.
420
421 1999-08-29 Richard Stallman <rms@gnu.org>
422
423 * emacsclient.c (print_help_and_exit): Mention --version.
424
425 1999-08-25 Richard M. Stallman <rms@gnu.org>
426
427 * emacsclient.c (decode_options): Update version output.
428 (print_help_and_exit): Update bug report address.
429
430 1999-08-13 Richard M. Stallman <rms@gnu.org>
431
432 * emacsclient.c (main): Move the dynamic allocation of
433 system_name outside of the SERVER_HOME_DIR conditional.
434 * emacsserver.c (main): Likewise.
435
436 1999-08-10 Gerd Moellmann <gerd@gnu.org>
437
438 * grep-changelog: New.
439 * Makefile.in (INSTALLABLE_SCRIPTS): Add it.
440
441 1999-07-12 Richard Stallman <rms@gnu.org>
442
443 * Version 20.4 released.
444
445 1999-06-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
446
447 * Makefile.in (clean): Remove fns*.el.
448
449 1999-06-23 Dave Love <fx@gnu.org>
450
451 * etags.c (erlang_attribute): Fix undefined variable usage (after
452 Potorti).
453
454 1999-05-2 Andrew Innes <andrewi@gnu.org>
455
456 * movemail.c (main) [WINDOWSNT]: Call ftruncate, which is now
457 mapped to _chsize.
458
459 1999-04-29 Richard M. Stallman <rms@gnu.org>
460
461 * emacsclient.c (main, both versions): Use quote_file_name on cwd.
462
463 1999-03-30 Dave Love <fx@gnu.org>
464
465 * sorted-doc.c (main): Split up tables. Modify the preamble
466 somewhat.
467
468 1999-03-05 Geoff Voelker <voelker@cs.washington.edu>
469
470 * makefile.nt: Remove common multiple file compilation commands.
471
472 1999-02-26 Richard Stallman <rms@gnu.org>
473
474 * Version 20.4 released.
475
476 * Makefile.in (yow): Depend on epaths.h, not paths.h.
477
478 * yow.c: Refer to epaths.h.
479
480 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
481
482 * emacsserver.c (perror_1, fatal_error): Don't compile unless needed.
483
484 1999-01-27 Andrew Innes <andrewi@gnu.org>
485
486 * makefile.nt: Do make version comparison as strings.
487
488 1999-01-25 Richard Stallman <rms@gnu.org>
489
490 * emacsclient.c (xmalloc): Fix previous change.
491
492 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
493
494 * emacsclient.c (xmalloc): Declare to return long.
495
496 1999-01-22 Geoff Voelker <voelker@cs.washington.edu>
497
498 * etags.c (etags_getcwd, absolute_filename) [DOS_NT]: Canonicalize
499 the case of the drive letter.
500
501 1999-01-15 Richard Stallman <rms@psilocin.ai.mit.edu>
502
503 * emacsserver.c (main): Eliminate arbitrary limit on
504 length of system_name.
505
506 * emacsclient.c (main): Eliminate arbitrary limit on
507 length of system_name.
508 (xmalloc): Define unconditionally.
509
510 1999-01-12 Darrin B. Jewell <jewell@mit.edu>
511
512 * etags.c (relative_filename): Stop backward search at beginning
513 of string, since non-Unix systems can have absolute paths with no
514 initial slash.
515
516 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
517
518 * makefile.nt: Do string comparision of _NMAKE_VER.
519
520 1998-11-03 Theodore Jump <tjump@cais.com>
521
522 * makefile.nt: Compile multiple source files when possible.
523
524 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
525
526 * Makefile.in: Replace tabs with spaces
527 when they might confuse some Make versions.
528
529 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
530
531 * emacsclient.c (main): Null-terminate system_name.
532
533 * emacsserver.c (main): Null-terminate system_name.
534
535 1998-09-21 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
536
537 * movemail.c (popmail, pop_retr) [MAIL_USE_POP]: When displaying
538 an error message from POP, mention that it's from POP, to
539 distinguish it from local error messages.
540
541 1998-09-04 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
542
543 * movemail.c [MAIL_USE_POP]: Add the "-r" flag to reverse the
544 order of messages downloaded from a POP server (e.g., if the
545 server stores messages in mailboxes in reverse order).
546
547 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
548
549 * Version 20.3 released.
550
551 1998-08-11 Paul Eggert <eggert@twinsun.com>
552
553 * rcs2log: Update copyright date and bug report address.
554 (initialize_fullname): Prefer getent if available.
555
556 1998-07-30 Paul Eggert <eggert@twinsun.com>
557
558 * lib-src/Makefile.in (REGEXPDEPS, regex.o):
559 Prepend $(srcdir)/ to rule dependencies outside this dir.
560
561 1998-06-09 Andrew Innes <andrewi@harlequin.co.uk>
562
563 * etags.c (etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.
564
565 1998-06-06 Richard Stallman <rms@psilocin.ai.mit.edu>
566
567 * Makefile.in: Properly terminate a comment.
568
569 1998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
570
571 * movemail.c (sys_wait): Rename to wait.
572
573 * ntlib.h: Undefine _WINSOCKAPI_.
574
575 * makefile.nt (LOCAL_FLAGS): Define HAVE_CONFIG_H.
576
577 1998-05-30 Geoff Voelker <voelker@cs.washington.edu>
578
579 * ntlib.c (getppid): Look for EM_PARENT_PROCESS_ID.
580
581 1998-05-01 Andrew Innes <andrewi@harlequin.co.uk>
582
583 * movemail.c [WINDOWSNT]: Undefine DISABLE_DIRECT_ACCESS. Force
584 all file i/o to be in binary mode. Include ntlib.h.
585
586 1998-04-27 Andreas Schwab <schwab@delysid.gnu.org>
587
588 * make-docfile.c: Include <unistd.h> for chdir.
589
590 1998-04-25 Richard Stallman <rms@psilocin.gnu.org>
591
592 * etags.c (TEX_decode_env): Don't free the value getenv returns.
593
594 1998-04-17 Geoff Voelker <voelker@cs.washington.edu>
595
596 * makefile.nt (obj): Update with new files in src.
597 (clean): Delete patch scratch files, optimized compilation dir.
598
599 1998-04-08 Dave Love <fx@gnu.org>
600
601 * emacsclient.c: Move inclusion of unistd.h to top, else fails on
602 Irix6, at least.
603
604 1998-04-06 Andreas Schwab <schwab@gnu.org>
605
606 Silence -Wimplicit:
607 * movemail.c: Move cancelations up. Include <stdlib.h> if
608 available.
609 * fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid.
610 (parse_header): Explicitly declare return type.
611 * emacsserver.c: Include <unistd.h> if available.
612 (main, handle_signals, perror_1, fatal_error): Explicitly declare
613 return types. Add forward declarations.
614 * emacsclient.c: Include <stdlib.h> and <unistd.h> if available.
615 Don't declare geteuid.
616 (print_help_and_exit): Change return type to void. Forward
617 declare it.
618 * b2m.c: Include <stdlib.h> if available.
619 (main): Explicitly declare return type.
620
621 1998-04-03 Richard Stallman <rms@delysid.gnu.org>
622
623 * etags.c (put_entries): Use %ld.
624
625 * b2m.c (fatal): Declare the arg.
626
627 1998-04-03 Richard Stallman <rms@psilocin.gnu.org>
628
629 * etags.c (put_entries): Use %ld.
630
631 * b2m.c (fatal): Declare the arg.
632
633 1998-03-26 Richard Stallman <rms@psilocin.gnu.org>
634
635 * pop.c (pop_getline): Renamed from getline.
636
637 1998-03-05 Richard Stallman <rms@psilocin.gnu.org>
638
639 * Makefile.in (install): Use INSTALL_STRIP with INSTALL_PROGRAM
640 for the utilities.
641
642 1998-01-23 Dave Love <d.love@dl.ac.uk>
643
644 * etags.c (getit, Cobol_paragraphs, Pascal_functions,
645 Postscript_functions, prolog_pred, erlang_func, erlang_attribute):
646 Always make named tags.
647 (Fortran_functions): Grok BLOCK DATA.
648
649 1998-01-23 Andreas Schwab <schwab@gnu.org>
650
651 * movemail.c (main): Fix interwoven brace and cpp conditional
652 nesting.
653
654 1997-12-04 Karl Heuer <kwzh@delysid.gnu.org>
655
656 * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP
657 server to contain embedded nulls.
658
659 1997-12-03 Paul Eggert <eggert@delysid.gnu.org>
660
661 * movemail.c:
662 (mbx_write) [MAIL_USE_POP]: Disable the code which quotes with a
663 '>' any lines starting with "From " read from the POP server, but
664 leave the code in place, wrapped in #ifdef
665 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
666 because it turns out that something is depending on it. Change
667 suggested by Paul Eggert <eggert@twinsun.com>.
668 Convert the character \037 (^_) at the beginning of a line into
669 the character '^' followed by the character '_', because otherwise
670 Emacs can't parse the resulting file as a valid BABYL file.
671 Change suggested by Paul Eggert <eggert@twinsun.com>.
672
673 1997-12-03 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
674
675 * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP
676 server to contain embedded nulls.
677
678 1997-12-02 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
679
680 * movemail.c (mbx_write) [MAIL_USE_POP]: Disable the code which
681 quotes with a '>' any lines starting with "From " read from the
682 POP server, but leave the code in place, wrapped in #ifdef
683 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
684 because it turns out that something is depending on it. Change
685 suggested by Paul Eggert <eggert@twinsun.com>.
686
687 Convert the character \037 (^_) at the beginning of a line into
688 the character '^' followed by the character '_', because otherwise
689 Emacs can't parse the resulting file as a valid BABYL file.
690 Change suggested by Paul Eggert <eggert@twinsun.com>.
691
692 1997-11-22 Richard Stallman <rms@gnu.org>
693
694 * b2m.c: Include getopt.h.
695 (main): Use getopt_long to handle --version and --help.
696
697 * Makefile.in (b2m): Define VERSION. Link with $(GETOPTOBJS).
698
699 1997-10-31 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
700
701 * pop.c (fullwrite): Get rid of an extra call to write. Problem
702 pointed out by Chiaki Ishikawa.
703
704 1997-10-16 Dave Love <d.love@dl.ac.uk>
705
706 * etags.c (L_getit): Always make named tags so that Emacs
707 completion on symbols containing `:' etc. works.
708 (get_scheme): Likewise.
709
710 1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
711
712 * pop.c: Use system header files instead of declaring C-library
713 functions explicitly.
714
715 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
716
717 * Version 20.2 released.
718
719 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
720
721 * Version 20.1 released.
722
723 1997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
724
725 * makefile.nt (movemail.exe): Link wsock32.lib before LIBS.
726
727 * ntlib.c (getpid): Delete function.
728
729 1997-08-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
730
731 * make-docfile.c (scan_lisp_file): Handle custom-declare-variable.
732
733 1997-08-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
734
735 * emacsclient.c [HAVE_SYSVIPC]: Include errno.h, as in the other case.
736 (main) [!BSD_SYSTEM]: Fix error message for getcwd failure.
737
738 1997-08-14 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
739
740 * emacsserver.c (main): Use SOCKLEN_TYPE for fromlen, if it is defined.
741
742 1997-08-13 Kazushi (Jam) Marukawa <jam@poboxes.com>
743
744 * profile.c (get_time): Cast arg to fprintf.
745
746 * hexl.c (main): Use %08lx instead of %08x in printf because the
747 variable named addresses is long.
748
749 1997-08-08 Geoff Voelker <voelker@cs.washington.edu>
750
751 * makefile.nt (lisp): Update paths to lisp files that have moved.
752
753 1997-08-08 Andrew Innes <andrewi@harlequin.co.uk>
754
755 * makefile.nt (ctags.obj): New target.
756 (etags.obj, getopt.obj, make-docfile.obj): Update dependencies.
757
758 * ntlib.h: Add includes.
759 Undo definitions of crt routines from config.h.
760
761 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
762
763 * etags.c (Yacc_suffixes, Asm_suffixes): Add some alternatives.
764
765 1997-07-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
766
767 * pop.c: Support auto-configuration of both Kerberos V4 and
768 Kerberos V5 for movemail, including detection of V4 and V5 header
769 files and libraries.
770 Include <string.h> when STDC_HEADERS is defined, to get
771 declarations of string functions.
772 [KERBEROS5] (socket_connection): Support the current MIT Kerberos
773 V5 API rather than the old one.
774 [KERBEROS] (socket_connection): Change a constant name from
775 SOCKET_ERROR to POP_SOCKET_ERROR to avoid a namespace conflict
776 with a constant in a header file.
777
778 * Makefile.in: Support auto-configuration of both Kerberos V4 and
779 Kerberos V5 for movemail, including detection of V4 and V5 header
780 files and libraries.
781
782 1997-07-17 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
783
784 * fakemail.c [HAVE_UNISTD_H]: Include unistd.h.
785
786 * etags.c [HAVE_UNISTD_H]: Include unistd.h.
787
788 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
789
790 * emacsclient.c [C_ALLOCA] (xmalloc): New function.
791
792 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
793
794 * movemail.c (rindex): Add declaration.
795
796 Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu>
797
798 * makefile.nt (GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define.
799 (movemail.exe): Depend upon and link with getopt files.
800 (obj): Include new source files.
801 (FACE_SUPPORT, MOUSE_SUPPORT, FLOAT_SUPPORT, WINNT_SUPPORT): Define.
802 (lisp): Include new and reorganized elisp files.
803
804 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
805
806 * Makefile.in (blessmail): Find blessmail.el in mail subdirectory.
807
808 1997-06-25 Paul Eggert <eggert@twinsun.com>
809
810 * rcs2log: Don't assign to $0 in awk; some awks don't allow this.
811
812 1997-06-14 Karl Heuer <kwzh@gnu.ai.mit.edu>
813
814 * b2m.c (readline): Terminate buffer properly when EOF seen.
815 Test for valid pointer before dereferencing it.
816
817 1997-05-30 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
818
819 * Makefile.in (etags): Remove -DETAGS_REGEXPS, because now it is
820 defined inside etags.c if HAVE_CONFIG_H is defined.
821
822 1997-05-29 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
823
824 * etags.c: (logical): Type name changed to bool.
825 (ETAGS_REGEXPS, LONG_OPTIONS) [HAVE_CONFIG_H]: #define them.
826 (<getopt.h>) [LONG_OPTIONS]: Include conditionally.
827 (getopt_long) [!LONG_OPTIONS]: Redefine as macro.
828 (main): Accepted options depend on ETAGS_REGEXPS and LONG_OPTIONS.
829 (longopts): New long options without short counterpart are
830 globals, members, no-globals, no-members. Regexp options are now
831 defined conditionally to ETAGS_REGEXPS.
832 (print_help): Updated.
833
834 1997-05-22 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
835
836 * etags.c (C_entries): Use "." instead of "::" for Java.
837 (consider_token): is_func renamed to is_func_or_var.
838 (C_entries): is_func renamed to funorvar.
839 (C_entries): Initialise tok.named.
840 (sym_type, C_stab_entry, consider_token): st_C_ignore is used to
841 get rid of "import", "package" and "friend".
842 (fvdef): Renamed from funcdef. Also some constants renamed. All
843 users changed.
844 (C_entries): Make separate tags for variables separated by comma.
845 (globals, members): New flags.
846 (main, C_entries): Use them.
847 (make_C_tag, C_entries): Make tok a global variable.
848
849 1997-05-16 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
850
851 * etags.c (funcdef): New vignore constant.
852 (consider_token, C_entries): Use it to tag global variables.
853 (print_help): Update for global variables.
854 (consider_token, C_entries): Set the len member of token_name.
855 (prolog_pred): Cleanup according to GNU coding standards.
856 (Cobol_suffixes, lang_names, Cobol_paragraphs): Cobol support.
857 (prolog_white, erlang_white): Renamed to eat_white, callers changed.
858
859 1997-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
860
861 * etags.c (CHARS, CHAR): New constant and macro.
862 (iswhite, begtoken, intoken, endtoken): Use them.
863 (notinname, _nin, nonam): New macro, array, string.
864 (init): Cleanup and init _nin.
865 (new_pfnote): New function.
866 (make_C_tag) [traditional_tag_style]: Use it.
867 (traditional_tag_style): Costant set to TRUE for now.
868
869 1997-05-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
870
871 * etags.c (C_entries, Pascal_functions): Cleanup.
872 (TeX_functions): NULL as a function arg needs a cast.
873 (Erlang_functions, erlang_func, erlang_attribute): Cleanup.
874
875 1997-05-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
876
877 * etags.c (TeX_functions): Cleaned up.
878 (tex_getit): Removed.
879
880 1997-05-13 Paul Eggert <eggert@twinsun.com>
881
882 * rcs2log (files): When computing arguments automatically, ignore
883 non-files within the RCS subdirectory.
884
885 1997-05-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
886
887 * etags.c (C_JAVA): New #define.
888 (Cjava_suffixes): .java is Java.
889 (Cjava_entries): New function.
890 (lang_names): Add Java.
891 (sym_type): Add st_C_javastruct for Java.
892 (C_stab_entry): Add `extends' and `implements' keywords.
893 (consider_token, C_entries): Recognise Java structures.
894
895 1997-05-12 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
896
897 * etags.c: (Cplusplus_suffixes): .pdb is Postscript with C syntax.
898 (Postscript_suffixes): .ps is Postscript.
899 (lang_names): Add Postscript.
900 (Postscript_functions): New function.
901 (TEX_decode_env): Close minor memory leak.
902 (just_read_file): Correct the char number of the tag.
903
904 1997-05-11 Paul Eggert <eggert@twinsun.com>
905
906 * rcs2log (loginFullnameMailaddrs, logins, rlog_options, files):
907 Don't prepend $nl since this causes some shells to generate the
908 empty string when IFS is $nl.
909 (printlogline): Use SOH (octal code 1), not CR, since some
910 PC-based shells mishandle CR.
911 (initialize_fullname): Set NIS_PATH to the empty string before invoking
912 nismatch, in case it's set to some nonstandard value.
913
914 1997-05-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
915
916 * pop.c (getline): Don't miss CRLF pairs when the CR and LF are
917 read in separate blocks.
918
919 1997-04-30 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
920
921 * etags.c [TeX_named_tokens]: Set to FALSE if undefined.
922 (struct linebuffer): New member `len' is the length of the string.
923 (find_entries, Pascal_functions, TeX_functions, TEX_getit):
924 Use it instead of strlen.
925 (TEX_getit): Declare and define unconditionally as static.
926 (TeX_functions): Use if instead of #if TeX_named_tokens.
927 (add_regex): Set RE_INTERVALS flag for regex compilation.
928 (substitute): Code cleanup.
929 (readline_internal): Code cleanup, set new member `len'.
930 (readline): Bug corrected.
931
932 1997-04-23 Geoff Voelker <voelker@cs.washington.edu>
933
934 * makefile.nt: Change references of windowsnt.h to ms-w32.h.
935 (obj): Change references of nt*.c files to w32*.c files.
936
937 1997-04-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
938
939 * etags.c (xnew): Add support for debugging with chkmalloc.
940 (error): Use this instead of printf whenever possible.
941 (main): Only call xnew after having initialised progname.
942 (substitute): Bad memory corruption error corrected.
943
944 1997-04-08 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
945
946 * etags.c (add_regex): Undo previous change.
947 (relative_filename): Small memory leak closed.
948 (absolute_filename): Cleaned up the code, possibly closing a bug.
949 (absolute_dirname): Always return a newly allocated string.
950
951 1997-03-21 Paul Eggert <eggert@twinsun.com>
952
953 * rcs2log (files): Ignore files in RCS directory whose names are
954 of the form ,*, or *_; they are probably RCS lock files.
955 Also, ignore files named .rcsfreeze.log or .rcsfreeze.ver;
956 they are used by rcsfreeze.
957
958 1997-03-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
959
960 * etags.c (add_regex): reset *putbuf before using it.
961
962 1997-02-23 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
963
964 * movemail.c (popmail): Remove some unnecessary function
965 declarations.
966 (popmail, pop_retr): Since popmail always passes mbx_write and mbf
967 into pop_retr, there's no reason to pass in mbx_write, and the
968 file argument can be declared FILE * explicitly. This fixes a
969 compilation problem on systems with 64-bit pointers.
970
971 1997-02-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
972
973 * movemail.c: Delete duplicate inclusion of fcntl.h
974 and duplicate #undefs of open, read, write, close.
975
976 1997-01-20 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
977
978 * movemail.c (main): Do not display "[POP-password]" in the usage
979 message when movemail is compiled without POP support.
980 (main, popmail): Add the optional "-p" argument, which causes
981 movemail to leave mail in the inbox after copying it into the
982 output file.
983
984 * Makefile.in (movemail): Link with getopt.
985
986 1997-01-20 Paul Eggert <eggert@twinsun.com>
987
988 * rcs2log: (--help, --version): New options, per GNU coding standards.
989 (Copyright, Help, Id): New variables, for above.
990 (rlog): Use -q option with cvs log, to avoid useless chatter.
991
992 Treat logs of "Initial revision" (RCS) or "file F was initially added
993 on branch B." (CVS) as if they said "New file.", for consistency with
994 change log entries.
995
996 1997-01-01 Paul Eggert <eggert@twinsun.com>
997
998 * vcdiff (PATH): Add /usr/xpg4/bin,
999 where XPG4 SCCS hangs out in Solaris 2.5.
1000 (sid1): Don't use bare -r, since XPG4 `get' does not allow it.
1001
1002 1996-12-19 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1003
1004 * etags.c (streq, strneq): Use == NULL rather than !.
1005
1006 1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
1007
1008 * Makefile.in (LIBMAIL): New macro. Conditionally includes -lmail.
1009 (movemail): Use LIBMAIL, to link against -lmail.
1010
1011 * movemail.c: Include maillock.h (conditionally).
1012 Remove a redundant inclusion of <stdio.h>.
1013 (MAIL_USE_MAILLOCK): New macro, conditionally defined.
1014 (main): Add variable spool_name.
1015 Support the usage of maillock and mailunlock to
1016 lock and unlock mailboxes.
1017 (mail_spool_name): New function.
1018
1019 * movemail.c: Fix an uninitialized variable which could cause
1020 movemail to exit with an error status incorrectly on systems which
1021 use lock files rather than a system locking function to lock
1022 mailboxes.
1023
1024 1996-12-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1025
1026 * pop.c (socket_connection): Free realhost after using it.
1027
1028 1996-12-04 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1029
1030 * etags.c (C_entries): Test tok.valid. This handles some
1031 particular cases involving function declarations that failed.
1032
1033 1996-11-22 Charles Hannum <mycroft@gnu.ai.mit.edu>
1034
1035 * pop.c (socket_connection):
1036 gethostbyname may return a pointer to static data.
1037 krb_realmofhost can clobber it. So copy it.
1038
1039 1996-11-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1040
1041 * etags.c (pfnote, fatal, error): Callers using a NULL pointer
1042 must cast it to (char *) because we have no prototypes.
1043 (make_C_tag): Macro deleted, new function.
1044 (C_entries): Calls to make_C_tag macro changed to call function.
1045
1046 1996-11-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1047
1048 * etags.c (grow_linebuffer): New function.
1049 (GROW_LINEBUFFER): Macro deleted. All callers changed.
1050 (make_tag): Macro renamed to make_C_tag. All callers changed.
1051 (<stdlib.h>, <string.h>) [STDC_HEADERS]: New #include's.
1052 (Prolog_functions): prolog_skip_comment was called with wrong
1053 number of arguments.
1054 (xrealloc): fatal was called with wrong number of arguments
1055
1056 1996-11-08 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1057
1058 * etags.c (relative_filename): Bug corrected.
1059 (etags_getcwd): Avoid warning of unused variable.
1060 (C_entries, consider_token): Added support for enum labels.
1061
1062 1996-11-03 Paul Eggert <eggert@twinsun.com>
1063
1064 * rcs2log: When processing cvs log output, remove `Attic/' from
1065 repository file names.
1066
1067 1996-10-22 Karl Heuer <kwzh@gnu.ai.mit.edu>
1068
1069 * emacsserver.c: Fix 1996-09-02 change.
1070
1071 1996-10-12 Paul Eggert <eggert@twinsun.com>
1072
1073 * rcs2log (rlog_options): Look for ' option' rather than 'unknown
1074 option', since CVS says 'invalid option'.
1075 (datearg): Use the empty string, not '-d>1970-01-01', to extract all
1076 revisions, since some hosts reject 1970-01-01 when east of UTC.
1077 (date): Remove.
1078
1079 1996-10-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1080
1081 * etags.c (etags_getcwd) [WINDOWSNT]: Convert backslashes to slashes.
1082
1083 1996-10-02 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1084
1085 * etags.c (print_version): Print copyright info.
1086
1087 * etags.c (print_help): Print the bug reporting address.
1088 (main): Use return as the last instruction, instead of exit.
1089
1090 * etags.c (main): Don't open the tags file in cxref mode.
1091
1092 1996-09-29 Dave Love <d.love@dl.ac.uk>
1093
1094 * rcs2log (date): Make default format acceptable to CVS post v1.8
1095 as well as earlier CVSs and RCS.
1096
1097 1996-09-29 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1098
1099 * movemail.c (main): If the lock call fails with EBUSY or
1100 EAGAIN, retry a few times.
1101
1102 1996-09-25 Paul Eggert <eggert@twinsun.com>
1103
1104 * rcs2log (rlog_options): Use $rlog, not rlog, when deciding
1105 whether to append -zLT.
1106
1107 1996-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
1108
1109 * fakemail.c: Replaced symbol BSD with BSD_SYSTEM.
1110 * emacsclient.c, movemail.c: Likewise.
1111
1112 1996-09-09 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1113
1114 * emacsclient.c (longopts): Change nowait to no-wait.
1115 (print_help_and_exit): Fix option name; upcase metavars.
1116
1117 1996-09-06 Erik Naggum <erik@naggum.no>
1118
1119 * emacsserver.c (main): Declare `fromlen' as size_t.
1120
1121 1996-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1122
1123 * etags.c (etags_getcwd): Use getcwd if available even if MSDOS.
1124
1125 1996-09-02 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1126
1127 * emacsclient.c (quote_file_name): Quote with &, not \.
1128 Quote `-' only at start of file name. Terminate the value string.
1129
1130 * emacsserver.c: Include signal.h properly;
1131 delete the duplicate includes for it.
1132
1133 * emacsserver.c: On fatal signal, delete socket-file:
1134 * emacsserver.c: Include signal.h.
1135 (xmalloc, fatal, error): New functions.
1136 (delete_socket, handle_signals): New functions.
1137 (progname, socket_name): New variables.
1138 [HAVE_SOCKETS] (main): Call handle_signals; set the new variables.
1139
1140 1996-09-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1141
1142 * emacsclient.c (quote_file_name): New function.
1143 (main, both versions): Use quote_file_name.
1144 (decode_options): Don't return a value.
1145 (main, both versions): Use optind.
1146 Don't check for -nowait here.
1147
1148 * emacsclient.c (decode_options): New function.
1149 (main, both versions): Call decode_options.
1150 (print_help_and_exit): New function.
1151 (VERSION): New macro.
1152
1153 * Makefile.in (emacsclient): Link with getopt.
1154 Add -DVERSION so emacsclient knows its version number.
1155
1156 1996-08-31 Geoff Voelker <voelker@cs.washington.edu>
1157
1158 * makefile.nt (lisp): Include dos-nt.elc.
1159
1160 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1161
1162 * Makefile.in (blessmail): Use $srcdir to find blessmail.el.
1163
1164 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1165
1166 * emacsclient.c (both versions): Handle -nowait and --nowait
1167 by sending data to the server.
1168
1169 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1170
1171 * Makefile.in (INSTALL_STRIP): New variable.
1172 (${archlibdir}): Use INSTALL_STRIP.
1173
1174 * Makefile.in (MOVE_LIBS): Use conditionals on KERBEROS,
1175 HAVE_LIBKRB, HAVE_LIBDES, HAVE_LIBCOM_ERR to set it up.
1176
1177 * pop.c: Reverse conditional in previous change.
1178
1179 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1180
1181 * pop.c: Include des.h krb.h with no dir name if SOLARIS2.
1182
1183 1996-08-24 Paul Eggert <eggert@twinsun.com>
1184
1185 * rcs2log: Use ISO 8601 date format, with time zone appended
1186 if change-log-time-zone-rule is non-nil, instead of
1187 traditional Unix date format.
1188
1189 (datearg): When computing default from ChangeLog, handle ISO format
1190 dates in addition to old-fashioned dates from Emacs 19.31 and earlier.
1191 Don't worry about hh:mm:ss since the resolution is now by day.
1192 Use emtpy datearg, not empty rlog_options, to decide whether to pass
1193 "$datearg" option to $rlog.
1194 (logTZ): New variable, set to TZ specified by change-log-time-zone-rule.
1195 (month_data): Remove `mo'; no longer needed.
1196 (rlog_options): Use -zLT for localltime output, if `rlog' supports it.
1197
1198 Match `revision' line of rlog output more accurately.
1199
1200 Add -c, -v options.
1201
1202 1996-08-23 Eli Zaretskii <eliz@is.elta.co.il>
1203
1204 * hexl.c: Include <config.h>, so DOS_NT is defined on MSDOS.
1205
1206 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1207
1208 * Version 19.33 released.
1209
1210 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1211
1212 * Version 19.32 released.
1213
1214 1996-07-23 Andrew Innes <andrewi@harlequin.co.uk>
1215
1216 * etags.c (readline_internal) [DOS_NT]: Don't include CRs when
1217 computing character positions in source files.
1218
1219 1996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
1220
1221 * makefile.nt (clean): Use OBJDIR macro.
1222
1223 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
1224
1225 * cvtmail.c, sorted-doc.c, yow.c, emacsserver.c: Undo previous change.
1226
1227 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
1228
1229 * cvtmail.c, sorted-doc.c, yow.c: [__GNU_LIBRARY__]: Use <string.h>.
1230 * emacsserver.c (main) [__GNU_LIBRARY__]: Use size_t for fromlen.
1231 * etags.c, fakemail.c, profile.c: Declare main as int, not void.
1232
1233 1996-07-15 Andrew Innes <andrewi@harlequin.co.uk>
1234
1235 * ntlib.h: Correct return type of getwd.
1236 * ntlib.c (getwd): Correct return type.
1237
1238 1996-07-02 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1239
1240 * emacsserver.c (main) [HAVE_SOCKETS]: Call rewind before writing
1241 to infile.
1242
1243 1996-07-01 Andrew Innes <andrewi@harlequin.co.uk>
1244
1245 * makefile.nt: Remove all references to wakeup.
1246
1247 1996-06-28 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1248
1249 * etags.c (C_stab_entry): New keywords for C++ namespace, bool,
1250 explicit, mutable, typename.
1251
1252 1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1253
1254 * emacsclient.c (main) [HAVE_SOCKETS]: Use two separate stdio
1255 streams, one for sending and one for reading the reply.
1256
1257 1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1258
1259 * Makefile.in (timer, timer.o, getdate.o, $(srcdir)/getdate.c)
1260 (wakeup): Target deleted.
1261 (UTILITIES): Delete wakeup and timer.
1262
1263 * wakeup.c, timer.c, getdate.y, getdate.c: Files deleted.
1264
1265 1996-06-11 Geoff Voelker <voelker@cs.washington.edu>
1266
1267 * etags.c (etags_getcwd) [DOS_NT]: Change conditional to MSDOS only.
1268 * makefile.nt (ETAGS_CFLAGS): Define HAVE_GETCWD macro.
1269
1270 1996-06-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1271
1272 * etags.c (main): Copy cwd when appending slash.
1273
1274 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
1275
1276 * Version 19.31 released.
1277
1278 1996-05-17 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1279
1280 * etags.c (CNL_SAVE_DEFINEDEF): Set linecharno for use by readline.
1281 (Pascal_functions): Increase linecharno by the correct number of
1282 chars, inline the GET_NEW_LINE macro and delete its definition.
1283
1284 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
1285
1286 * makefile.nt (OBJDIR, BLD): Remove macro definitions.
1287
1288 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
1289
1290 * makefile.nt (LOCAL_FLAGS): Include path to NT shadow includes.
1291 (movemail.exe, fakemail.exe): Now built under Win32.o
1292
1293 * ntlib.c: Include ntlib.h.
1294 (nt_sleep): Rename to sleep.
1295 (getwd): Return directory.
1296 (getlogin, cuserid, getuid, setuid, getpwuid, getpass, fchown,
1297 sys_ctime, sys_fopen): New functions.
1298
1299 * ntlib.h: New file.
1300
1301 1996-04-29 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
1302
1303 * pop.c (SEND, RECV): Renamed from send, recv.
1304 (pop_open, pop_trash): Make the trash_started code unconditional.
1305 (socket_connection): Delete casts to void.
1306
1307 1996-04-28 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
1308
1309 * movemail.c (DIRECTORY_SEP, IS_DIRECTORY_SEP): Definitions
1310 copied from lisp.h.
1311
1312 1996-04-22 Andrew Innes <andrewi@harlequin.co.uk>
1313
1314 * fakemail.c [WINDOWSNT]: Include ntlib.h.
1315
1316 * hexl.c [DOSNT]: Include fcntl.h.
1317 [WINDOWSNT]: Include io.h.
1318 (main) [MSDOS]: Change conditional to DOS_NT.
1319
1320 * movemail.c (access, unlink) [WINDOWSNT]: Macros undefined.
1321 (fork, syswait, DISABLE_DIRECT_ACCESS) [WINDOWSNT]: Macros defined.
1322 [WINDOWSNT]: Include locking.h.
1323 (main): Update usage message. Use IS_DIRECTORY_SEP.
1324 (main) [DISABLE_DIRECT_ACCESS]: Don't check access if defined.
1325 (main) [WINDOWSNT]: Invoke locking instead of flock.
1326 (main) [MAIL_USE_SYSTEM_LOCK && WINDOWSNT]: Emulate ftruncate.
1327 (main) [MAIL_USE_POP]: Pass password to popmail if used.
1328 Include winsock.h; don't include unix inet headers.
1329 (popmail): Add password argument and pass it to pop_open.
1330 Open output file in binary mode.
1331
1332 * pop.c [WINDOWSNT]: Include winsock.h and ntlib.h.
1333 Macro SOCKET_ERROR undefined.
1334 Don't declare h_errno.
1335 [!WINDOWSNT]: Define macros recv and send.
1336 [!WINDOWSNT] (POP_SERVICE): Change to pop3.
1337 (pop_open) [WINDOWSNT]: Initialize trash_started.
1338 (have_winsock) [WINDOWSNT]: New variable.
1339 (socket_connection) [WINDOWSNT]: Initialize winsock.
1340 (socket_connection): Use closesocket instead of close.
1341 (getline): Use recv instead of read.
1342 (fullwrite): Use send instead of write.
1343 (pop_trash): Use closesocket instead of close.
1344 (pop_trash) [WINDOWSNT]: Cleanup winsock.
1345 Check if being called recursively by sendline.
1346
1347 * pop.h (struct _popserver): New field trash_started.
1348
1349 * wakeup.c [HAVE_CONFIG_H]: Only include config.h when defined.
1350
1351 1996-04-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1352
1353 * hexl.c (main) [DJGPP v2]: Don't change to binary for a tty.
1354
1355 1996-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1356
1357 * etags.c [WINDOWSNT]: Include io.h.
1358
1359 1996-04-10 Geoff Voelker <voelker@cs.washington.edu>
1360
1361 * makefile.nt (CTAGSOBJ): Compile with regexp support.
1362
1363 1996-04-09 Eli Zaretskii <eliz@is.elta.co.il>
1364
1365 * hexl.c [DJGPP v2]: Include io.h.
1366 (main) [DJGPP v2]: Switch standard streams to binary with setmode.
1367
1368 * b2m.c (main) [MSDOS]: Switch standard streams to binary under
1369 DJGPP v2.
1370
1371 1996-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1372
1373 * etags.c (absolute_filename): Use absolutefn.
1374
1375 1996-03-31 Eli Zaretskii <eliz@is.elta.co.il>
1376
1377 * etags.c (absolutefn) [DOS_NT]: Support Novell drives whose drive
1378 letter isn't an alphabetic character.
1379 (main) [DOS_NT]: Use binary mode on redirected `stdout'.
1380 (process_file) [DOS_NT]: Convert all slashes to forward style.
1381 (absolute_filename) [DOS_NT]: Emit error message for relative
1382 paths with a drive letter.
1383 (absolute_filename) [DOS_NT]: Handle absolute pathnames with
1384 DOS/NT drive letters which try to reference the parent of the root.
1385 (absolute_dirname) [DOS_NT]: Convert all slashes to forward style.
1386
1387 1996-03-27 Geoff Voelker <voelker@cs.washington.edu>
1388
1389 * makefile.nt: Change uses of del to $(DEL).
1390
1391 1996-03-22 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1392
1393 * etags.c (just_read_file): Reset lineno and charno on entry.
1394
1395 1996-03-15 Anders Lindgren <andersl@csd.uu.se>
1396
1397 * etags.c: Prolog language totaly rewritten.
1398 (Prolog_functions): Rewritten from scratch.
1399 (skip_comment, prolog_getit): Removed.
1400 (prolog_skip_comment): New function, like old skip_comment.
1401 (prolog_pred, prolog_atom, prolog_white): New functions.
1402 (erlang_func, erlang_attributes): Forward declarations added.
1403 (erlang_atom): Check if backslash ends line inside quoted atom.
1404
1405 1996-03-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1406
1407 * etags.c (absolutefn): DOS_NT version corrected.
1408 (main): Append "/" to the dir name only if not already there.
1409 (print_help): Explain the absolute/relative file name issue.
1410
1411 1996-03-08 Anders Lindgren <andersl@csd.uu.se>
1412
1413 * etags.c: New Languange Erlang added.
1414 (Erlang_functions, erlang_func, erlang_attribute, erlang_atom,
1415 erlang_white): New functions.
1416 (Erlang_suffixes): New suffix list.
1417 (lang_names): Erlang entry added.
1418 (prolog_getit): Accepts headers spanning several lines.
1419 Always name tags.
1420 (Prolog_functions): Removed incorrect compensation for
1421 newline characters.
1422 (readline_internal): Zero-terminate last line.
1423
1424 1996-03-20 Mike Long <mike.long@analog.com>
1425
1426 * b2m.c (main): Initialize progname variable before using it.
1427 Quote `username' in From_ header.
1428
1429 1996-03-18 Geoff Voelker <voelker@cs.washington.edu>
1430
1431 * ntlib.c (getpid): New function.
1432
1433 1996-02-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1434
1435 * emacsclient.c (main, both definitions):
1436 Print a newline for normal termination.
1437
1438 1996-02-21 Noah Friedman <friedman@prep.ai.mit.edu>
1439
1440 * tcp.c (main): Convert port to network byte order.
1441
1442 1996-01-20 Karl Heuer <kwzh@gnu.ai.mit.edu>
1443
1444 * pop.c (pop_retrieve, getline): Avoid type clashes.
1445
1446 1996-01-19 Karl Heuer <kwzh@gnu.ai.mit.edu>
1447
1448 * etags.c (enum sym_type, anonymous enum): Delete final comma.
1449
1450 1996-01-15 Paul Eggert <eggert@twinsun.com>
1451
1452 * rcs2log (initialize_fullname): Add support for NIS+.
1453 (hostname): Fully qualify the default hostname with the domainname
1454 if the hostname lacks a `.'.
1455
1456 1996-01-15 Paul Eggert <eggert@twinsun.com>
1457
1458 * rcs2log (initialize_fullname): Add support for NIS+.
1459 (hostname): Fully qualify the default hostname with the domainname
1460 if the hostname lacks a `.'.
1461
1462 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
1463
1464 * etags.c (consider_token): Fix typo in expression.
1465
1466 1996-01-04 Paul Eggert <eggert@twinsun.com>
1467
1468 * etags.c (substitute): Fix spelling in message.
1469
1470 1996-01-03 George V. Reilly <georger@microcrafts.com>
1471
1472 * makefile.nt (etags, ctags): Compile with regexp support.
1473 (make-docfile, wakeup, etags, ctags, hexl): Ensure build
1474 subdirectory exists before compiling.
1475
1476 1996-01-02 Karl Heuer <kwzh@gnu.ai.mit.edu>
1477
1478 * emacsserver.c (main): Do chmod based on existing permission.
1479
1480 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1481
1482 * Makefile.in (install): Turn on read/execute permission.
1483
1484 1995-12-03 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1485
1486 * Makefile.in (LIB_STANDARD_LIBSRC): Use this instead of LIB_STANDARD.
1487 (LOADLIBES): Use LIB_STANDARD_LIBSRC.
1488
1489 1995-12-01 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1490
1491 * Makefile.in (THIS_IS_MAKEFILE): Renamed from THIS_IS_YMAKEFILE.
1492
1493 1995-12-07 Francesco Potorti` <pot@cnuce.cnr.it>
1494
1495 * etags.c (pfnote): Don't make a tag for ctags if there is no name.
1496 (getit, Asm_labels, Perl_functions, Pascal_functions, L_getit,
1497 get_scheme, prolog_getit): Name the tag in ctags mode.
1498 (pfnote): Truncate ctags lines to 50 chars, like it worked once.
1499 (Perl_interpreters): Accept "@PERL@" as an interpreter.
1500 (suggest_asking_for_help): New function.
1501 (main, get_language_from_name): Use suggest_asking_for_help.
1502 (main): Let get_language_from_name make language existence check.
1503 (streq, strneq): Check the arguments #if DEBUG.
1504
1505 1995-12-06 Francesco Potorti` <pot@cnuce.cnr.it>
1506
1507 * etags.c (Cplusplus_suffixes): Add .M suffix for Objective C++.
1508 (gperf): Added keywords for Objective C and GNU macros.
1509 (sym_type): Added values to account for Objective C and GNU macros.
1510 (begtk): The '@' character can start a token.
1511 (objdef, methodlen, objtag): New variables for Objective C.
1512 (consider_token, C_entries): Added code for Objective C.
1513 (plain_C_suffixes): Add .m and .lm for Objective C.
1514 (Yacc_suffixes): Add .ym for Objective yacc.
1515 (GROW_LINEBUFFER): New macro.
1516 (consider_token, C_entries, Pascal_functions): Use the new macro.
1517 (consider_token): Take one more argument. Caller changed.
1518 (consider_token): Use the hashing function to spot GNU macros.
1519 (C_entries): Consider // as a comment start even in plain C for
1520 the sake of Objective C parsing.
1521
1522 1995-12-04 Francesco Potorti` <pot@cnuce.cnr.it>
1523
1524 * Makefile.in (ctags): depend on etags only for simplicity;
1525 compile with regexp support enabled.
1526
1527 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1528
1529 * Version 19.30 released.
1530
1531 1995-11-22 Geoff Voelker <voelker@cs.washington.edu>
1532
1533 * makefile.nt (DOC, clean): Don't use switches to del not
1534 supported by Windows 95.
1535
1536 1995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1537
1538 * Makefile.in (regex.o): Depend on ../src/config.h.
1539
1540 1995-11-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1541
1542 * Makefile.in (LIB_STANDARD): Extract this as in src/Makefile.in.
1543 (LOADLIBES): Use LIB_STANDARD.
1544
1545 1995-11-07 Kevin Gallo <kgallo@microsoft.com>
1546
1547 * makefile.nt (DOC): Include strings from w32term.c, w32xfns.c,
1548 w32fns.c, w32faces.c, w32select.c, w32menu.c, w32reg.c; remove
1549 Windows 95 conditional.
1550
1551 1995-11-06 Francesco Potorti` (pot@cnuce.cnr.it)
1552
1553 * etags.c (get_lang_from_name, get_lang_from_interpreter,
1554 get_lang_from_suffix): New functions.
1555 (get_language): Function deleted.
1556 (lang_entry): Two members added to struct.
1557 (lang_names): Reflect the new layout of lang_entry.
1558 (print_language_names, main, find_entries): Use the new functions.
1559 (find_entries): Look at the first line for #! if no language.
1560 (C_entries): Invalidate the token when funcdef is reset.
1561 (Perl_functions): New function.
1562 (lang_suffixes): .pl and .pm are Perl suffixes.
1563
1564 1995-11-02 Francesco Potorti` (pot@cnuce.cnr.it)
1565
1566 * etags.c (lowcase): Use the standard tolower function.
1567 (substitute): Remove some wrong and some useless code related with
1568 escape `\` character in regexp replacement string.
1569 (TEX_defenv): Added part, appendix, entry, index. Removed typeout.
1570 (lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran;
1571 .bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp;
1572 .prolog for prolog (.pl removed).
1573 (massage_name, etags_getcwd): Use lowcase instead of tolower.
1574 (C_entries, find_entries): Added comments about memory leakage.
1575 (add_node): Dead code removed.
1576
1577 1995-10-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1578
1579 * Makefile.in (getdate.o, movemail.o): Specify -Demacs.
1580 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Delete -Demacs.
1581
1582 1995-08-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1583
1584 * test-distrib.c: Add #undef for open, close, read, write.
1585
1586 1995-08-23 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
1587
1588 * test-distrib.c [HAVE_CONFIG_H]: Include config.h.
1589 [! O_RDONLY]: Define it to zero.
1590 (main): Use O_RDONLY instead of explicit zero.
1591
1592 1995-08-17 Francesco Potorti` (pot@cnuce.cnr.it)
1593
1594 * etags.c (Pascal_functions): Close comment bug corrected.
1595 (add_node): Correctly compare node file names.
1596 (Pascal_functions): Correctly allocate and free memory for tline.
1597 (pfnote): Put the definition of fp in the innermost block.
1598 (NODE): `named' member removed.
1599 (pfnote, free_tree, put_entries, total_size_of_entries): Do not
1600 use the `named' member, check whether `name' is NULL instead.
1601 (pfnote): `named' argument removed, all callers changed.
1602 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
1603 TeX_functions, TEX_getit, prolog_getit): Useless string allocation
1604 removed from pfnote call, some code cleanup.
1605 (relative_filename): Free temporary space allocated by concat.
1606
1607 1995-08-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1608
1609 * Makefile.in (getdate.c): New target.
1610 (getdate.o): Just compile getdate.c.
1611
1612 1995-08-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
1613
1614 * fakemail.c (xrealloc): Change cast to match return type.
1615
1616 1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1617
1618 * fakemail.c (xmalloc, xrealloc): Use return-type long *.
1619
1620 1995-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1621
1622 * movemail.c (main): Fix previous change.
1623 Add error check for empty OUTNAME.
1624
1625 1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1626
1627 * movemail.c (main): Mention lock file name in error message.
1628
1629 1995-07-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1630
1631 * profile.c (gettimeofday): New function, defined if necessary.
1632
1633 1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1634
1635 * Makefile.in: Renamed from Makefile.in.in.
1636 (distclean): Delete Makefile.c, not Makefile.in.
1637
1638 1995-07-17 Michael Shields <shields@tembel.org>
1639
1640 * Makefile.in.in (tags): Synonym for `TAGS'.
1641
1642 1995-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
1643
1644 * Makefile.in.in (install, maybe-blessmail): Don't cd ..;
1645 configure has already set $(INSTALL) to the proper relative path.
1646
1647 1995-06-27 Francesco Potorti` (pot@cnuce.cnr.it)
1648
1649 * etags.c (plain_C_entries): new function.
1650 (lowcase): new macro.
1651 (tail, Fortran_functions, Pascal_functions): use new macro lowcase.
1652 (lang_suffixes): new suffix ".pc" for Pro*C files.
1653 (consider_token): don't tag all tokens beginning with DEFUN & Co..
1654 (tail): look for the end of the token when comparing.
1655 (takeprec): since now tail behaves differently, use strneq.
1656
1657 1995-07-08 Paul Eggert <eggert@twinsun.com>
1658
1659 * rcs2log (datearg): Separate date from time with comma, not space,
1660 to work around CVS 1.5 bug.
1661 (CVSROOT): Don't abort when unset if repository is absolute.
1662
1663 1995-07-07 Paul Eggert <eggert@twinsun.com>
1664
1665 * rcs-checkin, rcs2log, vcdiff:
1666 Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems
1667 that interpret `#! /' as a 4-byte magic number.
1668
1669 1995-06-29 Jonathan I. Kamens <jik@cam.ov.com>
1670
1671 * movemail.c (main) [MAIL_USE_POP]: When a user specifies a
1672 mailbox with "po:mailbox", the mailbox is everything after the
1673 "po:" prefix.
1674
1675 1995-06-28 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1676
1677 * emacsserver.c: Make all error messages start with `Error: '.
1678 (fatal_error, perror_1): New functions, use throughout.
1679
1680 1995-06-28 Paul Eggert <eggert@twinsun.com>
1681
1682 * rcs2log (CVSROOT, repository):
1683 Allow remote repositories a la CVS 1.4.
1684
1685 1995-06-27 Francesco Potorti` (pot@cnuce.cnr.it)
1686
1687 * etags.c (plain_C_entries): new function.
1688 (lowcase): new macro.
1689 (tail, Fortran_functions, Pascal_functions): use new macro lowcase.
1690 (lang_suffixes): new suffix ".pc" for Pro*C files.
1691 (consider_token): don't tag all tokens beginning with DEFUN & Co..
1692 (tail): look for the end of the token when comparing.
1693 (takeprec): since now tail behaves differently, use strneq.
1694
1695 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1696
1697 * movemail.c (main): Add newline in usage message.
1698
1699 1995-06-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1700
1701 * make-docfile.c (scan_file): Make sure it never looks at filename[-1].
1702
1703 1995-06-21 Francesco Potorti` (pot@cnuce.cnr.it)
1704
1705 * etags.c (find_entries): Rewind before rereading the input file.
1706
1707 1995-06-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1708
1709 * Version 19.29 released.
1710
1711 * make-docfile.c (main) [MSDOS]: Do set _fmode.
1712 This undoes part of the previous change.
1713
1714 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1715
1716 * make-docfile.c (main): On MSDOS, don't change stdout
1717 to binary, and insist on an -o option.
1718
1719 1995-06-13 Geoff Voelker <voelker@cs.washington.edu>
1720
1721 * etags.c (process_file,absolute_filename): Handle filenames
1722 starting with a drive letter.
1723
1724 * makefile.nt (install): Copy wakeup.exe properly.
1725
1726 1995-06-08 Karl Heuer <kwzh@gnu.ai.mit.edu>
1727
1728 * make-docfile.c [MSDOS]: #undef chdir.
1729
1730 1995-06-04 Paul Eggert <eggert@twinsun.com>
1731
1732 * rcs2log (output_authors): Allow ':' in time zone,
1733 as per ISO 8601 and RCS 5.6.8 beta.
1734
1735 1995-05-29 Francesco Potorti` (pot@cnuce.cnr.it)
1736
1737 * etags.c (etags_getcwd): Undo the /bin/pwd change. It may raise
1738 compatibility problems.
1739
1740 1995-05-26 Richard Stallman <rms@gnu.ai.mit.edu>
1741
1742 * etags.c (etags_getcwd): Don't use #elif.
1743 Have just one function body.
1744
1745 1995-05-25 Geoff Voelker <voelker@cs.washington.edu>
1746
1747 * makefile.nt (LIBS): Use BASE_LIBS.
1748 (make-docfile.exe,hexl.exe,wakeup.exe,etags.exe): Don't depend
1749 upon LIBS.
1750 (DOC): Use del instead of rm.
1751 (DOC) [WINDOWS95]: Use DOC.
1752 (clean): Handle MSVC aux files.
1753 (config.h,paths.h): Use $(CP) instead of cp.
1754 (config.h): Use $(CONFIG_H)
1755 (make-docfile.obj): Depend upon config.h.
1756 Clean up comments.
1757
1758 1995-05-23 Francesco Potorti` (pot@cnuce.cnr.it)
1759
1760 * etags.c (etags_getcwd): Use /bin/pwd instead of pwd because the
1761 former gives the true path even in the presence of simlinks.
1762
1763 1995-05-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1764
1765 * movemail.c (main): Increase lock timeout to five minutes.
1766
1767 1995-05-06 Geoff Voelker <voelker@cs.washington.edu>
1768
1769 * makefile.nt (obj): Use .c files.
1770
1771 1995-05-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1772
1773 * make-docfile.c: Include config.h.
1774 (NO_SHORTNAMES): New definition.
1775 (xmalloc): Return long *.
1776
1777 * etags.c (C_entries): Cast result of xrealloc.
1778 (xmalloc, xrealloc): Declare them to return long *.
1779
1780 * b2m.c (xmalloc, xrealloc): Declare them long *.
1781
1782 * movemail.c (xmalloc): Declare it to return long *.
1783
1784 1995-04-30 Paul Eggert <eggert@twinsun.com>
1785
1786 * rcs2log (datearg): If rlog options are specified explicitly,
1787 omit the implicit '-d>DATE' option.
1788 (repository, rlog): Allow absolute paths to CVS repositories.
1789 Look only at the first line of CVS/Repository.
1790
1791 1995-04-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
1792
1793 * Makefile.in.in (extraclean): Depend on maintainer-clean, not
1794 realclean.
1795
1796 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1797
1798 * Makefile.in.in [REGEXP_IN_LIBC] (REGEXPOBJ, REGEXPDEPS):
1799 Alternative (empty) definitions.
1800
1801 1995-04-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1802
1803 * emacsclient.c (main): Add argv[0] to an error message.
1804
1805 1995-04-13 Karl Heuer <kwzh@gnu.ai.mit.edu>
1806
1807 * emacsclient.c (main): Improve error handling.
1808 * cvtmail.c (main, skip_to_lf): Improve error handling.
1809 (sysfail): New function.
1810
1811 * b2m.c (main): Check for trailing ", " before trying to delete it.
1812
1813 1995-04-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1814
1815 * Makefile.in.in (all): Build test-distrib and make-docfile.
1816
1817 * make-docfile.c (scan_c_file): At end, restore file name last char
1818 to its original value.
1819
1820 1995-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1821
1822 * emacsclient.c, emacsserver.c: Test NO_SOCKETS_IN_FILE_SYSTEM.
1823
1824 1995-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1825
1826 * Makefile.in.in (BASE_CFLAGS): Renamed from ALLOCA_CFLAGS.
1827 (alloca.o, regex.o): Use BASE_CFLAGS.
1828
1829 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1830
1831 * emacsclient.c [Berkeley sockets version] (main): Declare getcwd.
1832
1833 1995-04-04 Karl Heuer <kwzh@gnu.ai.mit.edu>
1834
1835 * Makefile.in.in (aixcc, aixcc.c): Targets deleted.
1836 (SOURCES, distclean): Removed obsolete references to aixcc.
1837
1838 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1839
1840 * aixcc.lex: File deleted--surely obsolete now.
1841
1842 1995-03-23 Paul Eggert <eggert@twinsun.com>
1843
1844 * rcs2log (output_authors): Replace /[/]/ by /[\/]/, for
1845 portability to mawk and nawk.
1846
1847 1995-03-21 Paul Eggert <eggert@twinsun.com>
1848
1849 * rcs2log: Treat -u "login:fullname:mailaddr" as if it were
1850 -u "login<tab>fullname<tab>mailaddr".
1851
1852 1995-03-21 Paul Eggert <eggert@twinsun.com>
1853
1854 * rcs2log: Add -u "login<tab>fullname<tab>mailaddr" option, which
1855 replaces the (now obsolescent) -n login fullname mailaddr option.
1856 Add -R option for recursive rlog.
1857 (AWK): New environment variable (default `awk') for awk program name.
1858 (output_authors, tab, loginFullnameMailaddrs, recursive): New vars.
1859 Quote authors and fullnames correctly.
1860 Don't omit path from repository root when logging CVS files.
1861
1862 1995-03-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1863
1864 * emacsclient.c, emacsserver.c: Use BSD sockets whenever available,
1865 even if HAVE_SYSVIPC.
1866 * emacsclient.c (main): Use getcwd if not BSD.
1867
1868 1995-03-13 Francesco Potorti` (pot@cnuce.cnr.it)
1869
1870 * etags.c (process_file): free (filename) after using it.
1871 (readline_internal): Do not access the char before start of line.
1872
1873 1995-02-22 Francesco Potorti` (pot@cnuce.cnr.it)
1874
1875 * etags.c (C_entries): token_saved removed. Initialise tok.valid and
1876 savetok.valid. Mark token as valid when it is initialised.
1877 (make_tag): Make token only if token is valid and reset validity.
1878 (CNL_SAVE_DEFINEDEF): Test for savetok.valid instead of token_saved.
1879 (TOKEN): Added a new member: valid.
1880
1881 1995-02-15 Francesco Potorti` (pot@cnuce.cnr.it)
1882
1883 * etags.c (C_entries): Bug corrected in xrealloc of token_str.
1884 (main): Do not read twice the last filename in the stdin file list.
1885
1886 1995-02-14 Francesco Potorti` (pot@cnuce.cnr.it)
1887
1888 * etags.c (C_entries): Initialise the new members of TOKEN.
1889 (C_entries): Do not allocate a new space for each token found by
1890 consider_token. Let make_tag do that instead.
1891 (make_tag): Since now TOKEN has memory of where it is taken from,
1892 this new macro substitutes both make_tag_from_new_lb and
1893 make_tag_from_oth_lb. All callers changed.
1894 (TOKEN): Add linepos and buffer members.
1895 (main): Initialise token_str.
1896 (lang_extensions): Recognise .c++ and .h++ as C++ file suffixes.
1897 (token_str): New global variable used by C_entries.
1898
1899 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
1900
1901 * Makefile.in.in (maintainer-clean): Renamed from realclean.
1902
1903 1995-02-01 Francesco Potorti` (pot@cnuce.cnr.it)
1904
1905 * etags.c (pfnote): Initialise been_warned in the node.
1906 (C_entries): Removed a speed hack for the sake of clarity.
1907
1908 1995-01-18 Francesco Potorti` (pot@cnuce.cnr.it)
1909
1910 * etags.c (longopts, print_help, main): Use -I as abbreviation
1911 for the --ignore-indentation option.
1912 (main): Do not print an error message for unknown options.
1913
1914 1995-01-12 Francesco Potorti` (pot@cnuce.cnr.it)
1915
1916 * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Deleted.
1917 (append_to_tagfile, typedefs, typedefs_and_cplusplus,
1918 constantypedefs, update, vgrind_style, no_warnings,
1919 cxref_style, cplusplus, noindentypedefs): Were int, now logical.
1920 (permit_duplicates): Was a var, now a #define.
1921 (filename_lb): Was global, now local to main.
1922 (main): Open the tag file when in cxref mode.
1923 Use a BUFSIZ size buffer for making the shell commands.
1924 Look at the return value from the system routine.
1925 Exit when cannot open the tag file.
1926 (process_file): Open the file and pass the FILE* to find_entries.
1927 (find_entries): Now void, because does not open the file itself.
1928 (pfnote): Recovering from lack of memory does not work. Removed.
1929 Use savenstr and simplify the code.
1930 (free_tree): Only free the name space if node is named.
1931 (structtag): Now a pointer, not a fixed length array of chars.
1932 (consider_token): Don't take a token as argument. Use savenstr
1933 when saving a tag in structtag. Callers changed.
1934 (TOKEN): Structure changed. Now used only in C_entries.
1935 (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Deleted.
1936 (C_entries): nameb and savenameb deleted. Use dinamic allocation.
1937 (pfcnt): Deleted. Users updated.
1938 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
1939 TEX_getit, prolog_getit): Use dinamic allocation for storing
1940 the tag instead of a fixed size buffer.
1941
1942 1995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1943
1944 * movemail.c (main): Skip past the colon in inname.
1945
1946 1995-01-10 Francesco Potorti` (pot@cnuce.cnr.it)
1947
1948 * etags.c (pfatal): New function.
1949 (main, etags_getcwd): Use pfatal.
1950 (etags_getcwd): Corrected another bug in the HAVE_GETCWD version.
1951
1952 1995-01-10 Francesco Potorti` (pot@cnuce.cnr.it)
1953
1954 * etags.c (Lang_function): Use void instead to declare the
1955 language functions, because many compilers are buggy.
1956 (etags_getcwd): Fix the previous fix on the #else branch.
1957 (readline_internal): Discard possible \r before \n here.
1958 (C_entries): Do not deal with \r here: undo previous fix.
1959
1960 1995-01-09 Francesco Potorti` (pot at fly)
1961
1962 * b2m.c (concat, xmalloc, xrealloc, readline, xnew): Four new
1963 functions and a macro that allow the program to work on input
1964 lines of whatever length. Copied from etags.c.
1965 (fatal): Print a fatal error message and exit.
1966 (main): Use the new functions. Fixed a bug that made a \037 char
1967 appear at the end of the output.
1968
1969 1995-01-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1970
1971 * etags.c (C_entries): Ignore carriage return at end of line.
1972
1973 1994-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1974
1975 * fakemail.c (xmalloc, xrealloc): Add casts.
1976 (add_field): Handle <...> and "..." syntax.
1977 (setup_files, get_keyword): Clean up parens and line breaks.
1978 (args_size): Likewise.
1979
1980 1994-12-21 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
1981
1982 * yow.c: Include program name in error messages.
1983
1984 1994-12-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1985
1986 * make-docfile.c (scan_lisp_file): Handle dynamic doc strings.
1987 (xmalloc, fatal, error): New functions.
1988 (progname): New variable.
1989 (main): Set progname.
1990
1991 1994-12-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1992
1993 * emacsclient.c, emacsserver.c [HAVE_SYSVIPC]: Include sys/utsname.h.
1994 (main): If socket/mqueue name is in home dir, add in the host name.
1995 Rename .emacs_server to .emacs-server....
1996
1997 1994-12-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1998
1999 * emacsclient.c [!HAVE_SYSVIPC] (main): Fix error message diction.
2000
2001 1994-11-22 Francesco Potorti` (pot@cnuce.cnr.it)
2002
2003 * etags.c (print_help): print --regex usage for ctags also.
2004 (main): use -h in addition to -H as abbreviation for --help.
2005
2006 1994-11-16 Francesco Potorti` (pot@cnuce.cnr.it)
2007
2008 * etags.c [ETAGS_REGEXP]: All the new code that deals with regexps
2009 is compiled if this is defined. The new functions and variables
2010 added #ifdef ETAGS_REGEXP are not listed in this ChangeLog.
2011 [VMS]: All VMS specific code previously contained in
2012 etags-vmslib.c is now included here, modified for dealing with
2013 language and regex options intermixed with filenames.
2014 (header_file): Global variable deleted.
2015 (Lang_Function): New typedef. All language parser functions
2016 changed to this new type.
2017 (string_numeric_p, substr, prestr): Functions deleted.
2018 (readline_internal): Does the job that readline did previously.
2019 (longopts): --language and --regex options added.
2020 (lang_names, lang_extensions, lang_func, print_language_names):
2021 New structures, variables and functions for choosing languages.
2022 (print_help): Help strings updated. Calls print_language_names.
2023 (argument_type, ARGUMENT): Typedefs for dealing with language and
2024 regex options intermixed with filenames.
2025 (main): Changed the way of dealing with arguments on the command
2026 line to deal with language and regex options intermixed with
2027 filenames.
2028 (get_language, default_C_entries, Cplusplus_entries,
2029 Cstar_entries, Yacc_entries, just_read_file): New functions.
2030 (find_entries): Use the new method for choosing the language.
2031 (Pascal_functions): Allow intermixing of comment styles.
2032 (prolog_getit, skip_comment): Rewritten for speed.
2033 (readline): Rewritten to deal with regexps.
2034
2035 1994-11-16 Francesco Potorti` (pot@cnuce.cnr.it)
2036
2037 * etags.c (<errno.h>): #include added.
2038 (etags_getcwd): Check return value from getcwd.
2039
2040 1994-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2041
2042 * profile.c (TV1, TV2): Use EMACS_TIME as type.
2043 (get_time): Use EMACS_SUB_TIME.
2044
2045 1994-10-30 voelker <voelker@cs.washington.edu>
2046
2047 * ntlib.c: New file.
2048 * makefile.nt: New file.
2049
2050 * make-docfile.c (main) [WINDOWSNT]: Set _fmode and stdout to O_BINARY.
2051 [WINDOWSNT]: Include the NT headers.
2052 (READ_TEXT, READ_BINARY): Test DOS_NT, not MSDOS.
2053
2054 * etags.c (main, etags_getcwd): Test DOS_NT instead of MSDOS.
2055 [WINDOWSNT]: Include some NT headers.
2056
2057 1994-10-24 Jonathan I. Kamens (jik@cam.ov.com)
2058
2059 * pop.c (getline): When a search of already-read input for CRLF
2060 fails, store the fact that we've searched it and don't search it
2061 again after reading more data.
2062
2063 * pop.c (getline): When determining whether or not it's necessary
2064 to grow the input buffer, take into account the null that's stored
2065 at the end of already-read input in the buffer.
2066
2067 1994-10-21 Francesco Potorti` (pot@cnuce.cnr.it)
2068
2069 * etags.c (prestr, substr): return a logical type.
2070 (consider_token): Comment out "EXFUN". Use "DEFUN" instead of "DEF".
2071 (consider_token): set funcdef to fignore when a DEFUN is met.
2072 (C_entries): Now we can use Tom Hageman patch for extern "C".
2073
2074 1994-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2075
2076 * movemail.c: PopServer renamed to popserver throughout.
2077
2078 1994-10-20 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
2079
2080 * etags.c: Don't declare malloc, since we include config.h.
2081 * fakemail.c: Likewise.
2082
2083 1994-10-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2084
2085 * movemail.c: Don't declare malloc.
2086
2087 1994-10-19 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
2088
2089 * rcs-checkin: Use test -r instead of < to check readability, to
2090 avoid syntax error.
2091
2092 1994-10-19 Jonathan I. Kamens (jik@cam.ov.com)
2093
2094 * pop.c: Only include ../src/config.h if HAVE_CONFIG_H is
2095 defined, and if HAVE_CONFIG_H isn't defined, define
2096 MAIL_USE_POP always (so that this file can be included in
2097 other programs besides emacs).
2098
2099 * pop.c: Only declare h_errno if HAVE_H_ERRNO isn't defined or
2100 HAVE_CONFIG_H isn't defined.
2101
2102 * pop.c (find_crlf, getline): Instead of using strstr, use a
2103 custom function for finding CRLF.
2104 (my_strstr): Function deleted.
2105
2106 1994-10-17 Jonathan I. Kamens (jik@cam.ov.com)
2107
2108 * pop.c (getline): Fix a segfault because of passing a
2109 non-null-terminated string into strstr(). Fix from
2110 djm@va.pubnix.com (David J. MacKenzie).
2111
2112 * pop.c: Don't include <string.h> and <strings.h>.
2113
2114 * pop.c: Include <des.h> before <krb.h>, rather than after. They
2115 should be interchangeable, and indeed the inclusion is done in
2116 both orders in various files in the Kerberos 4 library sources,
2117 but djm@va.pubnix.com (David J. MacKenzie) reports that BSDI
2118 requires that <des.h> be included first, and I don't see any harm
2119 in changing the order.
2120
2121 * pop.c: Include ../src/config.h, to get HAVE_STRING_H and
2122 STDC_HEADERS, if they're defined. Undef open, read, write and
2123 close after including it.
2124
2125 1994-10-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2126
2127 * pop.c: Fix mismatch in conditionals.
2128
2129 * make-docfile.c (main): Don't process one input file twice.
2130 Never use exit code > 1.
2131
2132 * pop.c (open, close, read, write): Add #undefs.
2133
2134 * pop.c: Don't declare malloc, realloc, free.
2135 Include ../src/config.h.
2136 Don't include string.h or strings.h.
2137 Include des.h before krb.h.
2138 Do declare my_strstr.
2139 (getline): Really use my_strstr.
2140 Leave one empty place in server->buffer,
2141 and put a null at the end of the data in it.
2142
2143 1994-10-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2144
2145 * emacsserver.c [SYSV_IPC] (main): Catch SIGHUP as well. Don't
2146 call kill with pid 0. Handle EINTR when receiving messages.
2147
2148 1994-10-17 Karl Heuer <kwzh@gnu.ai.mit.edu>
2149
2150 * Makefile.in.in (regex.o): Use full path to find regex.c.
2151
2152 1994-10-17 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2153
2154 * Makefile.in.in (etags): add dependency on regex.o, link with it.
2155 (REGEXPOBJ, REGEXPDEPS, regex.o): target and macros added.
2156
2157 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
2158
2159 * Makefile.in.in (DONT_INSTALL): Remove make-path.
2160 (${archlibdir}): Use mkinstalldirs instead.
2161
2162 * movemail.c: Make functions that return nothing void, not
2163 implicitly int.
2164 (main): Improve usage message.
2165 (error): Write to stderr, not stdout.
2166
2167 * b2m.c cvtmail.c digest-doc.c emacsclient.c emacsserver.c etags.c
2168 fakemail.c hexl.c make-docfile.c profile.c sorted-doc.c test-distrib.c
2169 timer.c wakeup.c yow.c: Eliminate some -Wall warnings from unused
2170 variables and implicitly declared functions.
2171
2172 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2173
2174 * Makefile.in.in (clean): rm DOC* and *.tab.[ch].
2175 (distclean): Not here.
2176
2177 * Makefile.in.in (libexecdir): Renamed from libdir.
2178
2179 1994-10-11 Francesco Potorti` (pot@cnuce.cnr.it)
2180
2181 * etags.c (C_entries): Name the #define's that are macros.
2182
2183 1994-10-10 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2184
2185 * emacsserver.c [! SYSVIPC] (main): Fix uses of FD_* macros:
2186 fd_set arg is a pointer, descriptor arg comes first.
2187
2188 1994-09-29 Francesco Potorti` (pot@cnuce.cnr.it)
2189
2190 * etags.c (C_entries): Recognise typedef of ANSI style functions.
2191 (C_entries): Recognise #define inside a struct.
2192 (C_entries): ANSI tells that preprocessor commands do not have to
2193 start on the first column.
2194 (print_help): Documentation corrected for -d and -D.
2195 (white, endtk): ANSI tells the vertical tab is a separator.
2196
2197 1994-09-24 Jonathan I. Kamens (jik@gza-client1.aktis.com)
2198
2199 * Makefile.in.in (MOVE_FLAGS, MOVE_LIBS): New variables.
2200 (pop.o, movemail.o): New targets.
2201 (movemail): Link in pop.o and movemail.o. Use MOVE_LIBS, MOVE_FLAGS.
2202
2203 * pop.c, pop.h: New files.
2204
2205 * movemail.c: Improve POP code, move most of it into a separate file.
2206 (mbx_delimit_end, mbx_delimit_begin): Check for errors.
2207 (mbx_write): Check for errors and for From line.
2208 (pop_retr, popmail): Use subroutines in pop.c to do the real work.
2209 (get_errmsg, multiline, getline, putline, pop_stat, pop_command)
2210 (pop_init): Functions deleted.
2211
2212 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
2213
2214 * make-path.c (touchy_mkdir): Make dir ugo+rx even if it isn't new.
2215 Rename path to dirname.
2216
2217 1994-09-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2218
2219 * Makefile.in.in (UTILITIES):
2220 Remove test-distrib, make-docfile, make-path.
2221 (DONT_INSTALL): New variable--list those files here.
2222 (clean): Delete the files in DONT_INSTALL.
2223
2224 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2225
2226 * b2m.c (from, labels, data): Use MAX_DATA_LEN as length.
2227 (main): Use fgets, not gets.
2228
2229 1994-09-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2230
2231 * timer.c: Don't declare malloc.
2232
2233 1994-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
2234
2235 * emacsserver.c (FD_*) [HAVE_SOCKETS & !HAVE_SYSVIPC]: If not already
2236 defined, use simple 32-bit versions of these macros.
2237 (main) [HAVE_SOCKETS & !HAVE_SYSVIPC]: Use these macros.
2238
2239 1994-09-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2240
2241 * etags.c (etags_getcwd): Use getcwd if available.
2242
2243 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2244
2245 * Version 19.27 released.
2246
2247 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2248
2249 * Version 19.26 released.
2250
2251 1994-08-15 Paul Eggert <eggert@twinsun.com>
2252
2253 * rcs2log: Add support for CVS.
2254 Work with `rlog's that output ISO 8601 dates.
2255
2256 1994-08-09 Lawrence R. Dodd <dodd@roebling.poly.edu>
2257
2258 * rcs2log: Use <> to delimit email address.
2259
2260 1994-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2261
2262 * emacsserver.c [SYSV_IPC] (main): Make a separate process
2263 so we can listen for multiple requests.
2264
2265 1994-08-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2266
2267 * movemail.c: Include config.h first thing.
2268
2269 1994-08-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2270
2271 * emacsserver.c (main): Add casts to avoid warnings.
2272
2273 1994-07-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2274
2275 * Makefile.in.in (${archlibdir}): Compare the proper dir
2276 before installing the scripts.
2277
2278 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2279
2280 * emacsclient.c (main): New local var progname saves argv[0].
2281
2282 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2283
2284 * emacsclient.c (main): Don't actually modify argv[0].
2285 Modify a copy instead.
2286
2287 1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2288
2289 * profile.c (reset_watch, get_time): Use EMACS_GET_TIME.
2290 (tzp): Var deleted.
2291
2292 * Makefile.in.in: Add #undef alloca.
2293
2294 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2295
2296 * timer.c (xmalloc): New function.
2297
2298 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2299
2300 * Makefile.in.in (ALLOCA_CFLAGS): New variable.
2301 (alloca.o): New target.
2302
2303 1994-07-08 Dave Love (d.love@dl.ac.uk)
2304
2305 * etags.c (takeprec): recognise `character*(*) function'
2306
2307 1994-07-08 Francesco Potorti` (pot@cnuce.cnr.it)
2308
2309 * etags.c (main): Don't barf on obsolete -t and -T switches.
2310 (main): Print an explicative message when a switch is not known.
2311
2312 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2313
2314 * hexl.c: Don't declare exit or perror.
2315
2316 * emacsserver.c (main): Don't declare geteuid.
2317 Don't declare getenv if convex.
2318
2319 1994-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2320
2321 * Makefile.in.in (test-distrib): Use ALL_CFLAGS.
2322
2323 1994-06-03 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2324
2325 * etags.c (absolute_filename): Remove infinite loop bug when
2326 accessing files in directories whose name begins with a dot.
2327
2328 1994-06-03 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2329
2330 * etags.c (etags_getcwd): Delete the trailing newline from cwd.
2331
2332 1994-06-01 Morten Welinder (terra@diku.dk)
2333
2334 * yow.c (rootrelativepath) [MSDOS]: Define, expanding to dynamic
2335 location of data directory.
2336
2337 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2338
2339 * Version 19.25 released.
2340
2341 1994-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2342
2343 * Makefile.in.in (distclean): Delete Makefile, Makefile.in, blessmail.
2344
2345 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2346
2347 * Makefile.in.in (blessmail): Don't depend on ../src/emacs.
2348
2349 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2350
2351 * Version 19.24 released.
2352
2353 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2354
2355 * make-docfile.c (write_c_args): Put `default' in upper case.
2356
2357 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2358
2359 * etags.c (etags_getcwd): Cast result of popen.
2360 (popen): Declaration deleted.
2361
2362 1994-05-17 Karl Heuer (kwzh@gnu.ai.mit.edu)
2363
2364 * etags.c [!MSDOS]: Declare popen.
2365
2366 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2367
2368 * b2m.c (main): Avoid crash if argc is 1.
2369
2370 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2371
2372 * Version 19.23 released.
2373
2374 * Makefile.in.in (blessmail): Specify directory for blessmail.el.
2375
2376 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2377
2378 * Makefile.in.in (maybe-blessmail): Mention bless-mail is in lib-src.
2379
2380 1994-05-05 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
2381
2382 * Makefile.in.in: Fix out of date comment.
2383
2384 1994-05-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2385
2386 * Makefile.in.in: Put in a separator for where to start cpp procssing.
2387 Move all autoconf substitutions above that point.
2388 Above that point, use Make-style comments.
2389 This goes with changes in ../configure.in.
2390
2391 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2392
2393 * Makefile.in.in (maybe-blessmail): New target to print the blessmail
2394 warning message.
2395 (${archlibdir}): Don't do it here. Don't depend on blessmail.
2396
2397 1994-05-02 Karl Heuer (kwzh@gnu.ai.mit.edu)
2398
2399 * Makefile.in.in (${archlibdir}): Be lenient about wc output format.
2400
2401 1994-05-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2402
2403 * Makefile.in.in (${archlibdir}): Don't run blessmail; instead
2404 print advice to run it, if it has anything significant to do.
2405 And only if MOVEMAIL_NEEDS_BLESSING.
2406 (blessmail): Use emacs, not temacs.
2407 (configuration): Renamed from configname.
2408
2409 1994-04-30 Morten Welinder (terra@diku.dk)
2410
2411 * etags.c (find_entries): Treat `*.cpp' as C++ files.
2412
2413 1994-04-30 Morten Welinder (terra@diku.dk)
2414
2415 * etags.c [MSDOS]: #include <sys/param.h> for the following.
2416 [MSDOS] (etags_getcwd): Define simple MSDOS version without spawning
2417 a shell.
2418
2419 1994-04-29 Morten Welinder (terra@diku.dk)
2420
2421 * hexl.c [MSDOS]: Don't define proto type for exit.
2422
2423 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2424
2425 * b2m.c: Don't include string.h or strings.h.
2426
2427 1994-04-27 Karl Heuer (kwzh@gnu.ai.mit.edu)
2428
2429 * Makefile.in.in: C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp
2430 symbols, not make variables.
2431
2432 1994-04-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2433
2434 * Makefile.in.in (etags, ctags): Make VERSION a string constant.
2435 * etags.c (print_version): Print VERSION as a string.
2436
2437 1994-04-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2438
2439 * fakemail.c (readline): Fix updating of p when buffer grows.
2440
2441 1994-04-20 Karl Heuer (kwzh@gnu.ai.mit.edu)
2442
2443 * Makefile.in.in (blessmail): New target.
2444 ${archlibdir}: Use blessmail when installing movemail.
2445
2446 1994-04-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2447
2448 * fakemail.c (readline): When extending the buffer,
2449 calculate end afresh using the new size.
2450
2451 1994-04-18 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2452
2453 * etags.c (main, print_help): eliminate the -F option.
2454
2455 1994-04-18 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2456
2457 * etags.c (absolute_filename): compare against '\0' instead of NULL.
2458
2459 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2460
2461 * Makefile.in.in: Renamed from Makefile.in.
2462 Makefile.in is now generated from it, and then preprocessed.
2463 Change comments to C syntax.
2464 Include config.h.
2465 (LIBS_SYSTEM, LIBS_MACHINE): Define as empty if not defined.
2466 (LOADLIBES): Define from LIBS_SYSTEM and LIBS_MACHINE.
2467
2468 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2469
2470 * movemail.c [HAVE_UNISTD_H]: Include unistd.h.
2471
2472 1994-04-12 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2473
2474 * etags.c (etags_getcwd): Initialize bufsize.
2475
2476 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2477
2478 * profile.c (gettimeofday): If system doesn't have this, define it
2479 to give a fatal error.
2480
2481 1994-04-11 Karl Heuer (kwzh@gnu.ai.mit.edu)
2482
2483 * movemail.c (main): Use setuid, not seteuid.
2484
2485 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2486
2487 * etags.c: #undef static.
2488
2489 1994-04-08 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2490
2491 * etags.c (outf, outfiledir): renamed to tagf, tagfiledir.
2492 (PF_funcs, Asm_funcs, L_funcs, PAS_funcs, TEX_funcs,
2493 Scheme_funcs, prolog_funcs): renamed to Fortran_functions,
2494 Asm_labels, Lisp_functions, Pascal_functions, Scheme_functions,
2495 TeX_functions, Prolog_functions.
2496 (inf): no more a global variable.
2497 (C_entries): take 2nd parameter `inf' instead of using the global one.
2498 (find_entries): added the cp1 var for optimisation.
2499 (find_entries): added more suffixes for assembler files.
2500 (Asm_funcs): Now finds labels even without an ending colon.
2501
2502 1994-03-30 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2503
2504 * etags.c (main): use etags_getcwd for compatibility.
2505 (etags_getcwd): new function.
2506
2507 1994-03-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2508
2509 * Makefile.in (etags, ctags): Pass -D for VERSION.
2510
2511 1994-03-25 Francesco Potorti` (pot@cnuce.cnr.it)
2512
2513 * etags.c (emacs_tags_format, ETAGS): removed. Use CTAGS instead.
2514 (main): don't allow the use of -t and -T in etags mode.
2515 (print_help): don't show options enabled by default.
2516 (print_version): show the emacs version number if VERSION is #defined.
2517 (find_entries): add "ss" as suffix for Chez Scheme.
2518
2519 1994-03-23 Francesco Potorti` (pot@cnuce.cnr.it)
2520
2521 * etags.c (cwd, outfiledir): vars added.
2522 (relative_filename, absolute_filename, absolute_dirname):
2523 functions added to compute filenames in tags files.
2524 (process_file): filenames in tags file are relative to the
2525 directory where the tags file is (useful with the -o option).
2526 (main): initialise the outfiledir var.
2527 (TYPEDST): added the `tignore' value.
2528 (C_entries): corrected various small bugs.
2529
2530 1994-03-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2531
2532 * Makefile.in (UTILITIES): `env' deleted.
2533 (env): Target deleted.
2534 * env.c: File deleted.
2535
2536 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2537
2538 * Makefile.in (install, ${archlibdir}): Switch back to ..
2539 before running INSTALL_PROGRAM.
2540
2541 1994-03-14 Francesco Potorti` (pot@cnuce.cnr.it)
2542
2543 * etags.c (TYPEDST): added the `tignore' value.
2544 (C_entries): corrected various bugs, now correctly parses the
2545 `extern "C" {' construction (patch by Tom R.Hageman).
2546
2547 1994-03-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2548
2549 * b2m.c: Use <...> to include config.h.
2550 Don't include stdlib.h.
2551
2552 1994-03-03 Heiko Muenkel (muenkel@tnt.uni-hannover.de)
2553
2554 * b2m.c (main): Change delimiter from "^L" to "^_^L".
2555 Allow for text following "BABYL OPTIONS:".
2556 Add --help option. Use argv[0] in error messages.
2557
2558 1994-03-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2559
2560 * emacsclient.c (main) [HAVE_SYSVIPC]:
2561 Make msgp->mtext longer if necessary.
2562 On HPUX, error if it's more than 512 chars.
2563
2564 1994-02-26 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
2565
2566 * etags-vmslib.c: Use GPL.
2567 * emacstool.c: Use GPL.
2568 * fakemail.c: Update GPL.
2569
2570 * make-path.c (main): Return 1 on error, not -1.
2571 Update GPL.
2572
2573 * cvtmail.c: Declare malloc, realloc, xmalloc, xrealloc, getenv.
2574 (xmalloc, xrealloc): Return char *, not int.
2575 (error): Write to stderr, not stdout.
2576 Update GPL.
2577
2578 1994-02-23 Karl Heuer (kwzh@gnu.ai.mit.edu)
2579
2580 * profile.c (main, get_time): Don't crash on invalid input.
2581
2582 1994-02-22 Karl Heuer (kwzh@gnu.ai.mit.edu)
2583
2584 * profile.c (get_time): Simplify; avoid calling index.
2585 (main): exit on EOF.
2586
2587 1994-02-17 Francesco Potorti` (pot@cnuce.cnr.it)
2588
2589 * etags.c (--absolute-pathnames): option removed.
2590
2591 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2592
2593 * fakemail.c (put_line): Don't break the line if it all fits.
2594
2595 1994-02-14 Francesco Potorti` (pot at fly)
2596
2597 * etags.c (absolute_pathnames, cwd): added global vars.
2598 (longopts, print_help, main, process_file): put absolute filenames
2599 in the tag file if the -A --absolute-pathnames option is used.
2600 (print_help): alfabetically order the options.
2601 (malloc, realloc, strcpy, strncpy, strcmp): remove extern declar.
2602
2603 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2604
2605 * Makefile.in (C_SWITCH_MACHINE): Get this from autoconf.
2606 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use C_SWITCH_MACHINE.
2607
2608 1994-02-07 Christian Lynbech (lynbech@avignon)
2609
2610 * emacsserver.c (main) [HAVE_SYSVIPC]: Reverse test of fork value.
2611
2612 1994-02-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2613
2614 * Makefile.in (UTILITIES): Mention profile.
2615 (profile): New target.
2616
2617 * profile.c: New file.
2618
2619 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2620
2621 * Make the argument list output look more like the Lisp docstrings do.
2622 make-docfile.c (write_c_args): Take new arg FUNC. Make output
2623 look like lisp call prototypes: (function ARG1 ARG2), upcasing args.
2624 (scan_c_file): Pass BUF to write_c_args for FUNC arg.
2625
2626 1994-01-14 Francesco Potorti` (pot@cnuce.cnr.it)
2627
2628 * etags.c (stab_entry, stab_create, stab_find, stab_search,
2629 stab_type, add_keyword, C_reate_stab, C_create_stabs): deleted.
2630 Use gperf generated hash table instead of linked list.
2631 (C_stab_entry, hash, in_word_set, get_C_stab, C_symtype): added.
2632 Mostly code generated by gperf.
2633 (consider_token): removed unused parameter `lp'.
2634 (PF_funcs, getit): allow subroutine and similar declarations
2635 to span multiple lines.
2636 (C_entries): check for newline if inchar to avoid bus errors.
2637 (process_file, find_entries): distinguish among nonexistent
2638 and not regular file.
2639
2640 1994-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2641
2642 * timer.c: Include errno.h; don't include fasync.h.
2643 (schedule): Don't return a value.
2644 (sigcatch): Reestablish the handler first.
2645 (getevent): Always call notify at the end.
2646 (notify): Defer alarms around the whole body of function.
2647
2648 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2649
2650 * timer.c (main): Don't request SIGIO, and don't handle it.
2651 Loop calling getevent.
2652 (sigcatch): Delete code to handle SIGIO.
2653 if defer_alarms is set, don't call notify, just set alarm_deferred.
2654 (getevent): Use read, not getchar. Handle EINTR and EAGAIN.
2655 Set defer_alarms around realloc and schedule.
2656 If alarm_deferred gets set, call notify.
2657 Likewise if this event is the only pending event.
2658 Make buf and buf_size global variables.
2659 Don't malloc buf if it is already non-zero.
2660 (schedule): Just exit if run out of memory.
2661 Return the number of events.
2662 (signal) [_CX_UX]: Add #undef.
2663
2664 1994-01-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2665
2666 * timer.c [USG] (SIGIO): Define as SIGPOLL.
2667 (main) [USG]: Do ioctl to enable SIGPOLL.
2668
2669 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2670
2671 * timer.c: Don't declare sys_errlist; declare strerror instead.
2672 (schedule, main): Call strerror instead of using sys_errlist.
2673 * movemail.c (get_errmsg, pfatal_with_name, pfatal_and_delete):
2674 Call strerror instead of using sys_errlist.
2675 * env.c (main): Call strerror instead of using sys_errlist.
2676 * emacsclient.c: Don't declare sys_errlist; declare strerror instead.
2677 (main): Call strerror instead of using sys_errlist.
2678 * emacsclient.c [! HAVE_STRERROR] (strerror): Define the function.
2679 * env.c [! HAVE_STRERROR] (strerror): Likewise.
2680 * timer.c [! HAVE_STRERROR] (strerror): Likewise.
2681 * movemail.c [! HAVE_STRERROR] (strerror): Likewise.
2682
2683 1994-01-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2684
2685 * hexl.c: Fix up whitespace. Get rid of spurious casts to void.
2686
2687 * movemail.c (malloc): Don't declare it.
2688 (xmalloc): Cast result of malloc.
2689 (strcpy): Don't declare it.
2690
2691 1993-11-14 Morten Welinder (terra@diku.dk)
2692
2693 * hexl.c [MSDOS]: Use binary file modes for non-text side of pipe.
2694 (main): Use fclose to close file opened by fopen.
2695
2696 * fakemail.c (main) [MSDOS]: Dummy stub just to make the file compile.
2697
2698 * movemail.c [MSDOS]: #undef `access'.
2699
2700 * b2m.c (main) [MSDOS]: Open all files as binary.
2701 * etags.c (main) [MSDOS]: Open all files as binary.
2702
2703 * make-docfile.c [MSDOS]: Use text/binary mode as appropriate.
2704 (scan_c_file, scan_lisp_file): Extra parameter for the mode to open
2705 with.
2706
2707 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2708
2709 * Makefile.in (ALL_CFLAGS): Include LDFLAGS.
2710 Use ALL_CFLAGS in all the rules that compile and link with one cmd.
2711 (LINK_CFLAGS): New variable.
2712 (timer): Use LINK_CFLAGS.
2713
2714 1993-12-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2715
2716 * movemail.c: Include syswait.h.
2717 Fork a subprocess and use it to copy the mail file.
2718
2719 1993-12-07 Richard Stallman (rms@srarc2)
2720
2721 * make-docfile.c (scan_lisp_file): Don't add newline at end of string.
2722
2723 1993-12-04 Richard Stallman (rms@srarc2)
2724
2725 * movemail.c (main): When making tempname, cast result of xmalloc.
2726 Include room for EXXXXXX in the size.
2727 Don't use result of strcpy.
2728
2729 1993-12-03 Paul Eggert (eggert@twinsun.com)
2730
2731 * vcdiff: Add --brief option.
2732
2733 1993-12-02 Richard Stallman (rms@srarc2)
2734
2735 * Makefile.in (${archlibdir}, install): Use $(INSTALL_PROGRAM)
2736 for all executables and scripts.
2737
2738 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2739
2740 * Version 19.22 released.
2741
2742 1993-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2743
2744 * Makefile.in (mostlyclean): Make it distinct from clean.
2745
2746 1993-11-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2747
2748 * Makefile.in (${archlibdir}): Don't do chown or chgrp.
2749
2750 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2751
2752 * Version 19.21 released.
2753
2754 * Makefile.in (install): Don't change mode or group when installing.
2755
2756 * etags.c (FUNCST, TYPEDST, STRUCTST, DEFINEST): Delete excess commas.
2757
2758 1993-11-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2759
2760 * make-docfile.c (read_c_string): For "", concatenate the two strings.
2761
2762 * movemail.c (main): Fix error message text.
2763
2764 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2765
2766 * Version 19.20 released.
2767
2768 1993-11-08 Tom Hageman (tom@basil.icce.rug.nl)
2769
2770 * etags.c: (C_entries): Keep track of ()-parenthesis level so that
2771 functions returning a pointer to a function, a la `signal', can be
2772 parsed. This also required new state `fstartlist' to `FUNCST'.
2773 (SAVE_TOKEN, RESTORE_TOKEN, TOKEN_SAVED_P): 1-deep token save stack.
2774 (C_entries, CNL): use it to isolate preprocessor directive processing
2775 from the other state engines.
2776 (begtk): add '~', for C++ class destructors.
2777
2778 1993-11-02 Francesco Potorti` (pot@cnuce.cnr.it)
2779
2780 * etags.c (consider_token): removed unused variable firsttok.
2781 (prolog_getit): call pfnote with the right number of arguments.
2782
2783 1993-10-19 Paul Eggert (eggert@twinsun.com)
2784
2785 * rcs2log (printlogline): Don't generate lines containing only
2786 white space.
2787
2788 1993-10-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2789
2790 * Makefile.in (${archlibdir}):
2791 Install ${SCRIPTS} from ${srcdir}, not cwd.
2792
2793 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2794
2795 * Makefile.in: Fixed typos or brainos of whoever thought `@' was
2796 the comment character.
2797
2798 1993-10-01 Francesco Potorti` (pot@cnuce.cnr.it)
2799
2800 * etags.c (process_file): dead code removed.
2801 (S_ISREG): #define it using S_IFREG if not defined.
2802 (process_file): regular files have nothing to do with symlinks.
2803
2804 1993-09-28 Brian Fox (bfox@ai.mit.edu)
2805
2806 * Makefile.in (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not
2807 from current directory. Only chmod and chgrp files that we
2808 installed, which excludes ${INSTALLABLE_SCRIPTS}. They go in
2809 ${bindir}.
2810 (INSTALLFLAGS): Deleted definition, since it is an unused variable
2811 now.
2812
2813 1993-09-27 Brian Fox (bfox@ai.mit.edu)
2814
2815 * Makefile.in (INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Let
2816 configure figure out the correct values for these variables.
2817
2818 1993-09-14 Brian Fox (bfox@ai.mit.edu)
2819
2820 * Makefile.in (archlibdir): Only install execuatables internally
2821 used by emacs; don't install bindir binaries here.
2822
2823 1993-09-24 Paul Eggert (eggert@twinsun.com)
2824
2825 * rcs2log: Add -h, -n, -r options.
2826 By default, look for *,v files as well as RCS/*,v files.
2827 Use $TMPDIR (default /tmp) instead of /tmp.
2828
2829 1993-09-20 Francesco Potorti` (pot at fly)
2830
2831 * etags.c (C_entries): is_func is initialised here instead of in
2832 consider_token for the sake of the yacc rules section.
2833 (C_entries): Now class, struct, enum, union and typedef produce
2834 named tags.
2835
2836 1993-09-11 Roland McGrath (roland@baalperazim.gnu.ai.mit.edu)
2837
2838 * yow.c: Include <src/paths.h>, instead of "src/paths.h".
2839
2840 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2841
2842 * Support configuring in a different directory when ${srcdir} has
2843 already been configured.
2844 * Makefile.in (ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before
2845 -I${srcdir} -I${srcdir}/../src.
2846 (b2m, movemail, fakemail, env, emacsserver, emacsclient,
2847 getdate.o, timer.o, timer): Remove `-I${srcdir}/../src', since it
2848 is already in CPP_FLAGS.
2849 * etags.c, emacsclient.c, wakeup.c, timer.c, b2m.c, fakemail.c,
2850 movemail.c, emacsserver.c: Include <config.h> instead of "config.h".
2851
2852 1993-08-25 Paul Eggert (eggert@twinsun.com)
2853
2854 * rcs2log: Change /{/ to /\{/ for Posix ERE compatibility;
2855 otherwise, HP awk complains.
2856
2857 * vcdiff: Append /usr/ccs/bin and /usr/sccs to PATH, since these
2858 are common hangouts for SCCS commands.
2859
2860 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2861
2862 * Version 19.19 released.
2863
2864 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2865
2866 * Makefile.in (make-path): Dep on config.h.
2867
2868 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2869
2870 * b2m.c (TRUE, FALSE): Don't define if already defined.
2871
2872 1993-08-09 Paul Eggert (eggert@twinsun.com)
2873
2874 * rcs2log (awkscript):
2875 Some sites put comma-separated junk after the fullname.
2876 Remove it, but leave "Bill Gates, Jr" alone.
2877 Remove the junk from fullnames like "0000-Admin(0000)".
2878
2879 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2880
2881 * Version 19.18 released.
2882
2883 1993-08-04 Francesco Potorti` (pot@spiff.gnu.ai.mit.edu)
2884
2885 * etags.c (L_isdef, L_isquote, L_getit): small optimisations.
2886 (L_funcs): the (foo::defmumble stuff now should work.
2887 (consider_token): function returned random value--corrected.
2888 (C_entries): corrected == versus = typo.
2889
2890 1993-08-01 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2891
2892 * etags.c (put_entries): For NODE->rewritten, put pattern before
2893 \177 and name after, not vice versa.
2894
2895 1993-08-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2896
2897 * timer.c (main): Generate a SIGIO as soon as we've initialized.
2898
2899 1993-07-30 Francesco Potorti` (pot@cnuce.cnr.it)
2900
2901 * etags.c (FINCST): added the fignore status. Means we are
2902 after the parameter list and before the open curly brace.
2903 Allows correct parsing of C++ constructors.
2904 (C_entries, consider_token): make use of fignore.
2905 (consider_token): reset funcdef when next_token_is_func: when in
2906 ctags mode makes DEFVAR and others work better.
2907 (L_isquote): function that recognises the "(quote" string.
2908 (L_getit): ignore quoting via "'" or "(quote". Useful for defalias.
2909
2910 1993-07-29 Paul Eggert (eggert@twinsun.com)
2911
2912 * rcs-checkin: Don't check whether a file is readable until we have
2913 decided not to ignore it.
2914
2915 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2916
2917 * Makefile.in (etags): Depend on ../src/config.h.
2918
2919 * emacsserver.c: Include types.h before file.h.
2920
2921 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2922
2923 * Makefile.in (install): Use .n, not .new, for temporary filenames.
2924
2925 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2926
2927 * Version 19.17 released.
2928
2929 1993-07-15 Jim Blandy (jimb@totoro.cs.oberlin.edu)
2930
2931 * etags.c (print_help): Break up the very long strings containing
2932 the help message into shorter strings, to placate chintzy C
2933 compilers which can't handle strings that long.
2934
2935 * wakeup.c: Use CPP tangle from autoconf manual to #include the
2936 correct combination of <time.h> and <sys/time.h>.
2937
2938 1993-07-08 Francesco Potorti` (pot@cnuce.cnr.it)
2939
2940 * etags.c (alloca): removed all references to it.
2941 (main): now calls xnew instead of alloca for portability.
2942 (../src/config.h): included only if HAVE_CONFIG_H.
2943 (const): void definition removed--config.h takes care of it.
2944
2945 1993-07-08 Francesco Potorti` (pot@cnuce.cnr.it)
2946
2947 * etags.c (consider_token): was `==', now is `='.
2948 (consider_token): DEFUNs now treated like funcs in ctags mode.
2949
2950 * etags.c (LEVEL_OK_FOR_FUNCDEF): removed.
2951 (C_entries): optimized the test that used LEVEL_OK_FOR_FUNCDEF.
2952 (C_entries): removed a piece of useless code.
2953 (C_entries): making typedef tags is delayed until a semicolon
2954 is met. This handles "typedef int X, Y, Z;" correctly.
2955
2956 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
2957
2958 * Version 19.16 released.
2959
2960 * b2m.c: #include <sys/types.h>.
2961 (ltoday): Declare this to be time_t.
2962
2963 1993-06-30 Paul Eggert (eggert@twinsun.com)
2964
2965 * vcdiff: Add -q option.
2966
2967 1993-06-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2968
2969 * etags.c: #include "config.h" and the alloca CPP tangle before
2970 #including the system headers and getopt.h. AIX requires the
2971 #pragma to come before any actual C code.
2972
2973 1993-06-21 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2974
2975 * Makefile.in (ctags): Depend on etags, so that parallel makes
2976 don't write etags.o files on top of each other.
2977
2978 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2979
2980 * version 19.15 released.
2981
2982 1993-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2983
2984 * etags.c (add_node): Move var last_node to file scope.
2985
2986 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2987
2988 * Version 19.14 released.
2989
2990 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2991
2992 Bring mumbleclean targets into conformance with GNU coding standards.
2993 * Makefile.in (distclean): Call clean to do most of the work.
2994 Delete aixcc.c and TAGS.
2995 (realclean): Just call distclean.
2996
2997 * Makefile.in: Remember, spaces are not tabs.
2998
2999 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3000
3001 * Makefile.in (CPP_CFLAGS): New variable.
3002 Use it instead of ALL_CFLAGS when compiling a .c file.
3003 (getopt.o, getopt1.o): Add explicit compilation commands.
3004
3005 1993-06-10 Mark D. Baushke (mdb@cisco.com)
3006
3007 * etags.c: Reinstate old -f option as an alias for -o for
3008 installed base uses.
3009
3010 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3011
3012 * emacsserver.c (main): When we're passing a `struct sockaddr_un'
3013 to bind or accept, cast the pointer, to avoid warnings on systems
3014 which declare prototypes for this.
3015 * emacsclient.c (main): Same.
3016
3017 * Makefile.in (YACC): New variable, to be set by top-level Makefile.
3018
3019 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3020
3021 * Version 19.13 released.
3022
3023 * wakeup.c: Include sys/types.h, too; I think that's where time_t
3024 comes from, not sys/time.h.
3025
3026 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3027
3028 * wakeup.c: Include sys/time.h.
3029
3030 * etags.c: #undef static.
3031
3032 * Version 19.12 released.
3033
3034 * Makefile.in (all): Exclude INSTALLABLE_SCRIPTS and SCRIPTS from deps.
3035
3036 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3037
3038 * Version 19.11 released.
3039
3040 * timer.c [LINUX]: #undef signal.
3041 * emacsserver.c: #undef signal.
3042
3043 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3044
3045 * wakeup.c (main): Make when a time_t.
3046
3047 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3048
3049 * Makefile.in: (${archlibdir}): Use `(cd foo && pwd)` instead of
3050 `(cd foo ; pwd)` to get the canonical name of a directory; cd
3051 might fail, and have pwd print out the current directory.
3052
3053 * movemail.c [MAIL_USE_POP] (main): Don't use non-portable
3054 string-handling functions.
3055
3056 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3057
3058 * Version 19.10 released.
3059
3060 1993-05-29 Paul Eggert (eggert@twinsun.com)
3061
3062 * rcs2log: When given no file arguments, inspect RCS/.* as well
3063 as RCS/*. Don't report an error if RCS is empty or nonexistent.
3064
3065 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3066
3067 * Makefile.in (timer): Link with $(LOADLIBES).
3068
3069 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3070
3071 * fakemail.c (put_line): Don't output \n\t unless more text follows.
3072
3073 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3074
3075 * etags.c: Replace the CPP tangle for alloca with the one from the
3076 autoconf documentation, since that's working elsewhere.
3077
3078 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3079
3080 * Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine
3081 description files can find their ancestors.
3082
3083 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3084
3085 * Makefile.in (install): Get the scripts from ${srcdir},
3086 unlike the executables.
3087 (ALL_CFLAGS): Add -I../src
3088
3089 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3090
3091 * Version 19.9 released.
3092
3093 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3094
3095 * Makefile.in (install): Do install the programs listed in
3096 INSTALLABLE_SCRIPTS. Make the renaming loop use INSTALLABLES and
3097 INSTALLABLE_SCRIPTS, instead of writing the programs out.
3098
3099 * Makefile.in (ALL_CFLAGS): Include -I${srcdir}.
3100 (getopt.o, getopt1.c): Use ${srcdir} as appropriate.
3101
3102 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3103
3104 * etags.c: Include ../src/config.h.
3105
3106 * Makefile.in (install): Don't handle INSTALLABLE_SCRIPTS
3107 in first loop. Delete files from bindir before installing new ones.
3108 (ALL_CFLAGS): Use ${srcdir} to find .../src dir.
3109
3110 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3111
3112 * Version 19.8 released.
3113
3114 * make-docfile.c: Doc fix.
3115
3116 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3117
3118 * tcp.c: Fix comment syntax at top of file.
3119 (main): Don't call htons with the port number.
3120
3121 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3122
3123 * Makefile.in (timer.o, sorted-doc.c): Link with alloca.o, if it's
3124 appropriate.
3125
3126 * Makefile.in (install): Refer to the variables INSTALLABLES and
3127 INSTALLABLE_SCRIPTS, instead of writing them out.
3128
3129 1993-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3130
3131 * make-path.c (main): Return 0.
3132
3133 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3134
3135 * Version 19.7 released.
3136
3137 1993-05-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3138
3139 * make-docfile.c (scan_lisp_file): Recognize defalias like fset.
3140
3141 1993-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3142
3143 * tcp.c: New file.
3144
3145 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3146
3147 * Makefile.in (.c.o): Make the rule start with a tab, not spaces.
3148
3149 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3150
3151 * timer.c (notify): Don't call sighold or sigrelse; they're USG
3152 only. We should really fix this later, but let's just make it
3153 compile for now.
3154
3155 Install patches from David J. Mackenzie to make the srcdir option
3156 work.
3157 * Makefile.in (srcdir, VPATH): Get this value from the top-level
3158 Makefile.
3159 (INSTALLABLES): Split this into two lists - INSTALLABLES and
3160 INSTALLABLE_SCRIPTS.
3161 (INSTALLABLE_SCRIPTS): New list.
3162 (EXECUTABLES): Include INSTALLABLE_SCRIPTS.
3163 (${archlibdir}): The scripts to be installed live in the source
3164 tree, not in the object tree.
3165 (test-distrib): Note that the data file lives in the source tree,
3166 not the object tree.
3167 (GETOPTDEPS): Note that getopt.h lives in the source tree.
3168 (all other targets): Change references to source files to use
3169 ${srcdir}, except for config.h, which lives in the object dir.
3170 (timer.o): Note that this depends on ../src/config.h.
3171 * make-docfile.c (main): Add a -d option, to tell it where to find
3172 the source files.
3173 * test-distrib.c (main): Take the name of the distribution file to
3174 test from the command line.
3175
3176 * timer.c: Fix mispellings of get_date function's name.
3177
3178 1993-05-12 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3179
3180 * etags.c (main):
3181 Don't require that there be input files if -i switches were given.
3182
3183 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3184
3185 The GNU coding standards specify that CFLAGS should be left for
3186 users to set.
3187 * Makefile.in (CFLAGS): Put this in the "things configure might
3188 edit" section, and have it default to -g.
3189 (ALL_CFLAGS): New variable, set to all the flags which should be
3190 passed to compilations. Replace all other uses of CFLAGS with
3191 ALL_CFLAGS.
3192 (.c.o): New rule, to pass ALL_CFLAGS to compilations.
3193
3194 * Makefile.in (DEFS): Remove this; it's always just going to be
3195 "-DHAVE_CONFIG_H -Demacs".
3196
3197 1993-05-03 Paul Eggert (eggert@twinsun.com)
3198
3199 * rcs2log: mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on
3200 /[/]/, so change it to /[\/]/. This should work on all
3201 Posix-compliant awks. It's slightly wrong with traditional awk,
3202 since it matches \ too, but that's a minor problem compared to awk
3203 syntax errors.
3204
3205 1993-05-01 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3206
3207 * Makefile.in (ALLOCA): New variable, whose value we should
3208 inherit from the top-level makefile.
3209 (etags, ctags): Include ALLOCA in the list of object files that
3210 these executables depend on and link.
3211
3212 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3213
3214 * Makefile.in (DEFS): Renamed from CONFIG_CFLAGS.
3215
3216 1993-04-07 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
3217
3218 * make-docfile.c (write_c_args): Print an argument named "defalt"
3219 as "default".
3220
3221 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3222
3223 * Makefile.in (C_SWITCH_SYSTEM): New variable.
3224 (CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the
3225 compiler.
3226
3227 1993-03-22 Francesco Potorti` (pot@cnuce.cnr.it)
3228
3229 * etags.c (YACC): flag added to c_ext.
3230 (c_ext): no more a synonim for c_ext&C_PLPL because of YACC.
3231 (find_entries): consistently use streq when reasonable.
3232 (find_entries): a .y file is a yacc file.
3233 (get_C_stab): c_ext becomes c_ext&C_PLPL.
3234 (C_entries): logical cplpl means c_ext&C_PLPL.
3235 (C_entries): logical yacc_rules means we are after the first %%.
3236 (C_entries): added logic for yacc files.
3237
3238 1993-03-16 Francesco Potorti` (pot@cnuce.cnr.it)
3239
3240 * etags.c (C_entries): ':' case moved to the second switch.
3241 (C_entries): do not examine token if structdef==scolonseen.
3242 (consider_token): structtag set to null string for enum.
3243
3244 1993-03-12 Francesco Potorti` (pot@cnuce.cnr.it)
3245
3246 * etags.c (GET_COOKIE): and related macros removed.
3247 (logical): is now int, no more a char.
3248 (reg): define deleted.
3249 (isgood, _gd, notgd): deleted.
3250 (gotone): deleted.
3251 (TOKEN): member linestart removed.
3252 (linepos, prev_linepos, lb1): deleted.
3253 (main): call initbuffer on lbs array instead of lb1.
3254 (init): removed the initialisation of the logical _gd array;
3255 (find_entries): a .sa suffix means assembler file.
3256 (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec.
3257 All C state machines rewritten.
3258 (C_entries): complete rewrite.
3259 (condider_token): complete rewrite.
3260 (getline): deleted.
3261
3262 1993-03-01 Francesco Potorti` (pot@fly.CNUCE.CNR.IT)
3263
3264 * etags.c (C_entries): Added the quotednl logical variable.
3265 Used for parsing of #define's spanning multiple lines.
3266
3267 1993-02-23 Francesco Potorti` (pot@fly.CNUCE.CNR.IT)
3268
3269 * etags.c (C_entries): Save the definedef status even when a
3270 newline is met inside a string.
3271
3272 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
3273
3274 * Makefile.in (EXECUTABLES): added rcs-checkin.
3275
3276 * Makefile.in (unlock, relock): New productions.
3277
3278 1993-03-16 Paul Eggert (eggert@twinsun.com)
3279
3280 * rcs2log: Some awks don't understand "\r". Code around this.
3281 Unfortunately this requires putting a carriage return in the
3282 source code. Don't assume that rlog will tolerate times like
3283 `10:10:60'; RCS 5.7 won't allow this.
3284
3285 1993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3286
3287 * timer.c (main): Set the ownership of the stdin file descriptor
3288 to the current process. Print error messages if either of the
3289 fcntl's fails.
3290
3291 * timer.c (sigcatch): Declare this to return SIGTYPE (defined in
3292 ../src/config.h), not void.
3293
3294 1993-03-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3295
3296 * b2m.c (main): Don't exit upon reading a blank line.
3297
3298 1993-03-01 Francesco Potorti` (pot@fly.CNUCE.CNR.IT)
3299
3300 * etags.c (C_entries): New local variable quotednl. Used for
3301 parsing of #define's spanning multiple lines.
3302
3303 * etags.c (C_entries): Save the definedef status
3304 even when a newline is met inside a string.
3305
3306 1993-02-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3307
3308 * timer.c (notify): Initialize waitfor properly.
3309
3310 1993-02-22 Francesco Potorti` (pot@CNUCE.CNR.IT)
3311
3312 * etags.c (C_entries): Don't reset definedef when a newline inside a
3313 comment is met.
3314
3315 1993-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3316
3317 * etags.c (find_entries): If filename ends in .f or .for,
3318 don't try anything but Fortran.
3319
3320 1993-01-08 Michael I Bushnell (mib@geech.gnu.ai.mit.edu)
3321
3322 * timer.c (notify): Flush stdout after writing message to avoid lossage
3323 on terminals.
3324
3325 (notify): Also, write a newline after the token.
3326
3327 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3328
3329 * Makefile.in (exec_prefix): New variable.
3330 (bindir, libdir): Use it instead of `prefix'.
3331
3332 * Makefile.in (CFLAGS): #define HAVE_CONFIG_H, too.
3333
3334 * Makefile.in (libdir): Default to ${prefix}/lib.
3335 (archlibdir): Adjusted to match.
3336
3337 * Makefile.in (distclean): Don't delete backup or autosave files.
3338 (extraclean): Like realclean, but does delete backup and autosave
3339 files.
3340
3341 * Makefile.in (realclean): Ignore errors from rm.
3342
3343 * Makefile.in (distclean): Don't bother to delete ../arch-lib;
3344 that doesn't exist anymore.
3345
3346 1992-12-11 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3347
3348 * Makefile.in (prefix, bindir, libdir, srcdir): New variables, as
3349 described in the top-level Makefile.
3350 (UTILITIES): Add make-path to the list of utility programs.
3351 (../arch-lib): Replaced by the ${archlibdir} target, which places
3352 the executables in their permanent home.
3353 (install, install.sysv, install.xenix): Consolidated into one
3354 target which should work under all circumstances, modulo a few
3355 ignored error messages.
3356
3357 * make-docfile.c (scan_c_file): Since DEFVAR_PER_BUFFER now takes
3358 a different number of arguments than other DEFVARs, recognize it
3359 specially, and expect the right number of commas.
3360
3361 1992-12-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3362
3363 * make-path.c: New program, to help with the installation process.
3364 * Makefile.in (make-path): New target.
3365
3366 * make-path.c (touchy_mkdir): Remove debugging output.
3367
3368 1992-11-05 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3369
3370 * Makefile.in (getdate.o): Added explicit target for this, so we
3371 can indicate that it depends on ../src/config.h.
3372
3373 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3374
3375 * Makefile.in (CONFIG_CFLAGS): Let the configure script edit this
3376 instead of CFLAGS.
3377 (CFLAGS): Add -Demacs and -I../src to CONFIG_CFLAGS to produce this.
3378
3379 1992-09-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3380
3381 * getdate.y: Correctly recognize Mt. Xinu BSD running on an HP
3382 9000/300 as BSD; don't include both <sys/time.h> and <time.h> on
3383 that system.
3384
3385 * Makefile.in (arch-lib): Give rm the `-f' option.
3386
3387 1992-09-28 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3388
3389 * make-docfile.c (write_c_args): Rewritten to correctly print
3390 &optionals before the first identifier, but after the first paren.
3391 This code used to just wait for commas or spaces; now it notices
3392 identifier boundaries.
3393
3394 1992-09-26 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3395
3396 * rcs2log: When getting date, use %02d instead of %.2d in awk printf.
3397
3398 1992-09-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3399
3400 * make-docfile.c (write_c_args): Print the argument lists properly
3401 when the first argument is optional.
3402
3403 1992-09-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3404
3405 * sorted-doc.c (main): Redefine special chars to use fonts tensy, teni.
3406 Redefine @item. Set catcode of +.
3407
3408 1992-08-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3409
3410 * emacsclient.c (main): Set IPC_CREAT in msgget call.
3411
3412 1992-08-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3413
3414 * etags.c (TEX_funcs): Keep just 1 of two redundant nested loops.
3415 (TEX_decode_env): Make `tab' one element longer.
3416
3417 1992-08-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3418
3419 * etags.c (PF_funcs): Recognize the "entry" keyword.
3420
3421 1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3422
3423 * Makefile.in: Add rcs2log and vcdiff to the list of utilities.
3424
3425 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3426
3427 * timer.c (events): Rather than having slots marked as in use or
3428 out of use by the `token' field, keep all pending events at the
3429 beginning of the array. When we delete an event in the middle of
3430 the array, we move the last event into its place.
3431 (num_events): New variable.
3432 (schedule): It is now cheaper to find a free event slot;
3433 events[num_events] is the first free slot.
3434 (notify): Scan events[0 .. num_events-1], instead of the whole
3435 array. When an event fires, move the last event in the array into
3436 its spot. Use num_events to determine whether or not there are
3437 any pending events, not wait_for.
3438 (getevent): Deleted unused variable `ep'.
3439 (sigcatch): It's now easier to find all the active events.
3440 (main): Initialize num_events.
3441
3442 * etags.c: Rather than fret about which systems have index and
3443 which systems have strchr, and how to tell the difference between
3444 them, we just write out our own versions. Big deal.
3445 (index, rindex): Extern declarations removed.
3446 (NEED_INDEX, NEED_RINDEX): Special hacks for hpux removed.
3447 (etags_index, etags_rindex): New declarations.
3448 (process_file, find_entries, pfnote, TEX_funcs, TEX_decode_env,
3449 TEX_getit, substr): Use the etags_*index functions, rather than
3450 the native *index functions.
3451 (rindex, index): Renamed to etags_rindex and tags_rindex, and
3452 made them unconditionally defined, rather than having them depend
3453 on NEED_*INDEX.
3454
3455 * etags.c (savenstr): Add declaration for this at top of file.
3456 (TEX_decode_env): Don't declare it local to this function.
3457
3458 * b2m.c: #include "../src/config.h", so we can test for the USG
3459 macro, and decide whether to include <string.h> or <strings.h>.
3460 * Makefile.in: Note that b2m.c depends on ../src/config.h.
3461
3462 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3463
3464 * timer.c: Reformatted according to the GNU coding standards.
3465 Removed arbitrary limits on the number of events queued and the
3466 length of the tokens used to identify them.
3467 Removed casts to (void).
3468 Removed debugging printfs; they clutter the code, and the need
3469 can be better filled using a real debugger.
3470
3471 1992-08-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3472
3473 * timer.c: Installed new version from Eric Raymond; this is more
3474 portable, since it doesn't try to use SIGIO.
3475
3476 1992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3477
3478 * emacsclient.c (main): If we can't find the socket in this
3479 person's home directory, print a message which asks if they've
3480 started the server, instead of just printing the message from
3481 sys_errmsg; Cygnus finds that people are much less confused by
3482 this.
3483
3484 1992-07-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3485
3486 * etags.c: Rather than defining "notdef" when "hpux" is #defined,
3487 so that index and rindex get defined, why don't we actually
3488 control index and rindex using symbols called "NEED_INDEX" and
3489 "NEED_RINDEX", and define them if hpux is defined? Isn't that a
3490 little more readable than defining something whose name implies
3491 that it's not?
3492
3493 1992-07-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3494
3495 * movemail.c: Merged changes from Jamie Zawinski's byte compiler
3496 distribution:
3497 Miscellaneous doc fixes.
3498 (skip_white, read_lisp_symbol): New functions.
3499 (scan_lisp_file): Instead of using long hairy strings of ifs, call
3500 read_lisp_symbol and then see what we got. Call skip_white
3501 instead of writing out a loop to do its job. Correctly extract
3502 docstrings from "defmacro" declarations.
3503
3504 1992-06-25 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3505
3506 * movemail.c (strcpy): Declare this to return char *.
3507
3508 1992-06-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3509
3510 * etags.c (C_entries): When we find a C++ comment, do actually
3511 skip to the end of the line; do a 'break' instead of a 'continue'.
3512
3513 1992-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3514
3515 * etags.c (getit): Add missing parenthesis to expression which
3516 decides if this token is an identifier.
3517
3518 1992-06-04 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3519
3520 * etags.c (consider_token): Recognize `ENTRY' macro used in libc.
3521
3522 1992-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3523
3524 * etags.c (put_entries): Always put space between name and line num.
3525
3526 1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
3527
3528 * etags.c (getit): Parenthesize &&/|| expression to avoid gcc
3529 warning.
3530 (LEVEL_OK_FOR_FUNCDEF): Ditto.
3531
3532 1992-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3533
3534 * make-docfile.c (write_c_args): Pass both arguments to putc.
3535
3536 1992-05-10 Roland McGrath (roland@albert.gnu.ai.mit.edu)
3537
3538 * etags.c (C_entries): Fixed reading of "..." strings.
3539 (consider_token): Recognize `SYSCALL' and `PSEUDO' macros, used in
3540 the C library source.
3541
3542 * etags.c (C_entries): When we see a backslash inside a quoted
3543 string, skip to the next character. This allows us to correctly
3544 deal with strings containing quotes.
3545
3546 1992-05-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3547
3548 * make-docfile.c (write_c_args): Print the C argument names as
3549 they would be written in Elisp; print '_' as '-'.
3550
3551 1992-05-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3552
3553 * movemail.c [POP]: Get user name via getpwuid.
3554
3555 1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3556
3557 * Makefile.in: flags in CC invocations rearranged for no reason.
3558
3559 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3560
3561 * etags.c (print_help): Remember not to imbed raw newlines in
3562 strings - end the lines with `\n\'.
3563
3564 1992-04-17 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3565
3566 * timer.c (getevent): Removed declaration of memcpy; since
3567 different systems have different return types, and we're not even
3568 using the return type anyway, it wasn't doing us any good.
3569
3570 1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3571
3572 * emacsserver.c (msgcatch): Use the SIGTYPE macro to declare the
3573 type of this function.
3574
3575 1992-04-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3576
3577 * ChangeLog: Since the old etc contents have been split into etc
3578 and lib-src, the old etc's ChangeLog has been duplicated in the
3579 new etc and lib-src. That means that each contains complete and
3580 coherent information, although each contains extraneous
3581 information.
3582
3583 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3584
3585 * lib-src/etags.c: "--no-warning" option renamed to "--no-warn",
3586 to be consistent with other GNU programs, like makeinfo.
3587
3588 * lib-src/Makefile: Renamed to Makefile.in; the configure script
3589 will edit this to produce Makefile.
3590
3591 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3592
3593 * etags.c (print_help, print_version): New functions.
3594 (main): Options added to support them.
3595
3596 * etags.c (longopts): New array of long names for the options.
3597 (main): Recognize them.
3598
3599 1992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3600
3601 * etags.c (C_entries): Removed comment saying that \" in a string
3602 isn't recognized as magic, because it is correctly handled.
3603
3604 * getopt.c, getopt.h: New files, from GNU C library.
3605 * etags.c: Rewritten to use getopt.
3606 #include "getopt.h".
3607 (file_num): Variable deleted; its role is now played by getopt's
3608 optind.
3609 (main): Argument processing loop rewritten to call getopt to get
3610 next option. Options which take parameters (-o and -i) rewritten
3611 to get parameter from optarg instead of argv[1]. Filename
3612 preprocessing loop and update command changed similarly.
3613 * Makefile (etags, ctags): Depend on and link with getopt.h,
3614 getopt.o, and getopt1.o.
3615 (getopt.o, getopt1.o): New targets for the GNU getopt routines.
3616
3617 * etags.c (outfflag): Variable deleted; it is non-zero iff outfile
3618 is non-zero.
3619
3620 (main): In the argument processing loop, the 'goto next_arg'
3621 statements are breaking out of the switch statement in exactly the
3622 same way that a simple 'break' statement would; replace the gotos
3623 with breaks, and remove the label.
3624
3625 1992-04-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3626
3627 * etags.c (C_entries): Clear tydef and next_token_is_func at start.
3628 (consider_token): Move next_token_is_func to global.
3629
3630 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3631
3632 * Makefile: Conform with GNU coding standards:
3633 (mostlyclean): New target, synonymous with clean.
3634 (TAGS, check): New targets.
3635 (INSTALL, INSTALLFLAGS): New variables.
3636
3637 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3638
3639 * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to
3640 `config.emacs' to `configure'.
3641
3642 * lib-src/Makefile: Adjusted for renaming of share-lib to etc.
3643 * etc/MACHINES: Same.
3644
3645 1992-03-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3646
3647 * movemail.c (main): Allow tempname to be as long as necessary,
3648 instead of limiting it to 39 characters.
3649
3650 * movemail.c (main): Move declaration of buf from top of function
3651 to local block surrounding the copy loop. This makes it less
3652 likely to be confused with the buf used by the code which checks the
3653 permissions on outname's directory.
3654
3655 1992-03-20 Jim Kingdon (kingdon@albert.gnu.ai.mit.edu)
3656
3657 * SERVICE: Remove my entry.
3658
3659 1992-03-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
3660
3661 * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not
3662 hardcoded -g.
3663
3664 * movemail.c (xmalloc): Return char *, not int.
3665 (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL,
3666 that is off by default -- normally don't unlink the mail spool
3667 file, just empty it. Pass creat mode 0600, not 0666.
3668
3669 1992-02-07 Jim Blandy (jimb at pogo.cs.oberlin.edu)
3670
3671 * Makefile (../arch-lib): Depend on ${EXECUTABLES}.
3672 (all): Instead of here.
3673 (install): Don't use the -s option, since people need symbols to
3674 debug code.
3675
3676 1992-01-19 (Eric Youngdale at youngdale@v6550c.nrl.navy.mil)
3677
3678 * etags-vmslib.c (fn_exp): Add type cast.
3679
3680 1992-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3681
3682 * movemail.c: Changes in comments.
3683
3684 1992-01-13 Jim Blandy (jimb at pogo.cs.oberlin.edu)
3685
3686 * Makefile: Make the distclean target erase the DOC files from
3687 ../share-lib and the executables from ../arch-lib.
3688
3689 1992-01-09 Jim Blandy (jimb at pogo.cs.oberlin.edu)
3690
3691 * emacsclient.c: #include <sys/stat.h>
3692 (main): Do declare statbfr.
3693
3694 1991-12-21 Richard Stallman (rms at mole.gnu.ai.mit.edu)
3695
3696 * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~
3697 for the socket, depending on SERVER_HOME_DIR.
3698 If using /tmp, put host name in the socket name.
3699
3700 * movemail.c (pfatal_and_delete): New function.
3701 (main, popmail): Use it.
3702 (popmail): Close output before deleting messages.
3703 Check for error on close and on fsync.
3704 Use `fatal' where appropriate.
3705 (main): Remove (void).
3706
3707 * aixcc.lex: New file. Not officially part of Emacs.
3708 * Makefile: Rules for that.
3709
3710 1991-12-04 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
3711
3712 * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA.
3713
3714 * etags.c (main): Properly cast call to alloca that initializes
3715 included_files.
3716
3717 1991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3718
3719 * etags.c (files_are_tag_tables): Remove global var.
3720 (process_file): Don't test it. Also remove hack checking for a
3721 file named "TAGS".
3722 (main): -i now takes an arg which is the name of a file to include.
3723 Collect these names and emit include tags for them after processing
3724 all the argument files.
3725
3726 1991-07-30 Richard Stallman (rms at mole.gnu.ai.mit.edu)
3727
3728 * wakeup.c: Terminate if parent goes away.
3729
3730 1991-07-18 Richard Stallman (rms at mole.gnu.ai.mit.edu)
3731
3732 * etags.c (C_entries): Process token before handling end of line.
3733 When inner loops reach end of line, just back up.
3734 Let the real end of line processing happen in just one place.
3735 (consider_token): Likewise.
3736
3737 1991-04-11 Jim Blandy (jimb at geech.gnu.ai.mit.edu)
3738
3739 * etags.c (TEX_mode): Skip comments while scanning the text to see
3740 which escape character this file uses.
3741
3742 1991-03-29 Richard Stallman (rms at mole.gnu.ai.mit.edu)
3743
3744 * emacsserver.c [USG]: Terminate if msgrcv fails.
3745
3746 1991-03-03 Richard Stallman (rms at mole.ai.mit.edu)
3747
3748 * emacsserver.c [BSD]: Check for errors on stdin after scanf.
3749
3750 1991-01-25 Jim Blandy (jimb at churchy.ai.mit.edu)
3751
3752 * make-docfile: Find the arguments to a C function correctly,
3753 by not ignoring the character that read_c_string returns. Don't
3754 even try to find argument names for functions that take MANY
3755 or UNEVALLED arguments, since they're a figment of the docstring's
3756 imagination.
3757
3758 1991-01-14 Jim Blandy (jimb at churchy.ai.mit.edu)
3759
3760 * make-docfile: Read the .elc files generated by the new byte
3761 compiler.
3762
3763 1990-12-31 Richard Stallman (rms at mole.ai.mit.edu)
3764
3765 * refcard.tex: Use cm fonts, not am, in multi-column mode.
3766
3767 1990-11-29 Richard Stallman (rms at mole.ai.mit.edu)
3768
3769 * movemail.c (mbx_delimit_begin): Put space before `unseen'.
3770
3771 1990-11-27 Richard Stallman (rms at mole.ai.mit.edu)
3772
3773 * Makefile (install*): No need to install wakeup.
3774
3775 1990-11-26 Richard Stallman (rms at mole.ai.mit.edu)
3776
3777 * Makefile (install*): Install emacsclient like etags.
3778
3779 1990-11-13 Richard Stallman (rms at mole.ai.mit.edu)
3780
3781 * movemail.c (error): Handle 3 args.
3782 (main): Don't check input access if using pop.
3783
3784 1990-10-16 Richard Stallman (rms at mole.ai.mit.edu)
3785
3786 * etags.c (find_entries): Check for numbers after Scheme suffix.
3787
3788 1990-10-14 Richard Stallman (rms at mole.ai.mit.edu)
3789
3790 * termcap.dat (vt200-80): Fix ke and ks to frob flag 1.
3791
3792 1990-10-09 Richard Stallman (rms at mole.ai.mit.edu)
3793
3794 * Makefile (nemacstool, xvetool): New targets.
3795
3796 1990-09-26 Richard Stallman (rms at mole.ai.mit.edu)
3797
3798 * emacsclient.c: Include errno.h and define related variables.
3799
3800 1990-09-23 Richard Stallman (rms at mole.ai.mit.edu)
3801
3802 * emacsclient.c: Change usage message.
3803
3804 1990-08-30 David Lawrence (tale at pogo.ai.mit.edu)
3805
3806 * emacs.1: Add break before -nw option.
3807
3808 1990-08-19 David J. MacKenzie (djm at apple-gunkies)
3809
3810 * qsort.c: Replace with GNU version.
3811
3812 1990-08-14 David J. MacKenzie (djm at apple-gunkies)
3813
3814 * wakeup.c: New program replacing loadst.c.
3815
3816 1990-08-14 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3817
3818 * emacsclient.c [USG]: Pass msgsnd only 4 args.
3819
3820 1990-08-09 David J. MacKenzie (djm at pogo.ai.mit.edu)
3821
3822 * etags.c: Rename `flag' variables for what they do instead of
3823 which option character sets them.
3824
3825 1990-05-28 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3826
3827 * loadst.c (main): Conditional to get load average on Apollo.
3828
3829 1990-05-22 Joseph Arceneaux (jla at churchy.ai.mit.edu)
3830
3831 * emacsserver.c: Set the permission on the socket to 0600.
3832
3833 1990-03-27 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3834
3835 * emacsclient.c [BSD]: Print clean message for failing getwd.
3836
3837 1990-03-20 David Lawrence (tale at pogo.ai.mit.edu)
3838
3839 * getdate.y: Use the getdate.y from GNU tar for timer.
3840
3841 1990-03-18 Jim Kingdon (kingdon at pogo.ai.mit.edu)
3842
3843 * emacsclient.c (main): Don't put brackets around "filename" in
3844 usage message. It isn't optional.
3845
3846 1990-03-14 Joseph Arceneaux (jla at churchy.ai.mit.edu)
3847
3848 * etags.c (getit): Recognize '$' as beginning identifiers.
3849
3850 1990-02-22 David Lawrence (tale at pogo.ai.mit.edu)
3851
3852 * emacsserver.c: Renamed from server.c.
3853 * Makefile: Reference emacsserver rather than server.
3854 * MACHINES: Doc fix for new emacsserver name.
3855
3856 1990-01-25 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3857
3858 * emacsclient.c: Print program name in error messages.
3859
3860 1990-01-19 David Lawrence (tale at cocoa-puffs)
3861
3862 * timer.c, getdate.y (new files) and Makefile:
3863 Sub-process support for run-at-time in timer.el.
3864 Doesn't yet work correctly for USG.
3865
3866 1990-01-10 Jim Kingdon (kingdon at pogo)
3867
3868 * MACHINES: Add HP 300 running BSD.
3869
3870 1990-01-02 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3871
3872 * yow.c: Dynamically allocate buffer; skip header before random
3873 choice to avoid bias toward first item.
3874
3875 1989-12-24 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3876
3877 * etags.c (readline): Separate out init of `pend'.
3878
3879 1989-12-17 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3880
3881 * etags.c: Undo changes relating to isgoodhdr.
3882
3883 1989-12-16 Mosur Mohan (rms at sugar-bombs.ai.mit.edu)
3884
3885 * etags.c (isgoodhdr): New macro.
3886 (_gdh, notgdh): New variable used by that.
3887 (init): Initialize _gdh.
3888 (find_entries): Set header_file.
3889 (consider_token): Use isgoodhdr if in header file.
3890
3891 * etags.c (total_size_of_entries):
3892 Was miscalculating by 1 in rewritten case.
3893
3894 * etags.c (PAS_funcs): One arg to pfnote was missing.
3895
3896 1989-12-05 Joseph Arceneaux (jla at spiff)
3897
3898 * MACHINES: Change for the ULTRIX entry.
3899
3900 1989-11-21 Joseph Arceneaux (jla at spiff)
3901
3902 * etags.c (process_file): If file is not regular, return.
3903
3904 1989-11-06 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3905
3906 * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR.
3907
3908 1989-10-30 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3909
3910 * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg.
3911 (main): If HAVE_GETLOADAVG, don't call `nlist'.
3912
3913 1989-10-25 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3914
3915 * etags.c (consider_token): Allow any number of typespec keywords
3916 after `typedef', before new type name.
3917 (enum sym_type): Add st_C_typespec.
3918 (C_create_stab): Put typespec kwds in table.
3919
3920 1989-08-27 Richard Stallman (rms at apple-gunkies.ai.mit.edu)
3921
3922 * etags.c (main): Don't depend on name invoked by.
3923 If CTAGS is not defined, assume it is ETAGS.
3924
3925 1989-07-31 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3926
3927 * etags.c (L_funcs): Allow package name in define construct,
3928 as in (foo::defmumble name-defined ...).
3929
3930 1989-07-30 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3931
3932 * etags.c (find_entries): Stupid bug testing for C filename suffixes.
3933
3934 * Makefile (yow): Depends on ../src/paths.h.
3935
3936 1989-07-04 Richard Stallman (rms at apple-gunkies.ai.mit.edu)
3937
3938 * etags.c: Fix compilation by moving Pascal after Fortran.
3939
3940 1989-06-15 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3941
3942 * movemail.c [USG]: Define F_OK, etc., if not found in header.
3943
3944 1989-05-27 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3945
3946 * hexl.c: New file, supports hexl-mode.
3947
3948 1989-05-14 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3949
3950 * movemail.c: New compilation flag MAIL_USE_MMDF.
3951
3952 1989-05-08 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3953
3954 * emacsclient.c: Use BSD code whenever HAVE_SOCKETS.
3955 * server.c: Likewise.
3956
3957 * make-docfile.c (scan_c_file): Output argument names at end of string.
3958 (write_c_args): New subroutine.
3959
3960 1989-04-27 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3961
3962 * movemail.c: Report failure of flock.
3963
3964 1989-04-19 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3965
3966 * etags.c (find_entries): Allow multi-letter extensions for fortran.
3967
3968 1989-04-18 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3969
3970 * loadst.c: on bsd4.3, use gettimeofday instead of CPUSTATES.
3971
3972 1989-03-15 Jeff Peck (rms at sugar-bombs.ai.mit.edu)
3973
3974 * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=.
3975
3976 * emacsstool.1: update to document environment variables.
3977
3978 1989-02-21 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3979
3980 * etags.c (PAS_funcs): New function by Mosur Mohan.
3981
3982 * movemail.c: On sysv, include unistd.h.
3983
3984 1989-02-18 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3985
3986 * b2m.c: New file.
3987
3988 1989-02-15 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3989
3990 * etags.c: Prolog support from Sunichirou Sugou
3991
3992 1989-02-03 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3993
3994 * Makefile (clean): New target.
3995
3996 1989-01-25 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3997
3998 * fakemail.c (put_line): Break header lines at 79 cols.
3999
4000 1989-01-19 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4001
4002 * etags.c: Greatly rewritten by Sam Kendall for C++ support and for
4003 multiple tags per line.
4004
4005 1989-01-03 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4006
4007 * movemail.c: Check access before doing real work.
4008 Check that outfile is in a writable directory.
4009 On fatal error, delete the lock file.
4010
4011 1988-12-31 Richard Mlynarik (mly at rice-chex.ai.mit.edu)
4012
4013 * env.c: Add decl for my-index
4014 * etags.c (file-entries): .oak => scheme
4015
4016 1988-12-30 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4017
4018 * movemail.c: Use `access' to check input and output files.
4019
4020 1988-12-28 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4021
4022 * emacsclient.c (main): Ignore all of CWD before first slash.
4023
4024 1988-12-27 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4025
4026 * etags.c (readline): Double linebuffer->size outside the xrealloc.
4027
4028 1988-12-22 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4029
4030 * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined.
4031 * server.c: chmod the socket to 0700.
4032
4033 1988-12-09 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4034
4035 * fakemail.c (main): Let env var FAKEMAILER override pgm to run.
4036 (add_field): Delete comments and turn `<', `>' to spaces
4037 in header lines.
4038 (USE_FAKEMAIL): New customization macro says to make fakemail
4039 not be a no-op even on a BSD system.
4040
4041 1988-12-01 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4042
4043 * etags.c (consider_token): Skip comments just like whitespace.
4044 Notice `struct', etc. and set strtag for those tokens.
4045 Return 1 for the token following `struct' if an open-brace follows it.
4046 (C_entries): Special handling of token following `struct'
4047 needed because we have probably advanced to the following line
4048 to find the `{'.
4049 (main): New option `T' sets tflag and strflag.
4050 Set both of them by default if eflags.
4051
4052 1988-11-30 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4053
4054 * movemail.c: Do fsync before closing output.
4055
4056 1988-11-29 Richard Mlynarik (mly at pickled-brain.ai.mit.edu)
4057
4058 * movemail.c: Better error message when can't create tempname.
4059 This file needs a great deal of extra error-checking and lucid reporting...
4060
4061 1988-11-16 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4062
4063 * etags.c: Support assembler code for .s and .a files.
4064 (getit): Allow underscore in a tag.
4065
4066 1988-11-15 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4067
4068 * movemail.c: Close output and check errors before deleting input.
4069
4070 1988-10-01 Richard Stallman (rms at apple-gunkies.ai.mit.edu)
4071
4072 * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly
4073 whether to prefix it. Handle line number args.
4074
4075 1988-09-24 Richard Stallman (rms at gluteus.ai.mit.edu)
4076
4077 * etags.c (main): default setting of eflag was backwards.
4078
4079 1988-09-23 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4080
4081 * etags.c: New option -i. -f renamed -o.
4082 `-' as input file means read input file names from stdin.
4083 -i spec'd or input file named TAGS means the input file is another
4084 tag table; output an "include" line for it.
4085
4086 1988-09-19 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4087
4088 * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT.
4089 New targets install, install.sysv, install.xenix.
4090 This makefile is now responsible for installing executables
4091 and documentation from this directory into system directories.
4092
4093 1988-09-16 Richard Stallman (rms at corn-chex.ai.mit.edu)
4094
4095 * server.c, emacsclient.c (main): Compute socket name from euid.
4096
4097 1988-08-04 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4098
4099 * emacsclient.c: Args like +DIGITS are passed through unchanged.
4100
4101 1988-07-12 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4102
4103 * server.c: If both BSD and HAVE_SYSVIPC, use the latter.
4104 * emacsclient.c: Likewise.
4105 In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd.
4106
4107 1988-06-23 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4108
4109 * etags.c: Handle `typedef struct foo {' (price@mcc.com).
4110 (istoken) New string-comparison macro.
4111 (consider_token): New arg `level'. New state `tag_ok' in `tydef'.
4112
4113 1988-06-14 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4114
4115 * etags.c: Changes for VMS.
4116 Always define ETAGS on VMS.
4117 Define macros GOOD and BAD for success and failure exit codes.
4118 (begtk, intk): Allow `$' in identifiers
4119 (main): Don't support -B, -F or -u on VMS.
4120 Alternate loop for scanning filename arguments.
4121 (system): Delete definition of this function.
4122
4123 * etags-vmslib.c (system): Undefine this; VMS now provides it.
4124
4125 1988-06-08 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4126
4127 * loadst.c: Prevent multiple-def errors on BSD and BSD4_3
4128 around include of param.h. (Like fns.c.)
4129
4130 1988-05-16 Richard Stallman (rms at frosted-flakes.ai.mit.edu)
4131
4132 * loadst.c (load_average): Move load-average code to this new fn.
4133 Add conditionals to compute load ave on UMAX.
4134
4135 1988-05-14 Richard Stallman (rms at lucky-charms.ai.mit.edu)
4136
4137 * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE
4138 with opposite sense.
4139
4140 1988-05-13 Chris Hanson (cph at kleph)
4141
4142 * emacsclient.c: Delete references to unused variable `out'. This
4143 caused a bus error when used under hp-ux.
4144
4145 1988-05-06 Richard Stallman (rms at frosted-flakes.ai.mit.edu)
4146
4147 * loadst.c: Control dk.h conditional with DK_HEADER_FILE.
4148
4149 1988-05-04 Richard Stallman (rms at rice-krispies.ai.mit.edu)
4150
4151 * etags.c (find_entries): `.t' or `.sch' means scheme code.
4152
4153 1988-04-29 Richard Stallman (rms at frosted-flakes.ai.mit.edu)
4154
4155 * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h.
4156
4157 1988-04-28 Richard Stallman (rms at frosted-flakes.ai.mit.edu)
4158
4159 * movemail.c: #undef close, since config can #define it on V.3.
4160 * emacsclient.c, fakemail.c, loadst.c, server.c: likewise.
4161
4162 1988-04-26 Richard Stallman (rms at lucky-charms.ai.mit.edu)
4163
4164 * etags.c (TEX_mode, etc.): Remove superfluous backslashes from
4165 invalid escape sequences such as `\{'.
4166
4167 * loadst.c: Add `sequent' conditional for file dk.h.
4168
4169 1988-03-20 Richard M. Stallman (rms at wilson)
4170
4171 * server.c [not BSD and not HAVE_SYSVIPC]: fix error message.
4172
4173 * loadst.c (main) [XENIX]: use /usr/spool/mail, not /usr/mail.
4174
4175 ;; Local Variables:
4176 ;; coding: iso-2022-7bit-unix
4177 ;; End: