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: Wed, 28 Aug 2002 08:51:06 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.730 emacs/etc/NEWS:1.731
*** emacs/etc/NEWS:1.730        Tue Aug 27 20:53:07 2002
--- emacs/etc/NEWS      Wed Aug 28 08:51:06 2002
***************
*** 61,67 ****
  ** The mode line position information now comes before the major mode.
  When the file is maintained under version control, that information
  appears between the position information and the major mode.
!    
  +++
  ** You can now customize the use of window fringes.  To control this
  for all frames, use M-x fringe-mode or the Show/Hide submenu of the
--- 61,67 ----
  ** The mode line position information now comes before the major mode.
  When the file is maintained under version control, that information
  appears between the position information and the major mode.
! 
  +++
  ** You can now customize the use of window fringes.  To control this
  for all frames, use M-x fringe-mode or the Show/Hide submenu of the
***************
*** 682,698 ****
  span newlines allows writing of much more powerful regular expressions
  and rapid prototyping for tagging new languages.
  
! **** Regular expressions can use char escape sequences as in Gcc
  The escaped character sequence \a, \b, \d, \e, \f, \n, \r, \t, \v,
  respectively, stand for the ASCII characters BEL, BS, DEL, ESC, FF, NL,
  CR, TAB, VT,
  
! **** Regular expressions can be bound to a given language
  The syntax --regex={LANGUAGE}REGEX means that REGEX is used to make tags
  only for files of language LANGUAGE, and ignored otherwise.  This is
  particularly useful when storing regexps in a file.
  
! **** Regular expressions can be read from a file
  The address@hidden option means read the regexps from a file, one
  per line.  Lines beginning with space or tab are ignored.
  
--- 682,698 ----
  span newlines allows writing of much more powerful regular expressions
  and rapid prototyping for tagging new languages.
  
! **** Regular expressions can use char escape sequences as in Gcc.
  The escaped character sequence \a, \b, \d, \e, \f, \n, \r, \t, \v,
  respectively, stand for the ASCII characters BEL, BS, DEL, ESC, FF, NL,
  CR, TAB, VT,
  
! **** Regular expressions can be bound to a given language.
  The syntax --regex={LANGUAGE}REGEX means that REGEX is used to make tags
  only for files of language LANGUAGE, and ignored otherwise.  This is
  particularly useful when storing regexps in a file.
  
! **** Regular expressions can be read from a file.
  The address@hidden option means read the regexps from a file, one
  per line.  Lines beginning with space or tab are ignored.
  
***************
*** 703,716 ****
  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 behavior instead, thus avoiding to increase the
  size of the tags file, use the --no-globals option.
  
--- 703,721 ----
  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.
  
***************
*** 723,729 ****
  created from Cweb source files.  When Etags tags the generated file, it
  writes tags pointing to the source file.
  
! *** 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
  will read from standard input and mark the produced tags as belonging to
--- 728,734 ----
  created from Cweb source files.  When Etags tags the generated file, it
  writes tags pointing to the source file.
  
! *** 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
  will read from standard input and mark the produced tags as belonging to
***************
*** 925,931 ****
  C-x C-k C-a, and C-x C-k C-f.  See the commentary in kmacro.el
  for more commands.
  
! The normal macro bindings C-x (, C-x ), and C-x e now interfaces to 
  the keyboard macro ring.
  
  +++
--- 930,936 ----
  C-x C-k C-a, and C-x C-k C-f.  See the commentary in kmacro.el
  for more commands.
  
! The normal macro bindings C-x (, C-x ), and C-x e now interfaces to
  the keyboard macro ring.
  
  +++




reply via email to

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