diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2356851886c..969f9f6c46d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 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 |