comparison etc/NEWS @ 57132:eeda7e730a4d

Changes to the etags news.
author Francesco Potortì <pot@gnu.org>
date Sat, 18 Sep 2004 10:21:24 +0000
parents 8f78d0e23932
children 319d48feb1e9
comparison
equal deleted inserted replaced
57131:f03dfdd4f789 57132:eeda7e730a4d
1494 *** New language parsing features 1494 *** New language parsing features
1495 1495
1496 **** The `::' qualifier triggers C++ parsing in C file. 1496 **** The `::' qualifier triggers C++ parsing in C file.
1497 Previously, only the `template' and `class' keywords had this effect. 1497 Previously, 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.
1500 Title and h1, h2, h3 are tagged. Also, tags are generated when name= is 1502 Title and h1, h2, h3 are tagged. Also, tags are generated when name= is
1501 used inside an anchor and whenever id= is used. 1503 used inside an anchor and whenever id= is used.
1502 1504
1503 **** In Makefiles, constants are tagged. 1505 **** In Makefiles, constants are tagged.
1504 If you want the old behavior instead, thus avoiding to increase the 1506 If you want the old behavior instead, thus avoiding to increase the
1505 size of the tags file, use the --no-globals option. 1507 size of the tags file, use the --no-globals option.
1506 1508
1507 **** In Lua, all functions are tagged. 1509 **** New language Lua.
1510 All functions are tagged.
1508 1511
1509 **** In Perl, packages are tags. 1512 **** In Perl, packages are tags.
1510 Subroutine tags are named from their package. You can jump to sub tags 1513 Subroutine tags are named from their package. You can jump to sub tags
1511 as you did before, by the sub name, or additionally by looking for 1514 as you did before, by the sub name, or additionally by looking for
1512 package::sub. 1515 package::sub.
1513 1516
1514 **** In Prolog, etags creates tags for rules in addition to predicates. 1517 **** In Prolog, etags creates tags for rules in addition to predicates.
1515 1518
1516 **** New language PHP. 1519 **** New language PHP.
1517 Tags are functions, classes and defines. 1520 Tags are functions, classes and defines.
1518 If the --members option is specified to etags, tags are vars also. 1521 If 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.
1521 The new keywords are def, newcommand, renewcommand, newenvironment and 1524 The new keywords are def, newcommand, renewcommand, newenvironment and
1522 renewenvironment. 1525 renewenvironment.
1523 1526