# HG changeset patch # User Gerd Moellmann # Date 982338920 0 # Node ID 0bfa71b66dd35bf6898f6542ad459dfccf865d56 # Parent 0d7ea691acc42aae18c30d820ba8f3a7814abac4 *** empty log message *** diff -r 0d7ea691acc4 -r 0bfa71b66dd3 lisp/ChangeLog --- 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 + + * 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 -r 0d7ea691acc4 -r 0bfa71b66dd3 src/ChangeLog --- 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 + * 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.