changeset 71429:3ef59bfaaa4d

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Fri, 23 Jun 2006 10:39:51 +0000
parents 4dc3f74ad23f
children 47574cbb5eb6
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <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
--- 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  <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.