diff options
| author | Chong Yidong | 2009-08-16 14:33:43 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-08-16 14:33:43 +0000 |
| commit | 1200ac269afbf9d297cced4bf0b02b615f13d3a0 (patch) | |
| tree | 37e00fac89c814924917b6f7fe9eb0e98c72e6d8 /lisp/ChangeLog | |
| parent | 1abbe4e53150562ad7731510672fca35374f1a89 (diff) | |
| download | emacs-1200ac269afbf9d297cced4bf0b02b615f13d3a0.tar.gz emacs-1200ac269afbf9d297cced4bf0b02b615f13d3a0.zip | |
* calendar/parse-time.el (parse-time-string-chars): Compute using
character classes (Bug#3190).
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2cdb28ddc3b..492337757da 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2009-08-16 Chong Yidong <cyd@stupidchicken.com> | 1 | 2009-08-16 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * calendar/parse-time.el (parse-time-string-chars): Compute using | ||
| 4 | character classes (Bug#3190). | ||
| 5 | |||
| 3 | * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting | 6 | * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting |
| 4 | another heredoc if the user adds another < (Bug#3226). | 7 | another heredoc if the user adds another < (Bug#3226). |
| 5 | 8 | ||