]> git.eshelyaron.com Git - emacs.git/commitdiff
* dired.el (dired-move-to-filename-regexp):
authorPaul Eggert <eggert@twinsun.com>
Wed, 7 Nov 2001 21:59:39 +0000 (21:59 +0000)
committerPaul Eggert <eggert@twinsun.com>
Wed, 7 Nov 2001 21:59:39 +0000 (21:59 +0000)
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

index 5a4d62457844ec00293e75d86ac78473a846986f..6427e0a3c6d602f05e58472c2735f67a559c725d 100644 (file)
@@ -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.