diff options
| author | Stefan Monnier | 2009-09-01 19:49:34 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-09-01 19:49:34 +0000 |
| commit | fcb68f70a4a3e003f543dd44cad370743f41fbbb (patch) | |
| tree | 756e8b6c58f288a39fbcb084f25bff6200b431c4 /lisp/ChangeLog | |
| parent | 0142e36b61fc557fd3536e15e34518facc70ad94 (diff) | |
| download | emacs-fcb68f70a4a3e003f543dd44cad370743f41fbbb.tar.gz emacs-fcb68f70a4a3e003f543dd44cad370743f41fbbb.zip | |
(completion-try-completion, completion-all-completions):
Remove ill-defined (and mistakenly installed and luckily never used nor
documented) `completion-styles' property.
(completion-initials-expand, completion-initials-all-completions)
(completion-initials-try-completion): New functions.
(completion-styles-alist): Add doc to each entry.
Add new `initials' entry.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a7c9a5695ec..54a86f560b1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * minibuffer.el (completion-try-completion) | ||
| 4 | (completion-all-completions): Remove ill-defined (and | ||
| 5 | mistakenly installed and luckily never used nor documented) | ||
| 6 | `completion-styles' property. | ||
| 7 | (completion-initials-expand, completion-initials-all-completions) | ||
| 8 | (completion-initials-try-completion): New functions. | ||
| 9 | (completion-styles-alist): Add doc to each entry. | ||
| 10 | Add new `initials' entry. | ||
| 11 | |||
| 1 | 2009-09-01 Nick Roberts <nickrob@snap.net.nz> | 12 | 2009-09-01 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 13 | ||
| 3 | * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant | 14 | * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant |