aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog11
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 @@
12002-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
12002-08-29 Francesco Potorti` <pot@gnu.org> 122002-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.