changeset 72991:0782f0fe772b

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 19 Sep 2006 13:12:26 +0000
parents 2d3156eeb678
children 291287d0fa38
files lisp/ChangeLog
diffstat 1 files changed, 10 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Sep 19 13:09:11 2006 +0000
+++ b/lisp/ChangeLog	Tue Sep 19 13:12:26 2006 +0000
@@ -1,15 +1,20 @@
+2006-09-19  Kim F. Storm  <storm@cua.dk>
+
+	* simple.el (line-move-partial): Optimize.  Try window-line-height
+	before posn-at-point to get vpos of current line.
+
 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
-	
+
 	* viper.el: Bumped up version/date of update to reflect the substantial
 	changes done in August 2006.
-	
+
 	* viper-cmd (viper-next-line-at-bol): make sure button-at, push-button
 	are defined.
-	
+
 	* ediff-util.el (ediff-add-to-history): new function.
-	
+
 	* ediff.el: use ediff-add-to-history instead of add-to-history.
-	
+
 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
 
 	* textmodes/conf-mode.el (conf-space-mode): Doc fix.