aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-09-09 18:00:51 +0300
committerEli Zaretskii2014-09-09 18:00:51 +0300
commitda604136b92764f159442496a9b18cb48204787e (patch)
tree2e7756156e7d31c78784b8a2f0a4a05f0f11fcfb /lisp/ChangeLog
parentfeb7e20179471458b702ada2521272e913598314 (diff)
downloademacs-da604136b92764f159442496a9b18cb48204787e.tar.gz
emacs-da604136b92764f159442496a9b18cb48204787e.zip
Fix mouse-dragging mode lines on text-mode terminals.
lisp/mouse.el (mouse-drag-line): On text-mode frames, count the mode line and header line as 1 pixel. This fixes the 1-"pixel" (row) discrepancy between window-pixel-edges and mouse events, and avoids moving mode line up when the mouse click is on the modeline and no drag is attempted.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2bd234e12e0..9f31741a1c5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12014-09-09 Eli Zaretskii <eliz@gnu.org>
2
3 * mouse.el (mouse-drag-line): On text-mode frames, count the mode
4 line and header line as 1 pixel. This fixes the 1-"pixel" (row)
5 discrepancy between window-pixel-edges and mouse events, and
6 avoids moving mode line up when the mouse click is on the modeline
7 and no drag is attempted.
8
12014-09-08 Glenn Morris <rgm@gnu.org> 92014-09-08 Glenn Morris <rgm@gnu.org>
2 10
3 * calendar/calendar.el (calendar-basic-setup): 11 * calendar/calendar.el (calendar-basic-setup):