aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorFrancesco Potortì <[email protected]>2002-08-30 16:41:25 +0000
committerFrancesco Potortì <[email protected]>2002-08-30 16:41:25 +0000
commitd9256ccbd3dbf30c172d66eedc52f2e7a803cb6a (patch)
treec59cb8d4bd7968d49aaded283c0e1c6d8438d1c9 /etc/NEWS
parent9c485bbe70f3b8592fc1b7a70d45002c52aa29b9 (diff)
Etags improvement.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 91886c8b0a..3e87ee7016 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -698,6 +698,9 @@ per line. Lines beginning with space or tab are ignored.
*** New language parsing features
+**** The `::' qualifier triggers C++ parsing in C file.
+Previously, only the `template' and `class' keywords had this effect.
+
**** In Perl, packages are tags.
Subroutine tags are named from their package. You can jump to sub tags
as you did before, by the sub name, or additionally by looking for