# HG changeset patch # User Martin Rudalics # Date 1229016045 0 # Node ID cf73b85610ac5022556663839ce808ad27999e1c # Parent 4150ab3a5845032ed41f9de0657b585140abee28 *** empty log message *** diff -r 4150ab3a5845 -r cf73b85610ac lisp/ChangeLog --- a/lisp/ChangeLog Thu Dec 11 17:19:37 2008 +0000 +++ b/lisp/ChangeLog Thu Dec 11 17:20:45 2008 +0000 @@ -1,3 +1,12 @@ +2008-12-11 Martin Rudalics + + * window.el (fit-window-to-buffer): Use with-selected-window and + condition-case. Do not delete more windows than necessary in + the shrinking (delta < 0) case. Do not raise an error when the + containing frame is too small to show all of buffer. (Bug#1488) + * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with + min-height arg 1 to make sure that small buffers are shown. + 2008-12-11 Juanma Barranquero * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)