From: Kim F. Storm Date: Mon, 5 Jun 2006 22:22:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~2057 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=92f0c93da24c16f2dce11043ebd63e1b5fc89713;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8143bdba7e2..fcab90ab0ce 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.