aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2001-01-25 12:26:24 +0000
committerEli Zaretskii2001-01-25 12:26:24 +0000
commit47df1a5e8119b54bfea2c3f89da73c3b48d22528 (patch)
tree6d3eff620c35f8f2c978e0aa0ac30b6b53659d53 /lib-src/ChangeLog
parent28f518d7bed588e9169f79eca8c5ba0b8b61304c (diff)
downloademacs-47df1a5e8119b54bfea2c3f89da73c3b48d22528.tar.gz
emacs-47df1a5e8119b54bfea2c3f89da73c3b48d22528.zip
Move here the entry for etags.c from 2000-01-14 which somehow
ended up in etc/Changelog.
Diffstat (limited to 'lib-src/ChangeLog')
-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 @@
8 * etags.c (print_language_names): Print filenames in addition to 8 * etags.c (print_language_names): Print filenames in addition to
9 suffixes. 9 suffixes.
10 10
112001-01-14 Francesco Potorti` <pot@gnu.org>
12
13 * etags.c (get_language_from_langname): Renamed from
14 get_language_from_name.
15 (get_language_from_filename): Renamed from
16 get_language_from_suffix. Now first looks for the complete file
17 name.
18 (language): New member char **filenames.
19 (Makefile_filenames): List of possible filenames for makefiles.
20 (lang_names): Added a NULL member for every entry, added an entry
21 for makefiles.
22 (Makefile_targets): New function, inspired by Assar Westerlund
23 <assar@sics.se>.
24 (Texinfo_nodes): Renamed from Texinfo_fuctions and made
25 it conformant to the style of the rest of the code.
26
112001-01-13 Gerd Moellmann <gerd@gnu.org> 272001-01-13 Gerd Moellmann <gerd@gnu.org>
12 28
13 * make-docfile.c (write_c_args): Print newlines as spaces. 29 * make-docfile.c (write_c_args): Print newlines as spaces.