emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: David Kastrup
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Fri, 15 Sep 2006 08:53:20 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     David Kastrup <dak>     06/09/15 08:53:18

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.10064
retrieving revision 1.10065
diff -u -b -r1.10064 -r1.10065
--- ChangeLog   15 Sep 2006 01:30:31 -0000      1.10064
+++ ChangeLog   15 Sep 2006 08:53:18 -0000      1.10065
@@ -1,3 +1,21 @@
+2006-09-15  David Kastrup  <address@hidden>
+
+       * 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  <address@hidden>
 
        * play/life.el (life-patterns): Add a few more interesting patterns.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]