Mercurial > emacs
comparison src/ChangeLog @ 111417:6316c70b291e
Support R2L lines in tool-tip text.
xfns.c (Fx_show_tip): If any of the tool-tip text lines is R2L,
adjust width of tool-tip frame to the width of text, excluding the
stretch glyph at the beginning of R2L glyph rows.
w32fns.c (Fx_show_tip): Likewise.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 06 Nov 2010 15:45:37 +0200 |
parents | d291fc8615a3 |
children | 1542066c2762 |
comparison
equal
deleted
inserted
replaced
111416:7a88e72dff57 | 111417:6316c70b291e |
---|---|
1 2010-11-06 Eli Zaretskii <eliz@gnu.org> | |
2 | |
3 * xfns.c (Fx_show_tip): If any of the tool-tip text lines is R2L, | |
4 adjust width of tool-tip frame to the width of text, excluding the | |
5 stretch glyph at the beginning of R2L glyph rows. | |
6 | |
7 * w32fns.c (Fx_show_tip): Likewise. | |
8 | |
1 2010-11-06 Jan Djärv <jan.h.d@swipnet.se> | 9 2010-11-06 Jan Djärv <jan.h.d@swipnet.se> |
2 | 10 |
3 * nsfont.m: Include termchar for new mouse-highlight. | 11 * nsfont.m: Include termchar for new mouse-highlight. |
4 | 12 |
5 2010-11-05 Eli Zaretskii <eliz@gnu.org> | 13 2010-11-05 Eli Zaretskii <eliz@gnu.org> |