Mercurial > emacs
changeset 67708:1dd43729395d
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 20 Dec 2005 21:50:23 +0000 |
parents | 05e4a3f8ac73 |
children | 6f549652480e |
files | lisp/ChangeLog man/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 25 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Dec 20 21:50:02 2005 +0000 +++ b/lisp/ChangeLog Tue Dec 20 21:50:23 2005 +0000 @@ -1,3 +1,13 @@ +2005-12-20 Juri Linkov <juri@jurta.org> + + * tooltip.el (tooltip): Move defgroup before define-minor-mode. + (tooltip-x-offset, tooltip-y-offset): Doc fix. + + * menu-bar.el (menu-bar-menu-frame-live-and-visible-p) + (menu-bar-non-minibuffer-window-p): Instead of checking + display-multi-frame-p, use selected-frame when menu-updating-frame + is nil. + 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change) * align.el (align-rules-list): Use [ \t] instead of \s-
--- a/man/ChangeLog Tue Dec 20 21:50:02 2005 +0000 +++ b/man/ChangeLog Tue Dec 20 21:50:23 2005 +0000 @@ -1,3 +1,7 @@ +2005-12-20 Juri Linkov <juri@jurta.org> + + * files.texi (VC Status): Put P and N near p and n. + 2005-12-20 Carsten Dominik <dominik@science.uva.nl> * org.texi: (Tags): Boolean logic documented.
--- a/src/ChangeLog Tue Dec 20 21:50:02 2005 +0000 +++ b/src/ChangeLog Tue Dec 20 21:50:23 2005 +0000 @@ -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