diff options
| author | Francesco Potortì | 2001-12-26 21:56:47 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2001-12-26 21:56:47 +0000 |
| commit | 13dc05768214cc5fb93059fe872da2e11dc151cd (patch) | |
| tree | fb5f6c1418aab3d79491ded3d32e919fa756e5cf | |
| parent | 3e7eaab2dc13492449edae25ca1b43883eb24c07 (diff) | |
| download | emacs-13dc05768214cc5fb93059fe872da2e11dc151cd.tar.gz emacs-13dc05768214cc5fb93059fe872da2e11dc151cd.zip | |
Removed names of people from etags.c change log entries.
| -rw-r--r-- | lib-src/ChangeLog | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 99ee505077b..462f5c24acc 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -40,18 +40,15 @@ | |||
| 40 | 40 | ||
| 41 | 2001-12-12 Francesco Potorti` <pot@gnu.org> | 41 | 2001-12-12 Francesco Potorti` <pot@gnu.org> |
| 42 | 42 | ||
| 43 | * etags.c (PHP_functions): New function by Diez B. Roggisch, | 43 | * etags.c (PHP_functions): New function for parsing PHP. |
| 44 | heavily adapted by me, for parsing PHP. | ||
| 45 | (LOOKING_AT): New macro. | 44 | (LOOKING_AT): New macro. |
| 46 | (Perl_functions, Python_functions, PHP_functions) | 45 | (Perl_functions, Python_functions, PHP_functions) |
| 47 | (Scheme_functions, Texinfo_nodes): Use it. | 46 | (Scheme_functions, Texinfo_nodes): Use it. |
| 48 | (Perl_functions): Use strneq. | 47 | (Perl_functions): Use strneq. |
| 49 | (prolog_pred): Renamed to prolog_pr. | 48 | (prolog_pred): Renamed to prolog_pr. |
| 50 | (prolog_pr): Recognise Prolog rules (thanks to Geert Kloosterman) | 49 | (prolog_pr): Recognise Prolog rules in addition to predicates. |
| 51 | in addition to predicates. | ||
| 52 | [ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent | 50 | [ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent |
| 53 | unmodified compile, as Cygwin's regex.h is incompatible with us | 51 | unmodified compile, as Cygwin's regex.h is incompatible with us. |
| 54 | (thanks to Markus Hoenicka). | ||
| 55 | [!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string. | 52 | [!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string. |
| 56 | 53 | ||
| 57 | 2001-12-11 Richard M. Stallman <rms@gnu.org> | 54 | 2001-12-11 Richard M. Stallman <rms@gnu.org> |
| @@ -382,7 +379,7 @@ | |||
| 382 | (struct tok): Revisited. | 379 | (struct tok): Revisited. |
| 383 | (cstack, nestlev, instruct): New struct and macros. | 380 | (cstack, nestlev, instruct): New struct and macros. |
| 384 | (pushclass_above, popclass_above, write_classname): New functions | 381 | (pushclass_above, popclass_above, write_classname): New functions |
| 385 | for dealing with nested class names, inspired by Mykola Dzyuba. | 382 | for dealing with nested class names. |
| 386 | (consider_token, make_C_tag, C_entries): Many changes for dealing | 383 | (consider_token, make_C_tag, C_entries): Many changes for dealing |
| 387 | with arbitrarily nested structures. | 384 | with arbitrarily nested structures. |
| 388 | (etags_getcwd): #if MSDOS, not #ifdef MSDOS! | 385 | (etags_getcwd): #if MSDOS, not #ifdef MSDOS! |
| @@ -454,8 +451,7 @@ | |||
| 454 | (Makefile_filenames): List of possible filenames for makefiles. | 451 | (Makefile_filenames): List of possible filenames for makefiles. |
| 455 | (lang_names): Added a NULL member for every entry, added an entry | 452 | (lang_names): Added a NULL member for every entry, added an entry |
| 456 | for makefiles. | 453 | for makefiles. |
| 457 | (Makefile_targets): New function, inspired by Assar Westerlund | 454 | (Makefile_targets): New function. |
| 458 | <assar@sics.se>. | ||
| 459 | (Texinfo_nodes): Renamed from Texinfo_fuctions and made | 455 | (Texinfo_nodes): Renamed from Texinfo_fuctions and made |
| 460 | it conformant to the style of the rest of the code. | 456 | it conformant to the style of the rest of the code. |
| 461 | 457 | ||