aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2008-12-11 17:20:45 +0000
committerMartin Rudalics2008-12-11 17:20:45 +0000
commit4d0e7fe37b6b109cb0f93ea00b0a243289d99cb5 (patch)
treef719b3934b9c18b01683071d7680e725b6ed7827 /lisp/ChangeLog
parentf7baca2087406d3d45d2662a8b3fca43f938d537 (diff)
downloademacs-4d0e7fe37b6b109cb0f93ea00b0a243289d99cb5.tar.gz
emacs-4d0e7fe37b6b109cb0f93ea00b0a243289d99cb5.zip
(dired-pop-to-buffer): Call with min-height arg 1 to
make sure that small buffers get shown.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 50c8570d848..e06a7617c42 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12008-12-11 Martin Rudalics <rudalics@gmx.at>
2
3 * window.el (fit-window-to-buffer): Use with-selected-window and
4 condition-case. Do not delete more windows than necessary in
5 the shrinking (delta < 0) case. Do not raise an error when the
6 containing frame is too small to show all of buffer. (Bug#1488)
7 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
8 min-height arg 1 to make sure that small buffers are shown.
9
12008-12-11 Juanma Barranquero <lekktu@gmail.com> 102008-12-11 Juanma Barranquero <lekktu@gmail.com>
2 11
3 * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map) 12 * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)