aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2005-06-03 23:21:17 +0000
committerKim F. Storm2005-06-03 23:21:17 +0000
commit61e40b6ddef45b4dbcaa9ae53c389b301f49eb3b (patch)
tree29168a0657c21296981d46d83a4f4528fa7e183a
parentc3912f23e3becd31ba3d7d86cbeac00f88046fee (diff)
downloademacs-61e40b6ddef45b4dbcaa9ae53c389b301f49eb3b.tar.gz
emacs-61e40b6ddef45b4dbcaa9ae53c389b301f49eb3b.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fb5212c7fdb..af17cd24d4a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12005-06-04 Kim F. Storm <storm@cua.dk>
2
3 * ido.el (ido-make-merged-file-list-1): New defun split from
4 ido-make-merged-file-list.
5 (ido-make-merged-file-list): Bind throw-on-input around call to
6 ido-make-merged-file-list-1. Return input-pending-p if
7 interrupted by more input available.
8 (ido-read-internal): Handle input-pending-p return value from
9 ido-make-merged-file-list.
10
12005-06-03 Stefan Monnier <monnier@iro.umontreal.ca> 112005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2 12
3 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly 13 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly