# HG changeset patch # User Kim F. Storm # Date 1158674353 0 # Node ID 37a6a866d6bf0c6d7b22a8d32b4088164d583e3b # Parent f9bd256c3d41562555d4bf5b3c92abdd5a6cb544 *** empty log message *** diff -r f9bd256c3d41 -r 37a6a866d6bf lisp/ChangeLog --- a/lisp/ChangeLog Tue Sep 19 13:13:49 2006 +0000 +++ b/lisp/ChangeLog Tue Sep 19 13:59:13 2006 +0000 @@ -1,5 +1,9 @@ 2006-09-19 Kim F. Storm + * help.el (describe-key-briefly, describe-key): Simplify printing + of descriptions by using format and %S. Fix "is undefined" + messages to say "at that spot" for mouse events. + * simple.el (line-move-partial): Optimize. Try window-line-height before posn-at-point to get vpos of current line. diff -r f9bd256c3d41 -r 37a6a866d6bf src/ChangeLog --- a/src/ChangeLog Tue Sep 19 13:13:49 2006 +0000 +++ b/src/ChangeLog Tue Sep 19 13:59:13 2006 +0000 @@ -1,3 +1,11 @@ +2006-09-19 Kim F. Storm + + * window.c (Fset_window_hscroll, Fpos_visible_in_window_p): + Doc fix. Use "off-screen" instead of "invisible". + (Fwindow_line_height): Make line numbers 0-based. Make line arg + optional; if nil, use current cursor row. Handle text terminals + properly. Return nil if non-interactive or pseudo-window. + 2006-09-19 Stefan Monnier * keymap.c: Include alloca.h if available.