Mercurial > emacs
changeset 71239:613221b49c98
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 05 Jun 2006 22:22:27 +0000 |
parents | 151cfd1b3e3e |
children | 0b7ea03b3bcd |
files | lisp/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.