summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-01-25 12:26:24 +0000
committerEli Zaretskii <eliz@gnu.org>2001-01-25 12:26:24 +0000
commitd175cf5013e55a2214d8485b7661c189039ddf0a (patch)
treec852ece82acf60c77e1693b2b23b07251ed42ae3 /lib-src
parent35ce01d729483f18966f3e468273517fd88e2bd6 (diff)
downloademacs-d175cf5013e55a2214d8485b7661c189039ddf0a.tar.gz
Move here the entry for etags.c from 2000-01-14 which somehow
ended up in etc/Changelog.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index b227b1497c6..246a8f81c0d 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -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.