# HG changeset patch # User Kim F. Storm # Date 1158577896 0 # Node ID 83ba38e8e8b89f20bd276f43197069f035216b86 # Parent e7401fd4007152417919b96af2b1ec89c1958560 *** empty log message *** diff -r e7401fd40071 -r 83ba38e8e8b8 lisp/ChangeLog --- a/lisp/ChangeLog Mon Sep 18 11:11:23 2006 +0000 +++ b/lisp/ChangeLog Mon Sep 18 11:11:36 2006 +0000 @@ -1,3 +1,10 @@ +2006-09-18 Kim F. Storm + + * 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 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd. diff -r e7401fd40071 -r 83ba38e8e8b8 src/ChangeLog --- a/src/ChangeLog Mon Sep 18 11:11:23 2006 +0000 +++ b/src/ChangeLog Mon Sep 18 11:11:36 2006 +0000 @@ -1,3 +1,9 @@ +2006-09-18 Kim F. Storm + + * window.c (Fwindow_line_visibility): Remove. + (Fwindow_line_height): New defun replacing it. + (syms_of_window): Defsubr it. + 2006-09-18 YAMAMOTO Mitsuharu * mac.c (SELECT_USE_CFSOCKET) [MAC_OSX]: Set default to 1.