]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 5 Jun 2006 22:22:27 +0000 (22:22 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 5 Jun 2006 22:22:27 +0000 (22:22 +0000)
lisp/ChangeLog

index 8143bdba7e23eae1477983705dc23144f60a4296..fcab90ab0ce7899176e47533168df02a10a17631 100644 (file)
@@ -1,3 +1,9 @@
+2006-06-06  Kim F. Storm  <storm@cua.dk>
+
+       * ido.el (ido-default-file-method, ido-default-buffer-method):
+       Make choice values consistent with corresponding command names.
+       (ido-visit-buffer): Update accordingly.  Default to selected-window.
+
 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gud.el (gud-running): Fix doc string.
@@ -7,8 +13,8 @@
 
 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
 
-       * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el): Quote
-       $(EMACS).
+       * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
+       Quote $(EMACS).
 
 2006-06-05  Richard Stallman  <rms@gnu.org>
 
@@ -16,8 +22,8 @@
 
 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
 
-       * vc.el (vc-process-filter): Inhibit undo
-       info collection around call to insert.
+       * vc.el (vc-process-filter): Inhibit undo info collection around
+       call to insert.
        (vc-setup-buffer): Likewise for call to erase-buffer.
        (vc-do-command): Likewise for call to process-file.