aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 36421975f04..4400d1f31fb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12008-08-26 Chong Yidong <cyd@stupidchicken.com> 12008-08-26 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * comint.el (comint-dynamic-complete-as-filename): If case is
4 ignored while matching, replace the entire filename with
5 completion.
6
3 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure 7 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
4 flyspell-pre-point is valid to avoid signalling an error in 8 flyspell-pre-point is valid to avoid signalling an error in
5 post-command-hook. 9 post-command-hook.