diff options
author | Juri Linkov <juri@jurta.org> | 2005-12-20 21:50:23 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2005-12-20 21:50:23 +0000 |
commit | 3bdba51db2bee762b526a90c43252a574e62cf4e (patch) | |
tree | 0eb0a85764f64b77513946c1469de7c48b5bee79 /src | |
parent | 11cfab98b72a7024fcaf258684ca1dcc6edc6fe4 (diff) | |
download | emacs-3bdba51db2bee762b526a90c43252a574e62cf4e.tar.gz emacs-3bdba51db2bee762b526a90c43252a574e62cf4e.tar.bz2 emacs-3bdba51db2bee762b526a90c43252a574e62cf4e.zip |
*** empty log message ***
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 @@ +2005-12-20 Juri Linkov <juri@jurta.org> + + * xmenu.c (Fx_popup_menu): Set Vmenu_updating_frame to f if + position is non-nil, else set it to nil. + + * macmenu.c (Fx_popup_menu): Add `else' to set + Vmenu_updating_frame to nil only if position is nil. + + * w32menu.c (Fx_popup_menu): Add `else' to set + Vmenu_updating_frame to nil only if position is nil. + 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> * keyboard.c (make_lispy_event): Drag-and-drop items are now |