]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 21 May 2006 00:27:13 +0000 (00:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 21 May 2006 00:27:13 +0000 (00:27 +0000)
admin/FOR-RELEASE
etc/NEWS
lisp/ChangeLog
man/ChangeLog
src/ChangeLog

index 5d634762d9d227afd9da1ac5f2920e1a600c2320..60de4d8b772a7ad1cf98ea68a227b71fdbddd4c7 100644 (file)
@@ -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.
 
index 6ebd6f29f90ab527a96c2050b66a67aff809ad12..c384f6f2aeeeae3361e9b06fd8201d0749860126 100644 (file)
--- 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.
index 6f444e953592dba116e9666eafbddca9cdabf747..c644bba15df6ce2f2785a32841e723f2aa0b4228 100644 (file)
@@ -1,3 +1,8 @@
+2006-05-20  Richard Stallman  <rms@gnu.org>
+
+       * 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  <storm@cua.dk>
 
        * emulation/cua-base.el: Mention customizing cua-mode as alternative
index 63150b7b3e5599cdd8fa06d80aa7913e576258b7..617e2407adda5b7d017bcac22dc68359e9d97b8a 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-20  Richard Stallman  <rms@gnu.org>
+
+       * dired.texi (Dired Navigation): dired-goto-file is now j.
+
 2006-05-20  Luc Teirlinck  <teirllm@auburn.edu>
 
        * dired-x.texi: ifinfo -> ifnottex.
index 0e3663d4614c26646a68f575871475793c8f76ef..c670f757962e6b003f127e4e9363019b06a99b69 100644 (file)
@@ -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  <storm@cua.dk>