From: Kim F. Storm Date: Fri, 15 Sep 2006 21:24:45 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~530 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0c9337fbd80574312e71c6e65acfb787a4312e26;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 977c78fd2f4..1a94a34f7cd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index aeca47abb5b..b0ad3463b50 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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