Mercurial > emacs
diff lisp/ChangeLog @ 37539:8d13aa9daa13
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 02 May 2001 11:45:00 +0000 |
parents | a646c405b550 |
children | b54a861e38de |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed May 02 11:44:27 2001 +0000 +++ b/lisp/ChangeLog Wed May 02 11:45:00 2001 +0000 @@ -1,5 +1,15 @@ 2001-05-02 Gerd Moellmann <gerd@gnu.org> + * textmodes/texinfmt.el (texinfo-format-parse-args): Don't + consume a newline following `}'. + (texinfo-format-email): New function. + (toplevel): Use texinfo-format-email for @email. + (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp): Add + `display'. + (texinfo-sort-region): Goto point-min before sorting. + (texinfo-set): Remove leading white space from value. + From yagi@is.titech.ac.jp. + * replace.el (query-replace-regexp-eval): Doc fix. 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>