aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDaniel Colascione2014-01-12 17:50:46 -0800
committerDaniel Colascione2014-01-12 17:50:46 -0800
commit7d29a37a5bcd753536311b0aa87bdbb317eed42b (patch)
tree3cfec43ada4c1916016b4074a0c12d12030788c7 /src/ChangeLog
parent6137cb82dbe1c5c438df6e8ae95533ebced9ff35 (diff)
parenta787d37a3eb5e28f355a6db750a6e7a75ff18ae0 (diff)
downloademacs-7d29a37a5bcd753536311b0aa87bdbb317eed42b.tar.gz
emacs-7d29a37a5bcd753536311b0aa87bdbb317eed42b.zip
Make GTK+ menus work correctly with the Unity global menu
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4991d74135b..2929c03329c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12014-01-13 Daniel Colascione <dancol@dancol.org>
2
3 Fix menu item updating in the presence of the Unity global menu
4 GTK+ module.
5
6 * gtkutil.h (xg_have_tear_offs): Add frame parameter
7 * gtkutil.c (xg_have_tear_offs): Count the global menu as a
8 tear-off.
9 (xg_update_menubar,xg_update_menu_item): Call g_object_notify when
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.
14 * xmenu.c (set_frame_menubar): Call xg_have_tear_offs with new
15 parameter.
16
12014-01-11 K. Handa <handa@gnu.org> 172014-01-11 K. Handa <handa@gnu.org>
2 18
3 * composite.c (composition_update_it): Fix indexing of 19 * composite.c (composition_update_it): Fix indexing of