1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00

*** empty log message ***

This commit is contained in:
Kim F. Storm 2006-09-15 21:24:45 +00:00
parent ba646e8d2c
commit 0c9337fbd8
2 changed files with 9 additions and 0 deletions

View File

@ -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.

View File

@ -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