Mercurial > emacs
comparison lisp/ChangeLog @ 72737:455031002c62
* window.el (mouse-autoselect-window-timer)
(mouse-autoselect-window-position)
(mouse-autoselect-window-window)
(mouse-autoselect-window-now): New vars.
(mouse-autoselect-window-cancel)
(mouse-autoselect-window-select)
(mouse-autoselect-window-start): New functions.
(handle-select-window): Call `mouse-autoselect-window-start' when
delayed window autoselection is enabled.
* cus-start.el (mouse-autoselect-window): Handle delayed window
autoselection.
* emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
commands after which it is allowed to print in the echo area.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 08 Sep 2006 14:15:02 +0000 |
parents | 70aa4ed788b5 |
children | 1c7fb3ed1a95 |
comparison
equal
deleted
inserted
replaced
72736:f6b18b9949d1 | 72737:455031002c62 |
---|---|
1 2006-08-27 Martin Rudalics <rudalics@gmx.at> | |
2 | |
3 * window.el (mouse-autoselect-window-timer) | |
4 (mouse-autoselect-window-position) | |
5 (mouse-autoselect-window-window) | |
6 (mouse-autoselect-window-now): New vars. | |
7 (mouse-autoselect-window-cancel) | |
8 (mouse-autoselect-window-select) | |
9 (mouse-autoselect-window-start): New functions. | |
10 (handle-select-window): Call `mouse-autoselect-window-start' when | |
11 delayed window autoselection is enabled. | |
12 | |
13 * cus-start.el (mouse-autoselect-window): Handle delayed window | |
14 autoselection. | |
15 | |
16 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of | |
17 commands after which it is allowed to print in the echo area. | |
18 | |
1 2006-09-08 Richard Stallman <rms@gnu.org> | 19 2006-09-08 Richard Stallman <rms@gnu.org> |
2 | 20 |
3 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.' | 21 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.' |
4 | 22 |
5 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam. | 23 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam. |