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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS [emacs-unicode-2]
Date: Tue, 21 Sep 2004 05:42:10 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.841.2.15 emacs/etc/NEWS:1.841.2.16
*** emacs/etc/NEWS:1.841.2.15   Wed Sep 15 08:59:53 2004
--- emacs/etc/NEWS      Tue Sep 21 09:34:10 2004
***************
*** 174,179 ****
--- 174,183 ----
  * Changes in Emacs 21.4
  
  +++
+ ** In processing a local variables list, Emacs strips the prefix and
+ suffix are from every line before processing all the lines.
+ 
+ +++
  ** `apply-macro-to-region-lines' now operates on all lines that begin
  in the region, rather than on all complete lines in the region.
  
***************
*** 319,324 ****
--- 323,329 ----
  
  ** Compilation mode enhancements:
  
+ +++
  *** New user option `compilation-environment'.
  This option allows you to specify environment variables for inferior
  compilation processes without affecting the environment that all
***************
*** 1571,1576 ****
--- 1576,1583 ----
  **** The `::' qualifier triggers C++ parsing in C file.
  Previously, only the `template' and `class' keywords had this effect.
  
+ **** The gnucc __attribute__ keyword is now recognised and ignored.
+ 
  **** 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.
***************
*** 1579,1585 ****
  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
--- 1586,1593 ----
  If you want the old behavior instead, thus avoiding to increase the
  size of the tags file, use the --no-globals option.
  
! **** New language Lua.
! All functions are tagged.
  
  **** In Perl, packages are tags.
  Subroutine tags are named from their package.  You can jump to sub tags
***************
*** 1590,1596 ****
  
  **** 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
--- 1598,1604 ----
  
  **** New language PHP.
  Tags are functions, classes and defines.
! If the --members option is specified to etags, tags are variables also.
  
  **** New default keywords for TeX.
  The new keywords are def, newcommand, renewcommand, newenvironment and
***************
*** 2314,2319 ****
--- 2322,2330 ----
  
  * Lisp Changes in Emacs 21.4
  
+ ** Major mode functions now run the new normal hook
+ `after-change-major-mode-hook', at their very end, after the mode hooks.
+ 
  +++
  ** `auto-save-file-format' has been renamed to
  `buffer-auto-save-file-format' and made into a permanent local.




reply via email to

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