diff options
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6289e3b11c4..b97127a513b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,10 +1,15 @@ | |||
| 1 | 2006-05-21 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil | ||
| 4 | if default-filename is specified. | ||
| 5 | |||
| 1 | 2006-05-20 Eli Zaretskii <eliz@gnu.org> | 6 | 2006-05-20 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item. | 8 | * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item. |
| 4 | 9 | ||
| 5 | * info.el (info-apropos): Make sure current-file and current-node | 10 | * info.el (info-apropos): Make sure current-file and current-node |
| 6 | have non-nil values. Speed up by using add-to-list instead of | 11 | have non-nil values. Speed up by using add-to-list instead of |
| 7 | manual consing. | 12 | manual consing. |
| 8 | 13 | ||
| 9 | 2006-05-20 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> (tiny change) | 14 | 2006-05-20 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> (tiny change) |
| 10 | 15 | ||