diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -254,11 +254,12 @@ You can pick the name of the function and the variables with `C-x 4 a'. | |||
| 254 | * Changes in Specialized Modes and Packages in Emacs 24.4 | 254 | * Changes in Specialized Modes and Packages in Emacs 24.4 |
| 255 | 255 | ||
| 256 | ** CUA-mode | 256 | ** CUA-mode |
| 257 | CUA-mode was changed to make use of delete-selection-mode and | 257 | *** CUA-mode was changed to make use of delete-selection-mode and |
| 258 | shift-select-mode. So you can now enable it independently from | 258 | shift-select-mode. So you can now enable it independently from |
| 259 | transient-mark-mode, delete-selection-mode, and shift-select-mode. | 259 | transient-mark-mode, delete-selection-mode, and shift-select-mode. |
| 260 | As a result, cua-highlight-region-shift-only is obsolete | 260 | As a result, cua-highlight-region-shift-only is obsolete |
| 261 | (you can disable transient-mark-mode to get the same result). | 261 | (you can disable transient-mark-mode to get the same result). |
| 262 | *** CUA's rectangles can now be used via `cua-rectangle-mark-mode'. | ||
| 262 | 263 | ||
| 263 | ** `delete-selection-mode' can be used without transient-mark-mode. | 264 | ** `delete-selection-mode' can be used without transient-mark-mode. |
| 264 | 265 | ||