aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f1b08f62b8e..a0f797b0e6f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,8 @@
5 (xmenu_show): Rename parameter to avoid shadowing. 5 (xmenu_show): Rename parameter to avoid shadowing.
6 (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const" 6 (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const"
7 since they might point to immutable storage. 7 since they might point to immutable storage.
8 (next_menubar_widget_id): Declare only if USE_X_TOOLKIT,
9 since it's unused otherwise.
8 10
9 * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff. 11 * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.
10 Add a FIXME comment, since the code still doesn't look right. 12 Add a FIXME comment, since the code still doesn't look right.