diff options
| author | Kim F. Storm | 2002-06-01 21:56:40 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-06-01 21:56:40 +0000 |
| commit | bbbbb15b5cd93167b2ed901c0862d6ac24baebaf (patch) | |
| tree | 8e72774568620027ce4813d1a1d170c79d999059 /lisp/ChangeLog | |
| parent | 36236b72327a86ced924d708fd78204b54c625d2 (diff) | |
| download | emacs-bbbbb15b5cd93167b2ed901c0862d6ac24baebaf.tar.gz emacs-bbbbb15b5cd93167b2ed901c0862d6ac24baebaf.zip | |
Reworked 2001-06-01 change.
(choose-completion-string1): Merged back into choose-completion-string.
(choose-completion-string): Run choose-completion-string-functions
after checking for proper minibuffer window. Added mini-p arg to
the hook functions. Insert choice if all hook functions return nil.
(choose-completion-string-functions): Doc update.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f4e0bf2553a..53152a2a8a0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2002-06-02 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * simple.el: Reworked 2001-06-01 change. | ||
| 4 | (choose-completion-string1): Merged back into choose-completion-string. | ||
| 5 | (choose-completion-string): Run choose-completion-string-functions | ||
| 6 | after checking for proper minibuffer window. Added mini-p arg to | ||
| 7 | the hook functions. Insert choice if all hook functions return nil. | ||
| 8 | (choose-completion-string-functions): Doc update. | ||
| 9 | |||
| 1 | 2002-06-01 Sam Steingold <sds@gnu.org> | 10 | 2002-06-01 Sam Steingold <sds@gnu.org> |
| 2 | 11 | ||
| 3 | * files.el (auto-mode-alist): Strip trailing ".in" from the file | 12 | * files.el (auto-mode-alist): Strip trailing ".in" from the file |