comparison lisp/ChangeLog @ 4376:53e507d77416

Fix problem with file dialog box. 2008-01-02 Mike Sperber <mike@xemacs.org> * minibuf.el (mouse-read-file-name-1): Make the buttons in the dialog frame occupy `window-min-height' lines to avoid problems when the window configuration changes---as it does with `resize-minibuffer-mode'.
author Mike Sperber <sperber@deinprogramm.de>
date Wed, 02 Jan 2008 10:08:07 +0100
parents 713ca3d356b4
children 92188a8f47a3
comparison
equal deleted inserted replaced
4375:74e0e1131e01 4376:53e507d77416
1 2008-01-02 Mike Sperber <mike@xemacs.org>
2
3 * minibuf.el (mouse-read-file-name-1): Make the buttons in the
4 dialog frame occupy `window-min-height' lines to avoid problems
5 when the window configuration changes---as it does with
6 `resize-minibuffer-mode'.
7
1 2007-12-31 Aidan Kehoe <kehoea@parhasard.net> 8 2007-12-31 Aidan Kehoe <kehoea@parhasard.net>
2 9
3 * menubar-items.el (default-menubar): 10 * menubar-items.el (default-menubar):
4 Byte compile the specified lambdas. Correct some compile time 11 Byte compile the specified lambdas. Correct some compile time
5 warnings uncovered by this. 12 warnings uncovered by this.