*** empty log message ***

This commit is contained in:
Kim F. Storm 2003-02-03 22:51:45 +00:00
parent f0a73ccce1
commit 578846a3f8
2 changed files with 13 additions and 0 deletions

View 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

View 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,Ad(Brv <jan.h.d@swipnet.se>
* gtkutil.c (remove_from_container): Copying list is not needed.