diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 957c751750b..ceab0a14fcf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * minibuffer.el (completion-metadata): Prepend the alist with `metadata'. | ||
| 4 | (completion-try-completion, completion-all-completions): Compute the | ||
| 5 | metadata argument if it's missing; make it optional (bug#8795). | ||
| 6 | |||
| 3 | * wid-edit.el: Use lexical scoping and move towards completion-at-point. | 7 | * wid-edit.el: Use lexical scoping and move towards completion-at-point. |
| 4 | (widget-complete): Use new :completion-function property. | 8 | (widget-complete): Use new :completion-function property. |
| 5 | (widget-completions-at-point): New function. | 9 | (widget-completions-at-point): New function. |