aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2009-08-16 14:36:01 +0000
committerChong Yidong2009-08-16 14:36:01 +0000
commitd0d3f6e9fcb216d8194eaccd82ba6e7512d826d9 (patch)
tree69f03b448bbed8c5a28b6fc025e998d667fe3eb8 /lisp/ChangeLog
parent1200ac269afbf9d297cced4bf0b02b615f13d3a0 (diff)
downloademacs-d0d3f6e9fcb216d8194eaccd82ba6e7512d826d9.tar.gz
emacs-d0d3f6e9fcb216d8194eaccd82ba6e7512d826d9.zip
Credit Jan Seeger for last change.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
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 @@
12009-08-16 Chong Yidong <cyd@stupidchicken.com> 12009-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
62009-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).