aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2002-06-01 21:56:40 +0000
committerKim F. Storm2002-06-01 21:56:40 +0000
commitbbbbb15b5cd93167b2ed901c0862d6ac24baebaf (patch)
tree8e72774568620027ce4813d1a1d170c79d999059 /lisp/ChangeLog
parent36236b72327a86ced924d708fd78204b54c625d2 (diff)
downloademacs-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/ChangeLog9
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 @@
12002-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
12002-06-01 Sam Steingold <sds@gnu.org> 102002-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