# HG changeset patch # User Kim F. Storm # Date 1158747240 0 # Node ID 7f83cbc52b4eb47a2e5f091e1c81b2f9067c966a # Parent c44b9d4a6bf6371faf00b80a3c927d6d7f509f16 *** empty log message *** diff -r c44b9d4a6bf6 -r 7f83cbc52b4e lisp/ChangeLog --- a/lisp/ChangeLog Wed Sep 20 09:45:19 2006 +0000 +++ b/lisp/ChangeLog Wed Sep 20 10:14:00 2006 +0000 @@ -1,3 +1,8 @@ +2006-09-20 Kim F. Storm + + * simple.el (line-move-partial): Call pos-visible-in-window-p with + position t instead of trying both window-end and window-end - 1. + 2006-09-20 Carsten Dominik * textmodes/org.el (org-scan-tags): Find end of subtrees also in diff -r c44b9d4a6bf6 -r 7f83cbc52b4e lispref/ChangeLog --- a/lispref/ChangeLog Wed Sep 20 09:45:19 2006 +0000 +++ b/lispref/ChangeLog Wed Sep 20 10:14:00 2006 +0000 @@ -1,3 +1,11 @@ +2006-09-20 Kim F. Storm + + * windows.texi (Window Start): pos-visible-in-window-p allows + specifying t for position to mean "end of window". + Add window-line-height. + + * anti.texi (Antinews): Mention window-line-height. + 2006-09-19 David Kastrup * keymaps.texi (Searching Keymaps): Small clarification. diff -r c44b9d4a6bf6 -r 7f83cbc52b4e src/ChangeLog --- a/src/ChangeLog Wed Sep 20 09:45:19 2006 +0000 +++ b/src/ChangeLog Wed Sep 20 10:14:00 2006 +0000 @@ -3,7 +3,7 @@ * xdisp.c (pos_visible_p): CHARPOS < 0 means return info for last visible glyph in window. - * window.c (Fset_window_hscroll, Fpos_visible_in_window_p): + * window.c (Fset_window_hscroll, Fwindow_line_height): Doc fix. Use "off-window" instead of "off-screen". (Fpos_visible_in_window_p): Likewise. If POS is t, return info for last visible glyph in window.