diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ea428b1de15..6fb752a48a9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2015-02-12 Agustín Martín Domingo <agustin6martin@gmail.com> | ||
| 2 | |||
| 3 | Improve string search in `flyspell-word-search-*`. (Bug#16800) | ||
| 4 | |||
| 5 | * flyspell.el (flyspell-duplicate-distance): Limit default search | ||
| 6 | distance for duplicated words to 40000. | ||
| 7 | (flyspell-word-search-backward, flyspell-word-search-forward): | ||
| 8 | Search as full word with defined casechars, not as substring. | ||
| 9 | |||
| 1 | 2015-02-10 Juri Linkov <juri@linkov.net> | 10 | 2015-02-10 Juri Linkov <juri@linkov.net> |
| 2 | 11 | ||
| 3 | Better support for the case of typing RET on the prompt in comint. | 12 | Better support for the case of typing RET on the prompt in comint. |