Merge from emacs-23.
[bpt/emacs.git] / lib-src / ChangeLog
index aa5ae5b..9712414 100644 (file)
@@ -1,8 +1,57 @@
-2011-01-23  Chong Yidong  <cyd@stupidchicken.com>
+2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
 
        * movemail.c (main): Use setregid instead of setegid, which is
        missing on older systems.  Suggested by Peter O'Gorman (Bug#6811).
 
+2011-01-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Check return values of some library calls.
+       * hexl.c (main): Check fread result.
+       * make-docfile.c (main): Check chdir result.
+       (scan_c_file): Check fscanf result.
+       * movemail.c (main): Check ftruncate result.
+
+2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Include <unistd.h> unilaterally.
+       * emacsclient.c, etags.c, fakemail.c, make-docfile.c, movemail.c:
+       * pop.c, test-distrib.c, update-game-score.c:
+       Include <unistd.h> without worrying about HAVE_UNISTD_H, since
+       unistd.h is always present now, possibly supplied by gnulib.
+
+       Include <getopt.h> not "getopt.h".
+       * ebrowse.c, emacsclient.c: Include <getopt.h>, not "getopt.h".
+       Since getopt.h is no longer in this directory, there's no point
+       using the form with double-quotes.
+
+       Remove unused files.
+       * getopt.c, getopt1.c, getopt_.h, getopt_int.h: Remove.
+       These files are now in ../lib, copied from gnulib.
+
+       Use gnulib's getopt-gnu module.
+       * Makefile.in (mostlyclean): Do not clean getopt.h or getopt.h-t,
+       as these are now done by gnulib.
+       (GETOPT_H, getopt.h, GETOPTOBJS, GETOPTDEPS, getopt.o, getopt1.o):
+       Remove; now done by gnulib.  All uses removed.
+
+       Automate syncing from gnulib.
+       * Makefile.in (EXE_FILES): New macro.
+       (BASE_CFLAGS): Add -I../lib and -I${srcdir}/../lib,
+       for gnulib's .h files.
+       (LOADLIBES): Add ../lib/libgnu.a.
+       ($(EXE_FILES)): Depend on ../lib/libgnu.a.
+       (../lib/libgnu.a): New rule.
+
+2011-01-08  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (EXECUTABLES): Remove; macro unused since 1993.
+
+2011-01-08  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (EMACSOPT): Add --no-site-lisp.
+
+       * Makefile.in (EMACSOPT): Remove --multibyte, it does nothing any more.
+
 2011-01-02  Glenn Morris  <rgm@gnu.org>
 
        * ebrowse.c (version) <emacs_copyright>:
        * ebrowse.c (yylex): If end of input buffer encountered while
        searching for a newline after "//", return YYEOF.  (Bug#7446)
 
-2010-11-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+2010-11-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * emacsclient.c (set_local_socket) [DARWIN_OS]: Add fall-back
        definition of _CS_DARWIN_USER_TEMP_DIR for Mac OS X 10.4 and older.
 
-2010-10-01  Glenn Morris  <rgm@gnu.org>
+2010-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * test-distrib.c: Remove include guards for config.h and fcntl.h.
+       (O_RDONLY): Do not define.
+       (cool_read): Fix type for variable "sofar".
+
+2010-10-25  Glenn Morris  <rgm@gnu.org>
+
+       * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Remove easymenu.elc.
+
+2010-10-23  Glenn Morris  <rgm@gnu.org>
+
+       * digest-doc.c, sorted-doc.c: Remove files.
+       * Makefile.in (UTILITIES): Remove digest-doc and sorted-doc.
+       (digest-doc${EXEEXT}, sorted-doc${EXEEXT}): Remove rules.
+       * makefile.w32-in (ALL): Remove digest-doc and sorted-doc.
+       ($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe, sorted-doc, digest-doc)
+       ($(BLD)/digest-doc.$(O), $(BLD)/sorted-doc.$(O)): Remove rules.
+       (install): Don't install digest-doc.exe or sorted-doc.exe.
+
+2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * Makefile.in (PROFILING_LDFLAGS): Remove, not needed.
+
+2010-10-09  Glenn Morris  <rgm@gnu.org>
+
+       * b2m.c, b2m.pl: Remove files.
+       * Makefile.in (INSTALLABLES): Remove b2m.
+       * makefile.w32-in ($(BLD)/b2m.$(O)): Remove.
+
+2010-10-08  Glenn Morris  <rgm@gnu.org>
 
        * emacsclient.c (set_local_socket) [DARWIN_OS]: Try as a fall-back
        DARWIN_USER_TEMP_DIR.  (Bug#3992)
 
+2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * test-distrib.c (cool_read):
+       * movemail.c (main, concat):
+       * make-docfile.c (scan_file, write_c_args):
+       * emacsclient.c (get_server_config): Fix -Wconversion warning.
+       (egetenv): Move conditional definition earlier.
+       (progname): Use const.
+       * sorted-doc.c (xstrdup): Use const.
+
+       * Makefile.in: Remove ^L, old makes choke on it.
+
+2010-10-02  Wolfgang Schnerring  <wosc@wosc.de>  (tiny change)
+
+       * emacsclient.c (main): Return EXIT_FAILURE if Emacs sends us an
+       error string (Bug#6963).
+
+2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (tags): Remove target.
+
+2010-10-01  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (tags, TAGS): New targets.
+
+2010-09-30  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacsclient.c (get_server_config): Don't read Emacs pid from
+       the authentication file.
+
+2010-09-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (../src/config.h): Remove target, it is stale.
+
+       * emacsclient.c (main): Remove unused variables.
+       (start_daemon_and_retry_set_socket): Use EXIT_FAILURE.
+
+2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
+
+       * etags.c (compressors, print_language_names): Support xz compression.
+
+2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * fakemail.c: Include stdlib.h for getenv.  Remove declaration of
+       popen, fclose and pclose.
+       (my_name, fatal, error, put_line): Use const char*.
+       (main): Remove extern getenv, mail_program_name is const char*.
+
+       * update-game-score.c (get_prefix, write_scores, main): Use const char*.
+
+       * sorted-doc.c (error, fatal, states): Use const char *.
+
+       * pop.h (pop_multi_first): Use const char *.
+       (_ARGS): Remove.
+
+       * pop.c (pop_multi_first, socket_connection, sendline): Use const char*.
+
+       * movemail.c (fatal, error, concat): Use const char *.
+
+       * make-docfile.c (error, fatal, scan_c_file, scan_lisp_file): Use
+       const char *.
+
+       * etags.c (compressor, language, Ada_suffix, Ada_help, Asm_suffixes)
+       (Asm_help, default_C_suffixes, default_C_help, Cplusplus_suffixes)
+       (Cplusplus_help, Cjava_suffixes, Cobol_suffixes, Cstar_suffixes)
+       (Erlang_suffixes, Erlang_help, Forth_suffixes, Forth_help)
+       (Fortran_suffixes, Fortran_help, HTML_suffixes,  HTML_help)
+       (Lisp_suffixes, Lisp_help, Lua_suffixes, Lua_help)
+       (Makefile_filenames, Makefile_help, Objc_suffixes, Objc_help)
+       (Pascal_suffixes, Pascal_help, Perl_suffixes, Perl_interpreters)
+       (Perl_help, PHP_suffixes, PHP_help, plain_C_suffixses, PS_suffixes)
+       (PS_help, Prolog_suffixes, Prolog_help, Python_suffixes, Python_help)
+       (Scheme_suffixes, Scheme_help, TeX_suffixes, TeX_help, Texinfo_suffixes)
+       (Texinfo_help, Yacc_suffixes, Yacc_help, auto_help, none_help)
+       (no_lang_help, print_language_names)
+       (get_language_from_interpreter, get_language_from_filename)
+       (init, make_tag, struct C_stab_entry, write_classname, TEX_defenv)
+       (TEX_decode_env, nocase_tail, savestr, savenstr, fatal, pfatal)
+       (concat): Use const char*.
+
+       * emacsclient.c (message, sock_err_message, send_to_emacs)
+       (quote_argument, set_local_socket)
+       (start_daemon_and_retry_set_socket): Use const char*.
+
+       * ebrowse.c (struct member): filename, def_filename is const.
+       (struct sym): filename, sfilename is const.
+       (struct kw): name is const.
+       (add_sym, yyerror, token_string, insert_keyword, main): Use const char*.
+
+       * b2m.c (concat, fatal): Use const char*.
+       (main): Don't assign labels a string literal.
+
+2010-08-07  Juanma Barranquero  <lekktu@gmail.com>
+
+       * ebrowse.c (usage, version, mark_virtual):
+       Remove duplicate declarations.
+
+2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * emacsclient.c: Move socket related #includes together with the
+       rest of the #includes.  Move WINDOWSNT includes closer together.
+       (HAVE_CONFIG_H): Remove.
+       (NO_RETURN): Remove, defined in config.h.
+       (main): Convert definition to standard C.
+
+2010-07-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * make-docfile.c (write_c_args): Warn for old-style empty arglist ().
+
+2010-07-25  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacsclient.c (getcwd): Fix previous change: make getcwd
+       conditional on HAVE_GETCWD and declare with the correct POSIX
+       profile (for some reason MinGW headers define its 2nd arg as int,
+       not size_t; but getcwd is not used on Windows nonetheless).
+
+2010-07-25  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacsclient.c (getcwd, w32_getenv):
+       * ntlib.h (getlogin, getuid, getegid, getgid): Fix prototypes.
+
+2010-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * update-game-score.c (usage): Add NO_RETURN specifier.
+       * movemail.c (fatal, pfatal_with_name, pfatal_and_delete):
+       * make-docfile.c (fatal):
+       * hexl.c (usage):
+       * fakemail.c (fatal):
+       * etags.c (fatal, suggest_asking_for_help, pfatal):
+       * emacsclient.c (fatal):
+       * b2m.c (fatal): Likewise.
+
+2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
+
+       * make-docfile.c (write_c_args): Correctly handle prefixes of "defalt".
+
+2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacsclient.c (get_current_dir_name, w32_get_resource)
+       (w32_getenv, w32_set_user_model_id, w32_window_app, w32_execvp)
+       (close_winsock, initialize_sockets, w32_find_emacs_process)
+       (w32_give_focus):
+       * ntlib.c (getlogin, getuid, getgid, getegid):
+       Convert definitions to standard C.
+
+2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
+       (PROFILING_LDFLAGS): Set from substitution.
+       (BASE_CFLAGS): Add  ${C_WARNINGS_SWITCH}.
+       (ALL_CFLAGS, CPP_CFLAGS): Add ${PROFILING_CFLAGS}.
+       (LINK_CFLAGS): Add ${PROFILING_LDFLAGS}.
+
+2010-07-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (lisp2): Change hebrew.el to hebrew.elc (see
+       2010-07-12T05:25:46Z!handa@etlken).
+
+2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * emacsclient.c (set_local_socket): Use strchr, strrchr instead of
+       index, rindex.
+       * movemail.c (mail_spool_name, popmail): Likewise.
+       * pop.c (pop_list): Likewise.
+
+2010-07-11  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (obj): Add menu.o, bidi.o, w32uniscribe.o,
+       and unexw32.o.  (Bug#6603)
+
+2010-07-10  Eli Zaretskii  <eliz@gnu.org>
+
+       * Makefile.in ($(DESTDIR)${archlibdir}): Convert spaces to TABs.
+
+2010-07-09  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * make-docfile.c (write_c_args): Restructure scanning loop.
+
+2010-07-09  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * make-docfile.c (write_c_args): Deal with type names in DEFUN
+       arguments.
+
+2010-07-08  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * update-game-score.c (P_): Remove macro.
+       * ebrowse.c: Remove include guards.
+       (P_): Remove macro.
+
+2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * ebrowse.c (add_sym, make_namespace): Replace bcopy, bzero by
+       memcpy, memmove, memset.
+       * pop.c (pop_retrieve, socket_connection, pop_getline): Likewise.
+
+2010-07-06  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * movemail.c: Add MAIL_USE_POP around prototypes.
+       Include <string.h> if HAVE_STRING_H.
+       (strerror): Only declare if !HAVE_STRERROR.
+       (fatal): Make static.
+       (error): Likewise.
+       (pfatal_with_name): Likewise.
+       (pfatal_and_delete): Likewise.
+       (concat): Likewise.
+       (xmalloc): Likewise.
+       (popmail): Likewise.
+       (pop_retr): Likewise.
+       (mbx_write): Likewise.
+       (mbx_delimit_begin): Likewise.
+       (mbx_delimit_end): Likewise.
+
+2010-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * fakemail.c (action): Convert function definitions to standard C.
+       (add_a_stream):
+       * test-distrib.c (cool_read):
+       (main): Likewise.
+
+2010-07-03  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * sorted-doc.c (cmpdoc): Fix signature.
+       (qsort_compare): Delete.
+       (main): Remove cast.
+
+2010-07-03  Juanma Barranquero  <lekktu@gmail.com>
+
+       * ebrowse.c (match_qualified_namespace_alias): Check for null pointer.
+
+2010-07-03  Juanma Barranquero  <lekktu@gmail.com>
+
+       Fix prototype warnings.
+
+       * ebrowse.c (match_qualified_namespace_alias):
+       Pass sym* to find_namespace, not link*.
+
+       * emacsclient.c (send_to_emacs, quote_argument): Arg s is HSOCKET.
+
+       * sorted-doc.c (qsort_compare): New typedef.
+       (main): Use it to cast cmpdoc.
+
+2010-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * update-game-score.c: Convert function definitions to standard C.
+       * sorted-doc.c:
+       * profile.c:
+       * pop.c:
+       * movemail.c:
+       * make-docfile.c:
+       * hexl.c:
+       * fakemail.c:
+       * etags.c:
+       * ebrowse.c:
+       * digest-doc.c:
+       * b2m.c: Likewise.
+
+2010-07-02  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * make-docfile.c (xmalloc, xrealloc, concat, readline, fatal):
+       * b2m.c (scan_file, scan_lisp_file, scan_c_file): Convert to
+       standard C prototypes.
+
+2010-07-02  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * ebrowse.c: Remove P_ and __P.
+       * etags.c:
+       * movemail.c:
+       * pop.c:
+       * update-game-score.c: Likewise.
+
+2010-06-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * movemail.c (error): Avoid warning when there are no args.
+
+2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (lisp2): Fix references to vc/vc-hooks.elc
+       and vc/ediff-hook.elc.
+
+2010-06-06  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * ntlib.h: Remove code dealing with BSTRING.
+
+2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacsclient.c (longopts, decode_options, print_help_and_exit):
+       New arg `-parent-id'.
+       (main): Send parent-id to Emacs.
+
+2010-05-27  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (distclean): No more Makefile.c.
+
+2010-05-22  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * Makefile.in (STAMP_INST_SCRIPTS, STAMP_SCRIPS): New (Bug #6246).
+       (all): Depend onSTAMP_INST_SCRIPTS, STAMP_SCRIPS (Bug #6246).
+       (stamp-rcs2log, stamp-rcs-checkin, stamp-grep-changelog, stamp-vcdiff):
+       New rules (Bug #6246).
+       (clean): Remove stamp-* (Bug #6246).
+
+2010-05-12  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (INSTALLABLES): Remove @LIB_SRC_EXTRA_INSTALLABLES@.
+
+2010-05-11  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (.m.o): Remove, there are no .m files.
+       (BASE_CFLAGS): New variable.
+       (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use $BASE_CFLAGS.
+       (check): Update the message.
+       (update-game-score${EXEEXT}): Do not use $MOVE_FLAGS.
+
+       * Makefile.in: Convert comments to makefile format.
+
+       * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
+       (config.h) [MSDOS]: Do not include.
+
+2010-05-10  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (LIBS_SYSTEM): Set with configure, not cpp.
+       (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
+       (NOT_C_CODE): Remove, no longer used.
+       (config.h) [!MSDOS]: No longer include.
+       (LOADLIBES): Use LIBS_SYSTEM as a variable.
+
+       * Makefile.in (BLESSMAIL_TARGET): Set with configure, not cpp.
+
+2010-05-08  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
+
 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
 
        * Version 23.2 released.
 
-2010-05-05  Christoph  <cschol2112@googlemail.com>  (tiny change)
+2010-05-06  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in: Minimize blessmail-related cpp usage.
+       (BLESSMAIL_TARGET): New variable.
+       (MOVEMAIL_NEEDS_BLESSING): Remove, replace by above variable.
+       (blessmail): Always define this rule.
+       (need-blessmail): New rule, split out from maybe-blessmail.
+       (maybe-blessmail): Use BLESSMAIL_TARGET.
+
+2010-05-04  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in: Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ rather than
+       @c_switch_system@, @c_switch_machine@.
+
+2010-04-26  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * Makefile.in (LIBS_MACHINE): Remove all uses, unused.
+
+2010-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * Makefile.in (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Move to the
+       non-cpp section.
+
+2010-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE): Define using
+       autoconf, not cpp.
+       (ALL_CFLAGS): Use them as make variables.
+
+2010-04-07  Christoph  <cschol2112@googlemail.com>  (tiny change)
 
        * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis
        for macros for nmake compatibility.
        possibility of symlink attack when movemail is setgid mail
        (CVE-2010-0825).
 
-2010-03-19  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
+2010-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
 
-       * Makefile.in (uninstall): Handle the case where archlibdir does
-       not exist.  (Bug#5720)
+       Remove extern errno declarations.
+       * movemail.c:
+       * etags.c:
+       * emacsclient.c: Remove extern errno declarations.
+
+2010-03-20  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB)
+       (LIBHESIOD, LIBRESOLV): Make previous change a bit more friendly by
+       defining these as Makefile variables.
+       (LIBS_MOVE): Add LIBS_MAIL into this.
+       (movemail${EXEEXT}): Just use LIBS_MOVE, not LIBS_MAIL as well.
+
+2010-03-18  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB)
+       (HESIODLIB, LIBS_MAIL): Set using autoconf rather than cpp.
+       (BASE_CFLAGS): Remove (identical to CPP_CFLAGS).
+
+2010-03-18  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
+
+       * Makefile.in (uninstall): Handle the case where archlibdir does not
+       exist.  (Bug#5720)
+
+2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Branch for 23.2.
 
 2010-02-20  Kevin Ryde  <user42@zip.com.au>
 
 
 2010-01-29  Kester Habermann  <kester@linuxtag.org>  (tiny change)
 
-       * etags.c (Fortran_functions): Handle recursive keyword
-       (Bug#5484).
+       * etags.c (Fortran_functions): Handle recursive keyword (Bug#5484).
 
 2010-01-11  Glenn Morris  <rgm@gnu.org>
 
 
 2008-02-01  Jason Rumney  <jasonr@gnu.org>
 
-       * makefile.w32-in (obj): Sync with src/Makefile.in
+       * makefile.w32-in (obj): Sync with src/Makefile.in.
        (TOOLTIP_SUPPORT, WINDOW_SUPPORT): New definitions.
        (WINNT_SUPPORT): Add term/w32-win.elc.
        (lisp1, lisp2): Sync with lisp in src/Makefile.in.
 
        * makefile.w32-in (WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to
        using .elc files.
-       (lisp): Sync with list in src/Makefile.in
+       (lisp): Sync with list in src/Makefile.in.
        (VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared.
 
 2002-02-10  Paul Eggert  <eggert@twinsun.com>
 
 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
 
-       * etags.c (lisp_suffixes)  Add `LSP'.
+       * etags.c (lisp_suffixes): Add `LSP'.
 
 2000-02-10  Francesco Potortì  <pot@gnu.org>
 
        * Makefile.in.in (install, maybe-blessmail): Don't cd ..;
        configure has already set $(INSTALL) to the proper relative path.
 
-1995-06-27  Francesco Potortì  (pot@cnuce.cnr.it)
-
-       * etags.c (plain_C_entries): New function.
-       (lowcase): New macro.
-       (tail, Fortran_functions, Pascal_functions): Use new macro lowcase.
-       (lang_suffixes): New suffix ".pc" for Pro*C files.
-       (consider_token): Don't tag all tokens beginning with DEFUN & Co..
-       (tail): Look for the end of the token when comparing.
-       (takeprec): Since now tail behaves differently, use strneq.
-
 1995-07-08  Paul Eggert  <eggert@twinsun.com>
 
        * rcs2log (datearg): Separate date from time with comma, not space,
        (main): Improve usage message.
        (error): Write to stderr, not stdout.
 
-       * b2m.c cvtmail.c digest-doc.c emacsclient.c emacsserver.c etags.c
-       fakemail.c hexl.c make-docfile.c profile.c sorted-doc.c test-distrib.c
-       timer.c wakeup.c yow.c: Eliminate some -Wall warnings from unused
-       variables and implicitly declared functions.
+       * b2m.c, cvtmail.c, digest-doc.c, emacsclient.c, emacsserver.c:
+       * etags.c, fakemail.c, hexl.c, make-docfile.c, profile.c, sorted-doc.c:
+       * test-distrib.c, timer.c, wakeup.c, yow.c: Eliminate some -Wall
+       warnings from unused variables and implicitly declared functions.
 
 1994-10-11  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
 
        (TOKEN): Member linestart removed.
        (linepos, prev_linepos, lb1): Deleted.
        (main): Call initbuffer on lbs array instead of lb1.
-       (init): Removed the initialisation of the logical _gd array;
+       (init): Removed the initialisation of the logical _gd array.
        (find_entries): A .sa suffix means assembler file.
        (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec.
        All C state machines rewritten.
        * etags.c: Changes for VMS.
        Always define ETAGS on VMS.
        Define macros GOOD and BAD for success and failure exit codes.
-       (begtk, intk): Allow `$' in identifiers
+       (begtk, intk): Allow `$' in identifiers.
        (main): Don't support -B, -F or -u on VMS.
        Alternate loop for scanning filename arguments.
        (system): Delete definition of this function.
 
 ;; Local Variables:
 ;; coding: utf-8
-;; add-log-time-zone-rule: t
 ;; End:
 
     Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
 
   You should have received a copy of the GNU General Public License
   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-
-;;; arch-tag: 2d979296-954c-448e-95c1-b46d134513dc