aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2002-06-23 21:43:21 +0000
committerStefan Monnier2002-06-23 21:43:21 +0000
commit2881ae982b7e807db521bae3489c767c43ab53fa (patch)
treeb70833d7a857a353dac0e80ad7e87deef08959a9
parent0370fe77f19447af23ad41055e836478d97a174c (diff)
downloademacs-2881ae982b7e807db521bae3489c767c43ab53fa.tar.gz
emacs-2881ae982b7e807db521bae3489c767c43ab53fa.zip
*** empty log message ***
-rw-r--r--etc/NEWS12
1 files changed, 10 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fc1ea56f9a2..faf1c056830 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -659,10 +659,11 @@ fill-single-word-nobreak-p and fill-french-nobreak-p.
659When this option is enabled, M-x add-change-log-entry will always 659When this option is enabled, M-x add-change-log-entry will always
660start a new record regardless of when the last record is. 660start a new record regardless of when the last record is.
661 661
662** New user option `sgml-xml'. 662** SGML mode has indentation and supports XML syntax.
663The new variable `sgml-xml-mode' tells SGML mode to use XML syntax.
663When this option is enabled, SGML tags are inserted in XML style, 664When this option is enabled, SGML tags are inserted in XML style,
664i.e., there is always a closing tag. 665i.e., there is always a closing tag.
665When not customized, it becomes buffer-local when it can be inferred 666By default, its setting is inferred on a buffer-by-buffer basis
666from the file name or buffer contents. 667from the file name or buffer contents.
667 668
668** `xml-mode' is now an alias for `smgl-mode', which has XML support. 669** `xml-mode' is now an alias for `smgl-mode', which has XML support.
@@ -883,6 +884,13 @@ mode-lines in inverse-video.
883 884
884* Lisp Changes in Emacs 21.4 885* Lisp Changes in Emacs 21.4
885 886
887** Renamed file hooks to follow the convention:
888find-file-hooks to find-file-hook,
889find-file-not-found-hooks to find-file-not-found-functions,
890write-file-hooks to write-file-functions,
891write-contents-hooks to write-contents-functions.
892Marked local-write-file-hooks as obsolete (use the LOCAL arg of `add-hook').
893
886** The `read-file-name' function now takes an additional argument which 894** The `read-file-name' function now takes an additional argument which
887specifies a predicate which the file name read must satify. The 895specifies a predicate which the file name read must satify. The
888new variable `read-file-name-predicate' contains the predicate argument 896new variable `read-file-name-predicate' contains the predicate argument