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 @@ +2006-12-10 Kim F. Storm <storm@cua.dk> + + * ido.el (ido-init-completion-maps): Remap backward-kill-word + instead of binding M-backspace. + 2006-12-10 Juanma Barranquero <lekktu@gmail.com> * 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 @@ +2006-12-10 Kim F. Storm <storm@cua.dk> + + * xdisp.c (show_mouse_face): Never use text cursor in tool-bar. + 2006-12-10 Juanma Barranquero <lekktu@gmail.com> * abbrev.c (syms_of_abbrev) <last-abbrev-text>: |
