diff options
| author | Francesco Potortì | 2001-12-15 16:08:32 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2001-12-15 16:08:32 +0000 |
| commit | e94a3679c58f147a91682231f62ff701aee5cfff (patch) | |
| tree | 1ef9a0ef96bee62ac6d00a0b1dc09fa5025bcbf3 /lib-src | |
| parent | 62aec606f5f6d73ef52c10b4d8ee147c2c9657b9 (diff) | |
| download | emacs-e94a3679c58f147a91682231f62ff701aee5cfff.tar.gz emacs-e94a3679c58f147a91682231f62ff701aee5cfff.zip | |
Etags changes for Prolog and PHP.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 15bba97c6a7..e92b49363ae 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2001-12-12 Francesco Potorti` <pot@gnu.org> | ||
| 2 | |||
| 3 | * etags.c (PHP_functions): New function by Diez B. Roggisch, | ||
| 4 | heavily adapted by me, for parsing PHP. | ||
| 5 | (LOOKING_AT): New macro. | ||
| 6 | (Perl_functions, Python_functions, PHP_functions) | ||
| 7 | (Scheme_functions, Texinfo_nodes): Use it. | ||
| 8 | (Perl_functions): Use strneq. | ||
| 9 | (prolog_pred): Renamed to prolog_pr. | ||
| 10 | (prolog_pr): Recognise Prolog rules (thanks to Geert Kloosterman) | ||
| 11 | in addition to predicates. | ||
| 12 | [ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent | ||
| 13 | unmodified compile, as Cygwin's regex.h is incompatible with us | ||
| 14 | (thanks to Markus Hoenicka). | ||
| 15 | [!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string. | ||
| 16 | |||
| 1 | 2001-12-11 Richard M. Stallman <rms@gnu.org> | 17 | 2001-12-11 Richard M. Stallman <rms@gnu.org> |
| 2 | 18 | ||
| 3 | * Makefile.in (clean): Don't delete ../etc/DOC*. | 19 | * Makefile.in (clean): Don't delete ../etc/DOC*. |
| @@ -8,10 +24,10 @@ | |||
| 8 | 24 | ||
| 9 | 2001-11-30 Andrew Innes <andrewi@gnu.org> | 25 | 2001-11-30 Andrew Innes <andrewi@gnu.org> |
| 10 | 26 | ||
| 11 | * makefile.w32-in (FACE_SUPPORT): | 27 | * makefile.w32-in (FACE_SUPPORT): |
| 12 | (MOUSE_SUPPORT): | 28 | (MOUSE_SUPPORT): |
| 13 | (FLOAT_SUPPORT): | 29 | (FLOAT_SUPPORT): |
| 14 | (WINNT_SUPPORT): | 30 | (WINNT_SUPPORT): |
| 15 | (lisp): Reference .el files instead of .elc files, to simplify | 31 | (lisp): Reference .el files instead of .elc files, to simplify |
| 16 | bootstrapping. | 32 | bootstrapping. |
| 17 | ($(DOC)): Change dependency to just `make-docfile'. | 33 | ($(DOC)): Change dependency to just `make-docfile'. |