emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp mouse.el mouse-sel.el help.el ChangeLog


From: David Kastrup
Subject: [Emacs-commit] emacs/lisp mouse.el mouse-sel.el help.el ChangeLog
Date: Fri, 15 Sep 2006 08:53:19 +0000

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

Modified files:
        lisp           : mouse.el mouse-sel.el help.el ChangeLog 

Log message:
        * 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.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mouse.el?cvsroot=emacs&r1=1.300&r2=1.301
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mouse-sel.el?cvsroot=emacs&r1=1.47&r2=1.48
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/help.el?cvsroot=emacs&r1=1.315&r2=1.316
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.10064&r2=1.10065




reply via email to

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