1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 15:52:00 -08:00

*** empty log message ***

This commit is contained in:
Juri Linkov 2005-12-20 21:50:23 +00:00
parent 11cfab98b7
commit 3bdba51db2
3 changed files with 25 additions and 0 deletions

View file

@ -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-

View file

@ -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.

View file

@ -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