diff options
author | Francesco Potortì <pot@gnu.org> | 2002-08-30 16:38:22 +0000 |
---|---|---|
committer | Francesco Potortì <pot@gnu.org> | 2002-08-30 16:38:22 +0000 |
commit | ba88f8ebfce6c71c835e102906f617cd82b8251c (patch) | |
tree | 0ca111a9925420f76bc554c47bebcb2cc1bf565a /lib-src | |
parent | d1951e6adc2d5c4ff44a3d2773957e8c928f3a8c (diff) | |
download | emacs-ba88f8ebfce6c71c835e102906f617cd82b8251c.tar.gz |
Bug corrections in etags.
Diffstat (limited to 'lib-src')
-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 @@ +2002-08-30 Francesco Potorti` <pot@gnu.org> + + * etags.c (consider_token, C_entries): Switch to C++ parsing when + auto-detection is enabled and the `::' qualifier is met. + (consider_token, C_entries): Several bugs corrected that tagged + some declarations even though --declarations was not used. + (plainc): New macro. + (C_entries): Use it. + (C_entries): Several cosmetic changes. + (C_entries): Invalidate the token is some cases. + 2002-08-29 Francesco Potorti` <pot@gnu.org> * etags.c (C_entries): Corrected a problem with const C++ funcs. |