From: Eli Zaretskii Date: Fri, 23 Jun 2006 10:39:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~1878 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=28fa06eabfccca7d0336ead147a2bf0e97efda91;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d9534f5633e..1d85bd9d876 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index bf682a5ffdc..a72340accb2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.