*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Fri, 16 Feb 2001 15:55:20 +0000 (15:55 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 16 Feb 2001 15:55:20 +0000 (15:55 +0000)
lisp/ChangeLog
src/ChangeLog

index ede204c..cccb54c 100644 (file)
@@ -1,3 +1,9 @@
+2001-02-16  Gerd Moellmann  <gerd@gnu.org>
+
+       * mouse.el (mouse-save-then-kill): If the distance from the new
+       point to the mark is equal to the distance of point from the new
+       point, move point instead of the mark.
+
 2001-02-16  Dave Love  <fx@gnu.org>
 
        * textmodes/flyspell.el (flyspell-get-word): Return string without
index 7222048..4c1e2b1 100644 (file)
@@ -1,7 +1,9 @@
 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
 
-       * window.c (set_window_buffer): Set window's vscroll to 0.
+       * window.c (set_window_buffer): Fix last change.
        
+       * window.c (set_window_buffer): Set window's vscroll to 0.
+
        * window.c (coordinates_in_window): Increase width of area
        where the vertical line can be dragged.