comparison lib-src/ChangeLog @ 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 fdc935c7dceb
children 752d1aa1a8f8
comparison
equal deleted inserted replaced
35546:8d722dff67fd 35547:5afbf6bfb53a
5 5
6 2001-01-15 Francesco Potorti` <pot@pot.cnuce.cnr.it> 6 2001-01-15 Francesco Potorti` <pot@pot.cnuce.cnr.it>
7 7
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
11 2001-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.
10 26
11 2001-01-13 Gerd Moellmann <gerd@gnu.org> 27 2001-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.
14 30