diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 384a30cb7cd..8f96a838cc5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * minibuffer.el (complete-with-action): Return nil for the metadata and | ||
| 4 | boundaries of non-functional tables. | ||
| 5 | (completion-table-dynamic): Return nil for the metadata. | ||
| 6 | (completion-table-with-terminator): Add default case, using | ||
| 7 | complete-with-action. | ||
| 8 | (completion--metadata): New function. | ||
| 9 | (completion-all-sorted-completions, minibuffer-completion-help): Use it | ||
| 10 | to try and avoid pathological performance problems. | ||
| 11 | (completion--embedded-envvar-table): Return `category' metadata. | ||
| 12 | |||
| 1 | 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org> | 13 | 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 14 | ||
| 3 | * subr.el (process-alive-p): New tiny convenience function. | 15 | * subr.el (process-alive-p): New tiny convenience function. |