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:
parent
11cfab98b7
commit
3bdba51db2
3 changed files with 25 additions and 0 deletions
|
|
@ -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-
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue