diff options
| author | Juri Linkov | 2005-12-20 21:50:23 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-12-20 21:50:23 +0000 |
| commit | 3bdba51db2bee762b526a90c43252a574e62cf4e (patch) | |
| tree | 0eb0a85764f64b77513946c1469de7c48b5bee79 /src | |
| parent | 11cfab98b72a7024fcaf258684ca1dcc6edc6fe4 (diff) | |
| download | emacs-3bdba51db2bee762b526a90c43252a574e62cf4e.tar.gz 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 @@ | |||
| 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 |