aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorFrancesco Potortì <[email protected]>2001-12-15 16:08:32 +0000
committerFrancesco Potortì <[email protected]>2001-12-15 16:08:32 +0000
commite94a3679c58f147a91682231f62ff701aee5cfff (patch)
tree1ef9a0ef96bee62ac6d00a0b1dc09fa5025bcbf3 /lib-src
parent62aec606f5f6d73ef52c10b4d8ee147c2c9657b9 (diff)
Etags changes for Prolog and PHP.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog24
1 files changed, 20 insertions, 4 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 15bba97c6a..e92b49363a 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,19 @@
+2001-12-12 Francesco Potorti` <[email protected]>
+
+ * etags.c (PHP_functions): New function by Diez B. Roggisch,
+ heavily adapted by me, 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.
+ [ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent
+ unmodified compile, as Cygwin's regex.h is incompatible with us
+ (thanks to Markus Hoenicka).
+ [!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string.
+
2001-12-11 Richard M. Stallman <[email protected]>
* Makefile.in (clean): Don't delete ../etc/DOC*.
@@ -8,10 +24,10 @@
2001-11-30 Andrew Innes <[email protected]>
- * makefile.w32-in (FACE_SUPPORT):
- (MOUSE_SUPPORT):
- (FLOAT_SUPPORT):
- (WINNT_SUPPORT):
+ * makefile.w32-in (FACE_SUPPORT):
+ (MOUSE_SUPPORT):
+ (FLOAT_SUPPORT):
+ (WINNT_SUPPORT):
(lisp): Reference .el files instead of .elc files, to simplify
bootstrapping.
($(DOC)): Change dependency to just `make-docfile'.