aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d39377f4ef3..26fe4732ce8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -8,6 +8,9 @@
8 tear-off. 8 tear-off.
9 (xg_update_menubar,xg_update_menu_item): Call g_object_notify when 9 (xg_update_menubar,xg_update_menu_item): Call g_object_notify when
10 updating menus; explain why. 10 updating menus; explain why.
11 (xg_update_frame_menubar): Remove the 23px hack: I can't repro the
12 problem it's supposed to solve and it interferes with detecting
13 the presence of a global menu.
11 * xmenu.c (set_frame_menubar): Call xg_have_tear_offs with new 14 * xmenu.c (set_frame_menubar): Call xg_have_tear_offs with new
12 parameter. 15 parameter.
13 16