diff options
author | Kim F. Storm <storm@cua.dk> | 2003-02-03 22:51:45 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2003-02-03 22:51:45 +0000 |
commit | 578846a3f815853348703ab5fb6ac24c9c817645 (patch) | |
tree | a97ced16ca064dc49d14a79f8ad51f294fc534ba | |
parent | f0a73ccce1336f6fa8889c51b002f1c14cbe3082 (diff) | |
download | emacs-578846a3f815853348703ab5fb6ac24c9c817645.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 9 | ||||
-rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 560ccf3711b..0571be79661 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2003-02-04 Kim F. Storm <storm@cua.dk> + + * ido.el (ido-define-mode-map): Remap viper delete char/word + commands to their ido specific equivalents. Disable ESC in + viper mode (to avoid exiting insert mode), since ido doesn't + work in viper command mode. + (ido-delete-backward-updir, ido-delete-backward-word-updir): + Handle remapped viper commands. + 2003-02-03 Juanma Barranquero <lektu@terra.es> * calculator.el (calculator): Don't use the minibuffer even in diff --git a/src/ChangeLog b/src/ChangeLog index d5ed10f6a51..56159bffca1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2003-02-04 Kim F. Storm <storm@cua.dk> + + * keyboard.c (syms_of_keyboard) <this-original-command>: Doc fix. + 2003-02-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * gtkutil.c (remove_from_container): Copying list is not needed. |