comparison etc/NEWS @ 53184:1ce6314af22e

posn-object and posn-object-x-y.
author Kim F. Storm <storm@cua.dk>
date Thu, 27 Nov 2003 21:59:16 +0000
parents af9d80359323
children 119702bcc6c0
comparison
equal deleted inserted replaced
53183:61e2da7a49f4 53184:1ce6314af22e
1737 +++ 1737 +++
1738 *** Mouse events include actual glyph column and row for all event types. 1738 *** Mouse events include actual glyph column and row for all event types.
1739 1739
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
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
1748 the 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
1751 or string object of a mouse click, and the x and y pixel coordinates
1752 relative to the top left corner of that object.
1742 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
1744 one or all windows. Normally, this is not needed as changes in window 1755 one or all windows. Normally, this is not needed as changes in window
1745 contents are detected automatically. However, certain implicit 1756 contents are detected automatically. However, certain implicit
1746 changes to mode lines, header lines, or display properties may require 1757 changes to mode lines, header lines, or display properties may require