From a4df1f8ba8f784788b3a2716ae3d95a8ec624fc4 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Wed, 20 Sep 2006 10:14:00 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 5 +++++ lispref/ChangeLog | 8 ++++++++ src/ChangeLog | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b1e47b861bf..ad33617e8f8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lispref/ChangeLog b/lispref/ChangeLog index d79ff074ba1..b1a446488fb 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index c5eb0bb2d6d..a311adfb715 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. -- 2.39.2