Mercurial > emacs
comparison src/ChangeLog @ 67708:1dd43729395d
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 20 Dec 2005 21:50:23 +0000 |
parents | 33e3e3f9ed8b |
children | 04de762ecbee |
comparison
equal
deleted
inserted
replaced
67707:05e4a3f8ac73 | 67708:1dd43729395d |
---|---|
1 2005-12-20 Juri Linkov <juri@jurta.org> | |
2 | |
3 * xmenu.c (Fx_popup_menu): Set Vmenu_updating_frame to f if | |
4 position is non-nil, else set it to nil. | |
5 | |
6 * macmenu.c (Fx_popup_menu): Add `else' to set | |
7 Vmenu_updating_frame to nil only if position is nil. | |
8 | |
9 * w32menu.c (Fx_popup_menu): Add `else' to set | |
10 Vmenu_updating_frame to nil only if position is nil. | |
11 | |
1 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 12 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
2 | 13 |
3 * keyboard.c (make_lispy_event): Drag-and-drop items are now | 14 * keyboard.c (make_lispy_event): Drag-and-drop items are now |
4 stored in member `args' of struct input_event. | 15 stored in member `args' of struct input_event. |
5 | 16 |