Mercurial > emacs
diff lisp/ChangeLog @ 72890:5ba1cd1da822
* mouse-sel.el (mouse-sel-follow-link-p): Use event position
instead of buffer position for `mouse-on-link-p'.
* mouse.el (mouse-posn-property): New function looking up the
properties at a click position in overlays and text properties in
either buffer or strings.
(mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
of both `follow-link' as well as `mouse-face' properties.
(mouse-drag-track): Check `mouse-on-link-p' on event position, not
buffer position.
* help.el (describe-key-briefly): When reading a down-event on
mode lines or scroll bar, swallow the following up event, too.
Use the new mouse sensitity of `key-binding' for lookup.
(describe-key): The same here.
author | David Kastrup <dak@gnu.org> |
---|---|
date | Fri, 15 Sep 2006 08:53:18 +0000 |
parents | 51039a2cf8cc |
children | 26df5bbb5d61 |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Sep 15 07:19:15 2006 +0000 +++ b/lisp/ChangeLog Fri Sep 15 08:53:18 2006 +0000 @@ -1,3 +1,21 @@ +2006-09-15 David Kastrup <dak@gnu.org> + + * mouse-sel.el (mouse-sel-follow-link-p): Use event position + instead of buffer position for `mouse-on-link-p'. + + * mouse.el (mouse-posn-property): New function looking up the + properties at a click position in overlays and text properties in + either buffer or strings. + (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup + of both `follow-link' as well as `mouse-face' properties. + (mouse-drag-track): Check `mouse-on-link-p' on event position, not + buffer position. + + * help.el (describe-key-briefly): When reading a down-event on + mode lines or scroll bar, swallow the following up event, too. + Use the new mouse sensitity of `key-binding' for lookup. + (describe-key): The same here. + 2006-09-15 Juanma Barranquero <lekktu@gmail.com> * play/life.el (life-patterns): Add a few more interesting patterns.