*** empty log message ***
[bpt/emacs.git] / lib-src / ChangeLog
index cb83bcf..994102f 100644 (file)
@@ -1,3 +1,416 @@
+2004-11-17  Kim F. Storm  <storm@cua.dk>
+
+       * etags.c: Undo last change.
+
+2004-11-09  Kim F. Storm  <storm@cua.dk>
+
+       * make-docfile.c (scan_c_file): Set defvarperbufferflag to
+       silence compiler.
+
+       * hexl.c (main): Init local var c to silence compiler.
+
+       * etags.c (main, consider_token, C_entries): Add misc switch
+       default targets to silence compiler.
+
+2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * makefile.w32-in (obj): Add all files (X and Mac) to doc so the
+       resulting DOC file can be used on Unix/Mac also.
+
+2004-09-13  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+
+       * etags.c (main): When relative file names are given as argument,
+       make them relative to the current working dir, rather than
+       relative to the output tags file, if the latter is in /dev.
+
+2004-09-13  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+
+       * etags.c [EXIT_SUCCESS, EXIT_FAILURE]: Define them when no
+       <stdlib.h> is available.
+       (enum sym_type): New st_C_attribute value for parsing
+       gcc's __attribute__.  Deleted st_C_typespec value.
+       (gperf, in_word_set): Use gperf 3, options changed.  Added the
+       __attribute__ keyword, removed all the st_C_typespec keywords,
+       changed attribute for Java to (C_JAVA & !C_PLPL).
+       (inattribute): New global bool, part of the C state machine.
+       (cblev): Identifier renamed to bracelev throughout.
+       (consider_token, C_entries): Numerous changes for making the
+       parser more robust and adding support for __attribute__.
+
+2004-09-13  David A. Capello  <dacap@users.sourceforge.net>  (tiny change)
+
+       * etags.c: (Lua_suffixes, Lua_help, lang_names, Lua_functions):
+       Support the Lua scripting language <http://www.lua.org>.
+
+2004-09-08  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+
+       * etags.c: [LONG_OPTIONS]: make it TRUE (ifdef) or FALSE (ifndef)
+       for ease of use.
+
+2004-07-17  Richard M. Stallman  <rms@gnu.org>
+
+       * emacsclient.c (quote_file_name): Pass COPY thru %s to output it.
+
+2004-06-01  Juanma Barranquero  <lektu@terra.es>
+
+       * makefile.w32-in (obj): Add image.c.
+
+2004-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * test-distrib.c (main): For failing cases, exit with
+       `EXIT_FAILURE'.
+
+2004-05-08  Jason Rumney  <jasonr@gnu.org>
+
+       * makefile.w32-in (lisp1, lisp2): Split lisp to avoid long
+       command-lines.
+
+2004-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * cvtmail.c: Throughout, replace 0 destined for `exit' arg
+       with `EXIT_SUCCESS'.  Likewise, replace 1 with `EXIT_FAILURE'.
+       (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
+
+       * ebrowse.c, emacsclient.c, fakemail.c, hexl.c,
+       * make-docfile.c, movemail.c, profile.c, sorted-doc.c,
+       * test-distrib.c, update-game-score.c, yow.c: Likewise.
+
+2004-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * Makefile.in (emacsclient${EXEEXT}): Use makefile var `version'.
+
+2004-05-07  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * b2m.c (GOOD, BAD): Delete macros.  Throughout,
+       replace w/ `EXIT_SUCCESS' and `EXIT_FAILURE', respectively.
+       (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
+
+       * etags.c: Likewise.
+
+2004-05-03  Jason Rumney  <jasonr@gnu.org>
+
+       * makefile.nt: Remove.
+
+2004-04-26  Eli Zaretskii  <eliz@gnu.org>
+
+       * make-docfile.c (IS_DIRECTORY_SEP): New macro.
+       (put_filename): Remove unused variable len.  Use IS_DIRECTORY_SEP
+       instead of a literal '/'.
+
+2004-04-23  Juanma Barranquero  <lektu@terra.es>
+
+       * makefile.w32-in: Add "-*- makefile -*-" mode tag.
+
+2004-04-17  Paul Eggert  <eggert@gnu.org>
+
+       * rcs2log (Help): Clarify wording of the usage message.
+       Problem reported by Alan Mackenzie in
+       <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-04/msg00188.html>.
+
+2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * make-docfile.c (xmalloc): Fix return type.
+       (put_filename): New fun.
+       (scan_file): Use it.
+
+2004-03-09  Juanma Barranquero  <lektu@terra.es>
+
+       * grep-changelog: Changes to support ChangeLog.10+.
+       (main): Tidy up usage string.  Fix "Use of uninitialized value"
+       warning.  Set version to 0.2.  Parse the directory listing to get
+       any ChangeLog.n file, not just 1..9.
+       (header_match_p, entry_match_p, print_log, parse_changelog):
+       Remove Perl prototypes (their purpose is to help the parser, which
+       isn't needed here, not declare arguments).
+       (parse_changelog): Make --reverse faster on big batches by not
+       modifying the entries list.
+
+2004-03-01  Juanma Barranquero  <lektu@terra.es>
+
+       * makefile.w32-in (obj): Add fringe.c.
+
+2004-02-14  Paul Eggert  <eggert@twinsun.com>
+
+       * rcs2log: Work correctly if CVSROOT specifies :fork: or
+       :local: methods, or omits the colon between the hostname
+       and the path.  Allow :/ in repository path, since CVS does.
+       Fix typo: "pository" should be set from $CVSROOT, not $repository.
+       This fixes a bug reported by Wolfgang Scherer in
+       <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-02/msg00085.html>,
+       along with some related bugs I discovered by inspecting how
+       CVS itself parses $CVSROOT.
+
+2004-02-04  J\e,bi\e(Br\e,bt\e(Bme Marant  <jmarant@nerim.net>  (tiny change)
+
+       * emacsclient.c (decode_options): Fix handling of alternate editor.
+
+2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacsclient.c (main): Don't use the hostname in the socket name.
+       Look for relative socket names in the /tmp dir rather than in cwd.
+
+2004-01-24  Richard M. Stallman  <rms@gnu.org>
+
+       * emacsclient.c (main): Restore errno from saved_errno,
+       so the error message comes from socket_status.
+
+2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacsclient.c (main): Stop if socket name too long.
+       Only try su-fallback if the socket name was not explicit.
+       Check socket name length in su-fallback case as well.
+
+2004-01-08  Andreas Schwab  <schwab@suse.de>
+
+       * emacsclient.c (main): Save errno from socket_status.
+
+2004-01-04  Andreas Schwab  <schwab@suse.de>
+
+       * emacsclient.c (main): Fix socket name when using another user.
+
+2003-12-27  Paul Eggert  <eggert@twinsun.com>
+
+       * rcs2log (rlog_options): Append -rbranchtag if CVS/Tag indicates
+       a tag, and if the user has not specified an rlog option.
+       Adapted from a suggestion by Martin Stjernholm in
+       <http://mail.gnu.org/archive/html/bug-gnu-emacs/2003-07/msg00066.html>.
+       (Copyright): Update to 2003.
+
+2003-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * make-docfile.c (main): For return code, no longer special-case VMS.
+       Instead, use `EXIT_SUCCESS' and `EXIT_FAILURE' from stdlib.h.
+
+2003-09-28  Andreas B\e,A|\e(Bsching  <crunchy@tzi.de>  (tiny change)
+
+       * emacsclient.c (quote_file_name): Print the result instead of
+       returning it.  Fix the return type accordingly.
+       (main): With --eval, if no file name, read from stdin.
+       Quote file names.
+
+2003-09-10  Richard M. Stallman  <rms@gnu.org>
+
+       * emacsclient.c (main): Use socket_name.
+
+2003-09-10  Andreas B\e,A|\e(Bsching  <crunchy@tzi.de>  (tiny change)
+
+       * emacsclient.c (socket_name): New variable.
+       (longopts, decode_options, print_help_and_exit):
+       Handle --socket-name argument.
+
+2003-08-25  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
+
+       * etags.c (consider_token): Check C++ `operator' only when the
+       token len is long enough.
+
+2003-08-20  Dave Love  <fx@gnu.org>
+
+       * Makefile.in: Remove obsolete references to alloca.
+
+2003-07-29  Ken Brush  <ken@wirex.com>
+
+       * emacsclient.c (main)
+       * etags.c (suggest_asking_for_help)
+       * movemail.c (main): Fix having macros in a printf statement.
+
+2003-05-31  Juanma Barranquero  <lektu@terra.es>
+
+       * makefile.w32-in (lisp): Fix references to byte-run.el,
+       float-sup.el and map-ynp.el, which are now in emacs-lisp.
+
+2003-05-22  Dave Love  <fx@gnu.org>
+
+       * update-game-score.c (difftime) [!HAVE_DIFFTIME]: Define.
+       (strerror) [!HAVE_STRERROR && !WINDOWSNT]: New.
+
+2003-05-20  Dave Love  <fx@gnu.org>
+
+       * movemail.c: Check HAVE_LIBLOCKFILE like HAVE_LIBMAIL.
+
+       * Makefile.in [HAVE_LIBLOCKFILE]: Define LIBS_MAIL=-llockfile.
+
+2003-04-27  Oliver Scholz  <alkibiades@gmx.de>
+
+       * update-game-score.c (read_scores): Fix corruption of scores on
+       read.
+
+2003-04-12  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * emacsclient.c (main): Use new safe location for socket.
+
+2003-03-12  Tom Tromey  <tromey@redhat.com>
+
+       * emacsclient.c (print_help_and_exit): Print to stdout.
+       Exit successfully.  Added some blank lines for readability.
+       (decode_options): Don't call print_help_and_exit in default case.
+       Print version information to stdout.
+       (main): Don't call print_help_and_exit.
+
+2003-02-15  Richard M. Stallman  <rms@gnu.org>
+
+       * cvtmail.c: Cast result of malloc and realloc.
+       Don't include stdlib.h, becuase config.h does.
+       (malloc, realloc): Declarations deleted.
+
+       * yow.c (yow): Cast result of malloc and realloc.
+       (malloc, realloc): Declarations deleted.
+
+2003-02-11  Juanma Barranquero  <lektu@terra.es>
+
+       * makefile.w32-in (lisp): Add malayalam.el and tamil.el.
+
+2003-02-08  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
+       instead of the substitution.
+
+2003-02-04  Richard M. Stallman  <rms@gnu.org>
+
+       * update-game-score.c (push_score, read_scores): Cast values
+       of malloc and realloc.
+       (main, lock_file): Avoid assignment inside if.
+
+2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
+
+       * Makefile.in: Use @EXEEXT@ for Cygwin.
+
+2003-01-21  Dave Love  <fx@gnu.org>
+
+       * etags.c (Cplusplus_help, Cjava_help): Re-phrase and avoid
+       column-0 `('.
+
+       * yow.c: Don't include string.h.
+
+2003-01-20  Richard M. Stallman  <rms@gnu.org>
+
+       * Makefile.in (rcs2log, rcs-checkin, grep-changelog, vcdiff):
+       New targets.
+
+2003-01-06  Kim F. Storm  <storm@cua.dk>
+
+       * pop.c (__P): Renamed from _P to avoid problems on Cygwin.
+       All uses changed.
+
+2002-12-18  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.w32-in ($(DOC)): Use -o and -a options to make-docfile,
+       because GNU make doesn't append when using >> redirection.
+
+2002-12-12  Jonathan Kamens  <jik@kamens.brookline.ma.us>
+
+       * b2m.pl: Make sure every message ends with a blank line, because
+       some mbox parsers require a blank line before "From " lines.
+
+2002-12-08  Richard M. Stallman  <rms@gnu.org>
+
+       * getopt.c: Do include libintl.h if HAVE_LIBINTL_H.
+       (_): Test only HAVE_LIBINTL_H to decide what to do.
+
+2002-12-05  Richard M. Stallman  <rms@gnu.org>
+
+       * getopt.c: Comment out include of libintl.h or gettext.h.
+
+2002-12-04  Richard M. Stallman  <rms@gnu.org>
+
+       * Update getopt from gnulib version; changes described below.
+
+       * getopt1.c: Conditionally find getopt.h.
+       [_LIBC] (getopt_long, getopt_long_only): Do libc_hidden_def.
+
+       * getopt.c (const): Move outside !HAVE_CONFIG_H conditional.
+       (libintl.h): Include this if _LIBC.  Otherwise include gettext.h.
+       (wchar.h): Include, maybe.
+       (attribute_hidden): Define if not defind.
+       (__getopt_initialized): Use attribute_hidden.
+       (__libc_argc, __libc_argv): Renamed from original_argc, etc.
+       (__getopt_nonoption_flags, nonoption_flags_max_len, nonoption_flags_len):
+       Conditional on USE_NONOPTION_FLAGS.
+       (SWAP_FLAGS): New definitions.
+       (exchange): Test USE_NONOPTION_FLAGS.
+       (_getopt_initialize): Test USE_NONOPTION_FLAGS.
+       (_getopt_internal): Error if argc < 1.  New local var print_errors.
+       Improve test for ambiguous long option.
+       Add LIBIO support for error message output.
+       (NONOPTION_P): Test USE_NONOPTION_FLAGS.
+
+       * getopt.h: Maybe include ctype.h.
+       Treat __cplusplus like __STDC__.
+       (decls): Use __ in arg names.
+
+2002-12-02  Stephen Eglen  <stephen@gnu.org>
+
+       * emacsclient.c (main): Tell user how to start server within Emacs
+       if socket could not be found.
+
+2002-12-02  Richard M. Stallman  <rms@gnu.org>
+
+       * emacsclient.c (main): Test HAVE_GETCWD rather than BSD_SYSTEM.
+
+2002-11-19  Ben Key  <bkey1@tampabay.rr.com>
+
+       * makefile.w32-in: Fixed a bug that caused the documentation for
+       the built in function play-sound-internal not to be included in
+       /etc/DOC.
+
+2002-11-18  Dave Love  <fx@gnu.org>
+
+       * update-game-score.c: Include unistd.h, string.h, stdlib.h,
+       fcntl.h, stdarg.h conditionally.
+       (_GNU_SOURCE, __attribute__): Don't define.
+       (optarg, optind, opterr): Declare.
+       (lose, lose_syserr): Use NO_RETURN.
+       (get_user_id): Use P_.
+
+2002-11-17  Richard M. Stallman  <rms@gnu.org>
+
+       * Makefile.in (${archlibdir}): Ignore errors operating on $(gamedir).
+
+2002-11-14  Dave Love  <fx@gnu.org>
+
+       * movemail.c (pop_retr): Declare comment.
+
+       * make-docfile.c (read_c_string_or_comment): Declare msgno.
+
+       * Makefile.in (YACC): Deleted.
+
+2002-10-19  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in (${archlibdir}): Always create $(gamedir).
+       (update-game-score): Pass $(gamedir) as HAVE_SHARED_GAME_DIR.
+
+2002-10-04  Juanma Barranquero  <lektu@terra.es>
+
+       * makefile.w32-in (lisp): Load devanagari.el, not .elc.
+
+2002-09-30  Markus Rost  <rost@math.ohio-state.edu>
+
+       * emacsclient.c (main): Remove reference to SERVER_HOME_DIR
+       completely.
+
+2002-09-27  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * emacsclient.c: Remove SYSV support.
+       (eval, display): New vars.
+       (longopts): Add --eval and --display.
+       (decode_options): Add -e and -d processing.
+       (print_help_and_exit): Update the usage string.
+       (main): Add support for --eval and --display.
+       (main): Always use /tmp and non-qualified hostname.
+
+2002-09-25  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * emacsserver.c: Remove.
+
+2002-09-17  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * emacsclient.c (quote_file_name): Quote \n.
+       (main): Print a final \n when needed.
+
+2002-09-03  Francesco Potorti`  <pot@gnu.org>
+
+       * etags.c (regex_tag_multiline, readline): Never pass pfnote a
+       string that cannot be freed.
+
 2002-08-30  Francesco Potorti`  <pot@gnu.org>
 
        * etags.c (consider_token, C_entries): Switch to C++ parsing when
 
 2002-08-29  Francesco Potorti`  <pot@gnu.org>
 
-       * etags.c (C_entries): Corrected a problem with const C++ funcs.
+       * etags.c (C_entries): Correct a problem with const C++ funcs.
        (ignoreindent): Renamed from noindentypedefs.
        (cjava, cplpl): They are now macros instead of local vars.
 
        (pattern): Structure renamed to `regexp', member regex renamed to
        pattern.
        (node_st): Member pat renamed to regex.
-       (pattern); New member force_explicit_name, for future use.  Now
-       always set to true, cannot be reset.
+       (pattern); New member force_explicit_name, for future use.
+       Now always set to true, cannot be reset.
        (add_regex, regex_tag_multiline, readline): Use it.
        (main): Free some global structures.
        (fdesc): New member `written'.
 
        * make-docfile.c (scan_c_file): Warn about missing `usage' info.
 
-2002-07-05  Jonathan Kamens <jik@kamens.brookline.ma.us>
+2002-07-05  Jonathan Kamens  <jik@kamens.brookline.ma.us>
 
        * b2m.pl: Obey the rmail file and use the unpruned header properly.
 
        whose name is automatically deduced by etags.el.  The advantage is
        that there is no explicit tag name in most tags, so the size of
        the tags file is reduced, yet find-tag is able to do a match as
-       accurate as with named tags.  See the comment in make_tag for
-       details.
+       accurate as with named tags.  See the comment in make_tag for details.
        (make_tag): New function (was the disabled function new_pfnote).
        (make_C_tag): Use it.
 
 
 2002-06-06  Francesco Potorti`  <pot@gnu.org>
 
-       * etags.c New option --parse-stdin=FILE.
+       * etags.c: New option --parse-stdin=FILE.
        (enum arg_type): New label at_stdin.
        (STDIN): New constant.
        (parsing_stdin): New flag.
        (process_file): Split into process_file and process_file_name.
        (process_file_name): New function.
 
-       * etags.c Improvements and bug squashing in TeX handling.
+       * etags.c: Improvements and bug squashing in TeX handling.
        (TeX_commands): Skip comments.
        (TEX_defenv): Now contains more contructs.
        (TEX_cmt): Make it a static char and move it before TeX_commands.
        #line directives.  This handles the case when xxx.y is tagged
        before xxx.c, and the entries of xxx.c pointing to xxx.y should
        be discarded.
-       (language): Added the metasource member.  Initializers changed.
+       (language): Add the metasource member.  Initializers changed.
        (invalidate_nodes): New function.
        (readline): Discard lines after having found a #line
        directive pointing to an already tagged file.  This handles the
        (F_getit): Renamed from getit.  All callers changed.
        (nocase_tail): Renamed from tail.  All callers changed.
        (Ada_getit): Renamed from adagetit.  All callers changed.
-       (L_getit): Simplified by using get_tag.
+       (L_getit): Simplify by using get_tag.
        (Perl_functions, Postscript_functions, erlang_attribute): Use the
        modified LOOKING_AT.
        (notinname): Removed '[' and added ')' to the recognised chars.
        (check_namespace): New function.
        (enter_namespace): Call find_namespace with CONTEXT parameter.
        (match_qualified_namespace_alias): New function.
-       (parse_qualified_ident_or_type): Fixed typo in comment.
+       (parse_qualified_ident_or_type): Fix typo in comment.
        While parsing qualified ident or type update namespace context and
        restore it on exit.
-       (parse_qualified_param_ident_or_type): Fixed typo in comment.
-       (globals): Changed handling of namespace aliases.
-       (version): Added year 2001.
+       (parse_qualified_param_ident_or_type): Fix typo in comment.
+       (globals): Change handling of namespace aliases.
+       (version): Add year 2001.
 
 2001-09-15  Eli Zaretskii  <eliz@is.elta.co.il>
 
        (grow_linebuffer): Don't call xrnew when not needed.
        (token): Buffer renamed to line.
        (C_entries): Three calls to inibuffer moved here from main.
-       (C_entries): Removed all references to var methodlen, delete it.
+       (C_entries): Remove all references to var methodlen, delete it.
        (linebuffer_setlen): Was grow_buffer, now also sets len.
        (consider_token, C_entries, Pascal_functions): Use it.
        (C_entries): Preventing problems relative to extern "C".
 
        * etags.c (get_language_from_langname): Renamed from
        get_language_from_name.
-       (get_language_from_filename): Renamed from
-       get_language_from_suffix.  Now first looks for the complete file name.
+       (get_language_from_filename): Renamed from get_language_from_suffix.
+       Now first looks for the complete file name.
        (language): New member char **filenames.
        (Makefile_filenames): List of possible filenames for makefiles.
-       (lang_names): Added a NULL member for every entry, added an entry
+       (lang_names): Add a NULL member for every entry, added an entry
        for makefiles.
        (Makefile_targets): New function.
        (Texinfo_nodes): Renamed from Texinfo_fuctions and made
 
 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
 
-       * ebrowse.c (yyerror): Changed to take two arguments.
-       Prototype added.  Callers changed.
+       * ebrowse.c (yyerror): Change to take two arguments.
+       Add prototype.  Change callers.
 
 2001-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
 
 
 2000-02-10  Francesco Potorti`  <pot@gnu.org>
 
-       * etags.c (iswhite): Redefined not to consider '\0' as white
+       * etags.c (iswhite): Redefine not to consider '\0' as white
        space, and use it throughout in place of isspace, thus preventing a
        potential signed char to int conversion problem.
        (MSDOS): #undefine befere redefining
 
        * movemail.c (main): Improve error message if can't create lock file.
 
-2000-01-28  Eric Hanchrow <offby1@blarg.net>
+2000-01-28  Eric Hanchrow  <offby1@blarg.net>
 
        * emacsclient.c (socket_status): New function.
        (main): If $LOGNAME or $USER exist and differ from our euid, look
        * emacsclient.c: Add option -a EDITOR and environment variable
        ALTERNATE_EDITOR.  Exec this editor if we fail to contact Emacs.
 
-1999-12-10  Jonathan Kamens <jik@kamens.brookline.ma.us>
+1999-12-10  Jonathan Kamens  <jik@kamens.brookline.ma.us>
 
        * movemail.c (popmail): Allow mailbox specifications of the
        form `po:username:hostname'.
        (typdef): ttypedefseen renamed to tkeyseen, new label ttypeseen.
        (C_entries): Modifications that make --members tag even inside
        typedefs and C nested structs (one level only).
-       (consider_token): Corrected a bug which prevented tagging of enum
+       (consider_token): Correct a bug which prevented tagging of enum
        constants.
-       (C_stab_entry): Added if, for, while, switch, return as
+       (C_stab_entry): Add if, for, while, switch, return as
        st_C_ignore.  This makes it simpler to work when cblev!=0.
 
        * etags.c (C_entries): Tag member function declarations when
        Now used as element of a linked list.
        (patterns, num_patterns): Global variables deleted.
        (p_head): New global variable.
-       (forced_lang):  New global variable (replaces lang_func).
+       (forced_lang): New global variable (replaces lang_func).
        (get_language_from_name, get_language_from_interpreter)
        (get_language_from_suffix): Semantics changed.  All callers changed.
        (last_node): New global variable.
 
        * makefile.nt: Do string comparision of _NMAKE_VER.
 
-1998-11-03  Theodore Jump <tjump@cais.com>
+1998-11-03  Theodore Jump  <tjump@cais.com>
 
        * makefile.nt: Compile multiple source files when possible.
 
@@ -2274,7 +2686,7 @@ Tue Jul  1 01:09:07 1997  Geoff Voelker  <voelker@cs.washington.edu>
 
        * cvtmail.c, sorted-doc.c, yow.c, emacsserver.c: Undo previous change.
 
-1996-07-15  David Mosberger-Tang <davidm@AZStarNet.com>
+1996-07-15  David Mosberger-Tang  <davidm@AZStarNet.com>
 
        * cvtmail.c, sorted-doc.c, yow.c: [__GNU_LIBRARY__]: Use <string.h>.
        * emacsserver.c (main) [__GNU_LIBRARY__]: Use size_t for fromlen.
@@ -2331,11 +2743,11 @@ Tue Jul  1 01:09:07 1997  Geoff Voelker  <voelker@cs.washington.edu>
        (Pascal_functions): Increase linecharno by the correct number of
        chars, inline the GET_NEW_LINE macro and delete its definition.
 
-1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>
+1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
 
        * makefile.nt (OBJDIR, BLD): Remove macro definitions.
 
-1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>
+1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
 
        * makefile.nt (LOCAL_FLAGS): Include path to NT shadow includes.
        (movemail.exe, fakemail.exe): Now built under Win32.o
@@ -2569,7 +2981,7 @@ Tue Jul  1 01:09:07 1997  Geoff Voelker  <voelker@cs.washington.edu>
        (C_entries): Consider // as a comment start even in plain C for
        the sake of Objective C parsing.
 
-1995-12-04  Francesco Potorti` <pot@cnuce.cnr.it>
+1995-12-04  Francesco Potorti`  <pot@cnuce.cnr.it>
 
        * Makefile.in (ctags): depend on etags only for simplicity;
        compile with regexp support enabled.
@@ -2615,7 +3027,7 @@ Tue Jul  1 01:09:07 1997  Geoff Voelker  <voelker@cs.washington.edu>
 
        * etags.c (lowcase): Use the standard tolower function.
        (substitute): Remove some wrong and some useless code related with
-       escape `\` character in regexp replacement string.
+       escape '\' character in regexp replacement string.
        (TEX_defenv): Added part, appendix, entry, index.  Removed typeout.
        (lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran;
        .bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp;
@@ -3286,7 +3698,7 @@ Tue Jul  1 01:09:07 1997  Geoff Voelker  <voelker@cs.washington.edu>
        defined, use simple 32-bit versions of these macros.
        (main) [HAVE_SOCKETS & !HAVE_SYSVIPC]: Use these macros.
 
-1994-09-16  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+1994-09-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
        * etags.c (etags_getcwd): Use getcwd if available.
 
@@ -3599,7 +4011,7 @@ Tue Jul  1 01:09:07 1997  Geoff Voelker  <voelker@cs.washington.edu>
        * b2m.c: Use <...> to include config.h.
        Don't include stdlib.h.
 
-1994-03-03  Heiko Muenkel (muenkel@tnt.uni-hannover.de)
+1994-03-03  Heiko Muenkel  (muenkel@tnt.uni-hannover.de)
 
        * b2m.c (main): Change delimiter from "^L" to "^_^L".
        Allow for text following "BABYL OPTIONS:".
@@ -3636,7 +4048,7 @@ Tue Jul  1 01:09:07 1997  Geoff Voelker  <voelker@cs.washington.edu>
 
 1994-02-17  Francesco Potorti`  (pot@cnuce.cnr.it)
 
-       * etags.c (--absolute-pathnames):  option removed.
+       * etags.c (--absolute-pathnames): Option removed.
 
 1994-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
@@ -3668,8 +4080,9 @@ Tue Jul  1 01:09:07 1997  Geoff Voelker  <voelker@cs.washington.edu>
 
 1994-01-16  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
 
-       * Make the argument list output look more like the Lisp docstrings do.
-       make-docfile.c (write_c_args): Take new arg FUNC.  Make output
+       * make-docfile.c: Make the argument list output look more like the
+       Lisp docstrings do.
+       (write_c_args): Take new arg FUNC.  Make output
        look like lisp call prototypes: (function ARG1 ARG2), upcasing args.
        (scan_c_file): Pass BUF to write_c_args for FUNC arg.
 
@@ -3815,7 +4228,7 @@ Tue Jul  1 01:09:07 1997  Geoff Voelker  <voelker@cs.washington.edu>
 
        * Version 19.20 released.
 
-1993-11-08  Tom Hageman (tom@basil.icce.rug.nl)
+1993-11-08  Tom Hageman  (tom@basil.icce.rug.nl)
 
        * etags.c: (C_entries): Keep track of ()-parenthesis level so that
        functions returning a pointer to a function, a la `signal', can be
@@ -3889,10 +4302,10 @@ Tue Jul  1 01:09:07 1997  Geoff Voelker  <voelker@cs.washington.edu>
 
 1993-09-10  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
 
-       * Support configuring in a different directory when ${srcdir} has
-       already been configured.
-       * Makefile.in (ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before
-       -I${srcdir} -I${srcdir}/../src.
+       * Makefile.in: Support configuring in a different directory when
+       ${srcdir} has already been configured.
+       (ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before -I${srcdir}
+       -I${srcdir}/../src.
        (b2m, movemail, fakemail, env, emacsserver, emacsclient,
        getdate.o, timer.o, timer): Remove `-I${srcdir}/../src', since it
        is already in CPP_FLAGS.
@@ -4096,8 +4509,8 @@ Tue Jul  1 01:09:07 1997  Geoff Voelker  <voelker@cs.washington.edu>
 
 1993-05-30  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
 
-       * Makefile.in: (${archlibdir}): Use `(cd foo && pwd)` instead of
-       `(cd foo ; pwd)` to get the canonical name of a directory; cd
+       * Makefile.in: (${archlibdir}): Use `(cd foo && pwd)' instead of
+       `(cd foo ; pwd)' to get the canonical name of a directory; cd
        might fail, and have pwd print out the current directory.
 
        * movemail.c [MAIL_USE_POP] (main): Don't use non-portable
@@ -4782,7 +5195,7 @@ Tue Jul  1 01:09:07 1997  Geoff Voelker  <voelker@cs.washington.edu>
        * etags.c (C_entries): Process token before handling end of line.
        When inner loops reach end of line, just back up.
        Let the real end of line processing happen in just one place.
-       (consider_token):  Likewise.
+       (consider_token): Likewise.
 
 1991-04-11  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
 
@@ -4895,7 +5308,7 @@ Tue Jul  1 01:09:07 1997  Geoff Voelker  <voelker@cs.washington.edu>
 
 1990-03-14  Joseph Arceneaux  (jla@churchy.ai.mit.edu)
 
-       * etags.c (getit):  Recognize '$' as beginning identifiers.
+       * etags.c (getit): Recognize '$' as beginning identifiers.
 
 1990-02-22  David Lawrence  (tale@pogo.ai.mit.edu)
 
@@ -5226,7 +5639,10 @@ Tue Jul  1 01:09:07 1997  Geoff Voelker  <voelker@cs.washington.edu>
 ;; coding: iso-2022-7bit
 ;; End:
 
-    Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002
+    Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
+       1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004
        Free Software Foundation, Inc.
   Copying and distribution of this file, with or without modification,
   are permitted provided the copyright notice and this notice are preserved.
+
+;;; arch-tag: 2d979296-954c-448e-95c1-b46d134513dc