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: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Sun, 21 Apr 2002 13:15:47 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.653 emacs/etc/NEWS:1.654
*** emacs/etc/NEWS:1.653        Sat Apr 20 19:14:02 2002
--- emacs/etc/NEWS      Sun Apr 21 13:15:46 2002
***************
*** 12,18 ****
  so we will look at it
  
  
! * Installation Changes in Emacs 21.3
  
  ** Emacs can now be built without sound support.
  
--- 12,18 ----
  so we will look at it
  
  
! * Installation Changes in Emacs 21.4
  
  ** Emacs can now be built without sound support.
  
***************
*** 35,41 ****
  ** Support for BSD/OS 5.0 was added.
  
  
! * Changes in Emacs 21.3
  
  ** Limited support for charset unification has been added.
  By default, Emacs now knows how to translate latin-N chars between their
--- 35,41 ----
  ** Support for BSD/OS 5.0 was added.
  
  
! * Changes in Emacs 21.4
  
  ** Limited support for charset unification has been added.
  By default, Emacs now knows how to translate latin-N chars between their
***************
*** 660,666 ****
  mode-lines in inverse-video.
  
  
! * Lisp Changes in Emacs 21.3
  
  ** The `defmacro' form may contain declarations specifying how to
  indent the macro in Lisp mode and how to debug it with Edebug.  The
--- 660,666 ----
  mode-lines in inverse-video.
  
  
! * Lisp Changes in Emacs 21.4
  
  ** The `defmacro' form may contain declarations specifying how to
  indent the macro in Lisp mode and how to debug it with Edebug.  The
***************
*** 796,801 ****
--- 796,808 ----
  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.
+ 
+ ** New functions insert-for-yank and insert-buffer-substring-as-yank.
+ 
+ These functions work like `insert' and `insert-buffer-substring', but
+ removes the text properties in the `yank-excluded-properties' list.
+ 
+ ** New function insert-buffer-substring-no-properties.
  
  ** Enhanced networking support.
  



reply via email to

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