# HG changeset patch # User Francesco Potort # Date 983211999 0 # Node ID bd93619c67d4140090ae1f6fea3726b2d2b05c05 # Parent f5bdd1200e0e39adce94f4054a9db2cf5b5fe052 Mention that etags switches to C++ when meets `template'. diff -r f5bdd1200e0e -r bd93619c67d4 etc/NEWS --- a/etc/NEWS Mon Feb 26 17:16:00 2001 +0000 +++ b/etc/NEWS Mon Feb 26 18:26:39 2001 +0000 @@ -1419,7 +1419,8 @@ "operator+", without spaces between the keyword and the operator. *** You shouldn't generally need any more the -C or -c++ option: etags -automatically detects a C++ file when it meets the `class' keyword. +automatically switches to C++ parsing when it meets the `class' or +`template' keywords. *** Etags now is able to delve at arbitrary deeps into nested structures in C-like languages. Previously, it was limited to one or two brace levels.