diff options
| author | Chong Yidong | 2009-03-17 04:54:03 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-03-17 04:54:03 +0000 |
| commit | d897e8eefb228ca2e6817c0ccd69d233ad1a888f (patch) | |
| tree | 6bda3686487a799d253db8df184f1e9a04500e6d | |
| parent | 90810a8ef08f7d86ed0e17ae4f355b69c3d24605 (diff) | |
| download | emacs-d897e8eefb228ca2e6817c0ccd69d233ad1a888f.tar.gz emacs-d897e8eefb228ca2e6817c0ccd69d233ad1a888f.zip | |
* minibuf.texi (Basic Completion): Note that
read-file-name-completion-ignore-case and
read-buffer-completion-ignore-case can override
completion-ignore-case.
(Minibuffer Completion): Document completing-read changes.
(Completion Commands): Avoid mentioning partial completion mode.
Document minibuffer-completion-confirm changes, and
minibuffer-confirm-exit-commands.
(High-Level Completion): Document new require-match behavior for
read-buffer. Document read-buffer-completion-ignore-case.
(Reading File Names): Document new require-match behavior for
read-file-name.
| -rw-r--r-- | doc/lispref/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 7e807e04f90..1ff07c9bd5d 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2009-03-17 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * minibuf.texi (Basic Completion): Note that | ||
| 4 | read-file-name-completion-ignore-case and | ||
| 5 | read-buffer-completion-ignore-case can override | ||
| 6 | completion-ignore-case. | ||
| 7 | (Minibuffer Completion): Document completing-read changes. | ||
| 8 | (Completion Commands): Avoid mentioning partial completion mode. | ||
| 9 | Document minibuffer-completion-confirm changes, and | ||
| 10 | minibuffer-confirm-exit-commands. | ||
| 11 | (High-Level Completion): Document new require-match behavior for | ||
| 12 | read-buffer. Document read-buffer-completion-ignore-case. | ||
| 13 | (Reading File Names): Document new require-match behavior for | ||
| 14 | read-file-name. | ||
| 15 | |||
| 1 | 2009-03-14 Chong Yidong <cyd@stupidchicken.com> | 16 | 2009-03-14 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 17 | ||
| 3 | * debugging.texi (Error Debugging): Don't mislead the reader into | 18 | * debugging.texi (Error Debugging): Don't mislead the reader into |