From 28fa06eabfccca7d0336ead147a2bf0e97efda91 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 23 Jun 2006 10:39:51 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 5 +++++ src/ChangeLog | 6 ++++++ 2 files changed, 11 insertions(+) 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. -- 2.39.2