diff options
| author | Luc Teirlinck | 2004-02-04 03:08:59 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-02-04 03:08:59 +0000 |
| commit | 4b574f3d8ec5dc9a58a89d970e09715041d9f4a0 (patch) | |
| tree | 0f4d579037fd9c442d6236ee3b41cd580d526ab5 /lispref/ChangeLog | |
| parent | 13c5d120fc89e35407b0092bef93c809a0b715fd (diff) | |
| download | emacs-4b574f3d8ec5dc9a58a89d970e09715041d9f4a0.tar.gz emacs-4b574f3d8ec5dc9a58a89d970e09715041d9f4a0.zip | |
(Text from Minibuffer): Various corrections and clarifications.
(Object from Minibuffer): Correct Lisp description of read-minibuffer.
(Minibuffer History): Clarify description of cons values for HISTORY arguments.
(Basic Completion): Various corrections and clarifications.
Add completion-regexp-list.
(Minibuffer Completion): Correct and clarify description of completing-read.
(Completion Commands): Mention partial-completion-mode.
Various other minor changes.
(High-Level Completion): Various corrections and clarifications.
(Reading File Names): Ditto.
(Minibuffer Misc): Ditto.
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 20dd4f13d03..7ec7f992ea0 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2004-02-03 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * minibuf.texi (Text from Minibuffer): Various corrections and | ||
| 4 | clarifications. | ||
| 5 | (Object from Minibuffer): Correct Lisp description of | ||
| 6 | read-minibuffer. | ||
| 7 | (Minibuffer History): Clarify description of cons values for | ||
| 8 | HISTORY arguments. | ||
| 9 | (Basic Completion): Various corrections and clarifications. Add | ||
| 10 | completion-regexp-list. | ||
| 11 | (Minibuffer Completion): Correct and clarify description of | ||
| 12 | completing-read. | ||
| 13 | (Completion Commands): Mention partial-completion-mode. Various | ||
| 14 | other minor changes. | ||
| 15 | (High-Level Completion): Various corrections and clarifications. | ||
| 16 | (Reading File Names): Ditto. | ||
| 17 | (Minibuffer Misc): Ditto. | ||
| 18 | |||
| 1 | 2004-01-26 Luc Teirlinck <teirllm@auburn.edu> | 19 | 2004-01-26 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 20 | ||
| 3 | * strings.texi (Text Comparison): assoc-string also matches | 21 | * strings.texi (Text Comparison): assoc-string also matches |