# HG changeset patch # User Sam Steingold # Date 1003851961 0 # Node ID 77247104a65eb669058d8bc7e4026eb287cfbb80 # Parent a87bf217f5a6dae07c3f8dc45e330fa1b88e1655 mention html-xhtml diff -r a87bf217f5a6 -r 77247104a65e etc/NEWS --- a/etc/NEWS Tue Oct 23 15:14:53 2001 +0000 +++ b/etc/NEWS Tue Oct 23 15:46:01 2001 +0000 @@ -8,9 +8,13 @@ * Changes in Emacs 21.2 +** New user option `html-xhtml'. +When this option is enabled, HTML tags are inserted in XHTML style, +i.e., there is always a closing tag. + ** When the *scratch* buffer is recreated, its mode is set from initial-major-mode, which normally is lisp-interaction-mode, -instead of using default-major-mode. +instead of using default-major-mode. ** Byte compiler warning and error messages have been brought more in line with the output of other GNU tools. @@ -2380,7 +2384,7 @@ ** Function assq-delete-all replaces function assoc-delete-all. -** The new function amimate-string, from lisp/play/animate.el +** The new function amimate-string, from lisp/play/animate.el allows the animated display of strings. ** The new function `interactive-form' can be used to obtain the @@ -2623,7 +2627,7 @@ matches any character in SET. SET may be a character or string. Ranges of characters can be specified as `A-Z' in strings. -'(in SET)' +'(in SET)' like `any'. `(not (any SET))' @@ -2825,7 +2829,7 @@ `(one-or-more SEXP)' matches one or more occurrences of A. - + `(1+ SEXP)' like `one-or-more'. @@ -2837,7 +2841,7 @@ `(zero-or-one SEXP)' matches zero or one occurrences of A. - + `(optional SEXP)' like `zero-or-one'.