aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-03-08 14:03:45 +0000
committerGerd Moellmann2001-03-08 14:03:45 +0000
commit129004d3cb4e5f8f2ef7842b0ca2c49c515e3341 (patch)
treeb642c0a1e3eb873baee9db05d5f04b81aeab0719 /src/ChangeLog
parent80c8ab8c9b6428b52b014706d8901ee7602378a8 (diff)
downloademacs-129004d3cb4e5f8f2ef7842b0ca2c49c515e3341.tar.gz
emacs-129004d3cb4e5f8f2ef7842b0ca2c49c515e3341.zip
(make_lispy_event): Avoid generating drag events
if the mouse hasn't actually moved to another buffer position.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6eb06971f5d..774e19fe49c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,11 @@
12001-03-08 Gerd Moellmann <gerd@gnu.org>
2
3 * keyboard.c (make_lispy_event): Avoid generating drag events
4 if the mouse hasn't actually moved to another buffer position.
5
12001-03-08 Dave Love <fx@gnu.org> 62001-03-08 Dave Love <fx@gnu.org>
2 7
3 * eval.c (syms_of_eval) <debug-on-error>: DOc fix. 8 * eval.c (syms_of_eval) <debug-on-error>: Doc fix.
4 9
52001-03-08 Gerd Moellmann <gerd@gnu.org> 102001-03-08 Gerd Moellmann <gerd@gnu.org>
6 11