aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Potortì2004-09-18 10:21:24 +0000
committerFrancesco Potortì2004-09-18 10:21:24 +0000
commit5dc59f2e6264116c628100d28da4df8725910c5a (patch)
tree5b94e58907319909753d49faedf29bae70df79f0
parent0529fb36ac13e80d1749a6df3890d91e66370791 (diff)
downloademacs-5dc59f2e6264116c628100d28da4df8725910c5a.tar.gz
emacs-5dc59f2e6264116c628100d28da4df8725910c5a.zip
Changes to the etags news.
-rw-r--r--etc/NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index dd90606c3ad..3e66ba4c5f6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1496,6 +1496,8 @@ per line. Lines beginning with space or tab are ignored.
1496**** The `::' qualifier triggers C++ parsing in C file. 1496**** The `::' qualifier triggers C++ parsing in C file.
1497Previously, only the `template' and `class' keywords had this effect. 1497Previously, only the `template' and `class' keywords had this effect.
1498 1498
1499**** The gnucc __attribute__ keyword is now recognised and ignored.
1500
1499**** New language HTML. 1501**** New language HTML.
1500Title and h1, h2, h3 are tagged. Also, tags are generated when name= is 1502Title and h1, h2, h3 are tagged. Also, tags are generated when name= is
1501used inside an anchor and whenever id= is used. 1503used inside an anchor and whenever id= is used.
@@ -1504,7 +1506,8 @@ used inside an anchor and whenever id= is used.
1504If you want the old behavior instead, thus avoiding to increase the 1506If you want the old behavior instead, thus avoiding to increase the
1505size of the tags file, use the --no-globals option. 1507size of the tags file, use the --no-globals option.
1506 1508
1507**** In Lua, all functions are tagged. 1509**** New language Lua.
1510All functions are tagged.
1508 1511
1509**** In Perl, packages are tags. 1512**** In Perl, packages are tags.
1510Subroutine tags are named from their package. You can jump to sub tags 1513Subroutine tags are named from their package. You can jump to sub tags
@@ -1515,7 +1518,7 @@ package::sub.
1515 1518
1516**** New language PHP. 1519**** New language PHP.
1517Tags are functions, classes and defines. 1520Tags are functions, classes and defines.
1518If the --members option is specified to etags, tags are vars also. 1521If the --members option is specified to etags, tags are variables also.
1519 1522
1520**** New default keywords for TeX. 1523**** New default keywords for TeX.
1521The new keywords are def, newcommand, renewcommand, newenvironment and 1524The new keywords are def, newcommand, renewcommand, newenvironment and