From: Daniel Colascione Date: Mon, 13 Jan 2014 01:50:11 +0000 (-0800) Subject: Fix changelog X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a787d37a3eb5e28f355a6db750a6e7a75ff18ae0;p=emacs.git Fix changelog --- 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.