# HG changeset patch # User Kim F. Storm # Date 1149546147 0 # Node ID 613221b49c9802dd48380966fe3d35047248bdd4 # Parent 151cfd1b3e3ec86b637e8f13e55ab5cb2a8d1e5a *** empty log message *** diff -r 151cfd1b3e3e -r 613221b49c98 lisp/ChangeLog --- a/lisp/ChangeLog Mon Jun 05 21:31:24 2006 +0000 +++ b/lisp/ChangeLog Mon Jun 05 22:22:27 2006 +0000 @@ -1,3 +1,9 @@ +2006-06-06 Kim F. Storm + + * 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 * progmodes/gud.el (gud-running): Fix doc string. @@ -7,8 +13,8 @@ 2006-06-05 Eli Zaretskii - * 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 @@ -16,8 +22,8 @@ 2006-06-05 Thien-Thi Nguyen - * 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.