aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0234af5f1ef..bb69917bfb2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -11,6 +11,17 @@
11 by TOOLBAR_TOP_WIDGET. 11 by TOOLBAR_TOP_WIDGET.
12 (xg_change_toolbar_position): Use widget returned by TOOLBAR_TOP_WIDGET. 12 (xg_change_toolbar_position): Use widget returned by TOOLBAR_TOP_WIDGET.
13 Check toolbar_is_packed. 13 Check toolbar_is_packed.
14 (xg_have_tear_offs, tearoff_remove, tearoff_activate): Condition on
15 HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
16 (xg_have_tear_offs): When ! HAVE_GTK_TEAROFF_MENU_ITEM_NEW, return
17 false.
18 (create_menus): Create tearoff only if HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
19 (xg_update_menubar): Update title only if
20 HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
21 (xg_update_submenu): Skip tearoff only if
22 HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
23 (xg_initialize): Initialize xg_detached_menus only if
24 HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
14 25
15 * xterm.h (struct x_output): Surround handlebox_widget with 26 * xterm.h (struct x_output): Surround handlebox_widget with
16 #ifdef HAVE_GTK_HANDLE_BOX_NEW. toolbar_is_packed is new, 27 #ifdef HAVE_GTK_HANDLE_BOX_NEW. toolbar_is_packed is new,