changeset 40819:668787248f9b

* dired.el (dired-move-to-filename-regexp): Do not distinguish between ASCII letters and non-ASCII characters. Don't allow comma except in the form "month day, year". Don't allow space between month name and comma. Clean up the code that checks for trailing period, comma, and space. Remove now-obsolete comments, and add more commentary about Japanese dates. Always gobble up trailing spaces, instead of doing it only sometimes.
author Paul Eggert <eggert@twinsun.com>
date Wed, 07 Nov 2001 21:59:39 +0000
parents 1f2eaa535150
children 598a96e93a20
files lisp/ChangeLog
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Nov 07 21:52:44 2001 +0000
+++ b/lisp/ChangeLog	Wed Nov 07 21:59:39 2001 +0000
@@ -1,3 +1,14 @@
+2001-11-07  Paul Eggert  <eggert@twinsun.com>
+
+	* dired.el (dired-move-to-filename-regexp):
+	Do not distinguish between ASCII letters and non-ASCII characters.
+	Don't allow comma except in the form "month day, year".
+	Don't allow space between month name and comma.
+	Clean up the code that checks for trailing period, comma, and space.
+	Remove now-obsolete comments, and add more commentary about
+	Japanese dates.
+	Always gobble up trailing spaces, instead of doing it only sometimes.
+
 2001-11-07  Miles Bader  <miles@gnu.org>
 
 	* paren.el (show-paren-match-face): Add dark-background variant.