diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a0f4ead0b32..281d334416d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2008-09-08 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * ido.el (ido-file-internal): Fix typo in prompt. | ||
| 4 | (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes. | ||
| 5 | (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers) | ||
| 6 | (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions) | ||
| 7 | (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir): | ||
| 8 | Fix typos in docstrings. | ||
| 9 | |||
| 1 | 2008-09-08 Martin Rudalics <rudalics@gmx.at> | 10 | 2008-09-08 Martin Rudalics <rudalics@gmx.at> |
| 2 | 11 | ||
| 3 | * help-fns.el (describe-function-1): Don't print extra newline | 12 | * help-fns.el (describe-function-1): Don't print extra newline |
| @@ -13,7 +22,7 @@ | |||
| 13 | * complete.el (PC-do-completion): Don't replace buffer | 22 | * complete.el (PC-do-completion): Don't replace buffer |
| 14 | contents (bug#227). | 23 | contents (bug#227). |
| 15 | 24 | ||
| 16 | 2008-09-05 Juanma Barranquero <lekktu@gmail.com> | 25 | 2008-09-07 Juanma Barranquero <lekktu@gmail.com> |
| 17 | 26 | ||
| 18 | * loadhist.el (unload-feature-special-hooks): | 27 | * loadhist.el (unload-feature-special-hooks): |
| 19 | Add `choose-completion-string-functions'. | 28 | Add `choose-completion-string-functions'. |
| @@ -137,7 +146,7 @@ | |||
| 137 | 146 | ||
| 138 | * add-log.el (change-log-default-name): Autoload safety. | 147 | * add-log.el (change-log-default-name): Autoload safety. |
| 139 | 148 | ||
| 140 | 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org> | 149 | 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org> |
| 141 | 150 | ||
| 142 | * verilog-mode.el (verilog-library-extensions): Enable .sv | 151 | * verilog-mode.el (verilog-library-extensions): Enable .sv |
| 143 | filename extensions to call verilog-mode. | 152 | filename extensions to call verilog-mode. |