From: Gerd Moellmann Date: Tue, 31 Oct 2000 21:24:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~383 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2f6707adaed54ba41c2491ca561f8f0a2859e9fd;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7 index 021912e4787..25e5462f52a 100644 --- a/lisp/ChangeLog.7 +++ b/lisp/ChangeLog.7 @@ -16879,25 +16879,24 @@ 1997-05-30 Ken Manheimer - * 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