comparison etc/NEWS @ 55304:a052e022db03

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sun, 02 May 2004 00:26:40 +0000
parents d71fb69263a2
children 5ffb2bba3549
comparison
equal deleted inserted replaced
55303:d71fb69263a2 55304:a052e022db03
799 is over the text. By setting the new variable `mouse-highlight', you 799 is over the text. By setting the new variable `mouse-highlight', you
800 can optionally enable mouse highlighting only after you move the 800 can optionally enable mouse highlighting only after you move the
801 mouse, so that highlighting disappears when you press a key. You can 801 mouse, so that highlighting disappears when you press a key. You can
802 also disable mouse highlighting. 802 also disable mouse highlighting.
803 803
804 ** You can now customize if selecting a region by dragging the mouse
805 shall not copy the selected text to the kill-ring by setting the new
806 variable mouse-drag-copy-region to nil.
807
804 +++ 808 +++
805 ** font-lock: in modes like C and Lisp where the fontification assumes that 809 ** font-lock: in modes like C and Lisp where the fontification assumes that
806 an open-paren in column 0 is always outside of any string or comment, 810 an open-paren in column 0 is always outside of any string or comment,
807 font-lock now highlights any such open-paren-in-column-zero in bold-red 811 font-lock now highlights any such open-paren-in-column-zero in bold-red
808 if it is inside a string or a comment, to indicate that it can cause 812 if it is inside a string or a comment, to indicate that it can cause
2032 *** New function insert-sliced-image inserts a given image as a 2036 *** New function insert-sliced-image inserts a given image as a
2033 specified number of evenly sized slices (rows x columns). 2037 specified number of evenly sized slices (rows x columns).
2034 2038
2035 ** New line-height and line-spacing properties for newline characters 2039 ** New line-height and line-spacing properties for newline characters
2036 2040
2037 A newline may now have line-height and line-spacing text properties that 2041 A newline may now have line-height and line-spacing text or overlay
2038 control the height of the corresponding display row. 2042 properties that control the height of the corresponding display row.
2039 2043
2040 If the line-height property value is 0, the newline does not 2044 If the line-height property value is 0, the newline does not
2041 contribute to the height of the display row; instead the height of the 2045 contribute to the height of the display row; instead the height of the
2042 newline glyph is reduced. This can be used to tile small images or 2046 newline glyph is reduced. This can be used to tile small images or
2043 image slices without adding blank areas between the images. 2047 image slices without adding blank areas between the images.