[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lib-src/ChangeLog
From: |
Francesco Potortì |
Subject: |
[Emacs-diffs] Changes to emacs/lib-src/ChangeLog |
Date: |
Fri, 30 Aug 2002 12:38:23 -0400 |
Index: emacs/lib-src/ChangeLog
diff -c emacs/lib-src/ChangeLog:2.194 emacs/lib-src/ChangeLog:2.195
*** emacs/lib-src/ChangeLog:2.194 Thu Aug 29 10:41:33 2002
--- emacs/lib-src/ChangeLog Fri Aug 30 12:38:22 2002
***************
*** 1,3 ****
--- 1,14 ----
+ 2002-08-30 Francesco Potorti` <address@hidden>
+
+ * 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` <address@hidden>
* etags.c (C_entries): Corrected a problem with const C++ funcs.