aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2009-08-16 14:33:43 +0000
committerChong Yidong2009-08-16 14:33:43 +0000
commit1200ac269afbf9d297cced4bf0b02b615f13d3a0 (patch)
tree37e00fac89c814924917b6f7fe9eb0e98c72e6d8 /lisp/ChangeLog
parent1abbe4e53150562ad7731510672fca35374f1a89 (diff)
downloademacs-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/ChangeLog3
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 @@
12009-08-16 Chong Yidong <cyd@stupidchicken.com> 12009-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