diff options
| author | Eli Zaretskii | 2010-11-06 15:45:37 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2010-11-06 15:45:37 +0200 |
| commit | a971c0a724a6bcdb958143b747f94c151d40359d (patch) | |
| tree | 3aa53ccad9419b212f2fbcf9bdef7eb3005022d4 /src/ChangeLog | |
| parent | f8aefe82d2bbca46b162c75b1217d8b4bd9ebb09 (diff) | |
| download | emacs-a971c0a724a6bcdb958143b747f94c151d40359d.tar.gz emacs-a971c0a724a6bcdb958143b747f94c151d40359d.zip | |
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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 142cfeb57d7..81e9eb8215e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 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. |