diff options
| author | Martin Rudalics | 2014-02-27 20:22:10 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2014-02-27 20:22:10 +0100 |
| commit | 653b6ea317969d0e78f13e7e84e970c4032a298a (patch) | |
| tree | 95a0f100e7b903165885279434a06ac69431e8e2 /src/ChangeLog | |
| parent | 11de63ede082fe5913f9714f4bba05ac6e6b984c (diff) | |
| download | emacs-653b6ea317969d0e78f13e7e84e970c4032a298a.tar.gz emacs-653b6ea317969d0e78f13e7e84e970c4032a298a.zip | |
More fixes for mouse glyph calculations (Bug#16647).
More fixes for mouse glyph calculations (Bug#16647).
* window.c (coordinates_in_window): In intersection of
horizontal and vertical window dividers prefer the horizontal
one. Add some extra parens to last fix.
(window_relative_x_coord): Return x-coordinate for header and
mode line too.
* xdisp.c (remember_mouse_glyph): In text area don't extend
glyph into mode line to show the vertical drag cursor there
immediately. Subdivide mouse glyphs in right fringes to show a
horizontal drag cursor as soon as we enter the "grabbable width"
portion. Handle vertical border case separately. Do not
subdivide window divider areas.
(note_mouse_highlight): On bottom divider of bottommost windows
show vertical drag cursor only when the minibuffer window can be
resized.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 18 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-02-27 Eli Zaretskii <eliz@gnu.org> | 19 | 2014-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 |