diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -163,6 +163,13 @@ and this variable has been marked obsolete. | |||
| 163 | 163 | ||
| 164 | * Editing Changes in Emacs 24.4 | 164 | * Editing Changes in Emacs 24.4 |
| 165 | 165 | ||
| 166 | ** C-x TAB enters a transient interactive mode. | ||
| 167 | You can then use the left/right cursor keys to move the block of text. | ||
| 168 | |||
| 169 | ** `tab-stop-list' is now implicitly extended to infinity. | ||
| 170 | Its default value is changed to nil which means a tab stop every | ||
| 171 | `tab-width' columns. | ||
| 172 | |||
| 166 | ** `split-window' is no longer a command, just a non-interactive function. | 173 | ** `split-window' is no longer a command, just a non-interactive function. |
| 167 | As a command it was a special case of `split-window-below', and as such | 174 | As a command it was a special case of `split-window-below', and as such |
| 168 | superfluous. After being reimplemented in Lisp, its interactive form | 175 | superfluous. After being reimplemented in Lisp, its interactive form |