# HG changeset patch # User Chong Yidong # Date 1227672977 0 # Node ID 619005ff08ff58aef1f2d430fa04e483e6d713cc # Parent c6c4e5badd7ad0dac4d4d53af2e92dcfff5102fa Documented nXML mode. diff -r c6c4e5badd7a -r 619005ff08ff etc/NEWS --- a/etc/NEWS Wed Nov 26 04:13:33 2008 +0000 +++ b/etc/NEWS Wed Nov 26 04:16:17 2008 +0000 @@ -313,6 +313,7 @@ `M-s w' to start word search, or type `M-s w' in Isearch mode to toggle word search. +--- ** In Text mode, `center-line' and `center-paragraph' are rebound from `M-s' and `M-S' to global keys `M-o M-s' and `M-o M-S' on the global prefix map `M-o' intended for such formatting commands. @@ -582,6 +583,7 @@ ** minibuffer-depth-indicate-mode shows the minibuffer depth in the prompt. ++++ ** nXML Mode This is a new mode for editing XML documents. It allows a schema to be associated with the XML document being edited, using Relax NG as @@ -659,6 +661,7 @@ Note, however, that the free version of the unrar command only handles versions 1 and 2 of the Rar format. +--- ** BibTeX mode *** New command `bibtex-initialize' (re)initializes BibTeX buffers. @@ -886,7 +889,7 @@ corresponding remote host. ** TeX modes - +--- *** New option latex-indent-within-escaped-parens permits to customize indentation of LaTeX environments delimited by escaped parens.