# HG changeset patch # User Kim F. Storm # Date 1158355485 0 # Node ID f84c05f61c2564a5597886c2373ea8f6130d77da # Parent 3462f8c114c989cb8512d38ad20ebb079ad03419 *** empty log message *** diff -r 3462f8c114c9 -r f84c05f61c25 lisp/ChangeLog --- a/lisp/ChangeLog Fri Sep 15 21:04:39 2006 +0000 +++ b/lisp/ChangeLog Fri Sep 15 21:24:45 2006 +0000 @@ -1,5 +1,8 @@ 2006-09-15 Kim F. Storm + * help.el (describe-key): Handle C-h k in *Help* buffer; collect + all necessary information about the event before erasing *Help*. + * simple.el (line-move-partial): Use window-line-visiblity to quickly check whether last line is partially visible, and only do the hard (and slow) part in that case. diff -r 3462f8c114c9 -r f84c05f61c25 src/ChangeLog --- a/src/ChangeLog Fri Sep 15 21:04:39 2006 +0000 +++ b/src/ChangeLog Fri Sep 15 21:24:45 2006 +0000 @@ -1,3 +1,9 @@ +2006-09-15 Kim F. Storm + + * window.c (Fwindow_line_visibility): New defun for line-move-partial. + (syms_of_window): Defsubr it. + (Fwindow_end): Use window's buffer rather than current buffer. + 2006-09-15 Jay Belanger * COPYING: Replace "Library Public License" by "Lesser Public