aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2009-06-22 04:09:14 +0000
committerChong Yidong2009-06-22 04:09:14 +0000
commitec7c992608dbbaaf0acaf6ae54c525f98cede22e (patch)
tree6fc86e28025e9a01b0526339cf3f1606aad59292 /src/ChangeLog
parent303eb97f1036136e3b742486ebce3ad248821d1b (diff)
downloademacs-ec7c992608dbbaaf0acaf6ae54c525f98cede22e.tar.gz
emacs-ec7c992608dbbaaf0acaf6ae54c525f98cede22e.zip
* xterm.c (xg_default_icon_file): New variable.
(syms_of_xterm): Initialize it to the Emacs SVG icon file. (x_bitmap_icon): Under GTK, use xg_default_icon_file.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
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.