emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Tue, 22 Apr 2008 19:54:30 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     08/04/22 19:54:29

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.13521
retrieving revision 1.13522
diff -u -b -r1.13521 -r1.13522
--- ChangeLog   22 Apr 2008 15:49:43 -0000      1.13521
+++ ChangeLog   22 Apr 2008 19:54:27 -0000      1.13522
@@ -1,3 +1,35 @@
+2008-04-22  Juri Linkov  <address@hidden>
+
+       * minibuffer.el (internal-complete-buffer-except): New function.
+
+       * files.el (read-buffer-to-switch): New function.
+       (switch-to-buffer-other-window, switch-to-buffer-other-frame):
+       Change interactive spec to call read-buffer-to-switch instead of
+       using the letter "B".
+
+       * simple.el (minibuffer-default-add-shell-commands): New function.
+       Use declare-function for mailcap-file-default-commands from "mailcap".
+       (shell-command): Set local minibuffer-default-add-function to
+       minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
+       before calling read-shell-command.  Set 4th arg default-value of
+       read-shell-command to relative buffer-file-name in file buffers.
+
+       * dired-aux.el (dired-read-shell-command-default): Move it to
+       gnus/mailcap.el and change its name to more general name
+       mailcap-file-default-commands.
+       (minibuffer-default-add-dired-shell-commands): New function.
+       Use declare-function for mailcap-file-default-commands from "mailcap".
+       (dired-read-shell-command): Set local minibuffer-default-add-function
+       to minibuffer-default-add-dired-shell-commands in 
minibuffer-with-setup-hook
+       before calling read-shell-command.  Remove 
dired-read-shell-command-default
+       from the default value arg because default values are not set in
+       minibuffer-default-add-dired-shell-commands.  Doc fix.
+
+       * dired-x.el (dired-smart-shell-command): Sync arguments and
+       interactive spec with changes in `shell-command'.
+       Use dired-get-filename to get the dired file name at point
+       as the default value in dired mode.
+
 2008-04-22  Juanma Barranquero  <address@hidden>
 
        * info.el (Info-complete-menu-item): Add missing parenthesis.




reply via email to

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