emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog


From: Juri Linkov
Subject: [Emacs-diffs] emacs/lisp ChangeLog
Date: Sun, 22 Feb 2009 23:38:07 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     09/02/22 23:38:06

Modified files:
        lisp           : ChangeLog 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15379&r2=1.15380

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15379
retrieving revision 1.15380
diff -u -b -r1.15379 -r1.15380
--- ChangeLog   22 Feb 2009 21:52:14 -0000      1.15379
+++ ChangeLog   22 Feb 2009 23:38:04 -0000      1.15380
@@ -1,9 +1,19 @@
 2009-02-22  Juri Linkov  <address@hidden>
 
+       * dired-aux.el (minibuffer-default-add-dired-shell-commands):
+       Doc fix.
+
+       * dired-x.el (dired-guess-shell-command): Use read-shell-command
+       instead of read-from-minibuffer.
+       (dired-read-shell-command): Add code that uses
+       minibuffer-with-setup-hook to set minibuffer-default-add-function
+       to minibuffer-default-add-dired-shell-commands exactly like
+       `dired-read-shell-command' in dired-aux.el already does.  Doc fix.
+
        * dired-x.el (dired-smart-shell-command): Remove code that uses
        minibuffer-with-setup-hook to set minibuffer-default-add-function
        to minibuffer-default-add-shell-commands because the same code was
-       already moved to `read-shell-command' 2008-07-31.
+       already moved to `read-shell-command' 2008-07-31.  (Bug#2414)
 
 2009-02-21  Jay Belanger  <address@hidden>
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]