From: Francesco Potortì Date: Fri, 30 Aug 2002 16:41:25 +0000 (+0000) Subject: Etags improvement. X-Git-Tag: ttn-vms-21-2-B4~13457 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d9256ccbd3dbf30c172d66eedc52f2e7a803cb6a;p=emacs.git Etags improvement. --- diff --git a/etc/NEWS b/etc/NEWS index 91886c8b0a1..3e87ee70165 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