changeset 87379:7fb15af635f4

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 23 Dec 2007 21:46:25 +0000
parents 6be99f7927ac
children cd847b2ba99f
files etc/NEWS
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Sun Dec 23 21:45:44 2007 +0000
+++ b/etc/NEWS	Sun Dec 23 21:46:25 2007 +0000
@@ -149,6 +149,9 @@
 ** TAB now indents the region if the region is active and
 `transient-mark-mode' is turned on.
 
+** `use-empty-active-region' controls whether an empty active region
+in Transient Mark mode should make commands operate on that empty region.
+
 ** C-z now invokes `suspend-frame', C-x C-c now invokes
 `save-buffers-kill-terminal'.
 
@@ -439,6 +442,9 @@
 ** `frame-inherited-parameters' lets new frames inherit parameters from
 the selected frame.
 
+** Commands should use `region-active-p' to test whether there is
+an active region that they should operate on.
+
 ** New keymap `input-decode-map' overrides like key-translation-map, but
 applies before function-key-map.  Also it is terminal-local contrary to
 key-translation-map.  Terminal-specific key-sequences are generally added to