diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 822d0eaf17f..b8ffbc48471 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2013-08-27 Juri Linkov <juri@jurta.org> | 1 | 2013-08-27 Juri Linkov <juri@jurta.org> |
| 2 | 2 | ||
| 3 | * isearch.el (isearch-other-meta-char): Don't store kmacro commands | ||
| 4 | in the keyboard macro. (Bug#15126) | ||
| 5 | |||
| 6 | 2013-08-27 Juri Linkov <juri@jurta.org> | ||
| 7 | |||
| 3 | * isearch.el (isearch-quote-char): Comment out converting unibyte | 8 | * isearch.el (isearch-quote-char): Comment out converting unibyte |
| 4 | to multibyte, thus syncing with its `quoted-insert' counterpart. | 9 | to multibyte, thus syncing with its `quoted-insert' counterpart. |
| 5 | (Bug#15166) | 10 | (Bug#15166) |