# HG changeset patch # User Eli Zaretskii # Date 1139089730 0 # Node ID e6dc7cac7d20ea8f25ee78fbe68414cfc3405ef1 # Parent 1c23b04a7a2cef98f64c852af1ab64982bbae09e *** empty log message *** diff -r 1c23b04a7a2c -r e6dc7cac7d20 lisp/ChangeLog --- 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 - * 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