From f3f053f31fd1ee7a71aa839a4461a94632d64fd2 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 16 Feb 2001 15:55:20 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 6 ++++++ src/ChangeLog | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) 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 + + * 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 * 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 - * 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. -- 2.20.1