diff options
| -rw-r--r-- | lisp/ChangeLog | 6 |
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 @@ | |||
| 1 | 2006-03-16 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * ido.el (ido-edit-input): Use selected match, if any. | ||
| 4 | |||
| 1 | 2006-03-16 Bill Wohler <wohler@newt.com> | 5 | 2006-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 | ||
| 20 | 2006-03-16 Kenichi Handa <handa@m17n.org> | 24 | 2006-03-16 Kenichi Handa <handa@m17n.org> |