aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 560c54c0f83..00e47907cde 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
167You 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.
170Its 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.
167As a command it was a special case of `split-window-below', and as such 174As a command it was a special case of `split-window-below', and as such
168superfluous. After being reimplemented in Lisp, its interactive form 175superfluous. After being reimplemented in Lisp, its interactive form