changeset 104300:04280efb54c1

Credit Jan Seeger for last change.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 16 Aug 2009 14:36:01 +0000
parents 81498fb7b017
children 316b10a4c19e
files lisp/ChangeLog
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Aug 16 14:33:43 2009 +0000
+++ b/lisp/ChangeLog	Sun Aug 16 14:36:01 2009 +0000
@@ -1,7 +1,9 @@
-2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
+2009-08-16  Jan Seeger <jan.seeger@thenybble.de>  (tiny change)
 
 	* calendar/parse-time.el (parse-time-string-chars): Compute using
-	character classes (Bug#3190).
+	character classes, to handle non-ascii characters (Bug#3190).
+
+2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
 
 	* progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
 	another heredoc if the user adds another < (Bug#3226).