aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog6
-rw-r--r--src/ChangeLog4
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ede204c6e2..cccb54c046 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2001-02-16 Gerd Moellmann <[email protected]>
+
+ * 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 <[email protected]>
* textmodes/flyspell.el (flyspell-get-word): Return string without
diff --git a/src/ChangeLog b/src/ChangeLog
index 7222048a3d..4c1e2b123f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,9 @@
2001-02-16 Gerd Moellmann <[email protected]>
- * 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.