diff options
| author | Chong Yidong | 2009-08-16 14:36:01 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-08-16 14:36:01 +0000 |
| commit | d0d3f6e9fcb216d8194eaccd82ba6e7512d826d9 (patch) | |
| tree | 69f03b448bbed8c5a28b6fc025e998d667fe3eb8 /lisp/ChangeLog | |
| parent | 1200ac269afbf9d297cced4bf0b02b615f13d3a0 (diff) | |
| download | emacs-d0d3f6e9fcb216d8194eaccd82ba6e7512d826d9.tar.gz emacs-d0d3f6e9fcb216d8194eaccd82ba6e7512d826d9.zip | |
Credit Jan Seeger for last change.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 492337757da..526729aa6bf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,9 @@ | |||
| 1 | 2009-08-16 Chong Yidong <cyd@stupidchicken.com> | 1 | 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change) |
| 2 | 2 | ||
| 3 | * calendar/parse-time.el (parse-time-string-chars): Compute using | 3 | * calendar/parse-time.el (parse-time-string-chars): Compute using |
| 4 | character classes (Bug#3190). | 4 | character classes, to handle non-ascii characters (Bug#3190). |
| 5 | |||
| 6 | 2009-08-16 Chong Yidong <cyd@stupidchicken.com> | ||
| 5 | 7 | ||
| 6 | * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting | 8 | * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting |
| 7 | another heredoc if the user adds another < (Bug#3226). | 9 | another heredoc if the user adds another < (Bug#3226). |