comparison etc/NEWS @ 45977:ac1a42ec420b

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 23 Jun 2002 21:43:21 +0000
parents 82005f29044d
children 87962bf716e3
comparison
equal deleted inserted replaced
45976:071129f77fae 45977:ac1a42ec420b
657 657
658 ** New user option `add-log-always-start-new-record'. 658 ** New user option `add-log-always-start-new-record'.
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.
669 670
670 ** New user option `isearch-resume-enabled'. 671 ** New user option `isearch-resume-enabled'.
880 to use standout mode, however they will not be able to display 881 to use standout mode, however they will not be able to display
881 mode-lines in inverse-video. 882 mode-lines in inverse-video.
882 883
883 884
884 * Lisp Changes in Emacs 21.4 885 * Lisp Changes in Emacs 21.4
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').
885 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
889 while reading the file name from the minibuffer; the predicate in this 897 while reading the file name from the minibuffer; the predicate in this