diff options
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 afce3835ed2..cf6b4d3496f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | Add a new completion style `substring'. | ||
| 4 | * minibuffer.el (completion-basic--pattern): New function. | ||
| 5 | (completion-basic-try-completion, completion-basic-all-completions): | ||
| 6 | Use it. | ||
| 7 | (completion-substring--all-completions) | ||
| 8 | (completion-substring-try-completion) | ||
| 9 | (completion-substring-all-completions): New functions. | ||
| 10 | (completion-styles-alist): New style `substring'. | ||
| 11 | |||
| 1 | 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca> | 12 | 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 13 | ||
| 3 | Get rid of .elc files after removal of the corresponding .el. | 14 | Get rid of .elc files after removal of the corresponding .el. |