aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2011-04-03 16:59:45 -0400
committerChong Yidong2011-04-03 16:59:45 -0400
commitc11325f772dc87f055996b3c196ce0f388fab976 (patch)
treed496badcbcefdd7b28c89ee6cbebc8c92da7139a /lisp/ChangeLog
parentef3862adbd5ec284cd55006caaf012aef5e5b4bb (diff)
downloademacs-c11325f772dc87f055996b3c196ce0f388fab976.tar.gz
emacs-c11325f772dc87f055996b3c196ce0f388fab976.zip
Improvements to flyspell-mark-duplications-exceptions.
* lisp/textmodes/flyspell.el (flyspell-word): Recognize default dictionary case for flyspell-mark-duplications-exceptions. Use regexp matching for languages. (flyspell-mark-duplications-exceptions): Add "that" and "had" for default dictionary (Bug#7926).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 04353b9137c..fe429f6f161 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12011-04-03 Chong Yidong <cyd@stupidchicken.com>
2
3 * textmodes/flyspell.el (flyspell-word): Recognize default
4 dictionary case for flyspell-mark-duplications-exceptions. Use
5 regexp matching for languages.
6 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
7 default dictionary (Bug#7926).
8
12011-04-02 Chong Yidong <cyd@stupidchicken.com> 92011-04-02 Chong Yidong <cyd@stupidchicken.com>
2 10
3 * emacs-lisp/package.el (package--with-work-buffer): Recognize 11 * emacs-lisp/package.el (package--with-work-buffer): Recognize