comparison etc/NEWS @ 87379:7fb15af635f4

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 23 Dec 2007 21:46:25 +0000
parents 1a0cb9242365
children 67cc3c303593
comparison
equal deleted inserted replaced
87378:6be99f7927ac 87379:7fb15af635f4
146 `transient-mark-mode' is turned on. Otherwise, it checks spelling of the 146 `transient-mark-mode' is turned on. Otherwise, it checks spelling of the
147 word at point. 147 word at point.
148 148
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
152 ** `use-empty-active-region' controls whether an empty active region
153 in Transient Mark mode should make commands operate on that empty region.
151 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
155 ** New command kill-matching-buffers kills buffers whose name matches a regexp. 158 ** New command kill-matching-buffers kills buffers whose name matches a regexp.
437 variable as having been made within Custom. 440 variable as having been made within Custom.
438 441
439 ** `frame-inherited-parameters' lets new frames inherit parameters from 442 ** `frame-inherited-parameters' lets new frames inherit parameters from
440 the selected frame. 443 the selected frame.
441 444
445 ** Commands should use `region-active-p' to test whether there is
446 an 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
443 applies before function-key-map. Also it is terminal-local contrary to 449 applies before function-key-map. Also it is terminal-local contrary to
444 key-translation-map. Terminal-specific key-sequences are generally added to 450 key-translation-map. Terminal-specific key-sequences are generally added to
445 this map rather than to function-key-map now. 451 this map rather than to function-key-map now.
446 452