From 0c9337fbd80574312e71c6e65acfb787a4312e26 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Fri, 15 Sep 2006 21:24:45 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 3 +++ src/ChangeLog | 6 ++++++ 2 files changed, 9 insertions(+) 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 -- 2.39.2