diff options
| -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. | |||
| 48 | ** flyspell and check-comments | 48 | ** flyspell and check-comments |
| 49 | <http://lists.gnu.org/archive/html/emacs-devel/2007-03/msg00400.html> | 49 | <http://lists.gnu.org/archive/html/emacs-devel/2007-03/msg00400.html> |
| 50 | 50 | ||
| 51 | ** Is it safe to use usleep? Does configure.in have to check it exists? | ||
| 52 | |||
| 53 | * DOCUMENTATION | 51 | * DOCUMENTATION |
| 54 | 52 | ||
| 55 | ** Document some recommendations about use of coding systems in .emacs | 53 | ** 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 @@ | |||
| 1 | 2007-03-29 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * ido.el (ido-read-internal): When reading file or dir, only override | ||
| 4 | minibuffer-local-filename-completion-map, otherwise only override | ||
| 5 | minibuffer-local-completion-map. | ||
| 6 | |||
| 1 | 2007-03-29 Glenn Morris <rgm@gnu.org> | 7 | 2007-03-29 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * complete.el (partial-completion-mode): Set PC-do-completion-end | 9 | * complete.el (partial-completion-mode): Set PC-do-completion-end |