Mercurial > emacs
diff lisp/ChangeLog @ 72910:f84c05f61c25
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 15 Sep 2006 21:24:45 +0000 |
parents | 5c55bc17ef31 |
children | 3a3761df948d |
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.