Mercurial > emacs
comparison lisp/ChangeLog @ 99276:a4d60fa85641
*** empty log message ***
author | Martin Rudalics <rudalics@gmx.at> |
---|---|
date | Fri, 31 Oct 2008 13:39:37 +0000 |
parents | 157d43a41a15 |
children | 563e71d339f2 |
comparison
equal
deleted
inserted
replaced
99275:0ecdd7e63016 | 99276:a4d60fa85641 |
---|---|
1 2008-10-31 Martin Rudalics <rudalics@gmx.at> | |
2 | |
3 * window.el (window-body-height, window-current-scroll-bars) | |
4 (walk-windows, get-window-with-predicate, get-buffer-window-list) | |
5 (minibuffer-window-active-p, count-windows) | |
6 (window-safely-shrinkable-p, window--splittable-p) | |
7 (window--try-to-split-window, window--frame-usable-p) | |
8 (window--even-window-heights, window--display-buffer-1) | |
9 (window--display-buffer-2, set-window-text-height) | |
10 (fit-window-to-buffer, shrink-window-if-larger-than-buffer) | |
11 (truncated-partial-width-window-p): Rewrite doc-string. | |
12 (window-fixed-size-p): Simplify code. Rewrite doc-string. | |
13 (split-window-vertically, split-window-horizontally): | |
14 Rename args, rewrite doc-string, and simplify code. | |
15 (split-window-save-restore-data): Rename args and use | |
16 when instead of if. | |
17 | |
1 2008-10-29 Kenichi Handa <handa@m17n.org> | 18 2008-10-29 Kenichi Handa <handa@m17n.org> |
2 | 19 |
3 * descr-text.el (describe-char): Fix terminal case (where font is | 20 * descr-text.el (describe-char): Fix terminal case (where font is |
4 nil). | 21 nil). |
5 | 22 |