Mercurial > emacs
diff etc/NEWS @ 44680:39c7ce6f26c1
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 19 Apr 2002 00:29:46 +0000 |
parents | 12a75af39ac0 |
children | 04976f1e1ec2 |
line wrap: on
line diff
--- a/etc/NEWS Fri Apr 19 00:29:11 2002 +0000 +++ b/etc/NEWS Fri Apr 19 00:29:46 2002 +0000 @@ -260,6 +260,11 @@ command `isearch-yank-word-or-char'. To restore the old behavior, bind C-w to `isearch-yank-word' in `isearch-mode-map'. +** Yanking text now discards certain text properties that can +be inconvenient when you did not expect them. The variable +`yank-excluded-properties' specifies which ones. Insertion +of register contents and rectangles also discards these properties. + ** M-x grep now tries to avoid appending `/dev/null' to the command line by using GNU grep `-H' option instead. M-x grep will automatically detect whether this is possible or not the first time it is invoked. @@ -776,6 +781,12 @@ change group you start for any given buffer should be the last one finished. +** New function remove-list-of-text-properties. + +The new function `remove-list-of-text-properties' is almost the same +as `remove-text-properties'. The only difference is that it takes +a list of property names as argument rather than a property list. + ** Enhanced networking support. *** There is a new `make-network-process' function which supports