comparison etc/NEWS @ 53522:a922672c7020

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 06 Jan 2004 23:49:51 +0000
parents da21878fbce2
children 110584d2405e
comparison
equal deleted inserted replaced
53521:7a0f7095ef65 53522:a922672c7020
1790 ** Mouse event enhancements: 1790 ** Mouse event enhancements:
1791 1791
1792 *** Mouse clicks on fringes now generates left-fringe or right-fringes 1792 *** Mouse clicks on fringes now generates left-fringe or right-fringes
1793 events, rather than a text area click event. 1793 events, rather than a text area click event.
1794 1794
1795 *** Mouse clicks in the left and right marginal areas now includes a
1796 sensible buffer position corresponding to the first character in the
1797 corresponding 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
1801 *** Function `mouse-set-point' now works for events outside text area.
1802 1806
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
1805 text area). 1809 text area).
1806 1810
1815 1819
1816 +++ 1820 +++
1817 *** Mouse events include relative x and y pixel coordinates relative to 1821 *** Mouse events include relative x and y pixel coordinates relative to
1818 the top left corner of the object (image or character) clicked on. 1822 the 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 +++
1821 or 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
1822 relative 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
1831 click, the x and y pixel coordinates relative to the top left corner
1832 of 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
1825 one or all windows. Normally, this is not needed as changes in window 1835 one or all windows. Normally, this is not needed as changes in window
1826 contents are detected automatically. However, certain implicit 1836 contents are detected automatically. However, certain implicit
1827 changes to mode lines, header lines, or display properties may require 1837 changes to mode lines, header lines, or display properties may require