Mercurial > emacs
changeset 68614:e6dc7cac7d20
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 04 Feb 2006 21:48:50 +0000 |
parents | 1c23b04a7a2c |
children | 2b89adb38e4d |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Feb 04 21:48:20 2006 +0000 +++ b/lisp/ChangeLog Sat Feb 04 21:48:50 2006 +0000 @@ -1,8 +1,10 @@ 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com> - * simple.el (display-message-or-buffer): Count screen lines - instead of buffer lines when determining whether the message - will fit in the echo area/minibuffer window. + * simple.el (display-message-or-buffer): Compare the number of + characters to the frame width when determining whether a 1-line + message string will fit in the echo area. Count screen lines + instead of buffer lines when determining whether a multi-line + message will fit in the echo area/minibuffer window. 2006-02-04 Eli Zaretskii <eliz@gnu.org>