aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2005-03-21 19:19:26 +0000
committerStefan Monnier2005-03-21 19:19:26 +0000
commit47fda8fcf65b290cb794cf13e3617b3c60812e48 (patch)
treed65cde7129feab1684aefb0a30ebb79f740b3dbb /lisp/ChangeLog
parentc9f63b41575d1db78e7ac7f493a626cd6e6ea230 (diff)
downloademacs-47fda8fcf65b290cb794cf13e3617b3c60812e48.tar.gz
emacs-47fda8fcf65b290cb794cf13e3617b3c60812e48.zip
Don't forcibly turn on the mode upon load.
(icomplete-mode): Use define-minor-mode. (icomplete-eoinput): Default to nil. (icomplete-minibuffer-setup): Remove autoload. (icomplete-tidy): Simplify. (icomplete-exhibit): Use buffer-undo-list to determine if we're still in the initial state or if the user has modified the field. Fix handling of icomplete-max-delay-chars. Remove code that handles the oddball case where minibuffer-completion-table is an integer. Wrap icomplete-completions in while-no-input in case building completions takes more time than expected. (icomplete-completions): Simplify.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 58f16948876..f33e7e9ec86 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,19 @@
12005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * icomplete.el: Don't forcibly turn on the mode upon load.
4 (icomplete-mode): Use define-minor-mode.
5 (icomplete-eoinput): Default to nil.
6 (icomplete-minibuffer-setup): Remove autoload.
7 (icomplete-tidy): Simplify.
8 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
9 in the initial state or if the user has modified the field.
10 Fix handling of icomplete-max-delay-chars.
11 Remove code that handles the oddball case where
12 minibuffer-completion-table is an integer.
13 Wrap icomplete-completions in while-no-input in case building
14 completions takes more time than expected.
15 (icomplete-completions): Simplify.
16
12005-03-21 Richard M. Stallman <rms@gnu.org> 172005-03-21 Richard M. Stallman <rms@gnu.org>
2 18
3 * jka-compr.el (jka-compr-really-do-compress): 19 * jka-compr.el (jka-compr-really-do-compress):