emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Thu, 18 Apr 2002 20:29:46 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.650 emacs/etc/NEWS:1.651
*** emacs/etc/NEWS:1.650        Thu Apr 18 19:54:54 2002
--- emacs/etc/NEWS      Thu Apr 18 20:29:46 2002
***************
*** 260,265 ****
--- 260,270 ----
  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.
***************
*** 775,780 ****
--- 780,791 ----
  will lead to undesirable results, so don't let it happen; the first
  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.
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]