]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 31 Oct 2000 21:24:31 +0000 (21:24 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 31 Oct 2000 21:24:31 +0000 (21:24 +0000)
lisp/ChangeLog.7

index 021912e4787682bef4909f39032ca2a9e0bdbc96..25e5462f52ace8bdba2a09270b58cfcde01fe482 100644 (file)
 
 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>