comparison lib-src/ChangeLog @ 47156:293b7469c8bf

Bug corrections in etags.
author Francesco Potortì <pot@gnu.org>
date Fri, 30 Aug 2002 16:38:22 +0000
parents c5cfe5722546
children 89daaf4cc563
comparison
equal deleted inserted replaced
47155:392a41bfe720 47156:293b7469c8bf
1 2002-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
1 2002-08-29 Francesco Potorti` <pot@gnu.org> 12 2002-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.
4 (ignoreindent): Renamed from noindentypedefs. 15 (ignoreindent): Renamed from noindentypedefs.
5 (cjava, cplpl): They are now macros instead of local vars. 16 (cjava, cplpl): They are now macros instead of local vars.