aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog13
-rw-r--r--src/ChangeLog4
2 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index adb227a6b45..1acd58d13dc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
12007-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
12007-01-23 Michael Kifer <kifer@cs.stonybrook.edu> 142007-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.
diff --git a/src/ChangeLog b/src/ChangeLog
index 31abecae763..80d9d85eff7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12007-01-24 Kim F. Storm <storm@cua.dk>
2
3 * keymap.c (describe_map): Don't consider prefix keys to be shadowed.
4
12007-01-23 Juanma Barranquero <lekktu@gmail.com> 52007-01-23 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * editfns.c (Finsert_char): Doc fix. 7 * editfns.c (Finsert_char): Doc fix.