]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Wed, 20 Sep 2006 10:14:00 +0000 (10:14 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 20 Sep 2006 10:14:00 +0000 (10:14 +0000)
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index b1e47b861bf46fa2920e09ae41efe63378253fea..ad33617e8f82f0990e10954f6321bd8554897da7 100644 (file)
@@ -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
index d79ff074ba1bdfa9124a195238087d8ce7dc2968..b1a446488fbb1bc59886e009198d18ed704edc9e 100644 (file)
@@ -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.
index c5eb0bb2d6d6a3b7fde1db8b5b707097a63d5b4d..a311adfb7155b1f9e83a105af6b470e9338b61e5 100644 (file)
@@ -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.