aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS4
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index f7e40aa2c67..0eb21406105 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12011-05-03 Leo Liu <sdl.web@gmail.com>
2
3 * NEWS: Mention the new command isearch-yank-pop.
4
12011-05-03 Teodor Zlatanov <tzz@lifelogs.com> 52011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
2 6
3 * NEWS: Mention new library gnutls.el and explain GnuTLS 7 * NEWS: Mention new library gnutls.el and explain GnuTLS
diff --git a/etc/NEWS b/etc/NEWS
index 8aa503c5dd8..5094ecfc4fc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -281,6 +281,10 @@ replaced with Lisp commands `doc-file-to-man' and `doc-file-to-info'.
281*** C-y in Isearch is now bound to isearch-yank-kill, instead of 281*** C-y in Isearch is now bound to isearch-yank-kill, instead of
282isearch-yank-line. 282isearch-yank-line.
283 283
284---
285*** M-y in Isearch is now bound to isearch-yank-pop, instead of
286isearch-yank-kill.
287
284+++ 288+++
285*** M-s C-e in Isearch is now bound to isearch-yank-line. 289*** M-s C-e in Isearch is now bound to isearch-yank-line.
286 290