diff options
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 5ffadfb9f86..c6378077d5c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2009-06-22 Chong Yidong <cyd@stupidchicken.com> | 1 | 2009-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. |