aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-11-06 15:45:37 +0200
committerEli Zaretskii2010-11-06 15:45:37 +0200
commita971c0a724a6bcdb958143b747f94c151d40359d (patch)
tree3aa53ccad9419b212f2fbcf9bdef7eb3005022d4 /src/ChangeLog
parentf8aefe82d2bbca46b162c75b1217d8b4bd9ebb09 (diff)
downloademacs-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/ChangeLog8
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 @@
12010-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
12010-11-06 Jan Djärv <jan.h.d@swipnet.se> 92010-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.