diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-01-11 K. Handa <handa@gnu.org> | 17 | 2014-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 |