From 6f5c4cc997854ede833642bfbdb01f34e0de6962 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 21 May 2006 00:27:13 +0000 Subject: [PATCH] *** empty log message *** --- admin/FOR-RELEASE | 2 ++ etc/NEWS | 8 ++++++-- lisp/ChangeLog | 5 +++++ man/ChangeLog | 4 ++++ src/ChangeLog | 2 ++ 5 files changed, 19 insertions(+), 2 deletions(-) diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 5d634762d9d..60de4d8b772 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -29,6 +29,8 @@ and KDE projects, to use the new Emacs icons in etc/images/icons. ** We need a way a Lisp file encoded in iso-2022 can assure reliable decoding regardless of user options. +** Clean up MUSTBENEW in Fcopy_file. + ** JD Smith's 17 Apr 2006 bug report that CVS operations get mysterious unreproducible failures. diff --git a/etc/NEWS b/etc/NEWS index 6ebd6f29f90..c384f6f2aee 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1298,6 +1298,10 @@ with different file attributes in two dired buffers. *** New Dired command `dired-do-touch' (bound to T) changes timestamps of marked files with the value entered in the minibuffer. ++++ +*** The Dired command `dired-goto-file' is now bound to j, not M-g. +This is to avoid hiding the global key binding of M-g. + +++ *** In Dired's ! command (dired-do-shell-command), `*' and `?' now control substitution of the file names only when they are surrounded @@ -1307,8 +1311,8 @@ double quotes make no difference in the shell, but they prevent special treatment in `dired-do-shell-command'. +++ -*** In Dired, the w command now copies the current line's file name -into the kill ring. With a zero prefix arg, copies absolute file names. +*** In Dired, the w command now stores the current line's file name +into the kill ring. With a zero prefix arg, it stores the absolute file name. +++ *** In Dired-x, Omitting files is now a minor mode, dired-omit-mode. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6f444e95359..c644bba15df 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-05-20 Richard Stallman + + * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g. + (dired-goto-file): Doc fix. + 2006-05-21 Kim F. Storm * emulation/cua-base.el: Mention customizing cua-mode as alternative diff --git a/man/ChangeLog b/man/ChangeLog index 63150b7b3e5..617e2407add 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2006-05-20 Richard Stallman + + * dired.texi (Dired Navigation): dired-goto-file is now j. + 2006-05-20 Luc Teirlinck * dired-x.texi: ifinfo -> ifnottex. diff --git a/src/ChangeLog b/src/ChangeLog index 0e3663d4614..c670f757962 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -68,6 +68,8 @@ * xfaces.c (better_font_p): Any font beats no font. (best_matching_font): Simplify based on above change. + + * buffer.c (Fprevious_overlay_change, Fnext_overlay_change): Doc fixes. 2006-05-16 Kim F. Storm -- 2.39.5