diff options
| author | Francesco Potortì | 2002-08-30 16:38:22 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2002-08-30 16:38:22 +0000 |
| commit | ba88f8ebfce6c71c835e102906f617cd82b8251c (patch) | |
| tree | 0ca111a9925420f76bc554c47bebcb2cc1bf565a /lib-src/ChangeLog | |
| parent | d1951e6adc2d5c4ff44a3d2773957e8c928f3a8c (diff) | |
| download | emacs-ba88f8ebfce6c71c835e102906f617cd82b8251c.tar.gz emacs-ba88f8ebfce6c71c835e102906f617cd82b8251c.zip | |
Bug corrections in etags.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 87b33653b5d..cb83bcfcf2f 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2002-08-30 Francesco Potorti` <pot@gnu.org> | ||
| 2 | |||
| 3 | * etags.c (consider_token, C_entries): Switch to C++ parsing when | ||
| 4 | auto-detection is enabled and the `::' qualifier is met. | ||
| 5 | (consider_token, C_entries): Several bugs corrected that tagged | ||
| 6 | some declarations even though --declarations was not used. | ||
| 7 | (plainc): New macro. | ||
| 8 | (C_entries): Use it. | ||
| 9 | (C_entries): Several cosmetic changes. | ||
| 10 | (C_entries): Invalidate the token is some cases. | ||
| 11 | |||
| 1 | 2002-08-29 Francesco Potorti` <pot@gnu.org> | 12 | 2002-08-29 Francesco Potorti` <pot@gnu.org> |
| 2 | 13 | ||
| 3 | * etags.c (C_entries): Corrected a problem with const C++ funcs. | 14 | * etags.c (C_entries): Corrected a problem with const C++ funcs. |