aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorFrancesco Potortì <[email protected]>2002-03-12 13:40:49 +0000
committerFrancesco Potortì <[email protected]>2002-03-12 13:40:49 +0000
commit81d66c62e3805a859468d93bc065a5c60fd80393 (patch)
treeafae191d5bb5a5abc5e93a619a4629b97a2fc819 /etc
parent49adb67ab27097fcd167f696713a017a82f85837 (diff)
Better description of what etags does with #line.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS25
1 files changed, 14 insertions, 11 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 232d6a4375..734cdbc913 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -365,17 +365,20 @@ now uses normal-erase-is-backspace-mode.
*** In Prolog, etags creates tags for rules in addition to predicates.
-*** In Perl, packages are tags. Subroutine tags are named from their
-package. You can jump to sub tags as you did before, by the sub name, or
-additionally by looking for package::sub.
-
-*** New language PHP: tags are functions, classes and defines. If
-the --members option is specified to etags, tags are vars also.
-
-*** Honour #line directives. This is useful when dealing with C code
-created from Yacc sources, or with any file created from Cweb source
-files. When etags tags the generated file, it writes tags pointing to
-the source file.
+*** In Perl, packages are tags.
+Subroutine tags are named from their package. You can jump to sub tags
+as you did before, by the sub name, or additionally by looking for
+package::sub.
+
+*** New language PHP: tags are functions, classes and defines.
+If the --members option is specified to etags, tags are vars also.
+
+*** Honour #line directives.
+When Etags parses an input file that contains C preprocessor's #line
+directives, it creates tags using the file name and line number
+specified in those directives. This is useful when dealing with code
+created from Cweb source files. When Etags tags the generated file, it
+writes tags pointing to the source file.
+++
** The command line option --no-windows has been changed to