diff options
| author | Joakim Verona | 2011-10-14 11:00:50 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-10-14 11:00:50 +0200 |
| commit | dab7e06ab78b5aa2b747ded874bbef8b6667a28d (patch) | |
| tree | 60e8a4d369258032e70dfbc5533027367e69997f /etc | |
| parent | 3d9b00348ff3d3c70e1cad0b4804170a6a24779d (diff) | |
| parent | 466a320edc8304632373066a61ee9f5903aa82a1 (diff) | |
| download | emacs-dab7e06ab78b5aa2b747ded874bbef8b6667a28d.tar.gz emacs-dab7e06ab78b5aa2b747ded874bbef8b6667a28d.zip | |
upstream
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 5 insertions, 3 deletions
| @@ -459,16 +459,16 @@ bound to M-=, which shows the number of lines, words, and characters. | |||
| 459 | also deletes newlines around point. | 459 | also 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'. |
| 464 | If non-nil, [delete] and DEL delete the region if it is active and no | 464 | If non-nil, [delete] and DEL delete the region if it is active and no |
| 465 | prefix argument is given. If set to `kill', these commands kill | 465 | prefix argument is given. If set to `kill', these commands kill |
| 466 | instead. | 466 | instead. |
| 467 | 467 | +++ | |
| 468 | *** New command `delete-forward-char', bound to [delete]. | 468 | *** New command `delete-forward-char', bound to [delete]. |
| 469 | This is meant for interactive use, and obeys `delete-active-region'. | 469 | This is meant for interactive use, and obeys `delete-active-region'. |
| 470 | The command `delete-char' does not obey `delete-active-region'. | 470 | The 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. |
| 473 | Apart from obeying `delete-active-region', its behavior is unchanged. | 473 | Apart from obeying `delete-active-region', its behavior is unchanged. |
| 474 | However, the byte compiler now warns if it is called from Lisp; you | 474 | However, 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. |
| 538 | To inhibit this, change `x-select-enable-clipboard-manager' to nil. | 538 | To 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 |
| 541 | the lines in the current rectangle. With a prefix argument, this | 542 | the lines in the current rectangle. With a prefix argument, this |
| 542 | prompts for a number to count from and for a format string. | 543 | prompts 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 | |||
| 947 | a menu-bar or tool-bar, respectively. If the alist entries are added, | 948 | a menu-bar or tool-bar, respectively. If the alist entries are added, |
| 948 | they override the value of `menu-bar-mode'/`tool-bar-mode'. | 949 | they 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, |
| 951 | similar to the ones created by shift-selection. In previous Emacs | 953 | similar to the ones created by shift-selection. In previous Emacs |
| 952 | versions, these regions were delineated by `mouse-drag-overlay', which | 954 | versions, these regions were delineated by `mouse-drag-overlay', which |