diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e1c0485bfe0..2a1810e8dc0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2006-04-06 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from | ||
| 4 | the :set-after list. | ||
| 5 | (ido-downcase-unc-hosts): New user option. Default on. | ||
| 6 | (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache | ||
| 7 | when it is set, as regexps are now applied on the fly. | ||
| 8 | (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache. | ||
| 9 | Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps | ||
| 10 | on the fly, but only when ido-process-ignore-lists is set. | ||
| 11 | Do case insensitive filtering if ido-downcase-unc-hosts is set. | ||
| 12 | Only downcase names if ido-downcase-unc-hosts is set. | ||
| 13 | |||
| 1 | 2006-04-06 Juanma Barranquero <lekktu@gmail.com> | 14 | 2006-04-06 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 15 | ||
| 3 | * ido.el (ido-unc-hosts-cache): Fix typo in docstring. | 16 | * ido.el (ido-unc-hosts-cache): Fix typo in docstring. |