Mercurial > emacs
diff etc/NEWS @ 89983:0796fc36c2bd
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-43
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-553
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-557
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-558
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-559
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-561
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-30
Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 21 Sep 2004 09:34:12 +0000 |
parents | 566253900690 e4cb3e4ca6e8 |
children | 0b158db81c28 |
line wrap: on
line diff
--- a/etc/NEWS Sun Sep 19 04:06:19 2004 +0000 +++ b/etc/NEWS Tue Sep 21 09:34:12 2004 +0000 @@ -174,6 +174,10 @@ * 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,6 +323,7 @@ ** 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,6 +1576,8 @@ **** 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,7 +1586,8 @@ 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. +**** 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,7 +1598,7 @@ **** New language PHP. Tags are functions, classes and defines. -If the --members option is specified to etags, tags are vars also. +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,6 +2322,9 @@ * 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.