diff options
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 536d005663d..cc4c40668fd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,14 +1,14 @@ | |||
| 1 | 2010-01-18 Óscar Fuentes <ofv@wanadoo.es> | 1 | 2010-01-18 Óscar Fuentes <ofv@wanadoo.es> |
| 2 | 2 | ||
| 3 | * ido.el (ido-cur-list): Initialize as nil. | 3 | * ido.el (ido-cur-list): Initialize to nil. |
| 4 | Remove obsolete information from commentary. | 4 | Remove obsolete information from commentary. |
| 5 | (ido-choice-list): Initialize as nil. | 5 | (ido-choice-list): Initialize to nil. |
| 6 | (ido-get-bufname): Reject minibuffers. | 6 | (ido-get-bufname): Reject minibuffers. |
| 7 | (ido-make-buffer-list): If "default" is a nonexistent | 7 | (ido-make-buffer-list): If "default" is a nonexistent |
| 8 | buffer, ignore it, as per the docstring. | 8 | buffer, ignore it, as per the function's comment. |
| 9 | (ido-kill-buffer-internal): New function. | 9 | (ido-kill-buffer-internal): New function. |
| 10 | (ido-kill-buffer-at-head): Use it. | 10 | (ido-kill-buffer-at-head): Use it. |
| 11 | (ido-visit-buffer): Likewise. | 11 | (ido-visit-buffer): Likewise. |
| 12 | 12 | ||
| 13 | 2010-01-18 Chong Yidong <cyd@stupidchicken.com> | 13 | 2010-01-18 Chong Yidong <cyd@stupidchicken.com> |
| 14 | 14 | ||