emacs-diffs
[Top][All Lists]
Advanced

[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: Thu, 20 Jun 2002 04:49:34 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.699 emacs/etc/NEWS:1.700
*** emacs/etc/NEWS:1.699        Tue Jun 18 10:30:17 2002
--- emacs/etc/NEWS      Thu Jun 20 04:49:33 2002
***************
*** 610,628 ****
  
  *** New language parsing features
  
- **** 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 default keywords for TeX.
  The new keywords are def, newcommand, renewcommand, newenvironment and
  renewenvironment.
  
! **** 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
--- 610,632 ----
  
  *** New language parsing features
  
  **** 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 default keywords for TeX.
  The new keywords are def, newcommand, renewcommand, newenvironment and
  renewenvironment.
  
! **** In Makefiles, constants are tagged
! If you want the old behaviour 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]