changeset 36135:0bfa71b66dd3

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 16 Feb 2001 15:55:20 +0000
parents 0d7ea691acc4
children a5ae50ec6fe7
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Feb 16 15:54:48 2001 +0000
+++ b/lisp/ChangeLog	Fri Feb 16 15:55:20 2001 +0000
@@ -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
--- a/src/ChangeLog	Fri Feb 16 15:54:48 2001 +0000
+++ b/src/ChangeLog	Fri Feb 16 15:55:20 2001 +0000
@@ -1,7 +1,9 @@
 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
 
+	* 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.