Mercurial > emacs
changeset 72910:f84c05f61c25
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 15 Sep 2006 21:24:45 +0000 |
parents | 3462f8c114c9 |
children | 21cdd33b2649 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <storm@cua.dk> + * 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.
--- 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 <storm@cua.dk> + + * 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 <belanger@truman.edu> * COPYING: Replace "Library Public License" by "Lesser Public