[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/etc/NEWS
From: |
Francesco Potort� |
Subject: |
[Emacs-diffs] Changes to emacs/etc/NEWS |
Date: |
Mon, 13 Sep 2004 09:51:20 -0400 |
Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.1029 emacs/etc/NEWS:1.1030
*** emacs/etc/NEWS:1.1029 Mon Sep 13 08:16:38 2004
--- emacs/etc/NEWS Mon Sep 13 13:42:00 2004
***************
*** 1496,1524 ****
**** The `::' qualifier triggers C++ parsing in C file.
Previously, only the `template' and `class' keywords had this effect.
**** 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.
- **** 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.
-
**** New default keywords for TeX.
The new keywords are def, newcommand, renewcommand, newenvironment and
renewenvironment.
- **** In Makefiles, constants are tagged.
- If you want the old behavior instead, thus avoiding to increase the
- size of the tags file, use the --no-globals option.
-
- **** In Prolog, etags creates tags for rules in addition to predicates.
-
*** 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
--- 1496,1526 ----
**** The `::' qualifier triggers C++ parsing in C file.
Previously, only the `template' and `class' keywords had this effect.
+ **** 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.
+
+ **** In Makefiles, constants are tagged.
+ 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.
+
**** 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.
+ **** In Prolog, etags creates tags for rules in addition to predicates.
+
**** New language PHP.
Tags are functions, classes and defines.
If the --members option is specified to etags, tags are vars also.
**** New default keywords for TeX.
The new keywords are def, newcommand, renewcommand, newenvironment and
renewenvironment.
*** 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
***************
*** 1529,1535 ****
*** New option --parse-stdin=FILE.
This option is mostly useful when calling etags from programs. It can
be used (only once) in place of a file name on the command line. Etags
! reads from standard input and mark the produced tags as belonging to
the file FILE.
+++
--- 1531,1537 ----
*** New option --parse-stdin=FILE.
This option is mostly useful when calling etags from programs. It can
be used (only once) in place of a file name on the command line. Etags
! reads from standard input and marks the produced tags as belonging to
the file FILE.
+++
- [Emacs-diffs] Changes to emacs/etc/NEWS, (continued)
- [Emacs-diffs] Changes to emacs/etc/NEWS, Juri Linkov, 2004/09/04
- [Emacs-diffs] Changes to emacs/etc/NEWS, Eli Zaretskii, 2004/09/04
- [Emacs-diffs] Changes to emacs/etc/NEWS, Eli Zaretskii, 2004/09/04
- [Emacs-diffs] Changes to emacs/etc/NEWS, Miles Bader, 2004/09/04
- [Emacs-diffs] Changes to emacs/etc/NEWS, Luc Teirlinck, 2004/09/07
- [Emacs-diffs] Changes to emacs/etc/NEWS, Kim F . Storm, 2004/09/08
- [Emacs-diffs] Changes to emacs/etc/NEWS, Juri Linkov, 2004/09/09
- [Emacs-diffs] Changes to emacs/etc/NEWS, Thien-Thi Nguyen, 2004/09/09
- [Emacs-diffs] Changes to emacs/etc/NEWS, Stefan Monnier, 2004/09/10
- [Emacs-diffs] Changes to emacs/etc/NEWS, Kim F . Storm, 2004/09/13
- [Emacs-diffs] Changes to emacs/etc/NEWS,
Francesco Potort� <=
- [Emacs-diffs] Changes to emacs/etc/NEWS, Simon Josefsson, 2004/09/14
- [Emacs-diffs] Changes to emacs/etc/NEWS, Francesco Potort�, 2004/09/18
- [Emacs-diffs] Changes to emacs/etc/NEWS, Luc Teirlinck, 2004/09/18
- [Emacs-diffs] Changes to emacs/etc/NEWS, Richard M . Stallman, 2004/09/20
- [Emacs-diffs] Changes to emacs/etc/NEWS, Luc Teirlinck, 2004/09/20
- [Emacs-diffs] Changes to emacs/etc/NEWS, Kim F . Storm, 2004/09/22
- [Emacs-diffs] Changes to emacs/etc/NEWS, Glenn Morris, 2004/09/22
- [Emacs-diffs] Changes to emacs/etc/NEWS, Glenn Morris, 2004/09/23
- [Emacs-diffs] Changes to emacs/etc/NEWS, Luc Teirlinck, 2004/09/25
- [Emacs-diffs] Changes to emacs/etc/NEWS, Kim F . Storm, 2004/09/29