*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-10-31 21:24:31 +00:00
parent c286608e91
commit 2f6707adae

View file

@ -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).
* icomplete.el: Integrated Emacs 19.34 and XEmacs 19.15 corrections
(typos, style, command revisions, etc).
* Integrated immediate keybindings display. See
* 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.
* icomplete.el (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: 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>