diff options
| author | Kim F. Storm | 2004-09-24 23:48:24 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-09-24 23:48:24 +0000 |
| commit | ffb032e2d3371bebad56ba3603a40916870b9fbe (patch) | |
| tree | 28bce09f739dbb27f8f7b31860e2948071ce78be | |
| parent | dd3b1d60a4810ad35c64c3c8184027d4b3d34063 (diff) | |
| download | emacs-ffb032e2d3371bebad56ba3603a40916870b9fbe.tar.gz emacs-ffb032e2d3371bebad56ba3603a40916870b9fbe.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 088d995ba6a..a27e77dad26 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 1 | 2004-09-25 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * ido.el (ido-max-directory-size): New defcustom. | ||
| 4 | (ido-decorations): Add "too big" element. | ||
| 5 | (ido-directory-too-big): New dynamic var. | ||
| 6 | (ido-may-cache-directory): Don't cache big directories. | ||
| 7 | (ido-directory-too-big-p): New defun. | ||
| 8 | (ido-set-current-directory): Update ido-directory-too-big. | ||
| 9 | (ido-read-internal): Make empty ido-cur-item if too-big. | ||
| 10 | (ido-buffer-internal): Use ido-read-internal directly instead of | ||
| 11 | ido-read-buffer. | ||
| 12 | (ido-file-internal): Init ido-directory-too-big. | ||
| 13 | (ido-complete): <TAB> If ido-directory-too-big is set, clear it, | ||
| 14 | and redo completion with full list. | ||
| 15 | (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear | ||
| 16 | it, and show completions. | ||
| 17 | (ido-all-completions): Let bind ido-directory-too-big to nil. | ||
| 18 | (ido-exhibit): Handle ido-directory-too-big. | ||
| 19 | (ido-read-buffer): Handle fallback to read-buffer. Init | ||
| 20 | ido-directory-too-big. | ||
| 21 | (ido-read-file-name, ido-read-directory-name, ido-completing-read): | ||
| 22 | Init ido-directory-too-big. | ||
| 23 | |||
| 1 | 2004-09-23 Luc Teirlinck <teirllm@auburn.edu> | 24 | 2004-09-23 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 25 | ||
| 3 | * textmodes/enriched.el | 26 | * textmodes/enriched.el |