aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2011-03-06 22:26:47 -0800
committerPaul Eggert2011-03-06 22:26:47 -0800
commit07b48fa9daec2894ad549f44fb468b251896d829 (patch)
tree2cde6971d6f14a05adb8b6585cb4fa334d4b73aa /etc
parentd432397227a87fd18c33a27806cd2c0fbcd203af (diff)
parentef272f1fc10a4f8464c886ccc02ea67b2c3b2769 (diff)
downloademacs-07b48fa9daec2894ad549f44fb468b251896d829.tar.gz
emacs-07b48fa9daec2894ad549f44fb468b251896d829.zip
Merge from mainline.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index df9884e94b1..ac7fdcbab0c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
254isearch-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