diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c6378077d5c..580a6b0c0c6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -7,6 +7,9 @@ | |||
| 7 | * xterm.c (x_draw_glyph_string): Use the glyph string's width | 7 | * xterm.c (x_draw_glyph_string): Use the glyph string's width |
| 8 | rather than its background_width for drawing the overline and | 8 | rather than its background_width for drawing the overline and |
| 9 | underline (Bug#489). | 9 | underline (Bug#489). |
| 10 | (xg_default_icon_file): New variable. | ||
| 11 | (syms_of_xterm): Initialize it to the Emacs SVG icon file. | ||
| 12 | (x_bitmap_icon): Under GTK, use xg_default_icon_file. | ||
| 10 | 13 | ||
| 11 | * xdisp.c (Qbefore_string, Qafter_string): Add externs. | 14 | * xdisp.c (Qbefore_string, Qafter_string): Add externs. |
| 12 | (load_overlay_strings): Remove externs. | 15 | (load_overlay_strings): Remove externs. |