aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5850431cf93..9ec638374f5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,21 @@
12014-02-27 Martin Rudalics <rudalics@gmx.at>
2
3 More fixes for mouse glyph calculations (Bug#16647).
4 * window.c (coordinates_in_window): In intersection of
5 horizontal and vertical window dividers prefer the horizontal
6 one. Add some extra parens to last fix.
7 (window_relative_x_coord): Return x-coordinate for header and
8 mode line too.
9 * xdisp.c (remember_mouse_glyph): In text area don't extend
10 glyph into mode line to show the vertical drag cursor there
11 immediately. Subdivide mouse glyphs in right fringes to show a
12 horizontal drag cursor as soon as we enter the "grabbable width"
13 portion. Handle vertical border case separately. Do not
14 subdivide window divider areas.
15 (note_mouse_highlight): On bottom divider of bottommost windows
16 show vertical drag cursor only when the minibuffer window can be
17 resized.
18
12014-02-27 Eli Zaretskii <eliz@gnu.org> 192014-02-27 Eli Zaretskii <eliz@gnu.org>
2 20
3 * xdisp.c (pop_it): Restore the it->face_box_p flag which could be 21 * xdisp.c (pop_it): Restore the it->face_box_p flag which could be