diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cdb8fe5d36c..ffa0c840554 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2013-04-17 Michal Nazarewicz <mina86@mina86.com> | ||
| 2 | |||
| 3 | * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if | ||
| 4 | command changed buffer (ie. `flyspell-pre-buffer' is not current | ||
| 5 | buffer), which prevents making decisions based on invalid value of | ||
| 6 | `flyspell-pre-point' in the wrong buffer. Most notably, this used to | ||
| 7 | cause an error when `flyspell-pre-point' was nil after switching | ||
| 8 | buffers | ||
| 9 | (flyspell-post-command-hook): No longer needs to change buffers when | ||
| 10 | checking pre-word. While at it remove unnecessary progn. | ||
| 11 | |||
| 1 | 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change) | 12 | 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change) |
| 2 | 13 | ||
| 3 | * textmodes/ispell.el (ispell-add-per-file-word-list): | 14 | * textmodes/ispell.el (ispell-add-per-file-word-list): |