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: Tue, 12 Mar 2002 08:40:50 -0500

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.620 emacs/etc/NEWS:1.621
*** emacs/etc/NEWS:1.620        Fri Mar  8 03:21:16 2002
--- emacs/etc/NEWS      Tue Mar 12 08:40:49 2002
***************
*** 365,381 ****
  
  *** 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.
  
  +++
  ** The command line option --no-windows has been changed to
--- 365,384 ----
  
  *** 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.
! 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



reply via email to

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