]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Fri, 23 Jun 2006 10:39:51 +0000 (10:39 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 23 Jun 2006 10:39:51 +0000 (10:39 +0000)
lisp/ChangeLog
src/ChangeLog

index d9534f5633e4204b215d34e3cb99e3388f15b933..1d85bd9d87698d7a9b12e52a9a6ccc702bc93271 100644 (file)
@@ -1,3 +1,8 @@
+2006-06-23  Eli Zaretskii  <eliz@gnu.org>
+
+       * 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  <storm@cua.dk>
 
        * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
index bf682a5ffdc267cd0df61e5b94b781954dee036b..a72340accb277e394fd2fb1b1dbd865871641342 100644 (file)
@@ -1,3 +1,9 @@
+2006-06-23  Martin Rudalics  <rudalics@gmx.at>
+
+       * 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  <storm@cua.dk>
 
        * dispextern.h (struct it): Add `position' member to iterator stack.