aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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