diff options
| author | Gerd Moellmann | 2000-10-31 21:24:31 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-10-31 21:24:31 +0000 |
| commit | 2f6707adaed54ba41c2491ca561f8f0a2859e9fd (patch) | |
| tree | 54fec56b3666f281b3b3dd60c624defc0dd440c7 | |
| parent | c286608e91768acc26130311c743cd1a5bea339c (diff) | |
| download | emacs-2f6707adaed54ba41c2491ca561f8f0a2859e9fd.tar.gz emacs-2f6707adaed54ba41c2491ca561f8f0a2859e9fd.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog.7 | 23 |
1 files changed, 11 insertions, 12 deletions
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 @@ | |||
| 16879 | 16879 | ||
| 16880 | 1997-05-30 Ken Manheimer <klm@python.org> | 16880 | 1997-05-30 Ken Manheimer <klm@python.org> |
| 16881 | 16881 | ||
| 16882 | * Integrated Emacs 19.34 and XEmacs 19.15 corrections (typos, | 16882 | * icomplete.el: Integrated Emacs 19.34 and XEmacs 19.15 corrections |
| 16883 | style, command revisions, etc). | 16883 | (typos, style, command revisions, etc). |
| 16884 | 16884 | ||
| 16885 | * Integrated immediate keybindings display. See | 16885 | * icomplete.el: Integrated immediate keybindings display. See |
| 16886 | `icomplete-show-key-bindings', `icomplete-get-keys', and | 16886 | `icomplete-show-key-bindings', `icomplete-get-keys', and |
| 16887 | `icomplete-completions'. | 16887 | `icomplete-completions'. |
| 16888 | 16888 | ||
| 16889 | * `icomplete-get-keys': Return keys bound in prior buffer to func name. | 16889 | * icomplete.el (icomplete-get-keys): Return keys bound in prior |
| 16890 | buffer to func name. | ||
| 16890 | 16891 | ||
| 16891 | * Added icomplete delay behavior, so completions don't intrude as | 16892 | * icomplete.el: Added icomplete delay behavior, so completions |
| 16892 | quickly for short input, with customization variables: | 16893 | don't intrude as quickly for short input, with customization |
| 16893 | 16894 | variables: | |
| 16894 | `icomplete-max-delay-chars' - Maximum number of initial chars to | 16895 | (icomplete-max-delay-chars): Maximum number of initial chars to |
| 16895 | apply icomplete compute delay. | 16896 | apply icomplete compute delay. |
| 16896 | 16897 | (icomplete-compute-delay): Completions-computation stall, used | |
| 16897 | `icomplete-compute-delay' - Completions-computation stall, used | ||
| 16898 | only with large-number completions | 16898 | only with large-number completions |
| 16899 | 16899 | (icomplete-delay-completions-threshold): Pending-completions | |
| 16900 | `icomplete-delay-completions-threshold' Pending-completions | ||
| 16901 | number over which to apply icomplete-compute-delay | 16900 | number over which to apply icomplete-compute-delay |
| 16902 | 16901 | ||
| 16903 | 1997-05-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | 16902 | 1997-05-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> |