diff options
| author | Kim F. Storm <storm@cua.dk> | 2007-03-29 22:35:12 +0000 |
|---|---|---|
| committer | Kim F. Storm <storm@cua.dk> | 2007-03-29 22:35:12 +0000 |
| commit | d95fae7749d5366d8a4feec76e5b35bbb2dfdf9d (patch) | |
| tree | 91936124d0f3b29f9c3f008f5436f0a68b27bf9e | |
| parent | 523c54f5a719bcd34bf9d8ae793e957c1bd7c30b (diff) | |
*** empty log message ***
| -rw-r--r-- | admin/FOR-RELEASE | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index d053a079ea1..f2b91df6a66 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -48,8 +48,6 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem. ** flyspell and check-comments <http://lists.gnu.org/archive/html/emacs-devel/2007-03/msg00400.html> -** Is it safe to use usleep? Does configure.in have to check it exists? - * DOCUMENTATION ** Document some recommendations about use of coding systems in .emacs diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9306da36f64..6ca56b482e3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2007-03-29 Kim F. Storm <storm@cua.dk> + + * ido.el (ido-read-internal): When reading file or dir, only override + minibuffer-local-filename-completion-map, otherwise only override + minibuffer-local-completion-map. + 2007-03-29 Glenn Morris <rgm@gnu.org> * complete.el (partial-completion-mode): Set PC-do-completion-end |
