Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 1918:59bf16be00bf
[xemacs-hg @ 2004-02-19 02:49:18 by james]
Protect against menubar computations within redisplay.
author | james |
---|---|
date | Thu, 19 Feb 2004 02:49:20 +0000 |
parents | 7473844a83d3 |
children | c66036f59678 |
line wrap: on
line diff
--- a/src/ChangeLog Wed Feb 18 22:50:49 2004 +0000 +++ b/src/ChangeLog Thu Feb 19 02:49:20 2004 +0000 @@ -1,3 +1,11 @@ +2004-02-17 Jerry James <james@xemacs.org> + + * menubar-x.c (protected_menu_item_descriptor_to_widget_value_1): + Move begin_gc_forbidden() here so it affects all callers. + * menubar-x.c (menu_item_descriptor_to_widget_value): Call + protected_menu_item_descriptor_to_widget_value_1 with + call_trapping_problems. + 2004-02-16 Jerry James <james@xemacs.org> * gui-x.c (wv_set_evalable_slot): Check for eval within redisplay.