diff options
author | Francesco Potortì <pot@gnu.org> | 2002-08-29 14:41:33 +0000 |
---|---|---|
committer | Francesco Potortì <pot@gnu.org> | 2002-08-29 14:41:33 +0000 |
commit | 09cd1a74974684e59b467421773177080dc8c7f5 (patch) | |
tree | 80e1eadae510dfd9fab7402d3db55b96546bd4e9 /lib-src | |
parent | 18155a1d5a93cec23255becab15f26e77cace9e7 (diff) | |
download | emacs-09cd1a74974684e59b467421773177080dc8c7f5.tar.gz |
Etags bug.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 349db50e211..87b33653b5d 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,13 @@ +2002-08-29 Francesco Potorti` <pot@gnu.org> + + * etags.c (C_entries): Corrected a problem with const C++ funcs. + (ignoreindent): Renamed from noindentypedefs. + (cjava, cplpl): They are now macros instead of local vars. + +2002-08-28 Francesco Potorti` <pot@gnu.org> + + * etags.c (HTML_labels): Tag ID= also. + 2002-08-27 Francesco Potorti` <pot@gnu.org> * etags.c (Ada_funcs): Do not tag "use type Xxxx;". |