# HG changeset patch # User Stefan Monnier # Date 988810906 0 # Node ID b54a861e38de32fb5893ac1a272bc44fd5a7c12f # Parent 51f2e2a0c45505c240f4c03753574b8d4996f2d9 *** empty log message *** diff -r 51f2e2a0c455 -r b54a861e38de lisp/ChangeLog --- a/lisp/ChangeLog Wed May 02 13:40:56 2001 +0000 +++ b/lisp/ChangeLog Wed May 02 13:41:46 2001 +0000 @@ -1,11 +1,17 @@ +2001-05-02 Stefan Monnier + + * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face + rather than font-lock-string-face. + (sh-get-indent-info): Treat heredocs like strings. + 2001-05-02 Gerd Moellmann - * textmodes/texinfmt.el (texinfo-format-parse-args): Don't - consume a newline following `}'. + * 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-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.