+2006-09-20 Kim F. Storm <storm@cua.dk>
+
+ * 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 <dominik@science.uva.nl>
* textmodes/org.el (org-scan-tags): Find end of subtrees also in
+2006-09-20 Kim F. Storm <storm@cua.dk>
+
+ * 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 <dak@gnu.org>
* keymaps.texi (Searching Keymaps): Small clarification.
* 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.