aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKim F. Storm2004-01-06 23:49:51 +0000
committerKim F. Storm2004-01-06 23:49:51 +0000
commit05faee07bb347841ec71ebacd768c571dc925e80 (patch)
tree4aa31303e2f19a3d9552c564c65c02ad6584c9fd /etc
parentd6dc647fdbfba81503c6f7996a46066407bcfb41 (diff)
downloademacs-05faee07bb347841ec71ebacd768c571dc925e80.tar.gz
emacs-05faee07bb347841ec71ebacd768c571dc925e80.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS20
1 files changed, 15 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 43566ebea29..60068811a59 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1792,14 +1792,18 @@ mouse event, e.g. [area4 mouse-1] if the hot-spot's ID is `area4'.
1792*** Mouse clicks on fringes now generates left-fringe or right-fringes 1792*** Mouse clicks on fringes now generates left-fringe or right-fringes
1793events, rather than a text area click event. 1793events, rather than a text area click event.
1794 1794
1795*** Mouse clicks in the left and right marginal areas now includes a
1796sensible buffer position corresponding to the first character in the
1797corresponding text row.
1798
1799*** Function `mouse-set-point' now works for events outside text area.
1800
1795+++ 1801+++
1796*** Mouse events now includes buffer position for all event types. 1802*** Mouse events now includes buffer position for all event types.
1797 1803
1798+++ 1804+++
1799*** `posn-point' now returns buffer position for non-text area events. 1805*** `posn-point' now returns buffer position for non-text area events.
1800 1806
1801*** Function `mouse-set-point' now works for events outside text area.
1802
1803+++ 1807+++
1804*** New function `posn-area' returns window area clicked on (nil means 1808*** New function `posn-area' returns window area clicked on (nil means
1805text area). 1809text area).
@@ -1817,9 +1821,15 @@ text area).
1817*** Mouse events include relative x and y pixel coordinates relative to 1821*** Mouse events include relative x and y pixel coordinates relative to
1818the top left corner of the object (image or character) clicked on. 1822the top left corner of the object (image or character) clicked on.
1819 1823
1820*** New functions 'posn-object' and 'posn-object-x-y' return the image 1824+++
1821or string object of a mouse click, and the x and y pixel coordinates 1825*** Mouse events include the pixel width and height of the object
1822relative to the top left corner of that object. 1826(image or character) clicked on.
1827
1828+++
1829*** New functions 'posn-object', 'posn-object-x-y', and
1830'posn-object-width-height' return the image or string object of a mouse
1831click, the x and y pixel coordinates relative to the top left corner
1832of that object, and the total width and height of that object.
1823 1833
1824** New function `force-window-update' can initiate a full redisplay of 1834** New function `force-window-update' can initiate a full redisplay of
1825one or all windows. Normally, this is not needed as changes in window 1835one or all windows. Normally, this is not needed as changes in window