Mercurial > emacs
comparison lisp/ChangeLog @ 98099:c42264a3bf7e
* ido.el (ido-file-internal): Fix typo in prompt.
(ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
(ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
(ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
(ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
Fix typos in docstrings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 08 Sep 2008 14:19:37 +0000 |
parents | 5ca24db5127c |
children | c4934c5221ea |
comparison
equal
deleted
inserted
replaced
98098:5ca24db5127c | 98099:c42264a3bf7e |
---|---|
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 |
4 after filling. | 13 after filling. |
5 | 14 |
11 2008-09-07 Chong Yidong <cyd@stupidchicken.com> | 20 2008-09-07 Chong Yidong <cyd@stupidchicken.com> |
12 | 21 |
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'. |
20 | 29 |
21 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca> | 30 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca> |
135 | 144 |
136 * help-mode.el (help-xref-forward-stack): Doc fix. | 145 * help-mode.el (help-xref-forward-stack): Doc fix. |
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. |
144 (verilog-auto, verilog-auto-inst, verilog-faq) | 153 (verilog-auto, verilog-auto-inst, verilog-faq) |
145 (verilog-submit-bug-report): Update author support URLs. | 154 (verilog-submit-bug-report): Update author support URLs. |