# HG changeset patch # User Paul Eggert # Date 1005170379 0 # Node ID 668787248f9b3b85c4a7317e42a6364baed1bcf0 # Parent 1f2eaa5351504e0718c1a2679e12b6c18b4c34d1 * 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. diff -r 1f2eaa535150 -r 668787248f9b lisp/ChangeLog --- 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 + + * 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.