comparison lisp/ChangeLog @ 100363:cf73b85610ac

*** empty log message ***
author Martin Rudalics <rudalics@gmx.at>
date Thu, 11 Dec 2008 17:20:45 +0000
parents 383709672c3f
children 4647905e3ad9
comparison
equal deleted inserted replaced
100362:4150ab3a5845 100363:cf73b85610ac
1 2008-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
1 2008-12-11 Juanma Barranquero <lekktu@gmail.com> 10 2008-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)
4 (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level) 13 (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
5 (ruby-mode-variables, ruby-indent-line, ruby-indent-size) 14 (ruby-mode-variables, ruby-indent-line, ruby-indent-size)