aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorFrancesco Potortì <[email protected]>2004-09-18 10:21:24 +0000
committerFrancesco Potortì <[email protected]>2004-09-18 10:21:24 +0000
commit5dc59f2e6264116c628100d28da4df8725910c5a (patch)
tree5b94e58907319909753d49faedf29bae70df79f0 /etc
parent0529fb36ac13e80d1749a6df3890d91e66370791 (diff)
Changes to the etags news.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index dd90606c3a..3e66ba4c5f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1496,6 +1496,8 @@ per line. Lines beginning with space or tab are ignored.
**** The `::' qualifier triggers C++ parsing in C file.
Previously, only the `template' and `class' keywords had this effect.
+**** The gnucc __attribute__ keyword is now recognised and ignored.
+
**** New language HTML.
Title and h1, h2, h3 are tagged. Also, tags are generated when name= is
used inside an anchor and whenever id= is used.
@@ -1504,7 +1506,8 @@ used inside an anchor and whenever id= is used.
If you want the old behavior instead, thus avoiding to increase the
size of the tags file, use the --no-globals option.
-**** In Lua, all functions are tagged.
+**** New language Lua.
+All functions are tagged.
**** In Perl, packages are tags.
Subroutine tags are named from their package. You can jump to sub tags
@@ -1515,7 +1518,7 @@ package::sub.
**** New language PHP.
Tags are functions, classes and defines.
-If the --members option is specified to etags, tags are vars also.
+If the --members option is specified to etags, tags are variables also.
**** New default keywords for TeX.
The new keywords are def, newcommand, renewcommand, newenvironment and