diff options
| author | Daniel Colascione <dancol@dancol.org> | 2014-01-12 17:50:11 -0800 |
|---|---|---|
| committer | Daniel Colascione <dancol@dancol.org> | 2014-01-12 17:50:11 -0800 |
| commit | a787d37a3eb5e28f355a6db750a6e7a75ff18ae0 (patch) | |
| tree | 22b82ab73f16a9273d4690f31c7771154242ff6c | |
| parent | 7a1b473ce826804cd47019e74e007ede7a6d2576 (diff) | |
| download | emacs-a787d37a3eb5e28f355a6db750a6e7a75ff18ae0.tar.gz | |
Fix changelog
| -rw-r--r-- | src/ChangeLog | 3 |
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 @@ tear-off. (xg_update_menubar,xg_update_menu_item): Call g_object_notify when updating menus; explain why. + (xg_update_frame_menubar): Remove the 23px hack: I can't repro the + problem it's supposed to solve and it interferes with detecting + the presence of a global menu. * xmenu.c (set_frame_menubar): Call xg_have_tear_offs with new parameter. |
