Mercurial > emacs
changeset 49580:0b1a8984fce1
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 03 Feb 2003 22:51:45 +0000 |
parents | e19c547c5487 |
children | 1da238f2a17d |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Feb 03 22:33:13 2003 +0000 +++ b/lisp/ChangeLog Mon Feb 03 22:51:45 2003 +0000 @@ -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
--- a/src/ChangeLog Mon Feb 03 22:33:13 2003 +0000 +++ b/src/ChangeLog Mon Feb 03 22:51:45 2003 +0000 @@ -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.