# HG changeset patch # User Francesco Potort # Date 1030725502 0 # Node ID 293b7469c8bfd7ef0c41358343b6fad1b0cd4615 # Parent 392a41bfe7204778a9ca30c396433f80d5487963 Bug corrections in etags. diff -r 392a41bfe720 -r 293b7469c8bf lib-src/ChangeLog --- a/lib-src/ChangeLog Fri Aug 30 15:49:30 2002 +0000 +++ b/lib-src/ChangeLog Fri Aug 30 16:38:22 2002 +0000 @@ -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.