comparison etc/NEWS @ 53370:3f0eafd05a7b

Document the change in insert-for-yank.
author Eli Zaretskii <eliz@is.elta.co.il>
date Mon, 29 Dec 2003 11:46:03 +0000
parents 25ce3b9f2836
children feee9c6a79be
comparison
equal deleted inserted replaced
53369:e37aae745c21 53370:3f0eafd05a7b
1731 1731
1732 ** `cfengine-mode' is a major mode for editing GNU Cfengine 1732 ** `cfengine-mode' is a major mode for editing GNU Cfengine
1733 configuration files. 1733 configuration files.
1734 1734
1735 * Lisp Changes in Emacs 21.4 1735 * Lisp Changes in Emacs 21.4
1736
1737 ** The function `insert-for-yank' now supports strings where the
1738 `yank-handler' property does not span the first character of the
1739 string. The old behavior is available if you call
1740 `insert-for-yank-1' instead.
1736 1741
1737 ** New function `get-char-property-and-overlay' accepts the same 1742 ** New function `get-char-property-and-overlay' accepts the same
1738 arguments as `get-char-property' and returns a cons whose car is the 1743 arguments as `get-char-property' and returns a cons whose car is the
1739 return value of `get-char-property' called with those arguments and 1744 return value of `get-char-property' called with those arguments and
1740 whose cdr is the overlay in which the property was found, or nil if 1745 whose cdr is the overlay in which the property was found, or nil if