mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-15 09:47:20 +00:00
*** empty log message ***
This commit is contained in:
parent
6a6af58e32
commit
107709d449
@ -1,5 +1,12 @@
|
||||
2006-11-05 Martin Rudalics <rudalics@gmx.at>
|
||||
|
||||
* window.el (mouse-autoselect-window-now): Remove variable.
|
||||
(mouse-autoselect-window-state): New variable.
|
||||
(mouse-autoselect-window-start, mouse-autoselect-window-cancel)
|
||||
(mouse-autoselect-window-select, handle-select-window):
|
||||
Rewritten to make mouse-autoselect-window-timer a one-shot timer.
|
||||
Suspend delayed autoselection during menu or popup dialog.
|
||||
|
||||
* info-look.el (info-lookup-guess-custom-symbol): New function
|
||||
for retrieving symbol at point in custom buffers.
|
||||
(top level) <info-lookup-maybe-add-help>: Add backquote and
|
||||
|
@ -1,3 +1,18 @@
|
||||
2006-11-05 Martin Rudalics <rudalics@gmx.at>
|
||||
|
||||
* macmenu.c (Fmenu_or_popup_active_p): New function.
|
||||
(syms_of_macmenu): Defsubr it.
|
||||
|
||||
* w32menu.c (Fmenu_or_popup_active_p): New function.
|
||||
(syms_of_w32menu): Defsubr it.
|
||||
(popup_activated_flag, popup_activated): Remove.
|
||||
|
||||
* xdisp.c (note_mouse_highlight) [HAVE_NTGUI]: Don't bother to
|
||||
check popup_activated.
|
||||
|
||||
* xmenu.c (Fmenu_or_popup_active_p): New function.
|
||||
(syms_of_xmenu): Defsubr it.
|
||||
|
||||
2006-11-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
||||
* unexmacosx.c (malloc_cookie): Remove unused variable.
|
||||
|
Loading…
Reference in New Issue
Block a user