+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
+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.