From: Francesco Potortì Date: Fri, 30 Aug 2002 16:38:22 +0000 (+0000) Subject: Bug corrections in etags. X-Git-Tag: ttn-vms-21-2-B4~13459 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ba88f8ebfce6c71c835e102906f617cd82b8251c;p=emacs.git Bug corrections in etags. --- 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` + + * 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` * etags.c (C_entries): Corrected a problem with const C++ funcs.