emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Wed, 24 Jan 2007 00:07:24 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  07/01/24 00:07:23

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.10594
retrieving revision 1.10595
diff -u -b -r1.10594 -r1.10595
--- ChangeLog   23 Jan 2007 23:58:09 -0000      1.10594
+++ ChangeLog   24 Jan 2007 00:07:23 -0000      1.10595
@@ -1,3 +1,16 @@
+2007-01-24  Kim F. Storm  <address@hidden>
+
+       * 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  <address@hidden>
 
        * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]