diff options
| author | Francesco Potortì | 2004-09-18 10:21:24 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2004-09-18 10:21:24 +0000 |
| commit | 5dc59f2e6264116c628100d28da4df8725910c5a (patch) | |
| tree | 5b94e58907319909753d49faedf29bae70df79f0 | |
| parent | 0529fb36ac13e80d1749a6df3890d91e66370791 (diff) | |
| download | emacs-5dc59f2e6264116c628100d28da4df8725910c5a.tar.gz emacs-5dc59f2e6264116c628100d28da4df8725910c5a.zip | |
Changes to the etags news.
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
| @@ -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. |
| 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. |
| @@ -1504,7 +1506,8 @@ used inside an anchor and whenever id= is used. | |||
| 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 |
| @@ -1515,7 +1518,7 @@ package::sub. | |||
| 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 |