diff options
| author | Agustín Martín | 2013-03-01 18:13:04 +0100 |
|---|---|---|
| committer | Agustín Martín | 2013-03-01 18:13:04 +0100 |
| commit | 325b66a6d1b648a6db2bcdc2bab14896dc67c099 (patch) | |
| tree | 88ce95d9e545a12df0cd4b64dcdfe8eaa9185cd9 /lisp/ChangeLog | |
| parent | 89bd9d36859503e25b767f97395870190f272bc1 (diff) | |
| download | emacs-325b66a6d1b648a6db2bcdc2bab14896dc67c099.tar.gz emacs-325b66a6d1b648a6db2bcdc2bab14896dc67c099.zip | |
textmodes/ispell.el: Expand hunspell affix-file paths. Improve debug messages printing.
* textmodes/ispell.el (ispell-find-hunspell-dictionaries):
Always expand affix-file before storing to protect against changed
`default-directory'.
(ispell-print-if-debug): Make sure message is printed at the end
of the debug buffer.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2ffe23823ba..0b9f7436f6f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es> | ||
| 2 | |||
| 3 | * textmodes/ispell.el (ispell-find-hunspell-dictionaries): | ||
| 4 | Always expand affix-file before storing to protect against changed | ||
| 5 | `default-directory'. | ||
| 6 | (ispell-print-if-debug): Make sure message is printed at the end | ||
| 7 | of the debug buffer. | ||
| 8 | |||
| 1 | 2013-03-01 Michael Albinus <michael.albinus@gmx.de> | 9 | 2013-03-01 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 10 | ||
| 3 | * net/tramp.el (tramp-obsolete-methods): New defconst. | 11 | * net/tramp.el (tramp-obsolete-methods): New defconst. |