Mercurial > emacs
changeset 33112:00c65b53cf3e
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 31 Oct 2000 21:24:31 +0000 |
parents | bbf383648e4d |
children | 74323fb60963 |
files | lisp/ChangeLog.7 |
diffstat | 1 files changed, 13 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog.7 Tue Oct 31 21:07:05 2000 +0000 +++ b/lisp/ChangeLog.7 Tue Oct 31 21:24:31 2000 +0000 @@ -16879,25 +16879,24 @@ 1997-05-30 Ken Manheimer <klm@python.org> - * Integrated Emacs 19.34 and XEmacs 19.15 corrections (typos, - style, command revisions, etc). - - * Integrated immediate keybindings display. See + * icomplete.el: Integrated Emacs 19.34 and XEmacs 19.15 corrections + (typos, style, command revisions, etc). + + * icomplete.el: Integrated immediate keybindings display. See `icomplete-show-key-bindings', `icomplete-get-keys', and `icomplete-completions'. - * `icomplete-get-keys': Return keys bound in prior buffer to func name. - - * Added icomplete delay behavior, so completions don't intrude as - quickly for short input, with customization variables: - - `icomplete-max-delay-chars' - Maximum number of initial chars to + * icomplete.el (icomplete-get-keys): Return keys bound in prior + buffer to func name. + + * icomplete.el: Added icomplete delay behavior, so completions + don't intrude as quickly for short input, with customization + variables: + (icomplete-max-delay-chars): Maximum number of initial chars to apply icomplete compute delay. - - `icomplete-compute-delay' - Completions-computation stall, used + (icomplete-compute-delay): Completions-computation stall, used only with large-number completions - - `icomplete-delay-completions-threshold' Pending-completions + (icomplete-delay-completions-threshold): Pending-completions number over which to apply icomplete-compute-delay 1997-05-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>