aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2003-11-27 21:59:16 +0000
committerKim F. Storm2003-11-27 21:59:16 +0000
commitd46aeafce0075db28a222bdb419a1fb839567a0d (patch)
tree1d6767e9a063c42ffa3dd0d788ab388daf3a9e29
parentf51f93f6fc62c6afac291b9279e9fc8058365488 (diff)
downloademacs-d46aeafce0075db28a222bdb419a1fb839567a0d.tar.gz
emacs-d46aeafce0075db28a222bdb419a1fb839567a0d.zip
posn-object and posn-object-x-y.
-rw-r--r--etc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7f3100ce047..2cae0913cc8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1740,6 +1740,17 @@ text area).
1740+++ 1740+++
1741*** New function `posn-actual-col-row' returns actual glyph coordinates. 1741*** New function `posn-actual-col-row' returns actual glyph coordinates.
1742 1742
1743+++
1744*** Mouse events may now include image object in addition to string object.
1745
1746+++
1747*** Mouse events include relative x and y pixel coordinates relative to
1748the top left corner of the object (image or character) clicked on.
1749
1750*** New functions 'posn-object' and 'posn-object-x-y' return the image
1751or string object of a mouse click, and the x and y pixel coordinates
1752relative to the top left corner of that object.
1753
1743** New function `force-window-update' can initiate a full redisplay of 1754** New function `force-window-update' can initiate a full redisplay of
1744one or all windows. Normally, this is not needed as changes in window 1755one or all windows. Normally, this is not needed as changes in window
1745contents are detected automatically. However, certain implicit 1756contents are detected automatically. However, certain implicit