aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJoakim Verona2011-10-14 11:00:50 +0200
committerJoakim Verona2011-10-14 11:00:50 +0200
commitdab7e06ab78b5aa2b747ded874bbef8b6667a28d (patch)
tree60e8a4d369258032e70dfbc5533027367e69997f /etc
parent3d9b00348ff3d3c70e1cad0b4804170a6a24779d (diff)
parent466a320edc8304632373066a61ee9f5903aa82a1 (diff)
downloademacs-dab7e06ab78b5aa2b747ded874bbef8b6667a28d.tar.gz
emacs-dab7e06ab78b5aa2b747ded874bbef8b6667a28d.zip
upstream
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b9fed18355d..386462fe92e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -459,16 +459,16 @@ bound to M-=, which shows the number of lines, words, and characters.
459also deletes newlines around point. 459also deletes newlines around point.
460 460
461** Deletion changes 461** Deletion changes
462 462+++
463*** New option `delete-active-region'. 463*** New option `delete-active-region'.
464If non-nil, [delete] and DEL delete the region if it is active and no 464If non-nil, [delete] and DEL delete the region if it is active and no
465prefix argument is given. If set to `kill', these commands kill 465prefix argument is given. If set to `kill', these commands kill
466instead. 466instead.
467 467+++
468*** New command `delete-forward-char', bound to [delete]. 468*** New command `delete-forward-char', bound to [delete].
469This is meant for interactive use, and obeys `delete-active-region'. 469This is meant for interactive use, and obeys `delete-active-region'.
470The command `delete-char' does not obey `delete-active-region'. 470The command `delete-char' does not obey `delete-active-region'.
471 471---
472*** `delete-backward-char' is now a Lisp function. 472*** `delete-backward-char' is now a Lisp function.
473Apart from obeying `delete-active-region', its behavior is unchanged. 473Apart from obeying `delete-active-region', its behavior is unchanged.
474However, the byte compiler now warns if it is called from Lisp; you 474However, the byte compiler now warns if it is called from Lisp; you
@@ -537,6 +537,7 @@ between applications.
537*** X clipboard managers are now supported. 537*** X clipboard managers are now supported.
538To inhibit this, change `x-select-enable-clipboard-manager' to nil. 538To inhibit this, change `x-select-enable-clipboard-manager' to nil.
539 539
540+++
540** New command `rectangle-number-lines', bound to `C-x r N', numbers 541** New command `rectangle-number-lines', bound to `C-x r N', numbers
541the lines in the current rectangle. With a prefix argument, this 542the lines in the current rectangle. With a prefix argument, this
542prompts for a number to count from and for a format string. 543prompts for a number to count from and for a format string.
@@ -947,6 +948,7 @@ variable `menu-bar-mode'/`tool-bar-mode' to determine whether to create
947a menu-bar or tool-bar, respectively. If the alist entries are added, 948a menu-bar or tool-bar, respectively. If the alist entries are added,
948they override the value of `menu-bar-mode'/`tool-bar-mode'. 949they override the value of `menu-bar-mode'/`tool-bar-mode'.
949 950
951+++
950** Regions created by mouse dragging are now normal active regions, 952** Regions created by mouse dragging are now normal active regions,
951similar to the ones created by shift-selection. In previous Emacs 953similar to the ones created by shift-selection. In previous Emacs
952versions, these regions were delineated by `mouse-drag-overlay', which 954versions, these regions were delineated by `mouse-drag-overlay', which