diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d9534f5633e..1d85bd9d876 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-06-23 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * dos-w32.el (top level): Use find-file-not-found-functions | ||
| 4 | instead of the obsolete find-file-not-found-hooks. | ||
| 5 | |||
| 1 | 2006-06-22 Kim F. Storm <storm@cua.dk> | 6 | 2006-06-22 Kim F. Storm <storm@cua.dk> |
| 2 | 7 | ||
| 3 | * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps | 8 | * 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 @@ | |||
| 1 | 2006-06-23 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * fileio.c (Frename_file) [DOS_NT]: Don't try to move directory to | ||
| 4 | itself on DOS_NT platforms, if the old and new names are identical | ||
| 5 | but for the letter-case. | ||
| 6 | |||
| 1 | 2006-06-21 Kim F. Storm <storm@cua.dk> | 7 | 2006-06-21 Kim F. Storm <storm@cua.dk> |
| 2 | 8 | ||
| 3 | * dispextern.h (struct it): Add `position' member to iterator stack. | 9 | * dispextern.h (struct it): Add `position' member to iterator stack. |