diff options
| author | Paul Eggert | 2011-03-06 22:26:47 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-03-06 22:26:47 -0800 |
| commit | 07b48fa9daec2894ad549f44fb468b251896d829 (patch) | |
| tree | 2cde6971d6f14a05adb8b6585cb4fa334d4b73aa /etc | |
| parent | d432397227a87fd18c33a27806cd2c0fbcd203af (diff) | |
| parent | ef272f1fc10a4f8464c886ccc02ea67b2c3b2769 (diff) | |
| download | emacs-07b48fa9daec2894ad549f44fb468b251896d829.tar.gz emacs-07b48fa9daec2894ad549f44fb468b251896d829.zip | |
Merge from mainline.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -247,6 +247,15 @@ replaced with Lisp commands `doc-file-to-man' and `doc-file-to-info'. | |||
| 247 | 247 | ||
| 248 | * Editing Changes in Emacs 24.1 | 248 | * Editing Changes in Emacs 24.1 |
| 249 | 249 | ||
| 250 | ** Search changes | ||
| 251 | |||
| 252 | +++ | ||
| 253 | *** C-y in Isearch is now bound to isearch-yank-kill, instead of | ||
| 254 | isearch-yank-line. | ||
| 255 | |||
| 256 | +++ | ||
| 257 | *** M-s C-e in Isearch is now bound to isearch-yank-line. | ||
| 258 | |||
| 250 | +++ | 259 | +++ |
| 251 | ** There is a new command `count-words-region', which does what you expect. | 260 | ** There is a new command `count-words-region', which does what you expect. |
| 252 | 261 | ||