changeset 100363:cf73b85610ac

*** empty log message ***
author Martin Rudalics <rudalics@gmx.at>
date Thu, 11 Dec 2008 17:20:45 +0000
parents 4150ab3a5845
children 1cbff49af513
files lisp/ChangeLog
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <rudalics@gmx.at>
+
+	* 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  <lekktu@gmail.com>
 
 	* progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)