]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 3 Feb 2003 22:51:45 +0000 (22:51 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 3 Feb 2003 22:51:45 +0000 (22:51 +0000)
lisp/ChangeLog
src/ChangeLog

index 560ccf3711b78c90da63675a86360150645469d3..0571be79661d54e6e40e08e05157ce449ababe46 100644 (file)
@@ -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
index d5ed10f6a514db0420420023b34da12c305d069b..56159bffca1b2c8b2134d15b4f2173001032d15f 100644 (file)
@@ -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\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * gtkutil.c (remove_from_container): Copying list is not needed.