aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index efcb538d075..e1d51646046 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,21 @@
12006-09-15 David Kastrup <dak@gnu.org>
2
3 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
4 instead of buffer position for `mouse-on-link-p'.
5
6 * mouse.el (mouse-posn-property): New function looking up the
7 properties at a click position in overlays and text properties in
8 either buffer or strings.
9 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
10 of both `follow-link' as well as `mouse-face' properties.
11 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
12 buffer position.
13
14 * help.el (describe-key-briefly): When reading a down-event on
15 mode lines or scroll bar, swallow the following up event, too.
16 Use the new mouse sensitity of `key-binding' for lookup.
17 (describe-key): The same here.
18
12006-09-15 Juanma Barranquero <lekktu@gmail.com> 192006-09-15 Juanma Barranquero <lekktu@gmail.com>
2 20
3 * play/life.el (life-patterns): Add a few more interesting patterns. 21 * play/life.el (life-patterns): Add a few more interesting patterns.