aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2010-04-10 19:59:46 +0900
committerYAMAMOTO Mitsuharu2010-04-10 19:59:46 +0900
commit5b253e9c5c158330d6df05f56359cf4a98cf3115 (patch)
treea41e968fbbd3bf45408e85e44f091aac41f2ba80 /src/ChangeLog
parent6eff5c3dcd268cbc740ad9b89112203aad2a9756 (diff)
downloademacs-5b253e9c5c158330d6df05f56359cf4a98cf3115.tar.gz
emacs-5b253e9c5c158330d6df05f56359cf4a98cf3115.zip
xfns.c (Fx_show_tip): Subtract last glyph's width only when it is for padding.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 157ff6db673..c7ea82af2a8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -9,7 +9,8 @@
9 TRY_WINDOW_CHECK_MARGINS. 9 TRY_WINDOW_CHECK_MARGINS.
10 10
11 * xfns.c (Fx_show_tip): Undo last change. Call try_window with 11 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
12 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). 12 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
13 width only when it is for padding.
13 14
142010-04-09 Jan Djärv <jan.h.d@swipnet.se> 152010-04-09 Jan Djärv <jan.h.d@swipnet.se>
15 16