aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2007-03-29 22:35:12 +0000
committerKim F. Storm2007-03-29 22:35:12 +0000
commitd95fae7749d5366d8a4feec76e5b35bbb2dfdf9d (patch)
tree91936124d0f3b29f9c3f008f5436f0a68b27bf9e
parent523c54f5a719bcd34bf9d8ae793e957c1bd7c30b (diff)
downloademacs-d95fae7749d5366d8a4feec76e5b35bbb2dfdf9d.tar.gz
emacs-d95fae7749d5366d8a4feec76e5b35bbb2dfdf9d.zip
*** empty log message ***
-rw-r--r--admin/FOR-RELEASE2
-rw-r--r--lisp/ChangeLog6
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 @@
12007-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
12007-03-29 Glenn Morris <rgm@gnu.org> 72007-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