Mercurial > emacs
comparison src/ChangeLog @ 105891:07c792840800
* xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
xmenu_show.
(xmenu_show): New arg. Pass it to create_and_show_popup_menu.
(create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 07 Nov 2009 23:49:08 +0000 |
parents | 8103235103a7 |
children | 28d5dd02302d |
comparison
equal
deleted
inserted
replaced
105890:f58f9cff53b7 | 105891:07c792840800 |
---|---|
1 2009-11-07 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to | |
4 xmenu_show. | |
5 (xmenu_show): New arg. Pass it to create_and_show_popup_menu. | |
6 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup. | |
7 | |
1 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca> | 8 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 9 |
3 Let integers use up 2 tags to give them one extra bit and thus double | 10 Let integers use up 2 tags to give them one extra bit and thus double |
4 their range. | 11 their range. |
5 * lisp.h (USE_2_TAGS_FOR_INTS): New macro. | 12 * lisp.h (USE_2_TAGS_FOR_INTS): New macro. |