aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2014-10-04 14:28:41 +0200
committerJan Djärv2014-10-04 14:28:41 +0200
commit07e80dac81fb1f2ea263f7d272f80109d8f588b8 (patch)
treed51fc8a2dd027a3c022420628fe622b16a685e07 /src/ChangeLog
parent3c6ba8b49bb87ada8a8cca6566ad0b6e3fc4e57d (diff)
downloademacs-07e80dac81fb1f2ea263f7d272f80109d8f588b8.tar.gz
emacs-07e80dac81fb1f2ea263f7d272f80109d8f588b8.zip
Fix Gtk+ tearoff not present on Customize Emacs and not at menu top.
* gtkutil.c (create_menus): Only add tearoffs to empty menus. (xg_update_submenu): Remove has_tearoff_p, pass 1 to create_menus for add_tearoff_p.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4885778b920..8005b738d6d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12014-10-04 Jan Djärv <jan.h.d@swipnet.se>
2
3 * gtkutil.c (create_menus): Only add tearoffs to empty menus.
4 (xg_update_submenu): Remove has_tearoff_p, pass 1 to create_menus
5 for add_tearoff_p.
6
12014-10-04 Martin Rudalics <rudalics@gmx.at> 72014-10-04 Martin Rudalics <rudalics@gmx.at>
2 8
3 * buffer.c (scroll_bar_width, scroll_bar_height): Fix 9 * buffer.c (scroll_bar_width, scroll_bar_height): Fix