changeset 73015:7f83cbc52b4e

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Wed, 20 Sep 2006 10:14:00 +0000
parents c44b9d4a6bf6
children a5bc9291e035
files lisp/ChangeLog lispref/ChangeLog src/ChangeLog
diffstat 3 files changed, 14 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <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
--- 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  <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.
--- 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.