]> git.eshelyaron.com Git - emacs.git/commitdiff
Bug corrections in etags.
authorFrancesco Potortì <pot@gnu.org>
Fri, 30 Aug 2002 16:38:22 +0000 (16:38 +0000)
committerFrancesco Potortì <pot@gnu.org>
Fri, 30 Aug 2002 16:38:22 +0000 (16:38 +0000)
lib-src/ChangeLog

index 87b33653b5d3bc4fa6157b0f9a43164853a64078..cb83bcfcf2f038d3ceb00dcdeb58193aaef2637c 100644 (file)
@@ -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.