changeset 65017:d2f0e0ee3df1

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Wed, 17 Aug 2005 15:02:41 +0000
parents 2b179104bc17
children 6c1c6712bea9
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Aug 17 15:00:14 2005 +0000
+++ b/lisp/ChangeLog	Wed Aug 17 15:02:41 2005 +0000
@@ -1,5 +1,9 @@
 2005-08-17  Kim F. Storm  <storm@cua.dk>
 
+	* windmove.el (windmove-coordinates-of-position): Remove.
+	(windmove-coordinates-of-window-position): Remove.
+	(windmove-reference-loc): Use posn-at-point instead.
+
 	* subr.el (insert-for-yank-1): Doc fix.
 
 	* ido.el (ido-enter-matching-directory): Rename from
--- a/src/ChangeLog	Wed Aug 17 15:00:14 2005 +0000
+++ b/src/ChangeLog	Wed Aug 17 15:02:41 2005 +0000
@@ -1,3 +1,10 @@
+2005-08-17  Kim F. Storm  <storm@cua.dk>
+
+	* xdisp.c (pos_visible_p): Adjust X value if window is hscrolled.
+
+	* dispnew.c (buffer_posn_from_coords): Check that target row is
+	within matrix.
+
 2005-08-16  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
 
 	* xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to
@@ -5,7 +12,7 @@
 
 	* gtkutil.c (xg_set_frame_icon): New function.
 
-	* gtkutil.h (xg_set_frame_icon): Declare it. 
+	* gtkutil.h (xg_set_frame_icon): Declare it.
 
 2005-08-16  Kim F. Storm  <storm@cua.dk>