comparison lisp/ChangeLog @ 103297:1120e729d920

* view.el (view-window-size): Use window-line-height to find window height. (view-page-size-default): Return nil if LINES is nil, 0, or larger than the window height. (view-scroll-lines): Handle nil value for DEFAULT arg (Bug#3361).
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 26 May 2009 18:19:27 +0000
parents 578359a0fca6
children 70832a352a9c
comparison
equal deleted inserted replaced
103296:a23e4364bf6e 103297:1120e729d920
1 2009-05-26 Chong Yidong <cyd@stupidchicken.com> 1 2009-05-26 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * view.el (view-recenter): Allow recenter to compute window height 3 * view.el (view-recenter): Allow recenter to compute window height
4 normally. 4 normally.
5 (view-window-size): Use window-line-height to find window height.
6 (view-page-size-default): Return nil if LINES is nil, 0, or larger
7 than the window height.
8 (view-scroll-lines): Handle nil value for DEFAULT arg (Bug#3361).
5 9
6 2009-05-26 Kenichi Handa <handa@m17n.org> 10 2009-05-26 Kenichi Handa <handa@m17n.org>
7 11
8 * textmodes/table.el (table--unibyte-char-to-multibyte): Function 12 * textmodes/table.el (table--unibyte-char-to-multibyte): Function
9 deleted. 13 deleted.