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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Sun, 23 Jun 2002 17:43:21 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.700 emacs/etc/NEWS:1.701
*** emacs/etc/NEWS:1.700        Thu Jun 20 04:49:33 2002
--- emacs/etc/NEWS      Sun Jun 23 17:43:21 2002
***************
*** 659,668 ****
  When this option is enabled, M-x add-change-log-entry will always
  start a new record regardless of when the last record is.
  
! ** New user option `sgml-xml'.
  When this option is enabled, SGML tags are inserted in XML style,
  i.e., there is always a closing tag.
! When not customized, it becomes buffer-local when it can be inferred
  from the file name or buffer contents.
  
  ** `xml-mode' is now an alias for `smgl-mode', which has XML support.
--- 659,669 ----
  When this option is enabled, M-x add-change-log-entry will always
  start a new record regardless of when the last record is.
  
! ** SGML mode has indentation and supports XML syntax.
! The new variable `sgml-xml-mode' tells SGML mode to use XML syntax.
  When this option is enabled, SGML tags are inserted in XML style,
  i.e., there is always a closing tag.
! By default, its setting is inferred on a buffer-by-buffer basis
  from the file name or buffer contents.
  
  ** `xml-mode' is now an alias for `smgl-mode', which has XML support.
***************
*** 882,887 ****
--- 883,895 ----
  
  
  * Lisp Changes in Emacs 21.4
+ 
+ ** Renamed file hooks to follow the convention:
+ find-file-hooks to find-file-hook,
+ find-file-not-found-hooks to find-file-not-found-functions,
+ write-file-hooks to write-file-functions,
+ write-contents-hooks to write-contents-functions.
+ Marked local-write-file-hooks as obsolete (use the LOCAL arg of `add-hook').
  
  ** The `read-file-name' function now takes an additional argument which
  specifies a predicate which the file name read must satify.  The



reply via email to

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