aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 28a7d0b808b..3cce2f283c2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12006-03-16 Kim F. Storm <storm@cua.dk>
2
3 * ido.el (ido-edit-input): Use selected match, if any.
4
12006-03-16 Bill Wohler <wohler@newt.com> 52006-03-16 Bill Wohler <wohler@newt.com>
2 6
3 * image.el (image-load-path-for-library): Prefer user's images in 7 * image.el (image-load-path-for-library): Prefer user's images in
@@ -14,7 +18,7 @@
14 (gdb-force-mode-line-update): New function. 18 (gdb-force-mode-line-update): New function.
15 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped) 19 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
16 (gdb-exited): Use them. 20 (gdb-exited): Use them.
17 (gdb-signal): New fuction. 21 (gdb-signal): New fuction.
18 (gdb-annotation-rules): Provide a rule for it. 22 (gdb-annotation-rules): Provide a rule for it.
19 23
202006-03-16 Kenichi Handa <handa@m17n.org> 242006-03-16 Kenichi Handa <handa@m17n.org>