]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Wed, 24 Jan 2007 00:26:20 +0000 (00:26 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 24 Jan 2007 00:26:20 +0000 (00:26 +0000)
lisp/ChangeLog
src/ChangeLog

index adb227a6b453e47cd6faab4a114c1f189902bd90..1acd58d13dc9e09d377b1afad9264f340d7be131 100644 (file)
@@ -1,3 +1,16 @@
+2007-01-24  Kim F. Storm  <storm@cua.dk>
+
+       * ido.el (ido-initial-position): New variable.
+       (ido-read-internal): Set it if default item is specified.
+       (ido-minibuffer-setup): Position cursor accordingly if set.
+       (ido-edit-input): C-e moves to end of input if not already there.
+       (ido-magic-backward-char): C-b does like M-b if prev char is /.
+       Don't switch to buffer mode if repeating C-b at start of input.
+       (ido-toggle-ignore): C-a only toggles ignore at start or end of
+       input; else it moves to start of input.
+       (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
+       not at end of input, delete rest of input, rather than normal op.
+
 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
 
        * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
index 31abecae7632bba7c32632035978a399e28fad60..80d9d85eff766f3f455dd9fc126a918c08a3998f 100644 (file)
@@ -1,3 +1,7 @@
+2007-01-24  Kim F. Storm  <storm@cua.dk>
+
+       * keymap.c (describe_map): Don't consider prefix keys to be shadowed.
+
 2007-01-23  Juanma Barranquero  <lekktu@gmail.com>
 
        * editfns.c (Finsert_char): Doc fix.