diff options
| -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 |