comparison src/ChangeLog @ 5715:68f8d295be49

Support :visible in menu specifications.
author Jerry James <james@xemacs.org>
date Wed, 23 Jan 2013 11:48:46 -0700
parents 489e76b85828
children 1003acd5a4b8
comparison
equal deleted inserted replaced
5714:489e76b85828 5715:68f8d295be49
1 2013-01-22 Jerry James <james@xemacs.org>
2
3 * general-slots.h: Add Q_visible.
4 * gui.c (gui_item_add_keyval_pair): Add :visible as an alias to
5 :included.
6 * menubar.c (vars_of_menubar): Document that :visible is an alias
7 to :included.
8 * menubar-gtk.c (menu_convert): Ditto.
9 * menubar-x.c (menu_item_descriptor_to_widget_value_1): Ditto.
10
1 2013-01-16 Jerry James <james@xemacs.org> 11 2013-01-16 Jerry James <james@xemacs.org>
2 12
3 * menubar-x.c (set_frame_menubar): when a menubar specification has an 13 * menubar-x.c (set_frame_menubar): when a menubar specification has an
4 error, don't fail an assert() and bring XEmacs down. Instead, return 14 error, don't fail an assert() and bring XEmacs down. Instead, return
5 0 to skip the faulty menu and show any errors in *Warnings*. 15 0 to skip the faulty menu and show any errors in *Warnings*.