# HG changeset patch # User Juri Linkov # Date 1258652414 0 # Node ID 805f90cb413e8801b26624648225260174c614a2 # Parent 62c0a89cd695deddf128062ec8eea544770cfc16 *** empty log message *** diff -r 62c0a89cd695 -r 805f90cb413e lisp/ChangeLog --- a/lisp/ChangeLog Thu Nov 19 17:39:54 2009 +0000 +++ b/lisp/ChangeLog Thu Nov 19 17:40:14 2009 +0000 @@ -1,3 +1,11 @@ +2009-11-19 Juri Linkov + + * minibuffer.el (completions-format): New defcustom. + (completion--insert-strings): Implement vertical format. + + * simple.el (switch-to-completions): Move point to the first + completion when point was at the beginning of the buffer. + 2009-11-19 Juri Linkov * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)