aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorFrancesco Potortì <[email protected]>2001-12-26 21:56:47 +0000
committerFrancesco Potortì <[email protected]>2001-12-26 21:56:47 +0000
commit13dc05768214cc5fb93059fe872da2e11dc151cd (patch)
treefb5f6c1418aab3d79491ded3d32e919fa756e5cf /lib-src
parent3e7eaab2dc13492449edae25ca1b43883eb24c07 (diff)
Removed names of people from etags.c change log entries.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog14
1 files changed, 5 insertions, 9 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 99ee505077..462f5c24ac 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -40,18 +40,15 @@
2001-12-12 Francesco Potorti` <[email protected]>
- * etags.c (PHP_functions): New function by Diez B. Roggisch,
- heavily adapted by me, for parsing PHP.
+ * etags.c (PHP_functions): New function for parsing PHP.
(LOOKING_AT): New macro.
(Perl_functions, Python_functions, PHP_functions)
(Scheme_functions, Texinfo_nodes): Use it.
(Perl_functions): Use strneq.
(prolog_pred): Renamed to prolog_pr.
- (prolog_pr): Recognise Prolog rules (thanks to Geert Kloosterman)
- in addition to predicates.
+ (prolog_pr): Recognise Prolog rules in addition to predicates.
[ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent
- unmodified compile, as Cygwin's regex.h is incompatible with us
- (thanks to Markus Hoenicka).
+ unmodified compile, as Cygwin's regex.h is incompatible with us.
[!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string.
2001-12-11 Richard M. Stallman <[email protected]>
@@ -382,7 +379,7 @@
(struct tok): Revisited.
(cstack, nestlev, instruct): New struct and macros.
(pushclass_above, popclass_above, write_classname): New functions
- for dealing with nested class names, inspired by Mykola Dzyuba.
+ for dealing with nested class names.
(consider_token, make_C_tag, C_entries): Many changes for dealing
with arbitrarily nested structures.
(etags_getcwd): #if MSDOS, not #ifdef MSDOS!
@@ -454,8 +451,7 @@
(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
+ (Makefile_targets): New function.
(Texinfo_nodes): Renamed from Texinfo_fuctions and made
it conformant to the style of the rest of the code.