Mercurial > emacs
comparison lisp/ChangeLog @ 60806:1af19368d36d
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 21 Mar 2005 19:19:26 +0000 |
parents | 8dd70954bde5 |
children | d157045932cd |
comparison
equal
deleted
inserted
replaced
60805:aba5f8c41ae0 | 60806:1af19368d36d |
---|---|
1 2005-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 | |
1 2005-03-21 Richard M. Stallman <rms@gnu.org> | 17 2005-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): |
4 Make variable buffer-local. | 20 Make variable buffer-local. |
5 | 21 |