diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3c9e81f0b8a..03d1d6f5b19 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * minibuffer.el (completion-table-dynamic): Optimize `boundaries'. | ||
| 4 | (completion-in-region-mode): New minor mode. | ||
| 5 | (completion-in-region): Use it. | ||
| 6 | (completion-in-region--data, completion-in-region-mode-map): New vars. | ||
| 7 | (completion-in-region--postch): New function. | ||
| 8 | (completion--capf-misbehave-funs, completion--capf-safe-funs): | ||
| 9 | New vars. | ||
| 10 | (completion--capf-wrapper): New function. | ||
| 11 | (completion-at-point): Use it to track well-behavedness of | ||
| 12 | hook functions. | ||
| 13 | (completion-help-at-point): New command. | ||
| 14 | |||
| 1 | 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change) | 15 | 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change) |
| 2 | 16 | ||
| 3 | * vc/add-log.el (add-change-log-entry): Don't use whitespace | 17 | * vc/add-log.el (add-change-log-entry): Don't use whitespace |