Mercurial > emacs
comparison lisp/ChangeLog @ 75392:496d2145a60d
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 24 Jan 2007 00:26:20 +0000 |
parents | 30ab6cb6bead |
children | 73ce834aa36f |
comparison
equal
deleted
inserted
replaced
75391:1859649395ed | 75392:496d2145a60d |
---|---|
1 2007-01-24 Kim F. Storm <storm@cua.dk> | |
2 | |
3 * ido.el (ido-initial-position): New variable. | |
4 (ido-read-internal): Set it if default item is specified. | |
5 (ido-minibuffer-setup): Position cursor accordingly if set. | |
6 (ido-edit-input): C-e moves to end of input if not already there. | |
7 (ido-magic-backward-char): C-b does like M-b if prev char is /. | |
8 Don't switch to buffer mode if repeating C-b at start of input. | |
9 (ido-toggle-ignore): C-a only toggles ignore at start or end of | |
10 input; else it moves to start of input. | |
11 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is | |
12 not at end of input, delete rest of input, rather than normal op. | |
13 | |
1 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu> | 14 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu> |
2 | 15 |
3 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB. | 16 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB. |
4 | 17 |
5 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text | 18 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text |