From 7263bb10866826cf1f08e8d28584521565c76247 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 7 Nov 2001 21:59:39 +0000 Subject: [PATCH] * 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. --- lisp/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5a4d6245784..6427e0a3c6d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2001-11-07 Paul Eggert + + * 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 * paren.el (show-paren-match-face): Add dark-background variant. -- 2.39.2