# HG changeset patch # User Eli Zaretskii # Date 1151059191 0 # Node ID 3ef59bfaaa4db9f2127378d586c26bd55cdf02db # Parent 4dc3f74ad23f6e301788ab5986ed4562b8594f12 *** empty log message *** diff -r 4dc3f74ad23f -r 3ef59bfaaa4d lisp/ChangeLog --- a/lisp/ChangeLog Fri Jun 23 10:39:05 2006 +0000 +++ b/lisp/ChangeLog Fri Jun 23 10:39:51 2006 +0000 @@ -1,3 +1,8 @@ +2006-06-23 Eli Zaretskii + + * dos-w32.el (top level): Use find-file-not-found-functions + instead of the obsolete find-file-not-found-hooks. + 2006-06-22 Kim F. Storm * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps diff -r 4dc3f74ad23f -r 3ef59bfaaa4d src/ChangeLog --- a/src/ChangeLog Fri Jun 23 10:39:05 2006 +0000 +++ b/src/ChangeLog Fri Jun 23 10:39:51 2006 +0000 @@ -1,3 +1,9 @@ +2006-06-23 Martin Rudalics + + * fileio.c (Frename_file) [DOS_NT]: Don't try to move directory to + itself on DOS_NT platforms, if the old and new names are identical + but for the letter-case. + 2006-06-21 Kim F. Storm * dispextern.h (struct it): Add `position' member to iterator stack.