Mercurial > emacs
changeset 35547:5afbf6bfb53a
Move here the entry for etags.c from 2000-01-14 which somehow
ended up in etc/Changelog.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 25 Jan 2001 12:26:24 +0000 |
parents | 8d722dff67fd |
children | a22e84d6a26b |
files | lib-src/ChangeLog |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/ChangeLog Thu Jan 25 12:24:31 2001 +0000 +++ b/lib-src/ChangeLog Thu Jan 25 12:26:24 2001 +0000 @@ -8,6 +8,22 @@ * etags.c (print_language_names): Print filenames in addition to suffixes. +2001-01-14 Francesco Potorti` <pot@gnu.org> + + * 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. + (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 + for makefiles. + (Makefile_targets): New function, inspired by Assar Westerlund + <assar@sics.se>. + (Texinfo_nodes): Renamed from Texinfo_fuctions and made + it conformant to the style of the rest of the code. + 2001-01-13 Gerd Moellmann <gerd@gnu.org> * make-docfile.c (write_c_args): Print newlines as spaces.