[VMS] Include lib$routines.h.
[emacs.git] / lib-src / ChangeLog
blob3a27b24048cb52ebd96fa04f5017773dd8a1968f
1 2004-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
3         * etags.c: [VMS] Include lib$routines.h.
5 2004-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
7         * b2m.c (GOOD, BAD): Delete macros.  Throughout,
8         replace w/ `EXIT_SUCCESS' and `EXIT_FAILURE', respectively.
9         (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
11         * etags.c: Likewise.
13 2004-05-07  Thien-Thi Nguyen  <ttn@gnu.org>
15         * b2m.c: Properly spell the name of Emacs.
16         (main): Parenthesize assignment when used
17         as truth value to prevent gcc warnings.
19 2004-05-04  Thien-Thi Nguyen  <ttn@gnu.org>
21         * profile.c: Include config.h, not ../src/config.h.
22         Include systime.h, not ../src/systime.h.
24 2002-03-16  Eli Zaretskii  <eliz@is.elta.co.il>
26         * Version 21.2 released.
28 2002-03-12  Francesco Potorti`  <pot@gnu.org>
30         * etags.c (Python_functions): Skip spaces at beginning of lines.
32 2002-02-15  Richard M. Stallman  <rms@gnu.org>
34         * cvtmail.c (xrealloc): Always pass two args to `fatal'.
36         * movemail.c (popmail): Always pass two args to `error'.
38 2002-02-15  Gerd Moellmann  <gerd@gnu.org>
40         * emacsserver.c (main): Cast geteuid in sprintf to int.
42         * emacsclient.c (main): Cast isdigit argument to unsigned char.
44 2002-02-10  Paul Eggert  <eggert@twinsun.com>
46         * rcs-checkin: Use `sort -k 2', not `sort +1', as POSIX 1003.1-2001
47         disallows the old syntax.
49 2002-02-03  Paul Eggert  <eggert@twinsun.com>
51         * rcs2log (Copyright): Update to 2002.
52         Add '(C)' as per coding guidelines.
53         (AWK, TMPDIR): Work around portability problem in broken shells that
54         don't understand `: ${VAR=val}'.
55         (SORT_K_OPTIONS): New var, for hosts that conform to POSIX 1003.1-2001.
56         Prefer the new -k option to the traditional +M -N option.
58 2001-11-16  Gerd Moellmann  <gerd@gnu.org>
60         * ebrowse.c (matching_regexp): Escape '\\'.
62 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
64         * Version 21.1 released.
66 2001-10-18  Ken Raeburn  <raeburn@gnu.org>
68         * Makefile.in (HESIODLIB) [HAVE_LIBHESIOD]: Set to include
69         -lhesiod and maybe -lresolv.
70         (CRYPTOLIB) [HAVE_LIBK5CRYPTO]: Use -lk5crypto for Kerberos
71         support if it's available.
73 2001-10-18  Andrew Innes  <andrewi@gnu.org>
75         * makefile.nt (ALL): Do not include fakemail.
77         * makefile.w32-in (install): Do not copy fakemail.
79 2001-10-10  Jason Rumney  <jasonr@gnu.org>
81         * makefile.w32-in (ALL): Do not include fakemail.
83         * makefile.nt (install): Ditto.
85 2001-10-01  Alexander Zhuckov  <zuav@int.spb.ru>
87         * ebrowse.c (struct alias): Add two new struct members: NAMESP and
88         ALIASEE to help work with namespace aliases.
89         (struct sym): Remove struct member NAMESP_ALIASES.
90         (namespace_alias_table): New variable.
91         (make_namespace): Add parameter CONTEXT.
92         (check_namespace): New function.
93         (find_namespace): Add parameter CONTEXT.
94         (check_namespace_alias): New function.
95         (register_namespace_alias): Change type of parameter
96         OLD_NAME. Search for already defined alias in
97         NAMESPACE_ALIAS_TABLE.
98         (check_namespace): New function.
99         (enter_namespace): Call find_namespace with CONTEXT parameter.
100         (match_qualified_namespace_alias): New function.
101         (parse_qualified_ident_or_type): Fixed typo in comment. While
102         parsing qualified ident or type update namespace context and
103         restore it on exit.
104         (parse_qualified_param_ident_or_type): Fixed typo in comment.
105         (globals): Changed handling of namespace aliases.
106         (version): Added year 2001.
108 2001-09-15  Eli Zaretskii  <eliz@is.elta.co.il>
110         * etags.c (analyse_regex): If regex_arg is NULL, return
111         immediately after a call to free_patterns.
113 2001-09-01  Eli Zaretskii  <eliz@is.elta.co.il>
115         * ebrowse.c (SEEK_END): #define if not defined by system headers.
116         Suggested by Dave Love <d.love@dl.ac.uk>.
118 2001-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
120         * makefile.nt (lisp): Synchronize with src/Makefile.in.
121         * makefile.w32-in (lisp): Ditto.
123 2001-07-25  Juanma Barranquero  <lektu@terra.es>
125         * grep-changelog (parse_changelog): Remove unused local variable.
127         * grep-changelog (main): Add new option --reverse.
128         (print_log): Use it.
129         (parse_changelog): Use it.
131 2001-07-20  Gerd Moellmann  <gerd@gnu.org>
133         * grep-changelog: Remove RCS Id keyword.
135 2001-07-20  Juanma Barranquero  <lektu@terra.es>
137         * grep-changelog (parse_changelog): Add tests for defined values
138         to quiet warning from Perl 5.005 or above.
139         (entry_match_p, header_match_p): Fix handling of null or empty
140         argument to prevent duplicate headers.
142         * grep-changelog (main, parse_changelog): Make "use strict"-clean.
144 2001-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
146         * emacsclient.c (print_help_and_exit): Fix help message for
147         +LINE:COLUMN option.
149 2000-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
151         * emacsclient.c (main): Add support for +LINE:COLUMN command line
152         argument.
154 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
156         * ebrowse.c (main): Check that the output file exists and
157         is non-empty if invoked with `--append'.
159 2001-05-14  Francesco Potorti`  <pot@gnu.org>
161         * etags.c (add_regex): Reset the whole newly allocated pattern
162         buffer instead of the individual members.  It's safer and works
163         with Xemacs.
165         * etags.1: Markups corrected.
167 2001-05-08  Gerd Moellmann  <gerd@gnu.org>
169         * ebrowse.c (enter_namespace): Fix reallocation of
170         namespace_stack.
172 2001-05-03  Gerd Moellmann  <gerd@gnu.org>
174         * ebrowse.c (globals): Fix handling of namespace aliases.
176 2001-04-27  Eli Zaretskii  <eliz@is.elta.co.il>
178         * etags.c (print_help): Enclose the regexp in the help text
179         example in quotes.
181 2001-04-05  Dave Love  <fx@gnu.org>
183         * emacsclient.c (fail): Don't return a value.
184         (main): Cast uid values for sprintf.
186 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
188         * emacsclient.c (fail, main): Don't use implicit int return type.
190         * b2m.c (main): Always return a value.
192 2001-03-02  Gerd Moellmann  <gerd@gnu.org>
194         * ebrowse.c (parse_qualified_param_ident_or_type): Return a
195         freshly allocated object in *LAST_ID.
196         (read_line): Accept \r\n line endings.
198 2001-02-24  Andrew Innes  <andrewi@gnu.org>
200         * makefile.w32-in: Fix copyright notice.
202 2001-02-23  Francesco Potorti`  <pot@gnu.org>
204         * etags.c (enum sym_type): New label st_C_template.
205         (gperf input): Use it for switching to C++ from C.
206         (consider_token): Do it.
207         (C_entries): Initialise typdefcblev to quiet compilers.
208         [!HAVE_CONFIG_H] [!__STDC__]: #define static as nothing.
210 2001-02-22  Andrew Innes  <andrewi@gnu.org>
212         * makefile.nt ($(BLD)\movemail.obj): Remove reference to
213         VMS header files.
214         ($(BLD)\profile.obj): Ditto.
216         * makefile.w32-in ($(BLD)/movemail.$(O)): Remove reference to
217         VMS header files.
218         ($(BLD)/profile.$(O)): Ditto.
220 2001-02-05  Andrew Innes  <andrewi@gnu.org>
222         * makefile.w32-in ($(DOC)): Use $(THISDIR) instead of . in
223         invocation of make-docfile, to work with Windows 2000.
225 2001-01-31  Dave Love  <fx@gnu.org>
227         * etags.c (in_word_set): Use `static' in definition (for pcc).
229 2001-01-31  Francesco Potorti`  <pot@gnu.org>
231         * etags.c: [NDEBUG] #undef assert and #define it as ((void)0), for
232         the sake of some buggy assert.h (e.g. in MinGW and sunos4 pcc).
233         (C_entries): Tag token renamed to still_in_token because sunos4
234         pcc wants to expand it as the token() macro even though it has no
235         arguments.
237 2001-01-30  Andrew Innes  <andrewi@gnu.org>
239         * etags.c (assert) [__MINGW32__]: Redefine assert to work around a
240         bug in the Mingw32 assert.h header file.
242 2001-01-30  Francesco Potorti`  <pot@gnu.org>
244         * etags.c: [WIN32-NATIVE]: #undef MSDOS, #undef WINDOWSNT and
245         #define it for the sake of Xemacs.
246         [WINDOWSNT]: #undef HAVE_NTGUI even if built without
247         HAVE_CONFIG_H.  This change only affects a standalone etags.
248         [WINDOWSNT]: #undef DOS_NT and #define it even if built with
249         HAVE_CONFIG_H.  This change does nothing in Emacs, as DOS_NT is
250         always defined when HAVE_CONFIG_H and WINDOWS are both defined.
251         [!HAVE_UNISTD_H]: use defined(WINDOWSNT) instead of the bare
252         WINDOWSNT, as this is the correct way to use it.
254 2001-01-28  Francesco Potorti`  <pot@gnu.org>
256         * etags.c: Be capable to parse nested struct-like structures.
257         (structdef, structtag): Struct state machine revisited.
258         (struct tok): Revisited.
259         (cstack, nestlev, instruct): New struct and macros.
260         (pushclass_above, popclass_above, write_classname): New functions
261         for dealing with nested class names, inspired by Mykola Dzyuba.
262         (consider_token, make_C_tag, C_entries): Many changes for dealing
263         with arbitrarily nested structures.
264         (etags_getcwd): #if MSDOS, not #ifdef MSDOS!
265         (C_entries): Consider templates in C++.
266         (sym_type): New constant st_C_class for detecting "class" also in
267         C mode.
268         (C_AUTO): New macro for automatic detection of C++.
269         (consider_token): Automatic set C++ mode.
270         (C_entries): New security check for yacc.
271         (print_language_names, print_help): Mention the autodetect
272         feature, do not show help for the -C option, now mostly useless.
273         (C_entries): Tag C++ forward declarations if --declarations.
274         (C_entries): Don't be fooled by things like XDEFUN.
275         (consider_token): Discard asm pseudo function.
277 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
279         * etags.c: Add a coding: tag.
281 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
283         * ebrowse.c (matching_regexp_buffer, matching_regexp_end_buf):
284         New variables.
285         (matching_regexp): Use them instead of static variables in
286         function scope.
288 2001-01-25  Francesco Potorti`  <pot@gnu.org>
290         * etags.c (struct tok): Renamed from struct token.
291         (token): Renamed from tok.
292         (structtype): Make it a local variable.
293         [DEBUG]: Use assert.
294         (xrnew): Change the synopsis.
295         (typedefs_or_cplusplus): Renamed from typedefs_and_cplusplus.
296         (grow_linebuffer): Don't call xrnew when not needed.
297         (token): buffer renamed to line.
298         (C_entries): Three calls to inibuffer moved here from main.
299         (C_entries): Removed all references to var methodlen, delete it.
300         (linebuffer_setlen): Was grow_buffer, now also sets len.
301         (consider_token, C_entries, Pascal_functions): Use it.
302         (C_entries): Preventing problems relative to extern "C".
303         (C_entries): Can tag more than one variable or func separated by
304         comma when --declarations is used.
305         (C_entries): More accurate tagging of members and declarations.
306         (yacc_rules): Was global, made local to C_entries.
307         (next_token_is_func): Removed.
308         (fvdef): New constants fdefunkey, fdefunname.
309         (consider_token, C_entries): Use them.
310         (C_entries): Build proper lisp names for Emacs DEFUNs.
312 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
314         * ebrowse.c (xfree): New function.
315         (member, declaration, globals): Use xmalloc instead of alloca.
317 2001-01-15  Francesco Potorti`  <pot@gnu.org>
319         * etags.c (print_language_names): Print filenames in addition to
320         suffixes.
322 2001-01-14  Francesco Potorti`  <pot@gnu.org>
324         * etags.c (get_language_from_langname): Renamed from
325         get_language_from_name.
326         (get_language_from_filename): Renamed from
327         get_language_from_suffix.  Now first looks for the complete file
328         name.
329         (language): New member char **filenames.
330         (Makefile_filenames): List of possible filenames for makefiles.
331         (lang_names): Added a NULL member for every entry, added an entry
332         for makefiles.
333         (Makefile_targets): New function, inspired by Assar Westerlund
334         <assar@sics.se>.
335         (Texinfo_nodes): Renamed from Texinfo_fuctions and made
336         it conformant to the style of the rest of the code.
338 2001-01-13  Gerd Moellmann  <gerd@gnu.org>
340         * make-docfile.c (write_c_args): Print newlines as spaces.
342 2001-01-06  Andrew Innes  <andrewi@gnu.org>
344         * makefile.w32-in (clean): Delete $(COMPILER_TEMP_FILES) instead
345         of *.pdb.
347 2001-01-03  Paul Eggert  <eggert@twinsun.com>
349         * lib-src/rcs2log: Avoid security hole allowing attacker to
350         cause user of rcs2log to overwrite arbitrary files, fixing
351         a bug reported by Morten Welinder.
353         Don't put "exit 1" at the end of the exit trap; it's
354         ineffective in POSIX shells.
356 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
358         * ebrowse.c (yyerror): Changed to take two arguments.  Prototype
359         added.  Callers changed.
361 2001-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
363         * ebrowse.c (enter_namespace, main): Cast variables to shut up
364         compiler warnings.
365         (yyerror): Change parameter declarations to be of type long, so
366         that they can take pointers on 64-bit platforms.
368         * emacsclient.c (main): Remove unused local variable statbfr.
369         (main) <homedir>: Make its declaration conditional on
370         SERVER_HOME_DIR, to avoid compiler warnings.
372         * emacsserver.c (main) <homedir>: Make its declaration conditional
373         on SERVER_HOME_DIR, to avoid compiler warnings.
375         * fakemail.c (readline): Cast buffer to "long *" to pacify
376         over-zealous compilers.
378 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
380         * etags.c (canonicalize_filename) [DOS_NT]: Fix last change.
382 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
384         * ebrowse.c (operator_name): Cast argument of isalpha to
385         unsigned char.
387         * etags.c (ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros.
388         Use them throughout instead of ctype functions/macros.
389         (lowcase): Cast to unsigned char.
390         (UPCASE): New macro.
391         (canonicalize_filename): Use UPCASE instead toupper.
393         * fakemail.c (get_keyword): Make sure that isspace and
394         similar aren't called with a negative argument.
396 2000-12-13  Dave Love  <fx@gnu.org>
398         * ebrowse.c (ensure_scope_buffer_room): Fix xrealloc call.
400 2000-12-06  Andrew Innes  <andrewi@gnu.org>
402         * makefile.w32-in (LOCAL_FLAGS): Remove -DVERSION flag, since we
403         don't know the real version, and I can't seem to get the quoting
404         right in all circumstances.
406         * ebrowse.c (VERSION): Provide default definition, like etags.c
407         does, because Windows build can't snarf this from version.el.
409 2000-11-30  Andrew Innes  <andrewi@gnu.org>
411         * makefile.w32-in ($(BLD)/ebrowse.exe): Use tabs not spaces.
412         (install): Ditto.
414 2000-11-23  Jason Rumney  <jasonr@gnu.org>
416         * makefile.w32-in: Add targets for ebrowse.exe.
417         (LOCAL_FLAGS): Add -DVERSION flag.
419 2000-09-25  Dave Love  <fx@gnu.org>
421         * sorted-doc.c: Include config.h.
422         [!HAVE_STDLIB_H]: Declare malloc.
424 2000-09-14  Andrew Innes  <andrewi@gnu.org>
426         * makefile.w32-in: Revert to Unix line endings.
428 2000-09-04  Dave Love  <fx@gnu.org>
430         * movemail.c (index, rindex): Prototype conditionally.
432 2000-09-03  Andrew Innes  <andrewi@gnu.org>
434         * makefile.w32-in: Change to DOS line endings.
436 2000-09-01  Eli Zaretskii  <eliz@is.elta.co.il>
438         * movemail.c (toplevel): Remove redundant fcntl.h.
439         [!F_OK]: Provide default definitions only after including both
440         fcntl.h and unistd.h.
442 2000-08-29  Dave Love  <fx@gnu.org>
444         * movemail.c: Revert previous change.
446 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
448         * Makefile.in (profile, make-docfile, hexl): Depend on config.h.
450 2000-08-28  Dave Love  <fx@gnu.org>
452         * movemail.c (toplevel) [HAVE_STRING_H]: Include string.h.
453         (toplevel) [HAVE_STRINGS_H]: Include strings.h.
455 2000-08-22  Andrew Innes  <andrewi@gnu.org>
457         * ntlib.h (WIN32): Remove unnecessary definition.
458         (sleep): Make argument unsigned long.
459         (_WINSOCK_H): Undefine so normal winsock definitions can be used.
461         * ntlib.c (sleep): Make argument unsigned long.
463         * movemail.c (main) [WINDOWSNT]: Force binary mode for fileio.
465         * makefile.w32-in: New file.
467 2000-08-20  Eli Zaretskii  <eliz@is.elta.co.il>
469         * etags.c (canonicalize_filename) [DOS_NT]: Upcase the first
470         letter only if it is a drive letter.
472 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
474         * ebrowse.c (xrealloc, xmalloc): Renamed from yrealloc and
475         ymalloc.
477         * etags.c (xmalloc, xrealloc): Make externally visible, for use
478         by alloca.o.
480         * Makefile.in (alloca.o): Add -Demacs so that alloca will use
481         xmalloc.
483 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
485         * ebrowse.c (yylex): Accept string literals with newlines in them.
486         (process_pp_line): Handle case of string literal with newline
487         in it in replacement text, which counts as continuing the
488         replacement text in GNU C.
490 2000-07-02  Gerd Moellmann  <gerd@gnu.org>
492         * ebrowse.c (token_string): Add missing tokens.
493         (parm_list): Handle case of qualified pointers.
495 2000-06-23  Dave Love  <fx@gnu.org>
497         * ebrowse.c: Move config.h before other includes (which may use
498         feature tests).
500 2000-06-14  Jim Meyering  <meyering@lucent.com>
502         * grep-changelog: Fix typos in comments.  Remove trailing blanks.
504 2000-06-11  Jason Rumney  <jasonr@gnu.org>
506         * makefile.nt: Add targets for ebrowse.
508         * ebrowse.c [WINDOWS_NT]: Use stricmp instead of strcasecmp to
509         compare filenames.
511 2000-06-06  Gerd Moellmann  <gerd@gnu.org>
513         * ebrowse.c (ymalloc): Renamed from xmalloc.
514         (yrealloc): Renamed from xrealloc.
516 2000-05-21  Dave Love  <fx@gnu.org>
518         * movemail.c: Include config.h, not ../src/config.h.
519         (Errmsg): Bump length.
521         * pop.c (ERROR_MAX): Increase to 160.
523 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
525         * ebrowse.c (DEFAULT_OUTFILE): Set to `BROWSE'.
527 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
529         * ebrowse.c (PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]: Define
530         to semi-colon.
531         (FILENAME_EQ): New macro, for comparing file names.
532         (add_member_decl, add_global_decl, add_member_defn): Use
533         FILENAME_EQ.
534         (process_file): Don't assume that fread always reads as many bytes
535         as it was told to (DOS-style CR-LF text files fail this logic).
536         (open_file): Allocate enough space for path->path plus the file
537         name and the slash.
539 2000-04-19  Dave Love  <fx@gnu.org>
541         * etags.c (Texinfo_functions): New function.
542         (lang_names): Install it.
543         (Texinfo_suffixes): New variable.
545 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
547         * ebrowse.c (xmalloc, xrealloc): Rewritten.
548         (declaration): Remove parameter IS_EXTERN.
549         (class_definition): Remove unused variable.
551 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
553         * Makefile.in (INSTALLABLES): Add ebrowse.
554         (ebrowse): New target.
556         * ebrowse.c: New file.
558 2000-03-29  Andreas Schwab  <schwab@suse.de>
560         * make-docfile.c (scan_lisp_file): Also look for `defsubst'.
562 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
564         * etags.c (lisp_suffixes)  Add `LSP'.
566 2000-02-10  Francesco Potorti`  <pot@gnu.org>
568         * etags.c (iswhite): Redefined not to consider '\0' as white
569         space, and use it throughout in place of isspace, thus preventing a
570         potential signed char to int conversion problem.
571         (MSDOS): #undefine befere redefining
573 2000-02-04  Francesco Potorti`  <pot@gnu.org>
575         * etags.c (many functions): Add prototypes.
577 2000-02-10  Dave Love  <fx@gnu.org>
579         * etags.c (pfnote, new_pfnote, C_entries, prolog_pred)
580         (erlang_func): Add `static' to definitions to keep pcc happy.
582 2000-01-31  Francesco Potorti`  <pot@gnu.org>
584         * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise.
585         (get_compressor_from_suffix, process_file): Use MSDOS in if clause.
586         (etags_strchr, etags_strrchr): Use const char * and int as arguments.
587         (getenv, getcwd): Only declare them if necessary.
588         (EMACS_NAME): New constant macro.
589         (print_version): Use it.
590         (P_) [__STDC__]: Macro for defining function prototypes.
592 2000-01-18  Fabrice Popineau  <Fabrice.Popineau@supelec.fr>
594         * etags.c [WINDOWSNT]: #include <direct.h>
596 2000-01-18  Martin Buchholz  <martin@xemacs.org>
598         * etags.c (all functions): Made them static.
599         (all functions): Write prototypes.
601 2000-01-29  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
603         * movemail.c (main): Improve error message if can't create lock file.
605 2000-01-28  Eric Hanchrow <offby1@blarg.net>
607         * emacsclient.c (socket_status): New function.
608         (main): if $LOGNAME or $USER exist and differ from our euid, look
609         for a socket based on the UID associated with the name.
611 2000-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
613         * emacsclient.c: Add option -a EDITOR and environment variable
614         ALTERNATE_EDITOR.  Exec this editor if we fail to contact Emacs.
616 1999-12-10  Jonathan Kamens <jik@kamens.brookline.ma.us>
618         * movemail.c (popmail): Allow mailbox specifications of the
619         form `po:username:hostname'.
621 1999-11-19  Francesco Potorti`  <pot@gnu.org>
623         * etags.c (_GNU_SOURCE): Define only if undefined.
624         (get_scheme): Declaration deleted.
625         (main): error was called with an integer as second arg, instead of
626         a char pointer.
627         (canonicalize_filename): Bug removed.
629 1999-11-18  Dave Love  <d.love@dl.ac.uk>
631         * etags.c (C_entries): Rename label `intoken', avoiding K&R
632         lossage from name clash with macro.
634 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
636         * Makefile.in (b2m): Add dependency on GETOPTDEPS.
638 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
640         * etags.c (print_help): Change email address to send bugs to.
642 1999-11-01  Francesco Potorti`  <pot@gnu.org>>
644         * etags.c: Add suffix psw for PSWrap.
645         (L_getit): Generalize a "cp!=' '" into "!isspace(*cp)".
646         (Postscript_functions): Add code for PSWrap.
647         (Scheme_functions): Use local pointer and new get_tag function.
648         (get_tag): New name for old get_scheme.
649         (process_file): Do not free NULL when file does not exist.
650         (typdef): ttypedefseen renamed to tkeyseen, new label ttypeseen.
651         (C_entries): Modifications that make --members tag even inside
652         typedefs and C nested structs (one level only).
653         (consider_token): Corrected a bug which prevented tagging of enum
654         constants.
655         (C_stab_entry): Added if, for, while, switch, return as
656         st_C_ignore.  This makes it simpler to work when cblev!=0.
658         * etags.c (C_entries): tag member function declarations when
659         --declarations is used.
661         * etags.c (C_entries, consider_token): C++ `operator' now is
662         tagged in most cases.
663         As before, :: is not recognised if surrounded by spaces.
665         * etags.c (relative_filename): Account for DOS file names such
666         that is impossible to make one relative to another.
668         * etags.c (sym_type): New st_C_extern tag.
669         (gperf input): Use it for spotting external declarations.
670         (print_help): Document the new behaviour of --declarations.
671         (fvextern): New global variable.
672         (consider_token, C_entries): Use it.
674         * etags.c (HAVE_GETCWD) [WINDOWSNT]: Define if undefined.
675         (etags_getcwd): Remove test for WINDOWSNT.
677         * etags.c (process_file) [MSDOS]: If foo.c.gz is not found, try
678         foo.cgz, foo.cz, etc.
680         * etags.c (declarations): New global switch.
681         (longopts): Describe it.
682         (print_help): Document it.
683         (C_entries): Use it.
684         (process_file): Don't process a file twice.
686         * etags.c (Fortran_functions): No tags for "procedure".
688 1999-11-01  Eli Zaretskii  <eliz@is.elta.co.il>
690         * etags.c (get_compressor_from_suffix): Second argument EXTPTR, if
691         non-zero, returns a pointer to where the extension begins; callers
692         changed.
693         [MSDOS]: Support DOS file names by handling e.g. foo.cgz as if it
694         were foo.c.gz.
696 1999-11-01  Francesco Potorti`  <pot@gnu.org>
698         * etags.c (sym_type, C_stab_entry): New constant st_C_operator.
699         (fvdev): New constant foperator.
700         (consider_token): Use it to get "operator" in C++.
701         (C_entries): Extend length of operator@ function name.
702         (C_entries): Use foperator when necessary.
704         * etags.c (main) [!ETAGS_REGEXPS]: Do not call free_patterns.
706         * etags.c (compressor): New struct for compressed files.
707         (get_compressor_from_suffix): New function.
708         (get_language_from_suffix): Use it.  Also, semantics changed.
709         (process_file): Consider compressed files, close file.
710         (find_entries): Use different call arg for get_language_from_suffix,
711         don't close file.
713         * etags.c (main): Call free_tree.
714         (find_entries): Do not free curfile.
715         (pfnote): Cosmetic change: NULL and '\0' where appropriate.
716         (prolog_pred, erlang_func, substitute): Cast strlen to int when
717         comparing.
718         (canonicalize_filename): Shut up compiler warning.
719         (Perl_functions): Make tag significant.
721 1999-11-01  Dave Love  <d.love@dl.ac.uk>
723         * etags.c (longopts, optstring): New option --ignore-case-regex (-c).
724         (argument_type): New member at_icregexp.
725         (lc_trans): New global.
726         (main): Fill lc_trans.  Process -c args.
727         (add_regex): New arg determining whether to use translation table.
728         (analyse_regex): New arg.  Use it for add_regex.
730 1999-11-01  Francesco Potorti`  <pot@gnu.org>
732         * etags.c (init): Cosmetic change: NULL --> '\0'.
733         (erlang_attribute): Bug corrected (uninitialized variable).
734         (filename_is_absolute): New function replaces absolutefn macro and
735         corrects a bug.  All callers changed.
736         (canonicalize_filename): New function.
737         (process_file, etags_getcwd, absolute_dirname): Use it.
738         (relative_filename, absolute_filename): Removed var shadowing.
739         (C_entries, Pascal_functions): Add fake initializations to keep
740         compilers quiet.
741         (TeX_functions, Prolog_functions, Erlang_functions): Cleanup.
743         * etags.c (xrnew): New macro.  All callers of xrealloc changed.
744         (language): New typedef (was struct lang_entry).
745         (curlang): New global variable.
746         (node): typedef renamed from NODE.
747         (linebuffer): New typedef (was struct linebuffer).
748         (pattern): New typedef (was struct pattern).  Some members added.
749         Now used as element of a linked list.
750         (patterns, num_patterns): Global variables deleted.
751         (p_head): New global variable.
752         (forced_lang):  New global variable (replaces lang_func).
753         (get_language_from_name, get_language_from_interpreter,
754         get_language_from_suffix): Semantics changed.  All callers changed.
755         (last_node): New global variable.
756         (free_tree, add_node, put_entries, total_size_of_entries): Change
757         name of local vars to avoid clashes with typedef node.
758         (number_len): Rewritten for elegance.
759         (token): New typedef replaces TOKEN.
760         (analyse_regex, add_regex): Rewritten for new functionality.
761         (free_patterns): New function called from main and add_regex.
762         (initbuffer, readline_internal, readline, grow_linebuffer):
763         Change name of local vars to avoid clashes with typedef
764         linebuffer.
765         (readline): Rewritten for new functionality.
767         * etags.c: (Scheme_suffixes): New suffix ".ss".
768         (print_help): --globals is now used for more than C-type languages.
769         (Perl_functions): Tag global variables ("my" and "local").
771         * etags.c (print_help): Some messages clarified.
772         (LOOP_ON_INPUT_LINES): New macro.
773         (just_read_file, Fortran_functions, Asm_labels, Perl_functions,
774         Python_functions, Cobol_paragraphs, Pascal_functions,
775         Lisp_functions, Postscript_functions, Scheme_functions,
776         TeX_functions, Prolog_functions, Erlang_functions): Use it.
777         (Cobol_paragraphs, Postscript_functions, TeX_functions,
778         Prolog_functions, Erlang_functions): Use a local variable instead
779         of the global variable dbp.
780         (Pascal_functions, L_isquote, Scheme_functions): Use GNU coding
781         standard indentation.
783         * etags.c (Python_suffixes, lang_names, Python_functions): Python
784         support.
785         (skip_spaces, skip_non_spaces): Utility functions.
786         (find_entries, takeprec, getit, Fortran_functions, Perl_functions,
787         Python_functions, L_getit, Lisp_functions, Scheme_functions,
788         prolog_pred, erlanf_func, erlang_attribute): Use them.
789         (eat_white): Deleted.
791         * etags.c (CHAR, init): Keep into account non US-ASCII
792         characters and compilers with default signed chars.
793         (L_getit): Tag "(defstruct (foo", "(defun (operator" and similar
794         constructs.
796         * (C_stab_entry): "interface" in Java behaves like "class".
798         * etags.c: (HAVE_NTGUI) [WINDOWSNT]: #undef if HAVE_CONFIG_H.
799         (main): Put interval syntax here.
800         (add_regex): And remove it from here.
802         * etags.c (suggest_asking_for_help): Provide a
803         meaningful help message with and without LONG_OPTIONS.
805         * etags.c: <io.h> [MSDOS]: Include it, don't include string.h.
806         <stdlib.h, string.h>: Don't test MSDOS when including them.
807         (white, nonam, endtk): Like elsewhere, use \r instead of \013.
808         (put_entries): Correctly use %ld instead of %d in printf.
810         * etags.c: <unistd.h> [HAVE_UNISTD_H]: Include conditionally, else
811         declare getcwd if HAVE_GETCWD.
812         (consider_token): Dead break instruction removed.
814 1999-10-19  Paul Eggert  <eggert@twinsun.com>
816         Add support for large files.  Merge glibc 2.1.2.
818         * b2m.c, emacsclient.c, emacsserver.c, fakemail.c, make-docfile.c,
819         movemail.c, pop.c:
820         Do not include <stdlib.h>, as <config.h> does this now.
822         * b2m.c, emacsserver.c, etags.c, profile.c:
823         Include <config.h> before any system include files.
825         * emacsclient.c, emacsserver.c, fakemail.c, movemail.c, pop.c,
826         test-distrib.c:
827         (read, write, open, close): Do not undef.
829         * getopt.c, getopt1.c: Adopt glibc 2.1.2, with the following fix:
830         (const): Do not define if HAVE_CONFIG_H; that's config.h's job.
832         * getopt.h: Adopt glibc 2.1.2.
834 1999-10-15  Dave Love  <fx@gnu.org>
836         * Makefile.in (pop.o): Depend on config.h.
838 1999-10-11  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
840         * pop.c: Use "pop3" as the POP service name on all platforms,
841         instead of using "pop" on Unix and "pop3" on Windows NT.  "pop3"
842         has been the standard service name since RFC 1340 was published in
843         July 1992, so I think it's safe to start using it by default.
845 1999-09-27  Dave Love  <fx@gnu.org>
847         * make-docfile.c (scan_lisp_file): Fix typo causing infloop.
849 1999-09-19  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
851         * make-docfile.c (scan_lisp_file): Fix previous changes;
852         swallow CRLF like just CR or just LF.
854 1999-09-03  Richard Stallman  <rms@gnu.org>
856         * make-docfile.c: Include config.h not ../src/config.h.
857         (main, fopen, chdir): Add #undef.
858         (read_c_string, scan_c_file, skip_white, read_lisp_symbol)
859         (scan_lisp_file): Handle \r like \n.
861 1999-08-30  Andreas Schwab  <schwab@gnu.org>
863         * make-docfile.c, fakemail.c: Include <stdlib.h> if available.
865         * emacsserver.c: Include <stdlib.h> if available.  Don't declare
866         errno if it's a macro.
868         * test-distrib.c: Include <unistd.h> if available.
870 1999-08-29  Richard Stallman  <rms@gnu.org>
872         * emacsclient.c (print_help_and_exit): Mention --version.
874 1999-08-25  Richard M. Stallman  <rms@gnu.org>
876         * emacsclient.c (decode_options): Update version output.
877         (print_help_and_exit): Update bug report address.
879 1999-08-13  Richard M. Stallman  <rms@gnu.org>
881         * emacsclient.c (main): Move the dynamic allocation of
882         system_name outside of the SERVER_HOME_DIR conditional.
883         * emacsserver.c (main): Likewise.
885 1999-08-10  Gerd Moellmann  <gerd@gnu.org>
887         * grep-changelog: New.
888         * Makefile.in (INSTALLABLE_SCRIPTS): Add it.
890 1999-07-12  Richard Stallman  <rms@gnu.org>
892         * Version 20.4 released.
894 1999-06-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
896         * Makefile.in (clean): Remove fns*.el.
898 1999-06-23  Dave Love  <fx@gnu.org>
900         * etags.c (erlang_attribute): Fix undefined variable usage (after
901         Potorti).
903 1999-05-2  Andrew Innes  <andrewi@gnu.org>
905         * movemail.c (main) [WINDOWSNT]: Call ftruncate, which is now
906         mapped to _chsize.
908 1999-04-29  Richard M. Stallman  <rms@gnu.org>
910         * emacsclient.c (main, both versions): Use quote_file_name on cwd.
912 1999-03-30  Dave Love  <fx@gnu.org>
914         * sorted-doc.c (main): Split up tables.  Modify the preamble
915         somewhat.
917 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>
919         * makefile.nt: Remove common multiple file compilation commands.
921 1999-02-26  Richard Stallman  <rms@gnu.org>
923         * Version 20.4 released.
925         * Makefile.in (yow): Depend on epaths.h, not paths.h.
927         * yow.c: Refer to epaths.h.
929 1999-02-22  Simon Josefsson  <jas@pdc.kth.se>
931         * emacsserver.c (perror_1, fatal_error): Don't compile unless needed.
933 1999-01-27  Andrew Innes  <andrewi@gnu.org>
935         * makefile.nt: Do make version comparison as strings.
937 1999-01-25  Richard Stallman  <rms@gnu.org>
939         * emacsclient.c (xmalloc): Fix previous change.
941 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
943         * emacsclient.c (xmalloc): Declare to return long.
945 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>
947         * etags.c (etags_getcwd, absolute_filename) [DOS_NT]: Canonicalize
948         the case of the drive letter.
950 1999-01-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
952         * emacsserver.c (main): Eliminate arbitrary limit on
953         length of system_name.
955         * emacsclient.c (main): Eliminate arbitrary limit on
956         length of system_name.
957         (xmalloc): Define unconditionally.
959 1999-01-12  Darrin B. Jewell  <jewell@mit.edu>
961         * etags.c (relative_filename): Stop backward search at beginning
962         of string, since non-Unix systems can have absolute paths with no
963         initial slash.
965 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
967         * makefile.nt: Do string comparision of _NMAKE_VER.
969 1998-11-03  Theodore Jump <tjump@cais.com>
971         * makefile.nt: Compile multiple source files when possible.
973 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
975         * Makefile.in: Replace tabs with spaces
976         when they might confuse some Make versions.
978 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
980         * emacsclient.c (main): Null-terminate system_name.
982         * emacsserver.c (main): Null-terminate system_name.
984 1998-09-21  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
986         * movemail.c (popmail, pop_retr) [MAIL_USE_POP]: When displaying
987         an error message from POP, mention that it's from POP, to
988         distinguish it from local error messages.
990 1998-09-04  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
992         * movemail.c [MAIL_USE_POP]: Add the "-r" flag to reverse the
993         order of messages downloaded from a POP server (e.g., if the
994         server stores messages in mailboxes in reverse order).
996 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
998         * Version 20.3 released.
1000 1998-08-11  Paul Eggert  <eggert@twinsun.com>
1002         * rcs2log: Update copyright date and bug report address.
1003         (initialize_fullname): Prefer getent if available.
1005 1998-07-30  Paul Eggert  <eggert@twinsun.com>
1007         * lib-src/Makefile.in (REGEXPDEPS, regex.o):
1008         Prepend $(srcdir)/ to rule dependencies outside this dir.
1010 1998-06-09  Andrew Innes  <andrewi@harlequin.co.uk>
1012         * etags.c (etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.
1014 1998-06-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
1016         * Makefile.in: Properly terminate a comment.
1018 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>
1020         * movemail.c (sys_wait): Rename to wait.
1022         * ntlib.h: Undefine _WINSOCKAPI_.
1024         * makefile.nt (LOCAL_FLAGS): Define HAVE_CONFIG_H.
1026 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>
1028         * ntlib.c (getppid): Look for EM_PARENT_PROCESS_ID.
1030 1998-05-01  Andrew Innes  <andrewi@harlequin.co.uk>
1032         * movemail.c [WINDOWSNT]: Undefine DISABLE_DIRECT_ACCESS.  Force
1033         all file i/o to be in binary mode.  Include ntlib.h.
1035 1998-04-27  Andreas Schwab  <schwab@delysid.gnu.org>
1037         * make-docfile.c: Include <unistd.h> for chdir.
1039 1998-04-25  Richard Stallman  <rms@psilocin.gnu.org>
1041         * etags.c (TEX_decode_env): Don't free the value getenv returns.
1043 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>
1045         * makefile.nt (obj): Update with new files in src.
1046         (clean): Delete patch scratch files, optimized compilation dir.
1048 1998-04-08  Dave Love  <fx@gnu.org>
1050         * emacsclient.c: Move inclusion of unistd.h to top, else fails on
1051         Irix6, at least.
1053 1998-04-06  Andreas Schwab  <schwab@gnu.org>
1055         Silence -Wimplicit:
1056         * movemail.c: Move cancelations up.  Include <stdlib.h> if
1057         available.
1058         * fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid.
1059         (parse_header): Explicitly declare return type.
1060         * emacsserver.c: Include <unistd.h> if available.
1061         (main, handle_signals, perror_1, fatal_error): Explicitly declare
1062         return types.  Add forward declarations.
1063         * emacsclient.c: Include <stdlib.h> and <unistd.h> if available.
1064         Don't declare geteuid.
1065         (print_help_and_exit): Change return type to void.  Forward
1066         declare it.
1067         * b2m.c: Include <stdlib.h> if available.
1068         (main): Explicitly declare return type.
1070 1998-04-03  Richard Stallman  <rms@delysid.gnu.org>
1072         * etags.c (put_entries): Use %ld.
1074         * b2m.c (fatal): Declare the arg.
1076 1998-04-03  Richard Stallman  <rms@psilocin.gnu.org>
1078         * etags.c (put_entries): Use %ld.
1080         * b2m.c (fatal): Declare the arg.
1082 1998-03-26  Richard Stallman  <rms@psilocin.gnu.org>
1084         * pop.c (pop_getline): Renamed from getline.
1086 1998-03-05  Richard Stallman  <rms@psilocin.gnu.org>
1088         * Makefile.in (install): Use INSTALL_STRIP with INSTALL_PROGRAM
1089         for the utilities.
1091 1998-01-23  Dave Love  <d.love@dl.ac.uk>
1093         * etags.c (getit, Cobol_paragraphs, Pascal_functions,
1094         Postscript_functions, prolog_pred, erlang_func, erlang_attribute):
1095         Always make named tags.
1096         (Fortran_functions): Grok BLOCK DATA.
1098 1998-01-23  Andreas Schwab  <schwab@gnu.org>
1100         * movemail.c (main): Fix interwoven brace and cpp conditional
1101         nesting.
1103 1997-12-04  Karl Heuer  <kwzh@delysid.gnu.org>
1105         * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP
1106         server to contain embedded nulls.
1108 1997-12-03  Paul Eggert  <eggert@delysid.gnu.org>
1110         * movemail.c:
1111         (mbx_write) [MAIL_USE_POP]: Disable the code which quotes with a
1112         '>' any lines starting with "From " read from the POP server, but
1113         leave the code in place, wrapped in #ifdef
1114         MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
1115         because it turns out that something is depending on it.  Change
1116         suggested by Paul Eggert <eggert@twinsun.com>.
1117         Convert the character \037 (^_) at the beginning of a line into
1118         the character '^' followed by the character '_', because otherwise
1119         Emacs can't parse the resulting file as a valid BABYL file.
1120         Change suggested by Paul Eggert <eggert@twinsun.com>.
1122 1997-12-03  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
1124         * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP
1125         server to contain embedded nulls.
1127 1997-12-02  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
1129         * movemail.c (mbx_write) [MAIL_USE_POP]: Disable the code which
1130         quotes with a '>' any lines starting with "From " read from the
1131         POP server, but leave the code in place, wrapped in #ifdef
1132         MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
1133         because it turns out that something is depending on it.  Change
1134         suggested by Paul Eggert <eggert@twinsun.com>.
1136         Convert the character \037 (^_) at the beginning of a line into
1137         the character '^' followed by the character '_', because otherwise
1138         Emacs can't parse the resulting file as a valid BABYL file.
1139         Change suggested by Paul Eggert <eggert@twinsun.com>.
1141 1997-11-22  Richard Stallman  <rms@gnu.org>
1143         * b2m.c: Include getopt.h.
1144         (main): Use getopt_long to handle --version and --help.
1146         * Makefile.in (b2m): Define VERSION.  Link with $(GETOPTOBJS).
1148 1997-10-31  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
1150         * pop.c (fullwrite): Get rid of an extra call to write.  Problem
1151         pointed out by Chiaki Ishikawa.
1153 1997-10-16  Dave Love  <d.love@dl.ac.uk>
1155         * etags.c (L_getit): Always make named tags so that Emacs
1156         completion on symbols containing `:' etc. works.
1157         (get_scheme): Likewise.
1159 1997-09-24  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
1161         * pop.c: Use system header files instead of declaring C-library
1162         functions explicitly.
1164 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1166         * Version 20.2 released.
1168 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1170         * Version 20.1 released.
1172 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>
1174         * makefile.nt (movemail.exe): Link wsock32.lib before LIBS.
1176         * ntlib.c (getpid): Delete function.
1178 1997-08-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1180         * make-docfile.c (scan_lisp_file): Handle custom-declare-variable.
1182 1997-08-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1184         * emacsclient.c [HAVE_SYSVIPC]: Include errno.h, as in the other case.
1185         (main) [!BSD_SYSTEM]: Fix error message for getcwd failure.
1187 1997-08-14  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1189         * emacsserver.c (main): Use SOCKLEN_TYPE for fromlen, if it is defined.
1191 1997-08-13  Kazushi (Jam) Marukawa  <jam@poboxes.com>
1193         * profile.c (get_time): Cast arg to fprintf.
1195         * hexl.c (main): Use %08lx instead of %08x in printf because the
1196         variable named addresses is long.
1198 1997-08-08  Geoff Voelker  <voelker@cs.washington.edu>
1200         * makefile.nt (lisp): Update paths to lisp files that have moved.
1202 1997-08-08  Andrew Innes  <andrewi@harlequin.co.uk>
1204         * makefile.nt (ctags.obj): New target.
1205         (etags.obj, getopt.obj, make-docfile.obj): Update dependencies.
1207         * ntlib.h: Add includes.
1208         Undo definitions of crt routines from config.h.
1210 1997-08-06  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1212         * etags.c (Yacc_suffixes, Asm_suffixes): Add some alternatives.
1214 1997-07-22  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
1216         * pop.c: Support auto-configuration of both Kerberos V4 and
1217         Kerberos V5 for movemail, including detection of V4 and V5 header
1218         files and libraries.
1219         Include <string.h> when STDC_HEADERS is defined, to get
1220         declarations of string functions.
1221         [KERBEROS5] (socket_connection): Support the current MIT Kerberos
1222         V5 API rather than the old one.
1223         [KERBEROS] (socket_connection): Change a constant name from
1224         SOCKET_ERROR to POP_SOCKET_ERROR to avoid a namespace conflict
1225         with a constant in a header file.
1227         * Makefile.in: Support auto-configuration of both Kerberos V4 and
1228         Kerberos V5 for movemail, including detection of V4 and V5 header
1229         files and libraries.
1231 1997-07-17  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1233         * fakemail.c [HAVE_UNISTD_H]: Include unistd.h.
1235         * etags.c [HAVE_UNISTD_H]: Include unistd.h.
1237 1997-07-09  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1239         * emacsclient.c [C_ALLOCA] (xmalloc): New function.
1241 1997-07-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1243         * movemail.c (rindex): Add declaration.
1245 Tue Jul  1 01:09:07 1997  Geoff Voelker  <voelker@cs.washington.edu>
1247         * makefile.nt (GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define.
1248         (movemail.exe): Depend upon and link with getopt files.
1249         (obj): Include new source files.
1250         (FACE_SUPPORT, MOUSE_SUPPORT, FLOAT_SUPPORT, WINNT_SUPPORT): Define.
1251         (lisp): Include new and reorganized elisp files.
1253 1997-06-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1255         * Makefile.in (blessmail): Find blessmail.el in mail subdirectory.
1257 1997-06-25  Paul Eggert  <eggert@twinsun.com>
1259         * rcs2log: Don't assign to $0 in awk; some awks don't allow this.
1261 1997-06-14  Karl Heuer  <kwzh@gnu.ai.mit.edu>
1263         * b2m.c (readline): Terminate buffer properly when EOF seen.
1264         Test for valid pointer before dereferencing it.
1266 1997-05-30  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1268         * Makefile.in (etags): Remove -DETAGS_REGEXPS, because now it is
1269         defined inside etags.c if HAVE_CONFIG_H is defined.
1271 1997-05-29  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1273         * etags.c: (logical): Type name changed to bool.
1274         (ETAGS_REGEXPS, LONG_OPTIONS) [HAVE_CONFIG_H]: #define them.
1275         (<getopt.h>) [LONG_OPTIONS]: Include conditionally.
1276         (getopt_long) [!LONG_OPTIONS]: Redefine as macro.
1277         (main): Accepted options depend on ETAGS_REGEXPS and LONG_OPTIONS.
1278         (longopts): New long options without short counterpart are
1279         globals, members, no-globals, no-members.  Regexp options are now
1280         defined  conditionally to ETAGS_REGEXPS.
1281         (print_help): Updated.
1283 1997-05-22  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1285         * etags.c (C_entries): Use "." instead of "::" for Java.
1286         (consider_token): is_func renamed to is_func_or_var.
1287         (C_entries): is_func renamed to funorvar.
1288         (C_entries): Initialise tok.named.
1289         (sym_type, C_stab_entry, consider_token): st_C_ignore is used to
1290         get rid of "import", "package" and "friend".
1291         (fvdef): Renamed from funcdef.  Also some constants renamed.  All
1292         users changed.
1293         (C_entries): Make separate tags for variables separated by comma.
1294         (globals, members): New flags.
1295         (main, C_entries): Use them.
1296         (make_C_tag, C_entries): Make tok a global variable.
1298 1997-05-16  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1300         * etags.c (funcdef): New vignore constant.
1301         (consider_token, C_entries): Use it to tag global variables.
1302         (print_help): Update for global variables.
1303         (consider_token, C_entries): Set the len member of token_name.
1304         (prolog_pred): Cleanup according to GNU coding standards.
1305         (Cobol_suffixes, lang_names, Cobol_paragraphs): Cobol support.
1306         (prolog_white, erlang_white): Renamed to eat_white, callers changed.
1308 1997-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1310         * etags.c (CHARS, CHAR): New constant and macro.
1311         (iswhite, begtoken, intoken, endtoken): Use them.
1312         (notinname, _nin, nonam): New macro, array, string.
1313         (init): Cleanup and init _nin.
1314         (new_pfnote): New function.
1315         (make_C_tag) [traditional_tag_style]: Use it.
1316         (traditional_tag_style): Costant set to TRUE for now.
1318 1997-05-14  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1320         * etags.c (C_entries, Pascal_functions): Cleanup.
1321         (TeX_functions): NULL as a function arg needs a cast.
1322         (Erlang_functions, erlang_func, erlang_attribute): Cleanup.
1324 1997-05-13  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1326         * etags.c (TeX_functions): Cleaned up.
1327         (tex_getit): Removed.
1329 1997-05-13  Paul Eggert  <eggert@twinsun.com>
1331         * rcs2log (files): When computing arguments automatically, ignore
1332         non-files within the RCS subdirectory.
1334 1997-05-13  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1336         * etags.c (C_JAVA): New #define.
1337         (Cjava_suffixes): .java is Java.
1338         (Cjava_entries): New function.
1339         (lang_names): Add Java.
1340         (sym_type): Add st_C_javastruct for Java.
1341         (C_stab_entry): Add `extends' and `implements' keywords.
1342         (consider_token, C_entries): Recognise Java structures.
1344 1997-05-12  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1346         * etags.c: (Cplusplus_suffixes): .pdb is Postscript with C syntax.
1347         (Postscript_suffixes): .ps is Postscript.
1348         (lang_names): Add Postscript.
1349         (Postscript_functions): New function.
1350         (TEX_decode_env): Close minor memory leak.
1351         (just_read_file): Correct the char number of the tag.
1353 1997-05-11  Paul Eggert  <eggert@twinsun.com>
1355         * rcs2log (loginFullnameMailaddrs, logins, rlog_options, files):
1356         Don't prepend $nl since this causes some shells to generate the
1357         empty string when IFS is $nl.
1358         (printlogline): Use SOH (octal code 1), not CR, since some
1359         PC-based shells mishandle CR.
1360         (initialize_fullname): Set NIS_PATH to the empty string before invoking
1361         nismatch, in case it's set to some nonstandard value.
1363 1997-05-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
1365         * pop.c (getline): Don't miss CRLF pairs when the CR and LF are
1366         read in separate blocks.
1368 1997-04-30  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1370         * etags.c [TeX_named_tokens]: Set to FALSE if undefined.
1371         (struct linebuffer): New member `len' is the length of the string.
1372         (find_entries, Pascal_functions, TeX_functions, TEX_getit):
1373         Use it instead of strlen.
1374         (TEX_getit): Declare and define unconditionally as static.
1375         (TeX_functions): Use if instead of #if TeX_named_tokens.
1376         (add_regex): Set RE_INTERVALS flag for regex compilation.
1377         (substitute): Code cleanup.
1378         (readline_internal): Code cleanup, set new member `len'.
1379         (readline): Bug corrected.
1381 1997-04-23  Geoff Voelker  <voelker@cs.washington.edu>
1383         * makefile.nt: Change references of windowsnt.h to ms-w32.h.
1384         (obj): Change references of nt*.c files to w32*.c files.
1386 1997-04-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1388         * etags.c (xnew): Add support for debugging with chkmalloc.
1389         (error): Use this instead of printf whenever possible.
1390         (main): Only call xnew after having initialised progname.
1391         (substitute): Bad memory corruption error corrected.
1393 1997-04-08  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1395         * etags.c (add_regex): Undo previous change.
1396         (relative_filename): Small memory leak closed.
1397         (absolute_filename): Cleaned up the code, possibly closing a bug.
1398         (absolute_dirname): Always return a newly allocated string.
1400 1997-03-21  Paul Eggert  <eggert@twinsun.com>
1402         * rcs2log (files): Ignore files in RCS directory whose names are
1403         of the form ,*, or *_; they are probably RCS lock files.
1404         Also, ignore files named .rcsfreeze.log or .rcsfreeze.ver;
1405         they are used by rcsfreeze.
1407 1997-03-14  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1409         * etags.c (add_regex): reset *putbuf before using it.
1411 1997-02-23  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
1413         * movemail.c (popmail): Remove some unnecessary function
1414         declarations.
1415         (popmail, pop_retr): Since popmail always passes mbx_write and mbf
1416         into pop_retr, there's no reason to pass in mbx_write, and the
1417         file argument can be declared FILE * explicitly.  This fixes a
1418         compilation problem on systems with 64-bit pointers.
1420 1997-02-13  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
1422         * movemail.c: Delete duplicate inclusion of fcntl.h
1423         and duplicate #undefs of open, read, write, close.
1425 1997-01-20  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
1427         * movemail.c (main): Do not display "[POP-password]" in the usage
1428         message when movemail is compiled without POP support.
1429         (main, popmail): Add the optional "-p" argument, which causes
1430         movemail to leave mail in the inbox after copying it into the
1431         output file.
1433         * Makefile.in (movemail): Link with getopt.
1435 1997-01-20  Paul Eggert  <eggert@twinsun.com>
1437         * rcs2log: (--help, --version): New options, per GNU coding standards.
1438         (Copyright, Help, Id): New variables, for above.
1439         (rlog): Use -q option with cvs log, to avoid useless chatter.
1441         Treat logs of "Initial revision" (RCS) or "file F was initially added
1442         on branch B." (CVS) as if they said "New file.", for consistency with
1443         change log entries.
1445 1997-01-01  Paul Eggert  <eggert@twinsun.com>
1447         * vcdiff (PATH): Add /usr/xpg4/bin,
1448         where XPG4 SCCS hangs out in Solaris 2.5.
1449         (sid1): Don't use bare -r, since XPG4 `get' does not allow it.
1451 1996-12-19  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
1453         * etags.c (streq, strneq): Use == NULL rather than !.
1455 1996-12-18  Jonathan I. Kamens  <jik@annex-1-slip-jik.cam.ov.com>
1457         * Makefile.in (LIBMAIL): New macro.  Conditionally includes -lmail.
1458         (movemail): Use LIBMAIL, to link against -lmail.
1460         * movemail.c: Include maillock.h (conditionally).
1461         Remove a redundant inclusion of <stdio.h>.
1462         (MAIL_USE_MAILLOCK): New macro, conditionally defined.
1463         (main): Add variable spool_name.
1464         Support the usage of maillock and mailunlock to
1465         lock and unlock mailboxes.
1466         (mail_spool_name): New function.
1468         * movemail.c: Fix an uninitialized variable which could cause
1469         movemail to exit with an error status incorrectly on systems which
1470         use lock files rather than a system locking function to lock
1471         mailboxes.
1473 1996-12-16  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1475         * pop.c (socket_connection): Free realhost after using it.
1477 1996-12-04  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1479         * etags.c (C_entries): Test tok.valid.  This handles some
1480         particular cases involving function declarations that failed.
1482 1996-11-22  Charles Hannum  <mycroft@gnu.ai.mit.edu>
1484         * pop.c (socket_connection):
1485         gethostbyname may return a pointer to static data.
1486         krb_realmofhost can clobber it.  So copy it.
1488 1996-11-14  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1490         * etags.c (pfnote, fatal, error): Callers using a NULL pointer
1491         must cast it to (char *) because we have no prototypes.
1492         (make_C_tag): Macro deleted, new function.
1493         (C_entries): Calls to make_C_tag macro changed to call function.
1495 1996-11-13  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1497         * etags.c (grow_linebuffer): New function.
1498         (GROW_LINEBUFFER): Macro deleted.  All callers changed.
1499         (make_tag): Macro renamed to make_C_tag.  All callers changed.
1500         (<stdlib.h>, <string.h>) [STDC_HEADERS]: New #include's.
1501         (Prolog_functions): prolog_skip_comment was called with wrong
1502         number of arguments.
1503         (xrealloc): fatal was called with wrong number of arguments
1505 1996-11-08  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1507         * etags.c (relative_filename): Bug corrected.
1508         (etags_getcwd): Avoid warning of unused variable.
1509         (C_entries, consider_token): Added support for enum labels.
1511 1996-11-03  Paul Eggert  <eggert@twinsun.com>
1513         * rcs2log: When processing cvs log output, remove `Attic/' from
1514         repository file names.
1516 1996-10-22  Karl Heuer  <kwzh@gnu.ai.mit.edu>
1518         * emacsserver.c: Fix 1996-09-02 change.
1520 1996-10-12  Paul Eggert  <eggert@twinsun.com>
1522         * rcs2log (rlog_options): Look for ' option' rather than 'unknown
1523         option', since CVS says 'invalid option'.
1524         (datearg): Use the empty string, not '-d>1970-01-01', to extract all
1525         revisions, since some hosts reject 1970-01-01 when east of UTC.
1526         (date): Remove.
1528 1996-10-06  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
1530         * etags.c (etags_getcwd) [WINDOWSNT]: Convert backslashes to slashes.
1532 1996-10-02  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1534         * etags.c (print_version): Print copyright info.
1536         * etags.c (print_help): Print the bug reporting address.
1537         (main): Use return as the last instruction, instead of exit.
1539         * etags.c (main): Don't open the tags file in cxref mode.
1541 1996-09-29  Dave Love  <d.love@dl.ac.uk>
1543         * rcs2log (date): Make default format acceptable to CVS post v1.8
1544         as well as earlier CVSs and RCS.
1546 1996-09-29  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
1548         * movemail.c (main): If the lock call fails with EBUSY or
1549         EAGAIN, retry a few times.
1551 1996-09-25  Paul Eggert  <eggert@twinsun.com>
1553         * rcs2log (rlog_options): Use $rlog, not rlog, when deciding
1554         whether to append -zLT.
1556 1996-09-16  Karl Heuer  <kwzh@gnu.ai.mit.edu>
1558         * fakemail.c: Replaced symbol BSD with BSD_SYSTEM.
1559         * emacsclient.c, movemail.c: Likewise.
1561 1996-09-09  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
1563         * emacsclient.c (longopts): Change nowait to no-wait.
1564         (print_help_and_exit): Fix option name; upcase metavars.
1566 1996-09-06  Erik Naggum  <erik@naggum.no>
1568         * emacsserver.c (main): Declare `fromlen' as size_t.
1570 1996-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
1572         * etags.c (etags_getcwd): Use getcwd if available even if MSDOS.
1574 1996-09-02  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
1576         * emacsclient.c (quote_file_name): Quote with &, not \.
1577         Quote `-' only at start of file name.  Terminate the value string.
1579         * emacsserver.c: Include signal.h properly;
1580         delete the duplicate includes for it.
1582         * emacsserver.c: On fatal signal, delete socket-file:
1583         * emacsserver.c: Include signal.h.
1584         (xmalloc, fatal, error): New functions.
1585         (delete_socket, handle_signals): New functions.
1586         (progname, socket_name): New variables.
1587          [HAVE_SOCKETS] (main): Call handle_signals; set the new variables.
1589 1996-09-01  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
1591         * emacsclient.c (quote_file_name): New function.
1592         (main, both versions): Use quote_file_name.
1593         (decode_options): Don't return a value.
1594         (main, both versions): Use optind.
1595         Don't check for -nowait here.
1597         * emacsclient.c (decode_options): New function.
1598         (main, both versions): Call decode_options.
1599         (print_help_and_exit): New function.
1600         (VERSION): New macro.
1602         * Makefile.in (emacsclient): Link with getopt.
1603         Add -DVERSION so emacsclient knows its version number.
1605 1996-08-31  Geoff Voelker  <voelker@cs.washington.edu>
1607         * makefile.nt (lisp): Include dos-nt.elc.
1609 1996-08-31  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
1611         * Makefile.in (blessmail): Use $srcdir to find blessmail.el.
1613 1996-08-28  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1615         * emacsclient.c (both versions): Handle -nowait and --nowait
1616         by sending data to the server.
1618 1996-08-26  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
1620         * Makefile.in (INSTALL_STRIP): New variable.
1621         (${archlibdir}): Use INSTALL_STRIP.
1623         * Makefile.in (MOVE_LIBS): Use conditionals on KERBEROS,
1624         HAVE_LIBKRB, HAVE_LIBDES, HAVE_LIBCOM_ERR to set it up.
1626         * pop.c: Reverse conditional in previous change.
1628 1996-08-24  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
1630         * pop.c: Include des.h krb.h with no dir name if SOLARIS2.
1632 1996-08-24  Paul Eggert  <eggert@twinsun.com>
1634         * rcs2log: Use ISO 8601 date format, with time zone appended
1635         if change-log-time-zone-rule is non-nil, instead of
1636         traditional Unix date format.
1638         (datearg): When computing default from ChangeLog, handle ISO format
1639         dates in addition to old-fashioned dates from Emacs 19.31 and earlier.
1640         Don't worry about hh:mm:ss since the resolution is now by day.
1641         Use emtpy datearg, not empty rlog_options, to decide whether to pass
1642         "$datearg" option to $rlog.
1643         (logTZ): New variable, set to TZ specified by change-log-time-zone-rule.
1644         (month_data): Remove `mo'; no longer needed.
1645         (rlog_options): Use -zLT for localltime output, if `rlog' supports it.
1647         Match `revision' line of rlog output more accurately.
1649         Add -c, -v options.
1651 1996-08-23  Eli Zaretskii  <eliz@is.elta.co.il>
1653         * hexl.c: Include <config.h>, so DOS_NT is defined on MSDOS.
1655 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1657         * Version 19.33 released.
1659 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1661         * Version 19.32 released.
1663 1996-07-23  Andrew Innes  <andrewi@harlequin.co.uk>
1665         * etags.c (readline_internal) [DOS_NT]: Don't include CRs when
1666         computing character positions in source files.
1668 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>
1670         * makefile.nt (clean): Use OBJDIR macro.
1672 1996-07-16  Karl Heuer  <kwzh@gnu.ai.mit.edu>
1674         * cvtmail.c, sorted-doc.c, yow.c, emacsserver.c: Undo previous change.
1676 1996-07-15  David Mosberger-Tang <davidm@AZStarNet.com>
1678         * cvtmail.c, sorted-doc.c, yow.c: [__GNU_LIBRARY__]: Use <string.h>.
1679         * emacsserver.c (main) [__GNU_LIBRARY__]: Use size_t for fromlen.
1680         * etags.c, fakemail.c, profile.c: Declare main as int, not void.
1682 1996-07-15  Andrew Innes  <andrewi@harlequin.co.uk>
1684         * ntlib.h: Correct return type of getwd.
1685         * ntlib.c (getwd): Correct return type.
1687 1996-07-02  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
1689         * emacsserver.c (main) [HAVE_SOCKETS]: Call rewind before writing
1690         to infile.
1692 1996-07-01  Andrew Innes  <andrewi@harlequin.co.uk>
1694         * makefile.nt: Remove all references to wakeup.
1696 1996-06-28  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1698         * etags.c (C_stab_entry): New keywords for C++ namespace, bool,
1699         explicit, mutable, typename.
1701 1996-06-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1703         * emacsclient.c (main) [HAVE_SOCKETS]: Use two separate stdio
1704         streams, one for sending and one for reading the reply.
1706 1996-06-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1708         * Makefile.in (timer, timer.o, getdate.o, $(srcdir)/getdate.c)
1709         (wakeup): Target deleted.
1710         (UTILITIES): Delete wakeup and timer.
1712         * wakeup.c, timer.c, getdate.y, getdate.c: Files deleted.
1714 1996-06-11  Geoff Voelker  <voelker@cs.washington.edu>
1716         * etags.c (etags_getcwd) [DOS_NT]: Change conditional to MSDOS only.
1717         * makefile.nt (ETAGS_CFLAGS): Define HAVE_GETCWD macro.
1719 1996-06-06  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1721         * etags.c (main): Copy cwd when appending slash.
1723 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
1725         * Version 19.31 released.
1727 1996-05-17  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1729         * etags.c (CNL_SAVE_DEFINEDEF): Set linecharno for use by readline.
1730         (Pascal_functions): Increase linecharno by the correct number of
1731         chars, inline the GET_NEW_LINE macro and delete its definition.
1733 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>
1735         * makefile.nt (OBJDIR, BLD): Remove macro definitions.
1737 1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>
1739         * makefile.nt (LOCAL_FLAGS): Include path to NT shadow includes.
1740         (movemail.exe, fakemail.exe): Now built under Win32.o
1742         * ntlib.c: Include ntlib.h.
1743         (nt_sleep): Rename to sleep.
1744         (getwd): Return directory.
1745         (getlogin, cuserid, getuid, setuid, getpwuid, getpass, fchown,
1746         sys_ctime, sys_fopen): New functions.
1748         * ntlib.h: New file.
1750 1996-04-29  Richard Stallman  <rms@delasyd.gnu.ai.mit.edu>
1752         * pop.c (SEND, RECV): Renamed from send, recv.
1753         (pop_open, pop_trash): Make the trash_started code unconditional.
1754         (socket_connection): Delete casts to void.
1756 1996-04-28  Richard Stallman  <rms@delasyd.gnu.ai.mit.edu>
1758         * movemail.c (DIRECTORY_SEP, IS_DIRECTORY_SEP): Definitions
1759         copied from lisp.h.
1761 1996-04-22  Andrew Innes  <andrewi@harlequin.co.uk>
1763         * fakemail.c [WINDOWSNT]: Include ntlib.h.
1765         * hexl.c [DOSNT]: Include fcntl.h.
1766         [WINDOWSNT]: Include io.h.
1767         (main) [MSDOS]: Change conditional to DOS_NT.
1769         * movemail.c (access, unlink) [WINDOWSNT]: Macros undefined.
1770         (fork, syswait, DISABLE_DIRECT_ACCESS) [WINDOWSNT]: Macros defined.
1771         [WINDOWSNT]: Include locking.h.
1772         (main): Update usage message.  Use IS_DIRECTORY_SEP.
1773         (main) [DISABLE_DIRECT_ACCESS]: Don't check access if defined.
1774         (main) [WINDOWSNT]: Invoke locking instead of flock.
1775         (main) [MAIL_USE_SYSTEM_LOCK && WINDOWSNT]: Emulate ftruncate.
1776         (main) [MAIL_USE_POP]: Pass password to popmail if used.
1777         Include winsock.h; don't include unix inet headers.
1778         (popmail): Add password argument and pass it to pop_open.
1779         Open output file in binary mode.
1781         * pop.c [WINDOWSNT]: Include winsock.h and ntlib.h.
1782         Macro SOCKET_ERROR undefined.
1783         Don't declare h_errno.
1784         [!WINDOWSNT]: Define macros recv and send.
1785         [!WINDOWSNT] (POP_SERVICE): Change to pop3.
1786         (pop_open) [WINDOWSNT]: Initialize trash_started.
1787         (have_winsock) [WINDOWSNT]: New variable.
1788         (socket_connection) [WINDOWSNT]: Initialize winsock.
1789         (socket_connection): Use closesocket instead of close.
1790         (getline): Use recv instead of read.
1791         (fullwrite): Use send instead of write.
1792         (pop_trash): Use closesocket instead of close.
1793         (pop_trash) [WINDOWSNT]: Cleanup winsock.
1794         Check if being called recursively by sendline.
1796         * pop.h (struct _popserver): New field trash_started.
1798         * wakeup.c [HAVE_CONFIG_H]: Only include config.h when defined.
1800 1996-04-14  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1802         * hexl.c (main) [DJGPP v2]: Don't change to binary for a tty.
1804 1996-04-10  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1806         * etags.c [WINDOWSNT]: Include io.h.
1808 1996-04-10  Geoff Voelker  <voelker@cs.washington.edu>
1810         * makefile.nt (CTAGSOBJ): Compile with regexp support.
1812 1996-04-09  Eli Zaretskii  <eliz@is.elta.co.il>
1814         * hexl.c [DJGPP v2]: Include io.h.
1815         (main) [DJGPP v2]: Switch standard streams to binary with setmode.
1817         * b2m.c (main) [MSDOS]: Switch standard streams to binary under
1818         DJGPP v2.
1820 1996-04-02  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1822         * etags.c (absolute_filename): Use absolutefn.
1824 1996-03-31  Eli Zaretskii  <eliz@is.elta.co.il>
1826         * etags.c (absolutefn) [DOS_NT]: Support Novell drives whose drive
1827         letter isn't an alphabetic character.
1828         (main) [DOS_NT]: Use binary mode on redirected `stdout'.
1829         (process_file) [DOS_NT]: Convert all slashes to forward style.
1830         (absolute_filename) [DOS_NT]: Emit error message for relative
1831         paths with a drive letter.
1832         (absolute_filename) [DOS_NT]: Handle absolute pathnames with
1833         DOS/NT drive letters which try to reference the parent of the root.
1834         (absolute_dirname) [DOS_NT]: Convert all slashes to forward style.
1836 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>
1838         * makefile.nt: Change uses of del to $(DEL).
1840 1996-03-22  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1842         * etags.c (just_read_file): Reset lineno and charno on entry.
1844 1996-03-15  Anders Lindgren  <andersl@csd.uu.se>
1846         * etags.c: Prolog language totaly rewritten.
1847         (Prolog_functions): Rewritten from scratch.
1848         (skip_comment, prolog_getit): Removed.
1849         (prolog_skip_comment): New function, like old skip_comment.
1850         (prolog_pred, prolog_atom, prolog_white): New functions.
1851         (erlang_func, erlang_attributes): Forward declarations added.
1852         (erlang_atom): Check if backslash ends line inside quoted atom.
1854 1996-03-14  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1856         * etags.c (absolutefn): DOS_NT version corrected.
1857         (main): Append "/" to the dir name only if not already there.
1858         (print_help): Explain the absolute/relative file name issue.
1860 1996-03-08  Anders Lindgren  <andersl@csd.uu.se>
1862         * etags.c: New Languange Erlang added.
1863         (Erlang_functions, erlang_func, erlang_attribute, erlang_atom,
1864         erlang_white): New functions.
1865         (Erlang_suffixes): New suffix list.
1866         (lang_names): Erlang entry added.
1867         (prolog_getit): Accepts headers spanning several lines.
1868         Always name tags.
1869         (Prolog_functions): Removed incorrect compensation for
1870         newline characters.
1871         (readline_internal): Zero-terminate last line.
1873 1996-03-20  Mike Long  <mike.long@analog.com>
1875         * b2m.c (main): Initialize progname variable before using it.
1876         Quote `username' in From_ header.
1878 1996-03-18  Geoff Voelker  <voelker@cs.washington.edu>
1880         * ntlib.c (getpid): New function.
1882 1996-02-21  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
1884         * emacsclient.c (main, both definitions):
1885         Print a newline for normal termination.
1887 1996-02-21  Noah Friedman  <friedman@prep.ai.mit.edu>
1889         * tcp.c (main): Convert port to network byte order.
1891 1996-01-20  Karl Heuer  <kwzh@gnu.ai.mit.edu>
1893         * pop.c (pop_retrieve, getline): Avoid type clashes.
1895 1996-01-19  Karl Heuer  <kwzh@gnu.ai.mit.edu>
1897         * etags.c (enum sym_type, anonymous enum): Delete final comma.
1899 1996-01-15  Paul Eggert  <eggert@twinsun.com>
1901         * rcs2log (initialize_fullname): Add support for NIS+.
1902         (hostname): Fully qualify the default hostname with the domainname
1903         if the hostname lacks a `.'.
1905 1996-01-15  Paul Eggert  <eggert@twinsun.com>
1907         * rcs2log (initialize_fullname): Add support for NIS+.
1908         (hostname): Fully qualify the default hostname with the domainname
1909         if the hostname lacks a `.'.
1911 1996-01-10  Karl Heuer  <kwzh@gnu.ai.mit.edu>
1913         * etags.c (consider_token): Fix typo in expression.
1915 1996-01-04  Paul Eggert  <eggert@twinsun.com>
1917         * etags.c (substitute): Fix spelling in message.
1919 1996-01-03  George V. Reilly  <georger@microcrafts.com>
1921         * makefile.nt (etags, ctags): Compile with regexp support.
1922         (make-docfile, wakeup, etags, ctags, hexl): Ensure build
1923         subdirectory exists before compiling.
1925 1996-01-02  Karl Heuer  <kwzh@gnu.ai.mit.edu>
1927         * emacsserver.c (main): Do chmod based on existing permission.
1929 1995-12-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1931         * Makefile.in (install): Turn on read/execute permission.
1933 1995-12-03  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
1935         * Makefile.in (LIB_STANDARD_LIBSRC): Use this instead of LIB_STANDARD.
1936         (LOADLIBES): Use LIB_STANDARD_LIBSRC.
1938 1995-12-01  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
1940         * Makefile.in (THIS_IS_MAKEFILE): Renamed from THIS_IS_YMAKEFILE.
1942 1995-12-07  Francesco Potorti`  <pot@cnuce.cnr.it>
1944         * etags.c (pfnote): Don't make a tag for ctags if there is no name.
1945         (getit, Asm_labels, Perl_functions, Pascal_functions, L_getit,
1946         get_scheme, prolog_getit): Name the tag in ctags mode.
1947         (pfnote): Truncate ctags lines to 50 chars, like it worked once.
1948         (Perl_interpreters): Accept "@PERL@" as an interpreter.
1949         (suggest_asking_for_help): New function.
1950         (main, get_language_from_name): Use suggest_asking_for_help.
1951         (main): Let get_language_from_name make language existence check.
1952         (streq, strneq): Check the arguments #if DEBUG.
1954 1995-12-06  Francesco Potorti`  <pot@cnuce.cnr.it>
1956         * etags.c (Cplusplus_suffixes): Add .M suffix for Objective C++.
1957         (gperf): Added keywords for Objective C and GNU macros.
1958         (sym_type): Added values to account for Objective C and GNU macros.
1959         (begtk): The '@' character can start a token.
1960         (objdef, methodlen, objtag): New variables for Objective C.
1961         (consider_token, C_entries): Added code for Objective C.
1962         (plain_C_suffixes): Add .m and .lm for Objective C.
1963         (Yacc_suffixes): Add .ym for Objective yacc.
1964         (GROW_LINEBUFFER): New macro.
1965         (consider_token, C_entries, Pascal_functions): Use the new macro.
1966         (consider_token): Take one more argument.  Caller changed.
1967         (consider_token): Use the hashing function to spot GNU macros.
1968         (C_entries): Consider // as a comment start even in plain C for
1969         the sake of Objective C parsing.
1971 1995-12-04  Francesco Potorti` <pot@cnuce.cnr.it>
1973         * Makefile.in (ctags): depend on etags only for simplicity;
1974         compile with regexp support enabled.
1976 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1978         * Version 19.30 released.
1980 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>
1982         * makefile.nt (DOC, clean): Don't use switches to del not
1983         supported by Windows 95.
1985 1995-11-13  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1987         * Makefile.in (regex.o): Depend on ../src/config.h.
1989 1995-11-12  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1991         * Makefile.in (LIB_STANDARD): Extract this as in src/Makefile.in.
1992         (LOADLIBES): Use LIB_STANDARD.
1994 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>
1996         * makefile.nt (DOC): Include strings from w32term.c, w32xfns.c,
1997         w32fns.c, w32faces.c, w32select.c, w32menu.c, w32reg.c; remove
1998         Windows 95 conditional.
2000 1995-11-06  Francesco Potorti`  (pot@cnuce.cnr.it)
2002         * etags.c (get_lang_from_name, get_lang_from_interpreter,
2003         get_lang_from_suffix): New functions.
2004         (get_language): Function deleted.
2005         (lang_entry): Two members added to struct.
2006         (lang_names): Reflect the new layout of lang_entry.
2007         (print_language_names, main, find_entries): Use the new functions.
2008         (find_entries): Look at the first line for #! if no language.
2009         (C_entries): Invalidate the token when funcdef is reset.
2010         (Perl_functions): New function.
2011         (lang_suffixes): .pl and .pm are Perl suffixes.
2013 1995-11-02  Francesco Potorti`  (pot@cnuce.cnr.it)
2015         * etags.c (lowcase): Use the standard tolower function.
2016         (substitute): Remove some wrong and some useless code related with
2017         escape `\` character in regexp replacement string.
2018         (TEX_defenv): Added part, appendix, entry, index.  Removed typeout.
2019         (lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran;
2020         .bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp;
2021         .prolog for prolog (.pl removed).
2022         (massage_name, etags_getcwd): Use lowcase instead of tolower.
2023         (C_entries, find_entries): Added comments about memory leakage.
2024         (add_node): Dead code removed.
2026 1995-10-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2028         * Makefile.in (getdate.o, movemail.o): Specify -Demacs.
2029         (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Delete -Demacs.
2031 1995-08-30  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2033         * test-distrib.c: Add #undef for open, close, read, write.
2035 1995-08-23  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2037         * test-distrib.c [HAVE_CONFIG_H]: Include config.h.
2038         [! O_RDONLY]: Define it to zero.
2039         (main): Use O_RDONLY instead of explicit zero.
2041 1995-08-17  Francesco Potorti`  (pot@cnuce.cnr.it)
2043         * etags.c (Pascal_functions): Close comment bug corrected.
2044         (add_node): Correctly compare node file names.
2045         (Pascal_functions): Correctly allocate and free memory for tline.
2046         (pfnote): Put the definition of fp in the innermost block.
2047         (NODE): `named' member removed.
2048         (pfnote, free_tree, put_entries, total_size_of_entries): Do not
2049         use the `named' member, check whether `name' is NULL instead.
2050         (pfnote): `named' argument removed, all callers changed.
2051         (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
2052         TeX_functions, TEX_getit, prolog_getit): Useless string allocation
2053         removed from pfnote call, some code cleanup.
2054         (relative_filename): Free temporary space allocated by concat.
2056 1995-08-16  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2058         * Makefile.in (getdate.c): New target.
2059         (getdate.o): Just compile getdate.c.
2061 1995-08-12  Karl Heuer  <kwzh@gnu.ai.mit.edu>
2063         * fakemail.c (xrealloc): Change cast to match return type.
2065 1995-08-10  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2067         * fakemail.c (xmalloc, xrealloc): Use return-type long *.
2069 1995-08-06  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2071         * movemail.c (main): Fix previous change.
2072         Add error check for empty OUTNAME.
2074 1995-08-05  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2076         * movemail.c (main): Mention lock file name in error message.
2078 1995-07-30  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2080         * profile.c (gettimeofday): New function, defined if necessary.
2082 1995-07-18  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2084         * Makefile.in: Renamed from Makefile.in.in.
2085         (distclean): Delete Makefile.c, not Makefile.in.
2087 1995-07-17  Michael Shields  <shields@tembel.org>
2089         * Makefile.in.in (tags): Synonym for `TAGS'.
2091 1995-07-16  Karl Heuer  <kwzh@gnu.ai.mit.edu>
2093         * Makefile.in.in (install, maybe-blessmail): Don't cd ..;
2094         configure has already set $(INSTALL) to the proper relative path.
2096 1995-06-27  Francesco Potorti`  (pot@cnuce.cnr.it)
2098         * etags.c (plain_C_entries): new function.
2099         (lowcase): new macro.
2100         (tail, Fortran_functions, Pascal_functions): use new macro lowcase.
2101         (lang_suffixes): new suffix ".pc" for Pro*C files.
2102         (consider_token): don't tag all tokens beginning with DEFUN & Co..
2103         (tail): look for the end of the token when comparing.
2104         (takeprec): since now tail behaves differently, use strneq.
2106 1995-07-08  Paul Eggert  <eggert@twinsun.com>
2108         * rcs2log (datearg): Separate date from time with comma, not space,
2109         to work around CVS 1.5 bug.
2110         (CVSROOT): Don't abort when unset if repository is absolute.
2112 1995-07-07  Paul Eggert  <eggert@twinsun.com>
2114         * rcs-checkin, rcs2log, vcdiff:
2115         Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems
2116         that interpret `#! /' as a 4-byte magic number.
2118 1995-06-29  Jonathan I. Kamens  <jik@cam.ov.com>
2120         * movemail.c (main) [MAIL_USE_POP]: When a user specifies a
2121         mailbox with "po:mailbox", the mailbox is everything after the
2122         "po:" prefix.
2124 1995-06-28  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2126         * emacsserver.c: Make all error messages start with `Error: '.
2127         (fatal_error, perror_1): New functions, use throughout.
2129 1995-06-28  Paul Eggert  <eggert@twinsun.com>
2131         * rcs2log (CVSROOT, repository):
2132         Allow remote repositories a la CVS 1.4.
2134 1995-06-27  Francesco Potorti`  (pot@cnuce.cnr.it)
2136         * etags.c (plain_C_entries): new function.
2137         (lowcase): new macro.
2138         (tail, Fortran_functions, Pascal_functions): use new macro lowcase.
2139         (lang_suffixes): new suffix ".pc" for Pro*C files.
2140         (consider_token): don't tag all tokens beginning with DEFUN & Co..
2141         (tail): look for the end of the token when comparing.
2142         (takeprec): since now tail behaves differently, use strneq.
2144 1995-06-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2146         * movemail.c (main): Add newline in usage message.
2148 1995-06-21  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2150         * make-docfile.c (scan_file): Make sure it never looks at filename[-1].
2152 1995-06-21  Francesco Potorti`  (pot@cnuce.cnr.it)
2154         * etags.c (find_entries): Rewind before rereading the input file.
2156 1995-06-20  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2158         * Version 19.29 released.
2160         * make-docfile.c (main) [MSDOS]: Do set _fmode.
2161         This undoes part of the previous change.
2163 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2165         * make-docfile.c (main): On MSDOS, don't change stdout
2166         to binary, and insist on an -o option.
2168 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>
2170         * etags.c (process_file,absolute_filename): Handle filenames
2171         starting with a drive letter.
2173         * makefile.nt (install): Copy wakeup.exe properly.
2175 1995-06-08  Karl Heuer  <kwzh@gnu.ai.mit.edu>
2177         * make-docfile.c [MSDOS]: #undef chdir.
2179 1995-06-04  Paul Eggert  <eggert@twinsun.com>
2181         * rcs2log (output_authors): Allow ':' in time zone,
2182         as per ISO 8601 and RCS 5.6.8 beta.
2184 1995-05-29  Francesco Potorti`  (pot@cnuce.cnr.it)
2186         * etags.c (etags_getcwd): Undo the /bin/pwd change.  It may raise
2187         compatibility problems.
2189 1995-05-26  Richard Stallman  <rms@gnu.ai.mit.edu>
2191         * etags.c (etags_getcwd): Don't use #elif.
2192         Have just one function body.
2194 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>
2196         * makefile.nt (LIBS): Use BASE_LIBS.
2197         (make-docfile.exe,hexl.exe,wakeup.exe,etags.exe): Don't depend
2198         upon LIBS.
2199         (DOC): Use del instead of rm.
2200         (DOC) [WINDOWS95]: Use DOC.
2201         (clean): Handle MSVC aux files.
2202         (config.h,paths.h): Use $(CP) instead of cp.
2203         (config.h): Use $(CONFIG_H)
2204         (make-docfile.obj): Depend upon config.h.
2205         Clean up comments.
2207 1995-05-23  Francesco Potorti`  (pot@cnuce.cnr.it)
2209         * etags.c (etags_getcwd): Use /bin/pwd instead of pwd because the
2210         former gives the true path even in the presence of simlinks.
2212 1995-05-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2214         * movemail.c (main): Increase lock timeout to five minutes.
2216 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>
2218         * makefile.nt (obj): Use .c files.
2220 1995-05-04  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2222         * make-docfile.c: Include config.h.
2223         (NO_SHORTNAMES): New definition.
2224         (xmalloc): Return long *.
2226         * etags.c (C_entries): Cast result of xrealloc.
2227         (xmalloc, xrealloc): Declare them to return long *.
2229         * b2m.c (xmalloc, xrealloc): Declare them long *.
2231         * movemail.c (xmalloc): Declare it to return long *.
2233 1995-04-30  Paul Eggert  <eggert@twinsun.com>
2235         * rcs2log (datearg): If rlog options are specified explicitly,
2236         omit the implicit '-d>DATE' option.
2237         (repository, rlog): Allow absolute paths to CVS repositories.
2238         Look only at the first line of CVS/Repository.
2240 1995-04-26  Karl Heuer  <kwzh@gnu.ai.mit.edu>
2242         * Makefile.in.in (extraclean): Depend on maintainer-clean, not
2243         realclean.
2245 1995-04-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2247         * Makefile.in.in [REGEXP_IN_LIBC] (REGEXPOBJ, REGEXPDEPS):
2248         Alternative (empty) definitions.
2250 1995-04-18  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2252         * emacsclient.c (main): Add argv[0] to an error message.
2254 1995-04-13  Karl Heuer  <kwzh@gnu.ai.mit.edu>
2256         * emacsclient.c (main): Improve error handling.
2257         * cvtmail.c (main, skip_to_lf): Improve error handling.
2258         (sysfail): New function.
2260         * b2m.c (main): Check for trailing ", " before trying to delete it.
2262 1995-04-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2264         * Makefile.in.in (all): Build test-distrib and make-docfile.
2266         * make-docfile.c (scan_c_file): At end, restore file name last char
2267         to its original value.
2269 1995-04-10  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2271         * emacsclient.c, emacsserver.c: Test NO_SOCKETS_IN_FILE_SYSTEM.
2273 1995-04-08  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2275         * Makefile.in.in (BASE_CFLAGS): Renamed from ALLOCA_CFLAGS.
2276         (alloca.o, regex.o): Use BASE_CFLAGS.
2278 1995-04-06  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2280         * emacsclient.c [Berkeley sockets version] (main): Declare getcwd.
2282 1995-04-04  Karl Heuer  <kwzh@gnu.ai.mit.edu>
2284         * Makefile.in.in (aixcc, aixcc.c): Targets deleted.
2285         (SOURCES, distclean): Removed obsolete references to aixcc.
2287 1995-04-02  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2289         * aixcc.lex: File deleted--surely obsolete now.
2291 1995-03-23  Paul Eggert  <eggert@twinsun.com>
2293         * rcs2log (output_authors): Replace /[/]/ by /[\/]/, for
2294         portability to mawk and nawk.
2296 1995-03-21  Paul Eggert  <eggert@twinsun.com>
2298         * rcs2log: Treat -u "login:fullname:mailaddr" as if it were
2299         -u "login<tab>fullname<tab>mailaddr".
2301 1995-03-21  Paul Eggert  <eggert@twinsun.com>
2303         * rcs2log: Add -u "login<tab>fullname<tab>mailaddr" option, which
2304         replaces the (now obsolescent) -n login fullname mailaddr option.
2305         Add -R option for recursive rlog.
2306         (AWK): New environment variable (default `awk') for awk program name.
2307         (output_authors, tab, loginFullnameMailaddrs, recursive): New vars.
2308         Quote authors and fullnames correctly.
2309         Don't omit path from repository root when logging CVS files.
2311 1995-03-15  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2313         * emacsclient.c, emacsserver.c: Use BSD sockets whenever available,
2314         even if HAVE_SYSVIPC.
2315         * emacsclient.c (main): Use getcwd if not BSD.
2317 1995-03-13  Francesco Potorti`  (pot@cnuce.cnr.it)
2319         * etags.c (process_file): free (filename) after using it.
2320         (readline_internal): Do not access the char before start of line.
2322 1995-02-22  Francesco Potorti`  (pot@cnuce.cnr.it)
2324         * etags.c (C_entries): token_saved removed.  Initialise tok.valid and
2325         savetok.valid.  Mark token as valid when it is initialised.
2326         (make_tag): Make token only if token is valid and reset validity.
2327         (CNL_SAVE_DEFINEDEF): Test for savetok.valid instead of token_saved.
2328         (TOKEN): Added a new member: valid.
2330 1995-02-15  Francesco Potorti`  (pot@cnuce.cnr.it)
2332         * etags.c (C_entries): Bug corrected in xrealloc of token_str.
2333         (main): Do not read twice the last filename in the stdin file list.
2335 1995-02-14  Francesco Potorti`  (pot@cnuce.cnr.it)
2337         * etags.c (C_entries): Initialise the new members of TOKEN.
2338         (C_entries): Do not allocate a new space for each token found by
2339         consider_token.  Let make_tag do that instead.
2340         (make_tag): Since now TOKEN has memory of where it is taken from,
2341         this new macro substitutes both make_tag_from_new_lb and
2342         make_tag_from_oth_lb.  All callers changed.
2343         (TOKEN): Add linepos and buffer members.
2344         (main): Initialise token_str.
2345         (lang_extensions): Recognise .c++ and .h++ as C++ file suffixes.
2346         (token_str): New global variable used by C_entries.
2348 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
2350         * Makefile.in.in (maintainer-clean): Renamed from realclean.
2352 1995-02-01  Francesco Potorti`  (pot@cnuce.cnr.it)
2354         * etags.c (pfnote): Initialise been_warned in the node.
2355         (C_entries): Removed a speed hack for the sake of clarity.
2357 1995-01-18  Francesco Potorti`  (pot@cnuce.cnr.it)
2359         * etags.c (longopts, print_help, main): Use -I as abbreviation
2360         for the --ignore-indentation option.
2361         (main): Do not print an error message for unknown options.
2363 1995-01-12  Francesco Potorti`  (pot@cnuce.cnr.it)
2365         * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Deleted.
2366         (append_to_tagfile, typedefs, typedefs_and_cplusplus,
2367          constantypedefs, update, vgrind_style, no_warnings,
2368          cxref_style, cplusplus, noindentypedefs): Were int, now logical.
2369         (permit_duplicates): Was a var, now a #define.
2370         (filename_lb): Was global, now local to main.
2371         (main): Open the tag file when in cxref mode.
2372         Use a BUFSIZ size buffer for making the shell commands.
2373         Look at the return value from the system routine.
2374         Exit when cannot open the tag file.
2375         (process_file): Open the file and pass the FILE* to find_entries.
2376         (find_entries): Now void, because does not open the file itself.
2377         (pfnote): Recovering from lack of memory does not work.  Removed.
2378         Use savenstr and simplify the code.
2379         (free_tree): Only free the name space if node is named.
2380         (structtag): Now a pointer, not a fixed length array of chars.
2381         (consider_token): Don't take a token as argument.  Use savenstr
2382         when saving a tag in structtag.  Callers changed.
2383         (TOKEN): Structure changed.  Now used only in C_entries.
2384         (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Deleted.
2385         (C_entries): nameb and savenameb deleted.  Use dinamic allocation.
2386         (pfcnt): Deleted.  Users updated.
2387         (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
2388          TEX_getit, prolog_getit): Use dinamic allocation for storing
2389         the tag instead of a fixed size buffer.
2391 1995-01-10  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2393         * movemail.c (main): Skip past the colon in inname.
2395 1995-01-10  Francesco Potorti`  (pot@cnuce.cnr.it)
2397         * etags.c (pfatal): New function.
2398         (main, etags_getcwd): Use pfatal.
2399         (etags_getcwd): Corrected another bug in the HAVE_GETCWD version.
2401 1995-01-10  Francesco Potorti`  (pot@cnuce.cnr.it)
2403         * etags.c (Lang_function): Use void instead to declare the
2404         language functions, because many compilers are buggy.
2405         (etags_getcwd): Fix the previous fix on the #else branch.
2406         (readline_internal): Discard possible \r before \n here.
2407         (C_entries): Do not deal with \r here: undo previous fix.
2409 1995-01-09  Francesco Potorti`  (pot at fly)
2411         * b2m.c (concat, xmalloc, xrealloc, readline, xnew): Four new
2412         functions and a macro that allow the program to work on input
2413         lines of whatever length.  Copied from etags.c.
2414         (fatal): Print a fatal error message and exit.
2415         (main): Use the new functions.  Fixed a bug that made a \037 char
2416         appear at the end of the output.
2418 1995-01-06  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2420         * etags.c (C_entries): Ignore carriage return at end of line.
2422 1994-12-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2424         * fakemail.c (xmalloc, xrealloc): Add casts.
2425         (add_field): Handle <...> and "..." syntax.
2426         (setup_files, get_keyword): Clean up parens and line breaks.
2427         (args_size): Likewise.
2429 1994-12-21  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
2431         * yow.c: Include program name in error messages.
2433 1994-12-21  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2435         * make-docfile.c (scan_lisp_file): Handle dynamic doc strings.
2436         (xmalloc, fatal, error): New functions.
2437         (progname): New variable.
2438         (main): Set progname.
2440 1994-12-05  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2442         * emacsclient.c, emacsserver.c [HAVE_SYSVIPC]: Include sys/utsname.h.
2443         (main): If socket/mqueue name is in home dir, add in the host name.
2444         Rename .emacs_server to .emacs-server....
2446 1994-12-04  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2448         * emacsclient.c [!HAVE_SYSVIPC] (main): Fix error message diction.
2450 1994-11-22  Francesco Potorti`  (pot@cnuce.cnr.it)
2452         * etags.c (print_help): print --regex usage for ctags also.
2453         (main): use -h in addition to -H as abbreviation for --help.
2455 1994-11-16  Francesco Potorti`  (pot@cnuce.cnr.it)
2457         * etags.c [ETAGS_REGEXP]: All the new code that deals with regexps
2458         is compiled if this is defined.  The new functions and variables
2459         added #ifdef ETAGS_REGEXP are not listed in this ChangeLog.
2460         [VMS]: All VMS specific code previously contained in
2461         etags-vmslib.c is now included here, modified for dealing with
2462         language and regex options intermixed with filenames.
2463         (header_file): Global variable deleted.
2464         (Lang_Function): New typedef.  All language parser functions
2465         changed to this new type.
2466         (string_numeric_p, substr, prestr): Functions deleted.
2467         (readline_internal): Does the job that readline did previously.
2468         (longopts): --language and --regex options added.
2469         (lang_names, lang_extensions, lang_func, print_language_names):
2470         New structures, variables and functions for choosing languages.
2471         (print_help): Help strings updated.  Calls print_language_names.
2472         (argument_type, ARGUMENT): Typedefs for dealing with language and
2473         regex options intermixed with filenames.
2474         (main): Changed the way of dealing with arguments on the command
2475         line to deal with language and regex options intermixed with
2476         filenames.
2477         (get_language, default_C_entries, Cplusplus_entries,
2478         Cstar_entries, Yacc_entries, just_read_file): New functions.
2479         (find_entries): Use the new method for choosing the language.
2480         (Pascal_functions): Allow intermixing of comment styles.
2481         (prolog_getit, skip_comment): Rewritten for speed.
2482         (readline): Rewritten to deal with regexps.
2484 1994-11-16  Francesco Potorti`  (pot@cnuce.cnr.it)
2486         * etags.c (<errno.h>): #include added.
2487         (etags_getcwd): Check return value from getcwd.
2489 1994-11-10  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2491         * profile.c (TV1, TV2): Use EMACS_TIME as type.
2492         (get_time): Use EMACS_SUB_TIME.
2494 1994-10-30  voelker  <voelker@cs.washington.edu>
2496         * ntlib.c: New file.
2497         * makefile.nt: New file.
2499         * make-docfile.c (main) [WINDOWSNT]: Set _fmode and stdout to O_BINARY.
2500         [WINDOWSNT]: Include the NT headers.
2501         (READ_TEXT, READ_BINARY): Test DOS_NT, not MSDOS.
2503         * etags.c (main, etags_getcwd): Test DOS_NT instead of MSDOS.
2504         [WINDOWSNT]: Include some NT headers.
2506 1994-10-24  Jonathan I. Kamens  (jik@cam.ov.com)
2508         * pop.c (getline): When a search of already-read input for CRLF
2509         fails, store the fact that we've searched it and don't search it
2510         again after reading more data.
2512         * pop.c (getline): When determining whether or not it's necessary
2513         to grow the input buffer, take into account the null that's stored
2514         at the end of already-read input in the buffer.
2516 1994-10-21  Francesco Potorti`  (pot@cnuce.cnr.it)
2518         * etags.c (prestr, substr): return a logical type.
2519         (consider_token): Comment out "EXFUN".  Use "DEFUN" instead of "DEF".
2520         (consider_token): set funcdef to fignore when a DEFUN is met.
2521         (C_entries): Now we can use Tom Hageman patch for extern "C".
2523 1994-10-20  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2525         * movemail.c: PopServer renamed to popserver throughout.
2527 1994-10-20  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2529         * etags.c: Don't declare malloc, since we include config.h.
2530         * fakemail.c: Likewise.
2532 1994-10-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2534         * movemail.c: Don't declare malloc.
2536 1994-10-19  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
2538         * rcs-checkin: Use test -r instead of < to check readability, to
2539         avoid syntax error.
2541 1994-10-19  Jonathan I. Kamens  (jik@cam.ov.com)
2543         * pop.c: Only include ../src/config.h if HAVE_CONFIG_H is
2544         defined, and if HAVE_CONFIG_H isn't defined, define
2545         MAIL_USE_POP always (so that this file can be included in
2546         other programs besides emacs).
2548         * pop.c: Only declare h_errno if HAVE_H_ERRNO isn't defined or
2549         HAVE_CONFIG_H isn't defined.
2551         * pop.c (find_crlf, getline): Instead of using strstr, use a
2552         custom function for finding CRLF.
2553         (my_strstr): Function deleted.
2555 1994-10-17  Jonathan I. Kamens  (jik@cam.ov.com)
2557         * pop.c (getline): Fix a segfault because of passing a
2558         non-null-terminated string into strstr().  Fix from
2559         djm@va.pubnix.com (David J. MacKenzie).
2561         * pop.c: Don't include <string.h> and <strings.h>.
2563         * pop.c: Include <des.h> before <krb.h>, rather than after.  They
2564         should be interchangeable, and indeed the inclusion is done in
2565         both orders in various files in the Kerberos 4 library sources,
2566         but djm@va.pubnix.com (David J. MacKenzie) reports that BSDI
2567         requires that <des.h> be included first, and I don't see any harm
2568         in changing the order.
2570         * pop.c: Include ../src/config.h, to get HAVE_STRING_H and
2571         STDC_HEADERS, if they're defined.  Undef open, read, write and
2572         close after including it.
2574 1994-10-18  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2576         * pop.c: Fix mismatch in conditionals.
2578         * make-docfile.c (main): Don't process one input file twice.
2579         Never use exit code > 1.
2581         * pop.c (open, close, read, write): Add #undefs.
2583         * pop.c: Don't declare malloc, realloc, free.
2584         Include ../src/config.h.
2585         Don't include string.h or strings.h.
2586         Include des.h before krb.h.
2587         Do declare my_strstr.
2588         (getline): Really use my_strstr.
2589         Leave one empty place in server->buffer,
2590         and put a null at the end of the data in it.
2592 1994-10-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2594         * emacsserver.c [SYSV_IPC] (main): Catch SIGHUP as well.  Don't
2595         call kill with pid 0.  Handle EINTR when receiving messages.
2597 1994-10-17  Karl Heuer  <kwzh@gnu.ai.mit.edu>
2599         * Makefile.in.in (regex.o): Use full path to find regex.c.
2601 1994-10-17  Francesco Potorti`  (pot@fly.cnuce.cnr.it)
2603         * Makefile.in.in (etags): add dependency on regex.o, link with it.
2604         (REGEXPOBJ, REGEXPDEPS, regex.o): target and macros added.
2606 1994-10-12  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
2608         * Makefile.in.in (DONT_INSTALL): Remove make-path.
2609         (${archlibdir}): Use mkinstalldirs instead.
2611         * movemail.c: Make functions that return nothing void, not
2612         implicitly int.
2613         (main): Improve usage message.
2614         (error): Write to stderr, not stdout.
2616         * b2m.c cvtmail.c digest-doc.c emacsclient.c emacsserver.c etags.c
2617         fakemail.c hexl.c make-docfile.c profile.c sorted-doc.c test-distrib.c
2618         timer.c wakeup.c yow.c: Eliminate some -Wall warnings from unused
2619         variables and implicitly declared functions.
2621 1994-10-11  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2623         * Makefile.in.in (clean): rm DOC* and *.tab.[ch].
2624         (distclean): Not here.
2626         * Makefile.in.in (libexecdir): Renamed from libdir.
2628 1994-10-11  Francesco Potorti`  (pot@cnuce.cnr.it)
2630         * etags.c (C_entries): Name the #define's that are macros.
2632 1994-10-10  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2634         * emacsserver.c [! SYSVIPC] (main): Fix uses of FD_* macros:
2635         fd_set arg is a pointer, descriptor arg comes first.
2637 1994-09-29  Francesco Potorti`  (pot@cnuce.cnr.it)
2639         * etags.c (C_entries): Recognise typedef of ANSI style functions.
2640         (C_entries): Recognise #define inside a struct.
2641         (C_entries): ANSI tells that preprocessor commands do not have to
2642         start on the first column.
2643         (print_help): Documentation corrected for -d and -D.
2644         (white, endtk): ANSI tells the vertical tab is a separator.
2646 1994-09-24  Jonathan I. Kamens  (jik@gza-client1.aktis.com)
2648         * Makefile.in.in (MOVE_FLAGS, MOVE_LIBS): New variables.
2649         (pop.o, movemail.o): New targets.
2650         (movemail): Link in pop.o and movemail.o.  Use MOVE_LIBS, MOVE_FLAGS.
2652         * pop.c, pop.h: New files.
2654         * movemail.c: Improve POP code, move most of it into a separate file.
2655         (mbx_delimit_end, mbx_delimit_begin): Check for errors.
2656         (mbx_write): Check for errors and for From line.
2657         (pop_retr, popmail): Use subroutines in pop.c to do the real work.
2658         (get_errmsg, multiline, getline, putline, pop_stat, pop_command)
2659         (pop_init): Functions deleted.
2661 1994-09-23  Richard Stallman  <rms@churchy.gnu.ai.mit.edu>
2663         * make-path.c (touchy_mkdir): Make dir ugo+rx even if it isn't new.
2664         Rename path to dirname.
2666 1994-09-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2668         * Makefile.in.in (UTILITIES):
2669         Remove test-distrib, make-docfile, make-path.
2670         (DONT_INSTALL): New variable--list those files here.
2671         (clean): Delete the files in DONT_INSTALL.
2673 1994-09-20  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2675         * b2m.c (from, labels, data): Use MAX_DATA_LEN as length.
2676         (main): Use fgets, not gets.
2678 1994-09-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2680         * timer.c: Don't declare malloc.
2682 1994-09-16  Karl Heuer  <kwzh@gnu.ai.mit.edu>
2684         * emacsserver.c (FD_*) [HAVE_SOCKETS & !HAVE_SYSVIPC]: If not already
2685         defined, use simple 32-bit versions of these macros.
2686         (main) [HAVE_SOCKETS & !HAVE_SYSVIPC]: Use these macros.
2688 1994-09-16  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2690         * etags.c (etags_getcwd): Use getcwd if available.
2692 1994-09-11  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2694         * Version 19.27 released.
2696 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2698         * Version 19.26 released.
2700 1994-08-15  Paul Eggert  <eggert@twinsun.com>
2702         * rcs2log: Add support for CVS.
2703         Work with `rlog's that output ISO 8601 dates.
2705 1994-08-09  Lawrence R. Dodd  <dodd@roebling.poly.edu>
2707         * rcs2log: Use <> to delimit email address.
2709 1994-08-06  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2711         * emacsserver.c [SYSV_IPC] (main): Make a separate process
2712         so we can listen for multiple requests.
2714 1994-08-04  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2716         * movemail.c: Include config.h first thing.
2718 1994-08-01  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2720         * emacsserver.c (main): Add casts to avoid warnings.
2722 1994-07-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2724         * Makefile.in.in (${archlibdir}): Compare the proper dir
2725         before installing the scripts.
2727 1994-07-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2729         * emacsclient.c (main): New local var progname saves argv[0].
2731 1994-07-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2733         * emacsclient.c (main): Don't actually modify argv[0].
2734         Modify a copy instead.
2736 1994-07-25  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
2738         * profile.c (reset_watch, get_time): Use EMACS_GET_TIME.
2739         (tzp): Var deleted.
2741         * Makefile.in.in: Add #undef alloca.
2743 1994-07-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2745         * timer.c (xmalloc): New function.
2747 1994-07-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2749         * Makefile.in.in (ALLOCA_CFLAGS): New variable.
2750         (alloca.o): New target.
2752 1994-07-08  Dave Love  (d.love@dl.ac.uk)
2754         * etags.c (takeprec): recognise `character*(*) function'
2756 1994-07-08  Francesco Potorti`  (pot@cnuce.cnr.it)
2758         * etags.c (main): Don't barf on obsolete -t and -T switches.
2759         (main): Print an explicative message when a switch is not known.
2761 1994-06-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2763         * hexl.c: Don't declare exit or perror.
2765         * emacsserver.c (main): Don't declare geteuid.
2766         Don't declare getenv if convex.
2768 1994-06-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2770         * Makefile.in.in (test-distrib): Use ALL_CFLAGS.
2772 1994-06-03  Francesco Potorti`  (pot@fly.cnuce.cnr.it)
2774         * etags.c (absolute_filename): Remove infinite loop bug when
2775         accessing files in directories whose name begins with a dot.
2777 1994-06-03  Francesco Potorti`  (pot@fly.cnuce.cnr.it)
2779         * etags.c (etags_getcwd): Delete the trailing newline from cwd.
2781 1994-06-01  Morten Welinder  (terra@diku.dk)
2783         * yow.c (rootrelativepath) [MSDOS]: Define, expanding to dynamic
2784         location of data directory.
2786 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2788         * Version 19.25 released.
2790 1994-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2792         * Makefile.in.in (distclean): Delete Makefile, Makefile.in, blessmail.
2794 1994-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2796         * Makefile.in.in (blessmail): Don't depend on ../src/emacs.
2798 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2800         * Version 19.24 released.
2802 1994-05-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2804         * make-docfile.c (write_c_args): Put `default' in upper case.
2806 1994-05-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2808         * etags.c (etags_getcwd): Cast result of popen.
2809         (popen): Declaration deleted.
2811 1994-05-17  Karl Heuer  (kwzh@gnu.ai.mit.edu)
2813         * etags.c [!MSDOS]: Declare popen.
2815 1994-05-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2817         * b2m.c (main): Avoid crash if argc is 1.
2819 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2821         * Version 19.23 released.
2823         * Makefile.in.in (blessmail): Specify directory for blessmail.el.
2825 1994-05-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2827         * Makefile.in.in (maybe-blessmail): Mention bless-mail is in lib-src.
2829 1994-05-05  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
2831         * Makefile.in.in: Fix out of date comment.
2833 1994-05-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2835         * Makefile.in.in: Put in a separator for where to start cpp procssing.
2836         Move all autoconf substitutions above that point.
2837         Above that point, use Make-style comments.
2838         This goes with changes in ../configure.in.
2840 1994-05-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2842         * Makefile.in.in (maybe-blessmail): New target to print the blessmail
2843         warning message.
2844         (${archlibdir}): Don't do it here.  Don't depend on blessmail.
2846 1994-05-02  Karl Heuer  (kwzh@gnu.ai.mit.edu)
2848         * Makefile.in.in (${archlibdir}): Be lenient about wc output format.
2850 1994-05-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2852         * Makefile.in.in (${archlibdir}): Don't run blessmail; instead
2853         print advice to run it, if it has anything significant to do.
2854         And only if MOVEMAIL_NEEDS_BLESSING.
2855         (blessmail): Use emacs, not temacs.
2856         (configuration): Renamed from configname.
2858 1994-04-30  Morten Welinder  (terra@diku.dk)
2860         * etags.c (find_entries): Treat `*.cpp' as C++ files.
2862 1994-04-30  Morten Welinder  (terra@diku.dk)
2864         * etags.c [MSDOS]: #include <sys/param.h> for the following.
2865         [MSDOS] (etags_getcwd): Define simple MSDOS version without spawning
2866         a shell.
2868 1994-04-29  Morten Welinder  (terra@diku.dk)
2870         * hexl.c [MSDOS]: Don't define proto type for exit.
2872 1994-04-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2874         * b2m.c: Don't include string.h or strings.h.
2876 1994-04-27  Karl Heuer  (kwzh@gnu.ai.mit.edu)
2878         * Makefile.in.in: C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp
2879         symbols, not make variables.
2881 1994-04-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2883         * Makefile.in.in (etags, ctags): Make VERSION a string constant.
2884         * etags.c (print_version): Print VERSION as a string.
2886 1994-04-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2888         * fakemail.c (readline): Fix updating of p when buffer grows.
2890 1994-04-20  Karl Heuer  (kwzh@gnu.ai.mit.edu)
2892         * Makefile.in.in (blessmail): New target.
2893         ${archlibdir}: Use blessmail when installing movemail.
2895 1994-04-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2897         * fakemail.c (readline): When extending the buffer,
2898         calculate end afresh using the new size.
2900 1994-04-18  Francesco Potorti`  (pot@fly.cnuce.cnr.it)
2902         * etags.c (main, print_help): eliminate the -F option.
2904 1994-04-18  Francesco Potorti`  (pot@fly.cnuce.cnr.it)
2906         * etags.c (absolute_filename): compare against '\0' instead of NULL.
2908 1994-04-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2910         * Makefile.in.in: Renamed from Makefile.in.
2911         Makefile.in is now generated from it, and then preprocessed.
2912         Change comments to C syntax.
2913         Include config.h.
2914         (LIBS_SYSTEM, LIBS_MACHINE): Define as empty if not defined.
2915         (LOADLIBES): Define from LIBS_SYSTEM and LIBS_MACHINE.
2917 1994-04-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2919         * movemail.c [HAVE_UNISTD_H]: Include unistd.h.
2921 1994-04-12  Francesco Potorti`  (pot@fly.cnuce.cnr.it)
2923         * etags.c (etags_getcwd): Initialize bufsize.
2925 1994-04-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2927         * profile.c (gettimeofday): If system doesn't have this, define it
2928         to give a fatal error.
2930 1994-04-11  Karl Heuer  (kwzh@gnu.ai.mit.edu)
2932         * movemail.c (main): Use setuid, not seteuid.
2934 1994-04-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2936         * etags.c: #undef static.
2938 1994-04-08  Francesco Potorti`  (pot@fly.cnuce.cnr.it)
2940         * etags.c (outf, outfiledir): renamed to tagf, tagfiledir.
2941         (PF_funcs, Asm_funcs, L_funcs, PAS_funcs, TEX_funcs,
2942         Scheme_funcs, prolog_funcs): renamed to Fortran_functions,
2943         Asm_labels, Lisp_functions, Pascal_functions, Scheme_functions,
2944         TeX_functions, Prolog_functions.
2945         (inf): no more a global variable.
2946         (C_entries): take 2nd parameter `inf' instead of using the global one.
2947         (find_entries): added the cp1 var for optimisation.
2948         (find_entries): added more suffixes for assembler files.
2949         (Asm_funcs): Now finds labels even without an ending colon.
2951 1994-03-30  Francesco Potorti`  (pot@fly.cnuce.cnr.it)
2953         * etags.c (main): use etags_getcwd for compatibility.
2954         (etags_getcwd): new function.
2956 1994-03-25  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2958         * Makefile.in (etags, ctags): Pass -D for VERSION.
2960 1994-03-25  Francesco Potorti`  (pot@cnuce.cnr.it)
2962         * etags.c (emacs_tags_format, ETAGS): removed.  Use CTAGS instead.
2963         (main): don't allow the use of -t and -T in etags mode.
2964         (print_help): don't show options enabled by default.
2965         (print_version): show the emacs version number if VERSION is #defined.
2966         (find_entries): add "ss" as suffix for Chez Scheme.
2968 1994-03-23  Francesco Potorti`  (pot@cnuce.cnr.it)
2970         * etags.c (cwd, outfiledir): vars added.
2971         (relative_filename, absolute_filename, absolute_dirname):
2972         functions added to compute filenames in tags files.
2973         (process_file): filenames in tags file are relative to the
2974         directory where the tags file is (useful with the -o option).
2975         (main): initialise the outfiledir var.
2976         (TYPEDST): added the `tignore' value.
2977         (C_entries): corrected various small bugs.
2979 1994-03-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2981         * Makefile.in (UTILITIES): `env' deleted.
2982         (env): Target deleted.
2983         * env.c: File deleted.
2985 1994-03-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2987         * Makefile.in (install, ${archlibdir}): Switch back to ..
2988         before running INSTALL_PROGRAM.
2990 1994-03-14  Francesco Potorti`  (pot@cnuce.cnr.it)
2992         * etags.c (TYPEDST): added the `tignore' value.
2993         (C_entries): corrected various bugs, now correctly parses the
2994         `extern "C" {' construction (patch by Tom R.Hageman).
2996 1994-03-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
2998         * b2m.c: Use <...> to include config.h.
2999         Don't include stdlib.h.
3001 1994-03-03  Heiko Muenkel (muenkel@tnt.uni-hannover.de)
3003         * b2m.c (main): Change delimiter from "^L" to "^_^L".
3004         Allow for text following "BABYL OPTIONS:".
3005         Add --help option.  Use argv[0] in error messages.
3007 1994-03-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3009         * emacsclient.c (main) [HAVE_SYSVIPC]:
3010         Make msgp->mtext longer if necessary.
3011         On HPUX, error if it's more than 512 chars.
3013 1994-02-26  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
3015         * etags-vmslib.c: Use GPL.
3016         * emacstool.c: Use GPL.
3017         * fakemail.c: Update GPL.
3019         * make-path.c (main): Return 1 on error, not -1.
3020         Update GPL.
3022         * cvtmail.c: Declare malloc, realloc, xmalloc, xrealloc, getenv.
3023         (xmalloc, xrealloc): Return char *, not int.
3024         (error): Write to stderr, not stdout.
3025         Update GPL.
3027 1994-02-23  Karl Heuer  (kwzh@gnu.ai.mit.edu)
3029         * profile.c (main, get_time): Don't crash on invalid input.
3031 1994-02-22  Karl Heuer  (kwzh@gnu.ai.mit.edu)
3033         * profile.c (get_time): Simplify; avoid calling index.
3034         (main): exit on EOF.
3036 1994-02-17  Francesco Potorti`  (pot@cnuce.cnr.it)
3038         * etags.c (--absolute-pathnames):  option removed.
3040 1994-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3042         * fakemail.c (put_line): Don't break the line if it all fits.
3044 1994-02-14  Francesco Potorti`  (pot at fly)
3046         * etags.c (absolute_pathnames, cwd): added global vars.
3047         (longopts, print_help, main, process_file): put absolute filenames
3048         in the tag file if the -A --absolute-pathnames option is used.
3049         (print_help): alfabetically order the options.
3050         (malloc, realloc, strcpy, strncpy, strcmp): remove extern declar.
3052 1994-02-09  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3054         * Makefile.in (C_SWITCH_MACHINE): Get this from autoconf.
3055         (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use C_SWITCH_MACHINE.
3057 1994-02-07  Christian Lynbech  (lynbech@avignon)
3059         * emacsserver.c (main) [HAVE_SYSVIPC]: Reverse test of fork value.
3061 1994-02-04  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3063         * Makefile.in (UTILITIES): Mention profile.
3064         (profile): New target.
3066         * profile.c: New file.
3068 1994-01-16  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3070         * Make the argument list output look more like the Lisp docstrings do.
3071         make-docfile.c (write_c_args): Take new arg FUNC.  Make output
3072         look like lisp call prototypes: (function ARG1 ARG2), upcasing args.
3073         (scan_c_file): Pass BUF to write_c_args for FUNC arg.
3075 1994-01-14  Francesco Potorti`  (pot@cnuce.cnr.it)
3077         * etags.c (stab_entry, stab_create, stab_find, stab_search,
3078         stab_type, add_keyword, C_reate_stab, C_create_stabs): deleted.
3079         Use gperf generated hash table instead of linked list.
3080         (C_stab_entry, hash, in_word_set, get_C_stab, C_symtype): added.
3081         Mostly code generated by gperf.
3082         (consider_token): removed unused parameter `lp'.
3083         (PF_funcs, getit): allow subroutine and similar declarations
3084         to span multiple lines.
3085         (C_entries): check for newline if inchar to avoid bus errors.
3086         (process_file, find_entries): distinguish among nonexistent
3087         and not regular file.
3089 1994-01-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3091         * timer.c: Include errno.h; don't include fasync.h.
3092         (schedule): Don't return a value.
3093         (sigcatch): Reestablish the handler first.
3094         (getevent): Always call notify at the end.
3095         (notify): Defer alarms around the whole body of function.
3097 1994-01-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3099         * timer.c (main): Don't request SIGIO, and don't handle it.
3100         Loop calling getevent.
3101         (sigcatch): Delete code to handle SIGIO.
3102         if defer_alarms is set, don't call notify, just set alarm_deferred.
3103         (getevent): Use read, not getchar.  Handle EINTR and EAGAIN.
3104         Set defer_alarms around realloc and schedule.
3105         If alarm_deferred gets set, call notify.
3106         Likewise if this event is the only pending event.
3107         Make buf and buf_size global variables.
3108         Don't malloc buf if it is already non-zero.
3109         (schedule): Just exit if run out of memory.
3110         Return the number of events.
3111         (signal) [_CX_UX]: Add #undef.
3113 1994-01-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3115         * timer.c [USG] (SIGIO): Define as SIGPOLL.
3116         (main) [USG]: Do ioctl to enable SIGPOLL.
3118 1994-01-08  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3120         * timer.c: Don't declare sys_errlist; declare strerror instead.
3121         (schedule, main): Call strerror instead of using sys_errlist.
3122         * movemail.c (get_errmsg, pfatal_with_name, pfatal_and_delete):
3123         Call strerror instead of using sys_errlist.
3124         * env.c (main): Call strerror instead of using sys_errlist.
3125         * emacsclient.c: Don't declare sys_errlist; declare strerror instead.
3126         (main): Call strerror instead of using sys_errlist.
3127         * emacsclient.c [! HAVE_STRERROR] (strerror): Define the function.
3128         * env.c [! HAVE_STRERROR] (strerror): Likewise.
3129         * timer.c [! HAVE_STRERROR] (strerror): Likewise.
3130         * movemail.c [! HAVE_STRERROR] (strerror): Likewise.
3132 1994-01-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3134         * hexl.c: Fix up whitespace.  Get rid of spurious casts to void.
3136         * movemail.c (malloc): Don't declare it.
3137         (xmalloc): Cast result of malloc.
3138         (strcpy): Don't declare it.
3140 1993-11-14  Morten Welinder  (terra@diku.dk)
3142         * hexl.c [MSDOS]: Use binary file modes for non-text side of pipe.
3143         (main): Use fclose to close file opened by fopen.
3145         * fakemail.c (main) [MSDOS]: Dummy stub just to make the file compile.
3147         * movemail.c [MSDOS]: #undef `access'.
3149         * b2m.c (main) [MSDOS]: Open all files as binary.
3150         * etags.c (main) [MSDOS]: Open all files as binary.
3152         * make-docfile.c [MSDOS]: Use text/binary mode as appropriate.
3153         (scan_c_file, scan_lisp_file): Extra parameter for the mode to open
3154         with.
3156 1994-01-02  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3158         * Makefile.in (ALL_CFLAGS): Include LDFLAGS.
3159         Use ALL_CFLAGS in all the rules that compile and link with one cmd.
3160         (LINK_CFLAGS): New variable.
3161         (timer): Use LINK_CFLAGS.
3163 1993-12-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3165         * movemail.c: Include syswait.h.
3166         Fork a subprocess and use it to copy the mail file.
3168 1993-12-07  Richard Stallman  (rms@srarc2)
3170         * make-docfile.c (scan_lisp_file): Don't add newline at end of string.
3172 1993-12-04  Richard Stallman  (rms@srarc2)
3174         * movemail.c (main): When making tempname, cast result of xmalloc.
3175         Include room for EXXXXXX in the size.
3176         Don't use result of strcpy.
3178 1993-12-03  Paul Eggert  (eggert@twinsun.com)
3180         * vcdiff: Add --brief option.
3182 1993-12-02  Richard Stallman  (rms@srarc2)
3184         * Makefile.in (${archlibdir}, install): Use $(INSTALL_PROGRAM)
3185         for all executables and scripts.
3187 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3189         * Version 19.22 released.
3191 1993-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3193         * Makefile.in (mostlyclean): Make it distinct from clean.
3195 1993-11-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3197         * Makefile.in (${archlibdir}): Don't do chown or chgrp.
3199 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3201         * Version 19.21 released.
3203         * Makefile.in (install): Don't change mode or group when installing.
3205         * etags.c (FUNCST, TYPEDST, STRUCTST, DEFINEST): Delete excess commas.
3207 1993-11-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3209         * make-docfile.c (read_c_string): For "", concatenate the two strings.
3211         * movemail.c (main): Fix error message text.
3213 1993-11-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3215         * Version 19.20 released.
3217 1993-11-08  Tom Hageman (tom@basil.icce.rug.nl)
3219         * etags.c: (C_entries): Keep track of ()-parenthesis level so that
3220         functions returning a pointer to a function, a la `signal', can be
3221         parsed.  This also required new state `fstartlist' to `FUNCST'.
3222         (SAVE_TOKEN, RESTORE_TOKEN, TOKEN_SAVED_P): 1-deep token save stack.
3223         (C_entries, CNL): use it to isolate preprocessor directive processing
3224         from the other state engines.
3225         (begtk): add '~', for C++ class destructors.
3227 1993-11-02  Francesco Potorti`  (pot@cnuce.cnr.it)
3229         * etags.c (consider_token): removed unused variable firsttok.
3230         (prolog_getit): call pfnote with the right number of arguments.
3232 1993-10-19  Paul Eggert  (eggert@twinsun.com)
3234         * rcs2log (printlogline): Don't generate lines containing only
3235         white space.
3237 1993-10-04  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3239         * Makefile.in (${archlibdir}):
3240         Install ${SCRIPTS} from ${srcdir}, not cwd.
3242 1993-10-03  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3244         * Makefile.in: Fixed typos or brainos of whoever thought `@' was
3245         the comment character.
3247 1993-10-01  Francesco Potorti`  (pot@cnuce.cnr.it)
3249         * etags.c (process_file): dead code removed.
3250         (S_ISREG): #define it using S_IFREG if not defined.
3251         (process_file): regular files have nothing to do with symlinks.
3253 1993-09-28  Brian Fox  (bfox@ai.mit.edu)
3255         * Makefile.in (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not
3256         from current directory.  Only chmod and chgrp files that we
3257         installed, which excludes ${INSTALLABLE_SCRIPTS}.  They go in
3258         ${bindir}.
3259         (INSTALLFLAGS): Deleted definition, since it is an unused variable
3260         now.
3262 1993-09-27  Brian Fox  (bfox@ai.mit.edu)
3264         * Makefile.in (INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Let
3265         configure figure out the correct values for these variables.
3267 1993-09-14  Brian Fox  (bfox@ai.mit.edu)
3269         * Makefile.in (archlibdir): Only install execuatables internally
3270         used by emacs; don't install bindir binaries here.
3272 1993-09-24  Paul Eggert  (eggert@twinsun.com)
3274         * rcs2log: Add -h, -n, -r options.
3275         By default, look for *,v files as well as RCS/*,v files.
3276         Use $TMPDIR (default /tmp) instead of /tmp.
3278 1993-09-20  Francesco Potorti`  (pot at fly)
3280         * etags.c (C_entries): is_func is initialised here instead of in
3281         consider_token for the sake of the yacc rules section.
3282         (C_entries): Now class, struct, enum, union and typedef produce
3283         named tags.
3285 1993-09-11  Roland McGrath  (roland@baalperazim.gnu.ai.mit.edu)
3287         * yow.c: Include <src/paths.h>, instead of "src/paths.h".
3289 1993-09-10  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3291         * Support configuring in a different directory when ${srcdir} has
3292         already been configured.
3293         * Makefile.in (ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before
3294         -I${srcdir} -I${srcdir}/../src.
3295         (b2m, movemail, fakemail, env, emacsserver, emacsclient,
3296         getdate.o, timer.o, timer): Remove `-I${srcdir}/../src', since it
3297         is already in CPP_FLAGS.
3298         * etags.c, emacsclient.c, wakeup.c, timer.c, b2m.c, fakemail.c,
3299         movemail.c, emacsserver.c: Include <config.h> instead of "config.h".
3301 1993-08-25  Paul Eggert  (eggert@twinsun.com)
3303         * rcs2log: Change /{/ to /\{/ for Posix ERE compatibility;
3304         otherwise, HP awk complains.
3306         * vcdiff: Append /usr/ccs/bin and /usr/sccs to PATH, since these
3307         are common hangouts for SCCS commands.
3309 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3311         * Version 19.19 released.
3313 1993-08-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3315         * Makefile.in (make-path): Dep on config.h.
3317 1993-08-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3319         * b2m.c (TRUE, FALSE): Don't define if already defined.
3321 1993-08-09  Paul Eggert  (eggert@twinsun.com)
3323         * rcs2log (awkscript):
3324         Some sites put comma-separated junk after the fullname.
3325         Remove it, but leave "Bill Gates, Jr" alone.
3326         Remove the junk from fullnames like "0000-Admin(0000)".
3328 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3330         * Version 19.18 released.
3332 1993-08-04  Francesco Potorti`  (pot@spiff.gnu.ai.mit.edu)
3334         * etags.c (L_isdef, L_isquote, L_getit): small optimisations.
3335         (L_funcs): the (foo::defmumble stuff now should work.
3336         (consider_token): function returned random value--corrected.
3337         (C_entries): corrected == versus = typo.
3339 1993-08-01  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3341         * etags.c (put_entries): For NODE->rewritten, put pattern before
3342         \177 and name after, not vice versa.
3344 1993-08-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3346         * timer.c (main): Generate a SIGIO as soon as we've initialized.
3348 1993-07-30  Francesco Potorti`  (pot@cnuce.cnr.it)
3350         * etags.c (FINCST): added the fignore status. Means we are
3351         after the parameter list and before the open curly brace.
3352         Allows correct parsing of C++ constructors.
3353         (C_entries, consider_token): make use of fignore.
3354         (consider_token): reset funcdef when next_token_is_func: when in
3355         ctags mode makes DEFVAR and others work better.
3356         (L_isquote): function that recognises the "(quote" string.
3357         (L_getit): ignore quoting via "'" or "(quote".  Useful for defalias.
3359 1993-07-29  Paul Eggert  (eggert@twinsun.com)
3361         * rcs-checkin: Don't check whether a file is readable until we have
3362         decided not to ignore it.
3364 1993-07-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3366         * Makefile.in (etags): Depend on ../src/config.h.
3368         * emacsserver.c: Include types.h before file.h.
3370 1993-07-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3372         * Makefile.in (install): Use .n, not .new, for temporary filenames.
3374 1993-07-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3376         * Version 19.17 released.
3378 1993-07-15  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3380         * etags.c (print_help): Break up the very long strings containing
3381         the help message into shorter strings, to placate chintzy C
3382         compilers which can't handle strings that long.
3384         * wakeup.c: Use CPP tangle from autoconf manual to #include the
3385         correct combination of <time.h> and <sys/time.h>.
3387 1993-07-08  Francesco Potorti`  (pot@cnuce.cnr.it)
3389         * etags.c (alloca): removed all references to it.
3390         (main): now calls xnew instead of alloca for portability.
3391         (../src/config.h): included only if HAVE_CONFIG_H.
3392         (const): void definition removed--config.h takes care of it.
3394 1993-07-08  Francesco Potorti`  (pot@cnuce.cnr.it)
3396         * etags.c (consider_token): was `==', now is `='.
3397         (consider_token): DEFUNs now treated like funcs in ctags mode.
3399         * etags.c (LEVEL_OK_FOR_FUNCDEF): removed.
3400         (C_entries): optimized the test that used LEVEL_OK_FOR_FUNCDEF.
3401         (C_entries): removed a piece of useless code.
3402         (C_entries): making typedef tags is delayed until a semicolon
3403         is met.  This handles "typedef int X, Y, Z;" correctly.
3405 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
3407         * Version 19.16 released.
3409         * b2m.c: #include <sys/types.h>.
3410         (ltoday): Declare this to be time_t.
3412 1993-06-30  Paul Eggert  (eggert@twinsun.com)
3414         * vcdiff: Add -q option.
3416 1993-06-29  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3418         * etags.c: #include "config.h" and the alloca CPP tangle before
3419         #including the system headers and getopt.h.  AIX requires the
3420         #pragma to come before any actual C code.
3422 1993-06-21  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3424         * Makefile.in (ctags): Depend on etags, so that parallel makes
3425         don't write etags.o files on top of each other.
3427 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3429         * version 19.15 released.
3431 1993-06-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3433         * etags.c (add_node): Move var last_node to file scope.
3435 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3437         * Version 19.14 released.
3439 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3441         Bring mumbleclean targets into conformance with GNU coding standards.
3442         * Makefile.in (distclean): Call clean to do most of the work.
3443         Delete aixcc.c and TAGS.
3444         (realclean): Just call distclean.
3446         * Makefile.in: Remember, spaces are not tabs.
3448 1993-06-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3450         * Makefile.in (CPP_CFLAGS): New variable.
3451         Use it instead of ALL_CFLAGS when compiling a .c file.
3452         (getopt.o, getopt1.o): Add explicit compilation commands.
3454 1993-06-10  Mark D. Baushke  (mdb@cisco.com)
3456         * etags.c: Reinstate old -f option as an alias for -o for
3457         installed base uses.
3459 1993-06-09  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3461         * emacsserver.c (main): When we're passing a `struct sockaddr_un'
3462         to bind or accept, cast the pointer, to avoid warnings on systems
3463         which declare prototypes for this.
3464         * emacsclient.c (main): Same.
3466         * Makefile.in (YACC): New variable, to be set by top-level Makefile.
3468 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3470         * Version 19.13 released.
3472         * wakeup.c: Include sys/types.h, too; I think that's where time_t
3473         comes from, not sys/time.h.
3475 1993-06-02  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3477         * wakeup.c: Include sys/time.h.
3479         * etags.c: #undef static.
3481         * Version 19.12 released.
3483         * Makefile.in (all): Exclude INSTALLABLE_SCRIPTS and SCRIPTS from deps.
3485 1993-06-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3487         * Version 19.11 released.
3489         * timer.c [LINUX]: #undef signal.
3490         * emacsserver.c: #undef signal.
3492 1993-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3494         * wakeup.c (main): Make when a time_t.
3496 1993-05-30  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3498         * Makefile.in: (${archlibdir}): Use `(cd foo && pwd)` instead of
3499         `(cd foo ; pwd)` to get the canonical name of a directory; cd
3500         might fail, and have pwd print out the current directory.
3502         * movemail.c [MAIL_USE_POP] (main): Don't use non-portable
3503         string-handling functions.
3505 1993-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3507         * Version 19.10 released.
3509 1993-05-29  Paul Eggert  (eggert@twinsun.com)
3511         * rcs2log: When given no file arguments, inspect RCS/.* as well
3512         as RCS/*.  Don't report an error if RCS is empty or nonexistent.
3514 1993-05-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3516         * Makefile.in (timer): Link with $(LOADLIBES).
3518 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3520         * fakemail.c (put_line): Don't output \n\t unless more text follows.
3522 1993-05-28  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
3524         * etags.c: Replace the CPP tangle for alloca with the one from the
3525         autoconf documentation, since that's working elsewhere.
3527 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
3529         * Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine
3530         description files can find their ancestors.
3532 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3534         * Makefile.in (install): Get the scripts from ${srcdir},
3535         unlike the executables.
3536         (ALL_CFLAGS): Add -I../src
3538 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
3540         * Version 19.9 released.
3542 1993-05-26  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3544         * Makefile.in (install): Do install the programs listed in
3545         INSTALLABLE_SCRIPTS.  Make the renaming loop use INSTALLABLES and
3546         INSTALLABLE_SCRIPTS, instead of writing the programs out.
3548         * Makefile.in (ALL_CFLAGS): Include -I${srcdir}.
3549         (getopt.o, getopt1.c): Use ${srcdir} as appropriate.
3551 1993-05-25  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3553         * etags.c: Include ../src/config.h.
3555         * Makefile.in (install): Don't handle INSTALLABLE_SCRIPTS
3556         in first loop.  Delete files from bindir before installing new ones.
3557         (ALL_CFLAGS): Use ${srcdir} to find .../src dir.
3559 1993-05-24  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3561         * Version 19.8 released.
3563         * make-docfile.c: Doc fix.
3565 1993-05-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3567         * tcp.c: Fix comment syntax at top of file.
3568         (main): Don't call htons with the port number.
3570 1993-05-24  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3572         * Makefile.in (timer.o, sorted-doc.c): Link with alloca.o, if it's
3573         appropriate.
3575         * Makefile.in (install): Refer to the variables INSTALLABLES and
3576         INSTALLABLE_SCRIPTS, instead of writing them out.
3578 1993-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3580         * make-path.c (main): Return 0.
3582 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
3584         * Version 19.7 released.
3586 1993-05-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3588         * make-docfile.c (scan_lisp_file): Recognize defalias like fset.
3590 1993-05-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3592         * tcp.c: New file.
3594 1993-05-18  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3596         * Makefile.in (.c.o): Make the rule start with a tab, not spaces.
3598 1993-05-15  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
3600         * timer.c (notify): Don't call sighold or sigrelse; they're USG
3601         only.  We should really fix this later, but let's just make it
3602         compile for now.
3604         Install patches from David J. Mackenzie to make the srcdir option
3605         work.
3606         * Makefile.in (srcdir, VPATH): Get this value from the top-level
3607         Makefile.
3608         (INSTALLABLES): Split this into two lists - INSTALLABLES and
3609         INSTALLABLE_SCRIPTS.
3610         (INSTALLABLE_SCRIPTS): New list.
3611         (EXECUTABLES): Include INSTALLABLE_SCRIPTS.
3612         (${archlibdir}): The scripts to be installed live in the source
3613         tree, not in the object tree.
3614         (test-distrib): Note that the data file lives in the source tree,
3615         not the object tree.
3616         (GETOPTDEPS): Note that getopt.h lives in the source tree.
3617         (all other targets): Change references to source files to use
3618         ${srcdir}, except for config.h, which lives in the object dir.
3619         (timer.o): Note that this depends on ../src/config.h.
3620         * make-docfile.c (main): Add a -d option, to tell it where to find
3621         the source files.
3622         * test-distrib.c (main): Take the name of the distribution file to
3623         test from the command line.
3625         * timer.c: Fix mispellings of get_date function's name.
3627 1993-05-12  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3629         * etags.c (main):
3630         Don't require that there be input files if -i switches were given.
3632 1993-05-09  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3634         The GNU coding standards specify that CFLAGS should be left for
3635         users to set.
3636         * Makefile.in (CFLAGS): Put this in the "things configure might
3637         edit" section, and have it default to -g.
3638         (ALL_CFLAGS): New variable, set to all the flags which should be
3639         passed to compilations.  Replace all other uses of CFLAGS with
3640         ALL_CFLAGS.
3641         (.c.o): New rule, to pass ALL_CFLAGS to compilations.
3643         * Makefile.in (DEFS): Remove this; it's always just going to be
3644         "-DHAVE_CONFIG_H -Demacs".
3646 1993-05-03  Paul Eggert  (eggert@twinsun.com)
3648         * rcs2log: mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on
3649         /[/]/, so change it to /[\/]/.  This should work on all
3650         Posix-compliant awks.  It's slightly wrong with traditional awk,
3651         since it matches \ too, but that's a minor problem compared to awk
3652         syntax errors.
3654 1993-05-01  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
3656         * Makefile.in (ALLOCA): New variable, whose value we should
3657         inherit from the top-level makefile.
3658         (etags, ctags): Include ALLOCA in the list of object files that
3659         these executables depend on and link.
3661 1993-04-09  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3663         * Makefile.in (DEFS): Renamed from CONFIG_CFLAGS.
3665 1993-04-07  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
3667         * make-docfile.c (write_c_args): Print an argument named "defalt"
3668         as "default".
3670 1993-03-24  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
3672         * Makefile.in (C_SWITCH_SYSTEM): New variable.
3673         (CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the
3674         compiler.
3676 1993-03-22  Francesco Potorti`  (pot@cnuce.cnr.it)
3678         * etags.c (YACC): flag added to c_ext.
3679         (c_ext): no more a synonim for c_ext&C_PLPL because of YACC.
3680         (find_entries): consistently use streq when reasonable.
3681         (find_entries): a .y file is a yacc file.
3682         (get_C_stab): c_ext becomes c_ext&C_PLPL.
3683         (C_entries): logical cplpl means c_ext&C_PLPL.
3684         (C_entries): logical yacc_rules means we are after the first %%.
3685         (C_entries): added logic for yacc files.
3687 1993-03-16  Francesco Potorti`  (pot@cnuce.cnr.it)
3689         * etags.c (C_entries): ':' case moved to the second switch.
3690         (C_entries): do not examine token if structdef==scolonseen.
3691         (consider_token): structtag set to null string for enum.
3693 1993-03-12  Francesco Potorti`  (pot@cnuce.cnr.it)
3695         * etags.c (GET_COOKIE): and related macros removed.
3696         (logical): is now int, no more a char.
3697         (reg): define deleted.
3698         (isgood, _gd, notgd): deleted.
3699         (gotone): deleted.
3700         (TOKEN): member linestart removed.
3701         (linepos, prev_linepos, lb1): deleted.
3702         (main): call initbuffer on lbs array instead of lb1.
3703         (init): removed the initialisation of the logical _gd array;
3704         (find_entries): a .sa suffix means assembler file.
3705         (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec.
3706         All C state machines rewritten.
3707         (C_entries): complete rewrite.
3708         (condider_token): complete rewrite.
3709         (getline): deleted.
3711 1993-03-01  Francesco Potorti`  (pot@fly.CNUCE.CNR.IT)
3713         * etags.c (C_entries): Added the quotednl logical variable.
3714         Used for parsing of #define's spanning multiple lines.
3716 1993-02-23  Francesco Potorti`  (pot@fly.CNUCE.CNR.IT)
3718         * etags.c (C_entries): Save the definedef status even when a
3719         newline is met inside a string.
3721 1993-03-19  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
3723         * Makefile.in (EXECUTABLES): added rcs-checkin.
3725         * Makefile.in (unlock, relock): New productions.
3727 1993-03-16  Paul Eggert  (eggert@twinsun.com)
3729         * rcs2log: Some awks don't understand "\r".  Code around this.
3730         Unfortunately this requires putting a carriage return in the
3731         source code.  Don't assume that rlog will tolerate times like
3732         `10:10:60'; RCS 5.7 won't allow this.
3734 1993-03-10  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3736         * timer.c (main): Set the ownership of the stdin file descriptor
3737         to the current process.  Print error messages if either of the
3738         fcntl's fails.
3740         * timer.c (sigcatch): Declare this to return SIGTYPE (defined in
3741         ../src/config.h), not void.
3743 1993-03-06  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3745         * b2m.c (main): Don't exit upon reading a blank line.
3747 1993-03-01  Francesco Potorti`  (pot@fly.CNUCE.CNR.IT)
3749         * etags.c (C_entries): New local variable quotednl.  Used for
3750         parsing of #define's spanning multiple lines.
3752         * etags.c (C_entries): Save the definedef status
3753         even when a newline is met inside a string.
3755 1993-02-26  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3757         * timer.c (notify): Initialize waitfor properly.
3759 1993-02-22  Francesco Potorti`  (pot@CNUCE.CNR.IT)
3761         * etags.c (C_entries): Don't reset definedef when a newline inside a
3762         comment is met.
3764 1993-01-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3766         * etags.c (find_entries): If filename ends in .f or .for,
3767         don't try anything but Fortran.
3769 1993-01-08  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
3771         * timer.c (notify): Flush stdout after writing message to avoid lossage
3772         on terminals.
3774         (notify): Also, write a newline after the token.
3776 1992-12-12  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3778         * Makefile.in (exec_prefix): New variable.
3779         (bindir, libdir): Use it instead of `prefix'.
3781         * Makefile.in (CFLAGS): #define HAVE_CONFIG_H, too.
3783         * Makefile.in (libdir): Default to ${prefix}/lib.
3784         (archlibdir): Adjusted to match.
3786         * Makefile.in (distclean): Don't delete backup or autosave files.
3787         (extraclean): Like realclean, but does delete backup and autosave
3788         files.
3790         * Makefile.in (realclean): Ignore errors from rm.
3792         * Makefile.in (distclean): Don't bother to delete ../arch-lib;
3793         that doesn't exist anymore.
3795 1992-12-11  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3797         * Makefile.in (prefix, bindir, libdir, srcdir): New variables, as
3798         described in the top-level Makefile.
3799         (UTILITIES): Add make-path to the list of utility programs.
3800         (../arch-lib): Replaced by the ${archlibdir} target, which places
3801         the executables in their permanent home.
3802         (install, install.sysv, install.xenix): Consolidated into one
3803         target which should work under all circumstances, modulo a few
3804         ignored error messages.
3806         * make-docfile.c (scan_c_file): Since DEFVAR_PER_BUFFER now takes
3807         a different number of arguments than other DEFVARs, recognize it
3808         specially, and expect the right number of commas.
3810 1992-12-04  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3812         * make-path.c: New program, to help with the installation process.
3813         * Makefile.in (make-path): New target.
3815         * make-path.c (touchy_mkdir): Remove debugging output.
3817 1992-11-05  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3819         * Makefile.in (getdate.o): Added explicit target for this, so we
3820         can indicate that it depends on ../src/config.h.
3822 1992-11-04  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
3824         * Makefile.in (CONFIG_CFLAGS): Let the configure script edit this
3825         instead of CFLAGS.
3826         (CFLAGS): Add -Demacs and -I../src to CONFIG_CFLAGS to produce this.
3828 1992-09-30  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3830         * getdate.y: Correctly recognize Mt. Xinu BSD running on an HP
3831         9000/300 as BSD; don't include both <sys/time.h> and <time.h> on
3832         that system.
3834         * Makefile.in (arch-lib): Give rm the `-f' option.
3836 1992-09-28  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3838         * make-docfile.c (write_c_args): Rewritten to correctly print
3839         &optionals before the first identifier, but after the first paren.
3840         This code used to just wait for commas or spaces; now it notices
3841         identifier boundaries.
3843 1992-09-26  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3845         * rcs2log: When getting date, use %02d instead of %.2d in awk printf.
3847 1992-09-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3849         * make-docfile.c (write_c_args): Print the argument lists properly
3850         when the first argument is optional.
3852 1992-09-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3854         * sorted-doc.c (main): Redefine special chars to use fonts tensy, teni.
3855         Redefine @item.  Set catcode of +.
3857 1992-08-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3859         * emacsclient.c (main): Set IPC_CREAT in msgget call.
3861 1992-08-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3863         * etags.c (TEX_funcs): Keep just 1 of two redundant nested loops.
3864         (TEX_decode_env): Make `tab' one element longer.
3866 1992-08-20  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
3868         * etags.c (PF_funcs): Recognize the "entry" keyword.
3870 1992-08-18  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
3872         * Makefile.in: Add rcs2log and vcdiff to the list of utilities.
3874 1992-08-14  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
3876         * timer.c (events): Rather than having slots marked as in use or
3877         out of use by the `token' field, keep all pending events at the
3878         beginning of the array.  When we delete an event in the middle of
3879         the array, we move the last event into its place.
3880         (num_events): New variable.
3881         (schedule): It is now cheaper to find a free event slot;
3882         events[num_events] is the first free slot.
3883         (notify): Scan events[0 .. num_events-1], instead of the whole
3884         array.  When an event fires, move the last event in the array into
3885         its spot.  Use num_events to determine whether or not there are
3886         any pending events, not wait_for.
3887         (getevent): Deleted unused variable `ep'.
3888         (sigcatch): It's now easier to find all the active events.
3889         (main): Initialize num_events.
3891         * etags.c: Rather than fret about which systems have index and
3892         which systems have strchr, and how to tell the difference between
3893         them, we just write out our own versions.  Big deal.
3894         (index, rindex): Extern declarations removed.
3895         (NEED_INDEX, NEED_RINDEX): Special hacks for hpux removed.
3896         (etags_index, etags_rindex): New declarations.
3897         (process_file, find_entries, pfnote, TEX_funcs, TEX_decode_env,
3898         TEX_getit, substr): Use the etags_*index functions, rather than
3899         the native *index functions.
3900         (rindex, index): Renamed to etags_rindex and tags_rindex, and
3901         made them unconditionally defined, rather than having them depend
3902         on NEED_*INDEX.
3904         * etags.c (savenstr): Add declaration for this at top of file.
3905         (TEX_decode_env): Don't declare it local to this function.
3907         * b2m.c: #include "../src/config.h", so we can test for the USG
3908         macro, and decide whether to include <string.h> or <strings.h>.
3909         * Makefile.in: Note that b2m.c depends on ../src/config.h.
3911 1992-08-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
3913         * timer.c: Reformatted according to the GNU coding standards.
3914         Removed arbitrary limits on the number of events queued and the
3915         length of the tokens used to identify them.
3916         Removed casts to (void).
3917         Removed debugging printfs; they clutter the code, and the need
3918         can be better filled using a real debugger.
3920 1992-08-07  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
3922         * timer.c: Installed new version from Eric Raymond; this is more
3923         portable, since it doesn't try to use SIGIO.
3925 1992-07-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3927         * emacsclient.c (main): If we can't find the socket in this
3928         person's home directory, print a message which asks if they've
3929         started the server, instead of just printing the message from
3930         sys_errmsg; Cygnus finds that people are much less confused by
3931         this.
3933 1992-07-14  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3935         * etags.c: Rather than defining "notdef" when "hpux" is #defined,
3936         so that index and rindex get defined, why don't we actually
3937         control index and rindex using symbols called "NEED_INDEX" and
3938         "NEED_RINDEX", and define them if hpux is defined?  Isn't that a
3939         little more readable than defining something whose name implies
3940         that it's not?
3942 1992-07-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3944         * movemail.c: Merged changes from Jamie Zawinski's byte compiler
3945         distribution:
3946         Miscellaneous doc fixes.
3947         (skip_white, read_lisp_symbol): New functions.
3948         (scan_lisp_file): Instead of using long hairy strings of ifs, call
3949         read_lisp_symbol and then see what we got.  Call skip_white
3950         instead of writing out a loop to do its job.  Correctly extract
3951         docstrings from "defmacro" declarations.
3953 1992-06-25  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
3955         * movemail.c (strcpy): Declare this to return char *.
3957 1992-06-18  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
3959         * etags.c (C_entries): When we find a C++ comment, do actually
3960         skip to the end of the line; do a 'break' instead of a 'continue'.
3962 1992-06-11  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3964         * etags.c (getit): Add missing parenthesis to expression which
3965         decides if this token is an identifier.
3967 1992-06-04  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3969         * etags.c (consider_token): Recognize `ENTRY' macro used in libc.
3971 1992-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
3973         * etags.c (put_entries): Always put space between name and line num.
3975 1992-05-28  Ken Raeburn  (Raeburn@Cygnus.COM)
3977         * etags.c (getit): Parenthesize &&/|| expression to avoid gcc
3978         warning.
3979         (LEVEL_OK_FOR_FUNCDEF): Ditto.
3981 1992-05-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
3983         * make-docfile.c (write_c_args): Pass both arguments to putc.
3985 1992-05-10  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3987         * etags.c (C_entries): Fixed reading of "..." strings.
3988         (consider_token): Recognize `SYSCALL' and `PSEUDO' macros, used in
3989         the C library source.
3991         * etags.c (C_entries): When we see a backslash inside a quoted
3992         string, skip to the next character.  This allows us to correctly
3993         deal with strings containing quotes.
3995 1992-05-08  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
3997         * make-docfile.c (write_c_args): Print the C argument names as
3998         they would be written in Elisp; print '_' as '-'.
4000 1992-05-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4002         * movemail.c [POP]: Get user name via getpwuid.
4004 1992-05-04  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4006         * Makefile.in: flags in CC invocations rearranged for no reason.
4008 1992-04-20  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4010         * etags.c (print_help): Remember not to imbed raw newlines in
4011         strings - end the lines with `\n\'.
4013 1992-04-17  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4015         * timer.c (getevent): Removed declaration of memcpy; since
4016         different systems have different return types, and we're not even
4017         using the return type anyway, it wasn't doing us any good.
4019 1992-04-16  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4021         * emacsserver.c (msgcatch): Use the SIGTYPE macro to declare the
4022         type of this function.
4024 1992-04-14  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4026         * ChangeLog: Since the old etc contents have been split into etc
4027         and lib-src, the old etc's ChangeLog has been duplicated in the
4028         new etc and lib-src.  That means that each contains complete and
4029         coherent information, although each contains extraneous
4030         information.
4032 1992-04-08  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4034         * lib-src/etags.c: "--no-warning" option renamed to "--no-warn",
4035         to be consistent with other GNU programs, like makeinfo.
4037         * lib-src/Makefile: Renamed to Makefile.in; the configure script
4038         will edit this to produce Makefile.
4040 1992-04-07  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4042         * etags.c (print_help, print_version): New functions.
4043         (main): Options added to support them.
4045         * etags.c (longopts): New array of long names for the options.
4046         (main): Recognize them.
4048 1992-04-06  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4050         * etags.c (C_entries): Removed comment saying that \" in a string
4051         isn't recognized as magic, because it is correctly handled.
4053         * getopt.c, getopt.h: New files, from GNU C library.
4054         * etags.c: Rewritten to use getopt.
4055         #include "getopt.h".
4056         (file_num): Variable deleted; its role is now played by getopt's
4057         optind.
4058         (main): Argument processing loop rewritten to call getopt to get
4059         next option.  Options which take parameters (-o and -i) rewritten
4060         to get parameter from optarg instead of argv[1].  Filename
4061         preprocessing loop and update command changed similarly.
4062         * Makefile (etags, ctags): Depend on and link with getopt.h,
4063         getopt.o, and getopt1.o.
4064         (getopt.o, getopt1.o): New targets for the GNU getopt routines.
4066         * etags.c (outfflag): Variable deleted; it is non-zero iff outfile
4067         is non-zero.
4069         (main): In the argument processing loop, the 'goto next_arg'
4070         statements are breaking out of the switch statement in exactly the
4071         same way that a simple 'break' statement would; replace the gotos
4072         with breaks, and remove the label.
4074 1992-04-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4076         * etags.c (C_entries): Clear tydef and next_token_is_func at start.
4077         (consider_token): Move next_token_is_func to global.
4079 1992-04-02  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4081         * Makefile: Conform with GNU coding standards:
4082         (mostlyclean): New target, synonymous with clean.
4083         (TAGS, check): New targets.
4084         (INSTALL, INSTALLFLAGS): New variables.
4086 1992-03-31  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4088         * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to
4089         `config.emacs' to `configure'.
4091         * lib-src/Makefile: Adjusted for renaming of share-lib to etc.
4092         * etc/MACHINES: Same.
4094 1992-03-30  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4096         * movemail.c (main): Allow tempname to be as long as necessary,
4097         instead of limiting it to 39 characters.
4099         * movemail.c (main): Move declaration of buf from top of function
4100         to local block surrounding the copy loop.  This makes it less
4101         likely to be confused with the buf used by the code which checks the
4102         permissions on outname's directory.
4104 1992-03-20  Jim Kingdon  (kingdon@albert.gnu.ai.mit.edu)
4106         * SERVICE: Remove my entry.
4108 1992-03-09  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
4110         * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not
4111         hardcoded -g.
4113         * movemail.c (xmalloc): Return char *, not int.
4114         (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL,
4115         that is off by default -- normally don't unlink the mail spool
4116         file, just empty it.  Pass creat mode 0600, not 0666.
4118 1992-02-07  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
4120         * Makefile (../arch-lib): Depend on ${EXECUTABLES}.
4121         (all): Instead of here.
4122         (install): Don't use the -s option, since people need symbols to
4123         debug code.
4125 1992-01-19  (Eric Youngdale at youngdale@v6550c.nrl.navy.mil)
4127         * etags-vmslib.c (fn_exp): Add type cast.
4129 1992-01-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4131         * movemail.c: Changes in comments.
4133 1992-01-13  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
4135         * Makefile: Make the distclean target erase the DOC files from
4136         ../share-lib and the executables from ../arch-lib.
4138 1992-01-09  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
4140         * emacsclient.c: #include <sys/stat.h>
4141         (main): Do declare statbfr.
4143 1991-12-21  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
4145         * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~
4146         for the socket, depending on SERVER_HOME_DIR.
4147         If using /tmp, put host name in the socket name.
4149         * movemail.c (pfatal_and_delete): New function.
4150         (main, popmail): Use it.
4151         (popmail): Close output before deleting messages.
4152         Check for error on close and on fsync.
4153         Use `fatal' where appropriate.
4154         (main): Remove (void).
4156         * aixcc.lex: New file.  Not officially part of Emacs.
4157         * Makefile: Rules for that.
4159 1991-12-04  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
4161         * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA.
4163         * etags.c (main): Properly cast call to alloca that initializes
4164         included_files.
4166 1991-08-17  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
4168         * etags.c (files_are_tag_tables): Remove global var.
4169         (process_file): Don't test it.  Also remove hack checking for a
4170         file named "TAGS".
4171         (main): -i now takes an arg which is the name of a file to include.
4172         Collect these names and emit include tags for them after processing
4173         all the argument files.
4175 1991-07-30  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
4177         * wakeup.c: Terminate if parent goes away.
4179 1991-07-18  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
4181         * etags.c (C_entries): Process token before handling end of line.
4182         When inner loops reach end of line, just back up.
4183         Let the real end of line processing happen in just one place.
4184         (consider_token):  Likewise.
4186 1991-04-11  Jim Blandy  (jimb at geech.gnu.ai.mit.edu)
4188         * etags.c (TEX_mode): Skip comments while scanning the text to see
4189         which escape character this file uses.
4191 1991-03-29  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
4193         * emacsserver.c [USG]: Terminate if msgrcv fails.
4195 1991-03-03  Richard Stallman  (rms at mole.ai.mit.edu)
4197         * emacsserver.c [BSD]: Check for errors on stdin after scanf.
4199 1991-01-25  Jim Blandy  (jimb at churchy.ai.mit.edu)
4201         * make-docfile: Find the arguments to a C function correctly,
4202         by not ignoring the character that read_c_string returns.  Don't
4203         even try to find argument names for functions that take MANY
4204         or UNEVALLED arguments, since they're a figment of the docstring's
4205         imagination.
4207 1991-01-14  Jim Blandy  (jimb at churchy.ai.mit.edu)
4209         * make-docfile: Read the .elc files generated by the new byte
4210         compiler.
4212 1990-12-31  Richard Stallman  (rms at mole.ai.mit.edu)
4214         * refcard.tex: Use cm fonts, not am, in multi-column mode.
4216 1990-11-29  Richard Stallman  (rms at mole.ai.mit.edu)
4218         * movemail.c (mbx_delimit_begin): Put space before `unseen'.
4220 1990-11-27  Richard Stallman  (rms at mole.ai.mit.edu)
4222         * Makefile (install*): No need to install wakeup.
4224 1990-11-26  Richard Stallman  (rms at mole.ai.mit.edu)
4226         * Makefile (install*): Install emacsclient like etags.
4228 1990-11-13  Richard Stallman  (rms at mole.ai.mit.edu)
4230         * movemail.c (error): Handle 3 args.
4231         (main): Don't check input access if using pop.
4233 1990-10-16  Richard Stallman  (rms at mole.ai.mit.edu)
4235         * etags.c (find_entries): Check for numbers after Scheme suffix.
4237 1990-10-14  Richard Stallman  (rms at mole.ai.mit.edu)
4239         * termcap.dat (vt200-80): Fix ke and ks to frob flag 1.
4241 1990-10-09  Richard Stallman  (rms at mole.ai.mit.edu)
4243         * Makefile (nemacstool, xvetool): New targets.
4245 1990-09-26  Richard Stallman  (rms at mole.ai.mit.edu)
4247         * emacsclient.c: Include errno.h and define related variables.
4249 1990-09-23  Richard Stallman  (rms at mole.ai.mit.edu)
4251         * emacsclient.c: Change usage message.
4253 1990-08-30  David Lawrence  (tale at pogo.ai.mit.edu)
4255         * emacs.1:  Add break before -nw option.
4257 1990-08-19  David J. MacKenzie  (djm at apple-gunkies)
4259         * qsort.c: Replace with GNU version.
4261 1990-08-14  David J. MacKenzie  (djm at apple-gunkies)
4263         * wakeup.c: New program replacing loadst.c.
4265 1990-08-14  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4267         * emacsclient.c [USG]: Pass msgsnd only 4 args.
4269 1990-08-09  David J. MacKenzie  (djm at pogo.ai.mit.edu)
4271         * etags.c: Rename `flag' variables for what they do instead of
4272         which option character sets them.
4274 1990-05-28  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4276         * loadst.c (main): Conditional to get load average on Apollo.
4278 1990-05-22  Joseph Arceneaux  (jla at churchy.ai.mit.edu)
4280         * emacsserver.c: Set the permission on the socket to 0600.
4282 1990-03-27  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4284         * emacsclient.c [BSD]: Print clean message for failing getwd.
4286 1990-03-20  David Lawrence  (tale at pogo.ai.mit.edu)
4288         * getdate.y: Use the getdate.y from GNU tar for timer.
4290 1990-03-18  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
4292         * emacsclient.c (main): Don't put brackets around "filename" in
4293         usage message.  It isn't optional.
4295 1990-03-14  Joseph Arceneaux  (jla at churchy.ai.mit.edu)
4297         * etags.c (getit):  Recognize '$' as beginning identifiers.
4299 1990-02-22  David Lawrence  (tale at pogo.ai.mit.edu)
4301         * emacsserver.c: Renamed from server.c.
4302         * Makefile: Reference emacsserver rather than server.
4303         * MACHINES: Doc fix for new emacsserver name.
4305 1990-01-25  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4307         * emacsclient.c: Print program name in error messages.
4309 1990-01-19  David Lawrence  (tale at cocoa-puffs)
4311         * timer.c, getdate.y (new files) and Makefile:
4312           Sub-process support for run-at-time in timer.el.
4313           Doesn't yet work correctly for USG.
4315 1990-01-10  Jim Kingdon  (kingdon at pogo)
4317         * MACHINES: Add HP 300 running BSD.
4319 1990-01-02  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4321         * yow.c: Dynamically allocate buffer; skip header before random
4322         choice to avoid bias toward first item.
4324 1989-12-24  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4326         * etags.c (readline): Separate out init of `pend'.
4328 1989-12-17  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4330         * etags.c: Undo changes relating to isgoodhdr.
4332 1989-12-16  Mosur Mohan  (rms at sugar-bombs.ai.mit.edu)
4334         * etags.c (isgoodhdr): New macro.
4335         (_gdh, notgdh): New variable used by that.
4336         (init): Initialize _gdh.
4337         (find_entries): Set header_file.
4338         (consider_token): Use isgoodhdr if in header file.
4340         * etags.c (total_size_of_entries):
4341         Was miscalculating by 1 in rewritten case.
4343         * etags.c (PAS_funcs): One arg to pfnote was missing.
4345 1989-12-05  Joseph Arceneaux  (jla at spiff)
4347         * MACHINES: Change for the ULTRIX entry.
4349 1989-11-21  Joseph Arceneaux  (jla at spiff)
4351         * etags.c (process_file): If file is not regular, return.
4353 1989-11-06  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4355         * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR.
4357 1989-10-30  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4359         * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg.
4360         (main): If HAVE_GETLOADAVG, don't call `nlist'.
4362 1989-10-25  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4364         * etags.c (consider_token): Allow any number of typespec keywords
4365         after `typedef', before new type name.
4366         (enum sym_type): Add st_C_typespec.
4367         (C_create_stab): Put typespec kwds in table.
4369 1989-08-27  Richard Stallman  (rms at apple-gunkies.ai.mit.edu)
4371         * etags.c (main): Don't depend on name invoked by.
4372         If CTAGS is not defined, assume it is ETAGS.
4374 1989-07-31  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4376         * etags.c (L_funcs): Allow package name in define construct,
4377         as in (foo::defmumble name-defined ...).
4379 1989-07-30  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4381         * etags.c (find_entries): Stupid bug testing for C filename suffixes.
4383         * Makefile (yow): Depends on ../src/paths.h.
4385 1989-07-04  Richard Stallman  (rms at apple-gunkies.ai.mit.edu)
4387         * etags.c: Fix compilation by moving Pascal after Fortran.
4389 1989-06-15  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4391         * movemail.c [USG]: Define F_OK, etc., if not found in header.
4393 1989-05-27  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4395         * hexl.c: New file, supports hexl-mode.
4397 1989-05-14  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4399         * movemail.c: New compilation flag MAIL_USE_MMDF.
4401 1989-05-08  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4403         * emacsclient.c: Use BSD code whenever HAVE_SOCKETS.
4404         * server.c: Likewise.
4406         * make-docfile.c (scan_c_file): Output argument names at end of string.
4407         (write_c_args): New subroutine.
4409 1989-04-27  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4411         * movemail.c: Report failure of flock.
4413 1989-04-19  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4415         * etags.c (find_entries): Allow multi-letter extensions for fortran.
4417 1989-04-18  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4419         * loadst.c: on bsd4.3, use gettimeofday instead of CPUSTATES.
4421 1989-03-15  Jeff Peck  (rms at sugar-bombs.ai.mit.edu)
4423         * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=.
4425         * emacsstool.1: update to document environment variables.
4427 1989-02-21  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4429         * etags.c (PAS_funcs): New function by Mosur Mohan.
4431         * movemail.c: On sysv, include unistd.h.
4433 1989-02-18  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4435         * b2m.c: New file.
4437 1989-02-15  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4439         * etags.c: Prolog support from Sunichirou Sugou
4441 1989-02-03  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4443         * Makefile (clean): New target.
4445 1989-01-25  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4447         * fakemail.c (put_line): Break header lines at 79 cols.
4449 1989-01-19  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4451         * etags.c: Greatly rewritten by Sam Kendall for C++ support and for
4452         multiple tags per line.
4454 1989-01-03  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4456         * movemail.c: Check access before doing real work.
4457         Check that outfile is in a writable directory.
4458         On fatal error, delete the lock file.
4460 1988-12-31  Richard Mlynarik  (mly at rice-chex.ai.mit.edu)
4462         * env.c:  Add decl for my-index
4463         * etags.c (file-entries): .oak => scheme
4465 1988-12-30  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4467         * movemail.c: Use `access' to check input and output files.
4469 1988-12-28  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4471         * emacsclient.c (main): Ignore all of CWD before first slash.
4473 1988-12-27  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4475         * etags.c (readline): Double linebuffer->size outside the xrealloc.
4477 1988-12-22  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4479         * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined.
4480         * server.c: chmod the socket to 0700.
4482 1988-12-09  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4484         * fakemail.c (main): Let env var FAKEMAILER override pgm to run.
4485         (add_field): Delete comments and turn `<', `>' to spaces
4486         in header lines.
4487         (USE_FAKEMAIL): New customization macro says to make fakemail
4488         not be a no-op even on a BSD system.
4490 1988-12-01  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4492         * etags.c (consider_token): Skip comments just like whitespace.
4493         Notice `struct', etc. and set strtag for those tokens.
4494         Return 1 for the token following `struct' if an open-brace follows it.
4495         (C_entries): Special handling of token following `struct'
4496         needed because we have probably advanced to the following line
4497         to find the `{'.
4498         (main): New option `T' sets tflag and strflag.
4499         Set both of them by default if eflags.
4501 1988-11-30  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4503         * movemail.c: Do fsync before closing output.
4505 1988-11-29  Richard Mlynarik  (mly at pickled-brain.ai.mit.edu)
4507         * movemail.c:  Better error message when can't create tempname.
4508         This file needs a great deal of extra error-checking and lucid reporting...
4510 1988-11-16  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4512         * etags.c: Support assembler code for .s and .a files.
4513         (getit): Allow underscore in a tag.
4515 1988-11-15  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4517         * movemail.c: Close output and check errors before deleting input.
4519 1988-10-01  Richard Stallman  (rms at apple-gunkies.ai.mit.edu)
4521         * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly
4522         whether to prefix it.  Handle line number args.
4524 1988-09-24  Richard Stallman  (rms at gluteus.ai.mit.edu)
4526         * etags.c (main): default setting of eflag was backwards.
4528 1988-09-23  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4530         * etags.c: New option -i.  -f renamed -o.
4531         `-' as input file means read input file names from stdin.
4532         -i spec'd or input file named TAGS means the input file is another
4533         tag table; output an "include" line for it.
4535 1988-09-19  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4537         * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT.
4538         New targets install, install.sysv, install.xenix.
4539         This makefile is now responsible for installing executables
4540         and documentation from this directory into system directories.
4542 1988-09-16  Richard Stallman  (rms at corn-chex.ai.mit.edu)
4544         * server.c, emacsclient.c (main): Compute socket name from euid.
4546 1988-08-04  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4548         * emacsclient.c: Args like +DIGITS are passed through unchanged.
4550 1988-07-12  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4552         * server.c: If both BSD and HAVE_SYSVIPC, use the latter.
4553         * emacsclient.c: Likewise.
4554         In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd.
4556 1988-06-23  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4558         * etags.c: Handle `typedef struct foo {' (price@mcc.com).
4559         (istoken) New string-comparison macro.
4560         (consider_token): New arg `level'.  New state `tag_ok' in `tydef'.
4562 1988-06-14  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4564         * etags.c: Changes for VMS.
4565         Always define ETAGS on VMS.
4566         Define macros GOOD and BAD for success and failure exit codes.
4567         (begtk, intk): Allow `$' in identifiers
4568         (main): Don't support -B, -F or -u on VMS.
4569         Alternate loop for scanning filename arguments.
4570         (system): Delete definition of this function.
4572         * etags-vmslib.c (system): Undefine this; VMS now provides it.
4574 1988-06-08  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
4576         * loadst.c: Prevent multiple-def errors on BSD and BSD4_3
4577         around include of param.h.  (Like fns.c.)
4579 1988-05-16  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
4581         * loadst.c (load_average): Move load-average code to this new fn.
4582         Add conditionals to compute load ave on UMAX.
4584 1988-05-14  Richard Stallman  (rms at lucky-charms.ai.mit.edu)
4586         * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE
4587         with opposite sense.
4589 1988-05-13  Chris Hanson  (cph at kleph)
4591         * emacsclient.c: Delete references to unused variable `out'.  This
4592         caused a bus error when used under hp-ux.
4594 1988-05-06  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
4596         * loadst.c: Control dk.h conditional with DK_HEADER_FILE.
4598 1988-05-04  Richard Stallman  (rms at rice-krispies.ai.mit.edu)
4600         * etags.c (find_entries): `.t' or `.sch' means scheme code.
4602 1988-04-29  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
4604         * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h.
4606 1988-04-28  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
4608         * movemail.c: #undef close, since config can #define it on V.3.
4609         * emacsclient.c, fakemail.c, loadst.c, server.c: likewise.
4611 1988-04-26  Richard Stallman  (rms at lucky-charms.ai.mit.edu)
4613         * etags.c (TEX_mode, etc.): Remove superfluous backslashes from
4614         invalid escape sequences such as `\{'.
4616         * loadst.c: Add `sequent' conditional for file dk.h.
4618 1988-03-20  Richard M. Stallman  (rms at wilson)
4620         * server.c [not BSD and not HAVE_SYSVIPC]: fix error message.
4622         * loadst.c (main) [XENIX]: use /usr/spool/mail, not /usr/mail.
4624 ;; Local Variables:
4625 ;; coding: iso-2022-7bit
4626 ;; End:
4628     Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001
4629         Free Software Foundation, Inc.
4630   Copying and distribution of this file, with or without modification,
4631   are permitted provided the copyright notice and this notice are preserved.