diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 32c2dc72579..cfde18d39e3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-12-10 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * ido.el (ido-init-completion-maps): Remap backward-kill-word | ||
| 4 | instead of binding M-backspace. | ||
| 5 | |||
| 1 | 2006-12-10 Juanma Barranquero <lekktu@gmail.com> | 6 | 2006-12-10 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * replace.el (replace-match-data, replace-match-maybe-edit): | 8 | * replace.el (replace-match-data, replace-match-maybe-edit): |
diff --git a/src/ChangeLog b/src/ChangeLog index 4aefced3e19..b637217e06e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-12-10 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * xdisp.c (show_mouse_face): Never use text cursor in tool-bar. | ||
| 4 | |||
| 1 | 2006-12-10 Juanma Barranquero <lekktu@gmail.com> | 5 | 2006-12-10 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * abbrev.c (syms_of_abbrev) <last-abbrev-text>: | 7 | * abbrev.c (syms_of_abbrev) <last-abbrev-text>: |