Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4384:c7e65155cb35
Improve upon previous patch to minibuf.el.
2008-01-02 Mike Sperber <mike@xemacs.org>
* minibuf.el (mouse-read-file-name-1): Use `window-height' instead
of `frame-height' to be consistent with `split-window''s
calculations. Bind `window-min-height' to 1 for the entire
interaction to avoid various "window-too-small"-type problems.
author | Mike Sperber <sperber@deinprogramm.de> |
---|---|
date | Sat, 05 Jan 2008 16:13:04 +0100 |
parents | 12ff8dc2b57e |
children | 7a8c613ee283 |
comparison
equal
deleted
inserted
replaced
4383:1e04b9c8125b | 4384:c7e65155cb35 |
---|---|
18 | 18 |
19 * x-iso8859-1.el: Removed. | 19 * x-iso8859-1.el: Removed. |
20 * gtk-iso8859-1.el: Removed. | 20 * gtk-iso8859-1.el: Removed. |
21 These haven't been used in a year and a half. No need to keep them | 21 These haven't been used in a year and a half. No need to keep them |
22 around. | 22 around. |
23 | |
24 2008-01-02 Mike Sperber <mike@xemacs.org> | |
25 | |
26 * minibuf.el (mouse-read-file-name-1): Use `window-height' instead | |
27 of `frame-height' to be consistent with `split-window''s | |
28 calculations. Bind `window-min-height' for the whole thing to | |
29 avoid geometry problems with the buttons window. | |
23 | 30 |
24 2008-01-02 Mike Sperber <mike@xemacs.org> | 31 2008-01-02 Mike Sperber <mike@xemacs.org> |
25 | 32 |
26 * minibuf.el (mouse-read-file-name-1): Make the buttons in the | 33 * minibuf.el (mouse-read-file-name-1): Make the buttons in the |
27 dialog frame occupy `window-min-height' lines to avoid problems | 34 dialog frame occupy `window-min-height' lines to avoid problems |