diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9afbd1f9b93..30f474c2ff8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2006-04-05 Kim F. Storm <storm@cua.dk> | 1 | 2006-04-05 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * ido.el (ido-mode): Set after ido-unc-hosts and | ||
| 4 | ido-ignore-unc-host-regexps. | ||
| 5 | (ido-save-history): Save ido-unc-hosts-cache. | ||
| 6 | (ido-load-history): Load ido-unc-hosts-cache. | ||
| 7 | (ido-reread-directory): Refresh unc hosts cache in // dir. | ||
| 8 | |||
| 3 | * startup.el (fancy-splash-screens): Set emulation-mode-map-alists | 9 | * startup.el (fancy-splash-screens): Set emulation-mode-map-alists |
| 4 | to nil while displaying slash screen. | 10 | to nil while displaying slash screen. |
| 5 | 11 | ||