diff options
| author | Stefan Monnier | 2002-06-23 21:43:21 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-06-23 21:43:21 +0000 |
| commit | 2881ae982b7e807db521bae3489c767c43ab53fa (patch) | |
| tree | b70833d7a857a353dac0e80ad7e87deef08959a9 | |
| parent | 0370fe77f19447af23ad41055e836478d97a174c (diff) | |
| download | emacs-2881ae982b7e807db521bae3489c767c43ab53fa.tar.gz emacs-2881ae982b7e807db521bae3489c767c43ab53fa.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 12 |
1 files changed, 10 insertions, 2 deletions
| @@ -659,10 +659,11 @@ fill-single-word-nobreak-p and fill-french-nobreak-p. | |||
| 659 | When this option is enabled, M-x add-change-log-entry will always | 659 | When this option is enabled, M-x add-change-log-entry will always |
| 660 | start a new record regardless of when the last record is. | 660 | start 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. |
| 663 | The new variable `sgml-xml-mode' tells SGML mode to use XML syntax. | ||
| 663 | When this option is enabled, SGML tags are inserted in XML style, | 664 | When this option is enabled, SGML tags are inserted in XML style, |
| 664 | i.e., there is always a closing tag. | 665 | i.e., there is always a closing tag. |
| 665 | When not customized, it becomes buffer-local when it can be inferred | 666 | By default, its setting is inferred on a buffer-by-buffer basis |
| 666 | from the file name or buffer contents. | 667 | from 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: | ||
| 888 | find-file-hooks to find-file-hook, | ||
| 889 | find-file-not-found-hooks to find-file-not-found-functions, | ||
| 890 | write-file-hooks to write-file-functions, | ||
| 891 | write-contents-hooks to write-contents-functions. | ||
| 892 | Marked 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 |
| 887 | specifies a predicate which the file name read must satify. The | 895 | specifies a predicate which the file name read must satify. The |
| 888 | new variable `read-file-name-predicate' contains the predicate argument | 896 | new variable `read-file-name-predicate' contains the predicate argument |