summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2003-11-27 21:59:16 +0000
committerKim F. Storm <storm@cua.dk>2003-11-27 21:59:16 +0000
commit4e5e17ded8531345b13dd93224067fdb951b9896 (patch)
tree44b9600ce75b532e5838c2e0a63a5cacb3015efc /etc
parent18b1e49551782f2bf10071f3c6fe9f22b1d46935 (diff)
downloademacs-4e5e17ded8531345b13dd93224067fdb951b9896.tar.gz
posn-object and posn-object-x-y.
Diffstat (limited to 'etc')
-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).
+++
*** New function `posn-actual-col-row' returns actual glyph coordinates.
++++
+*** Mouse events may now include image object in addition to string object.
+
++++
+*** Mouse events include relative x and y pixel coordinates relative to
+the top left corner of the object (image or character) clicked on.
+
+*** New functions 'posn-object' and 'posn-object-x-y' return the image
+or string object of a mouse click, and the x and y pixel coordinates
+relative to the top left corner of that object.
+
** New function `force-window-update' can initiate a full redisplay of
one or all windows. Normally, this is not needed as changes in window
contents are detected automatically. However, certain implicit