]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Wed, 17 Aug 2005 15:02:41 +0000 (15:02 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 17 Aug 2005 15:02:41 +0000 (15:02 +0000)
lisp/ChangeLog
src/ChangeLog

index 5802479664001b822abf3b8e4310dbc4f0e147e8..76deb0bf9138b523a1905a97af7c54d034475636 100644 (file)
@@ -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
index 004221e0f028bc2ff627ef3bc8f5f3557e0c380f..0a1d33949326ee188253e086fdf98438e097dae5 100644 (file)
@@ -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\e,Ad\e(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>