comparison lisp/ChangeLog @ 37543:b54a861e38de

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 02 May 2001 13:41:46 +0000
parents 8d13aa9daa13
children 071c659379fa
comparison
equal deleted inserted replaced
37542:51f2e2a0c455 37543:b54a861e38de
1 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
2
3 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
4 rather than font-lock-string-face.
5 (sh-get-indent-info): Treat heredocs like strings.
6
1 2001-05-02 Gerd Moellmann <gerd@gnu.org> 7 2001-05-02 Gerd Moellmann <gerd@gnu.org>
2 8
3 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't 9 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
4 consume a newline following `}'. 10 a newline following `}'.
5 (texinfo-format-email): New function. 11 (texinfo-format-email): New function.
6 (toplevel): Use texinfo-format-email for @email. 12 (toplevel): Use texinfo-format-email for @email.
7 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp): Add 13 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
8 `display'. 14 Add `display'.
9 (texinfo-sort-region): Goto point-min before sorting. 15 (texinfo-sort-region): Goto point-min before sorting.
10 (texinfo-set): Remove leading white space from value. 16 (texinfo-set): Remove leading white space from value.
11 From yagi@is.titech.ac.jp. 17 From yagi@is.titech.ac.jp.
12 18
13 * replace.el (query-replace-regexp-eval): Doc fix. 19 * replace.el (query-replace-regexp-eval): Doc fix.