aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2009-06-22 02:01:56 +0000
committerChong Yidong2009-06-22 02:01:56 +0000
commit9a01ee3357b353a4bcfbd94a85fd25047aaf429e (patch)
treeedbd0ce70fefb73389aa539949060cfd538e2a19 /src/ChangeLog
parent8a668709c216fe2deab4e22967c89a66381fd9de (diff)
downloademacs-9a01ee3357b353a4bcfbd94a85fd25047aaf429e.tar.gz
emacs-9a01ee3357b353a4bcfbd94a85fd25047aaf429e.zip
* w32term.c (x_draw_glyph_string): Use the glyph string's width
rather than its background_width for drawing the overline and underline (Bug#489). * xterm.c (x_draw_glyph_string): Use the glyph string's width rather than its background_width for drawing the overline and underline (Bug#489).
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 5ffadfb9f86..c6378077d5c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12009-06-22 Chong Yidong <cyd@stupidchicken.com> 12009-06-22 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * w32term.c (x_draw_glyph_string): Use the glyph string's width
4 rather than its background_width for drawing the overline and
5 underline (Bug#489).
6
7 * xterm.c (x_draw_glyph_string): Use the glyph string's width
8 rather than its background_width for drawing the overline and
9 underline (Bug#489).
10
3 * xdisp.c (Qbefore_string, Qafter_string): Add externs. 11 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
4 (load_overlay_strings): Remove externs. 12 (load_overlay_strings): Remove externs.
5 (fast_find_position): Function deleted. 13 (fast_find_position): Function deleted.