diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 4 |
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 @@ | |||
| 1 | 2011-05-03 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * NEWS: Mention the new command isearch-yank-pop. | ||
| 4 | |||
| 1 | 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com> | 5 | 2011-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 |
| @@ -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 |
| 282 | isearch-yank-line. | 282 | isearch-yank-line. |
| 283 | 283 | ||
| 284 | --- | ||
| 285 | *** M-y in Isearch is now bound to isearch-yank-pop, instead of | ||
| 286 | isearch-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 | ||