aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman2007-12-23 21:46:25 +0000
committerRichard M. Stallman2007-12-23 21:46:25 +0000
commitd03b9b3108cc27e5c8058788ffcb32068ec0d953 (patch)
tree5d3f1150f6263fe455a2fc0af82332536ad01d0b /etc
parent55d77548e7e8cb10ca1690259f82ba541f7d9bd3 (diff)
downloademacs-d03b9b3108cc27e5c8058788ffcb32068ec0d953.tar.gz
emacs-d03b9b3108cc27e5c8058788ffcb32068ec0d953.zip
(region-active-p): New function.
(use-empty-active-region): New variable.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fb51744bab6..d7e7f0f93c6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -149,6 +149,9 @@ word at point.
149** TAB now indents the region if the region is active and 149** TAB now indents the region if the region is active and
150`transient-mark-mode' is turned on. 150`transient-mark-mode' is turned on.
151 151
152** `use-empty-active-region' controls whether an empty active region
153in Transient Mark mode should make commands operate on that empty region.
154
152** C-z now invokes `suspend-frame', C-x C-c now invokes 155** C-z now invokes `suspend-frame', C-x C-c now invokes
153`save-buffers-kill-terminal'. 156`save-buffers-kill-terminal'.
154 157
@@ -439,6 +442,9 @@ variable as having been made within Custom.
439** `frame-inherited-parameters' lets new frames inherit parameters from 442** `frame-inherited-parameters' lets new frames inherit parameters from
440the selected frame. 443the selected frame.
441 444
445** Commands should use `region-active-p' to test whether there is
446an active region that they should operate on.
447
442** New keymap `input-decode-map' overrides like key-translation-map, but 448** New keymap `input-decode-map' overrides like key-translation-map, but
443applies before function-key-map. Also it is terminal-local contrary to 449applies before function-key-map. Also it is terminal-local contrary to
444key-translation-map. Terminal-specific key-sequences are generally added to 450key-translation-map. Terminal-specific key-sequences are generally added to