diff etc/NEWS @ 173:8eaf7971accc r20-3b13

Import from CVS: tag r20-3b13
author cvs
date Mon, 13 Aug 2007 09:49:09 +0200
parents 15872534500d
children e121b013d1f0
line wrap: on
line diff
--- a/etc/NEWS	Mon Aug 13 09:47:55 2007 +0200
+++ b/etc/NEWS	Mon Aug 13 09:49:09 2007 +0200
@@ -138,20 +138,29 @@
 creating a new frame with `C-x 5 2' also raises and selects that
 frame.  The behavior of window system frames is unchanged.
 
-** Zmacs region is selectively deactivated when an error is signaled.
-
-The behavior of the zmacs region can now be controlled in the event of a
-signaled error.  The new variable `errors-deactivate-region' may be set
-to nil to avoid losing the zmacs region.  When this is in effect, to
-deactivate the region, you have to press C-g explicitly, in the buffer
-where the region is active.  This can be a win under many circumstances,
-but can lead to potentially confusing situations when isearch is in effect.
-
-To control just keeping the region when moving against the endpoints of a
-buffer, the existing variable `signal-error-on-buffer-boundary' can be set
-to nil.
-
-NOTE:  This feature is enabled by default in 20.3beta.
+** Zmacs region is not deactivated when an error is signaled.
+
+The behavior of the zmacs region can now be controlled in the event of
+a signaled error.  The new variable `errors-deactivate-region' may be
+set to nil to revert to the old behaviour.  As before, typing C-g
+deactivate the region.
+
+** Pending-delete changes.
+
+*** Pending-delete is now a minor mode, with the normal minor-mode
+semantics and toggle functions.  Old functions are left for
+compatibility.
+
+*** Loading pending-del no longer turns on pending-delete mode.  In
+fact, it is no longer necessary to explicitly load pending-del.  All
+you need to do to turn on tpu-edt is run the tpu-edt function.  Here's
+how to run pending-delete instead of loading the file:
+
+  Within XEmacs:   Type      M-x pending-delete <ret>
+                    not      M-x load-library <ret> pending-delete <ret>
+  
+  In .emacs:       Use       (turn-on-pending-delete)
+                   not       (load "pending-del")
 
 ** Abbreviations can now contain non-word characters.
 
@@ -253,6 +262,9 @@
 was set up as the terminal's erase character at the tim Emacs was
 started.
 
+** `insert-file-contents' can now read from a special file,
+as long as the arguments VISIT and REPLACE are nil.
+
 ** `string-to-number' now accepts an optional BASE argument which
 specifies which base to use.  The default base is 10.