diff options
| author | Gerd Moellmann | 2001-02-16 15:55:20 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-02-16 15:55:20 +0000 |
| commit | f3f053f31fd1ee7a71aa839a4461a94632d64fd2 (patch) | |
| tree | 19f43cec2dca2296abfb7c48e5d003ab91fc29ac | |
| parent | ed784c53bc13693e975a597f32c579914579d8a9 (diff) | |
| download | emacs-f3f053f31fd1ee7a71aa839a4461a94632d64fd2.tar.gz emacs-f3f053f31fd1ee7a71aa839a4461a94632d64fd2.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ede204c6e25..cccb54c046c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2001-02-16 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * mouse.el (mouse-save-then-kill): If the distance from the new | ||
| 4 | point to the mark is equal to the distance of point from the new | ||
| 5 | point, move point instead of the mark. | ||
| 6 | |||
| 1 | 2001-02-16 Dave Love <fx@gnu.org> | 7 | 2001-02-16 Dave Love <fx@gnu.org> |
| 2 | 8 | ||
| 3 | * textmodes/flyspell.el (flyspell-get-word): Return string without | 9 | * textmodes/flyspell.el (flyspell-get-word): Return string without |
diff --git a/src/ChangeLog b/src/ChangeLog index 7222048a3db..4c1e2b123f4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,9 @@ | |||
| 1 | 2001-02-16 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-02-16 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * window.c (set_window_buffer): Set window's vscroll to 0. | 3 | * window.c (set_window_buffer): Fix last change. |
| 4 | 4 | ||
| 5 | * window.c (set_window_buffer): Set window's vscroll to 0. | ||
| 6 | |||
| 5 | * window.c (coordinates_in_window): Increase width of area | 7 | * window.c (coordinates_in_window): Increase width of area |
| 6 | where the vertical line can be dragged. | 8 | where the vertical line can be dragged. |
| 7 | 9 | ||