diff options
| author | Stefan Monnier | 2001-05-02 13:41:46 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-05-02 13:41:46 +0000 |
| commit | b36581fba096e7ca83c21476e53a03a1faead9ad (patch) | |
| tree | 459143377873fff687b417e24b28b3a10e1fdf1e /lisp/ChangeLog | |
| parent | a39202f60bf05f852f35f151d4357339c6ee5eaf (diff) | |
| download | emacs-b36581fba096e7ca83c21476e53a03a1faead9ad.tar.gz emacs-b36581fba096e7ca83c21476e53a03a1faead9ad.zip | |
(sh-prev-line): Look for sh-heredoc-face
rather than font-lock-string-face.
(sh-get-indent-info): Treat heredocs like strings.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 196b3927c88..39d03f53866 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,11 +1,17 @@ | |||
| 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. |