diff options
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f22eebe07fe..4f931b6b802 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2008-08-14 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * minibuffer.el (completion-boundaries): Doc fix. | ||
| 4 | (display-completion-list): New arg BASE-SIZE, to specify an | ||
| 5 | overriding base-size. | ||
| 6 | |||
| 7 | * simple.el (completion-base-size): Doc fix. | ||
| 8 | |||
| 9 | * emacs-lisp/lisp.el (lisp-complete-symbol): Supply match-size to | ||
| 10 | display-completion-list. | ||
| 11 | |||
| 1 | 2008-08-14 Michael Albinus <michael.albinus@gmx.de> | 12 | 2008-08-14 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 13 | ||
| 3 | * vc-dispatcher.el (vc-do-command): Let asynchronous processes run | 14 | * vc-dispatcher.el (vc-do-command): Let asynchronous processes run |