]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 18 Sep 2006 11:11:36 +0000 (11:11 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 18 Sep 2006 11:11:36 +0000 (11:11 +0000)
lisp/ChangeLog
src/ChangeLog

index e2a16200bb61e4a2ee6845c3d38865e3e7f9e566..0f0111b01af4a34264f852153a72976bb3dfc570 100644 (file)
@@ -1,3 +1,10 @@
+2006-09-18  Kim F. Storm  <storm@cua.dk>
+
+       * simple.el (line-move-partial): Rework 2006-09-15 change to use
+       new window-line-height function.  Further optimize by not calling
+       pos-visible-in-window-p for window-end when window-line-height
+       returns useful information.
+
 2006-09-16  Richard Stallman  <rms@gnu.org>
 
        * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
index da01ca857a6b619e4e110b51ab48cafec0f65296..140d02f16326baa78b99f8d94689ec233dfef5b1 100644 (file)
@@ -1,3 +1,9 @@
+2006-09-18  Kim F. Storm  <storm@cua.dk>
+
+       * window.c (Fwindow_line_visibility): Remove.
+       (Fwindow_line_height): New defun replacing it.
+       (syms_of_window): Defsubr it.
+
 2006-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * mac.c (SELECT_USE_CFSOCKET) [MAC_OSX]: Set default to 1.