aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAgustin Martin Domingo2015-03-03 13:12:38 +0100
committerAgustin Martin Domingo2015-03-03 13:12:38 +0100
commitc4ade119ccd1904795b2e8d76cd93aedc86d1b09 (patch)
tree7b6907beee19e404f6e049e920b95f7a36559176 /lisp/ChangeLog
parente28ec9a43039dd28dc01cff7f4fe87a84610029a (diff)
downloademacs-c4ade119ccd1904795b2e8d76cd93aedc86d1b09.tar.gz
emacs-c4ade119ccd1904795b2e8d76cd93aedc86d1b09.zip
textmodes/ispell.el: Look for aspell .dat files also under dict-dir, as aspell does.
Originally reported as http://bugs.debian.org/765349. Noticed when aspell has different data-dir and dict-dir. * textmodes/ispell.el (ispell-aspell-find-dictionary): Make sure .dat files for aspell dicts are also searched for in location described by `ispell-aspell-dict-dir', matching aspell's dict-dir variable.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 027664c229b..11c0271a564 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,12 @@
12015-03-03 Agustín Martín Domingo <agustin6martin@gmail.com> 12015-03-03 Agustín Martín Domingo <agustin6martin@gmail.com>
2 2
3 * textmodes/ispell.el (ispell-aspell-find-dictionary): Make sure
4 .dat files for aspell dicts are also searched for in location
5 described by `ispell-aspell-dict-dir', matching aspell's dict-dir
6 variable.
7
82015-03-03 Agustín Martín Domingo <agustin6martin@gmail.com>
9
3 * textmodes/ispell.el (ispell-dicts-name2locale-equivs-alist) 10 * textmodes/ispell.el (ispell-dicts-name2locale-equivs-alist)
4 (ispell-hunspell-fill-dictionary-entry) 11 (ispell-hunspell-fill-dictionary-entry)
5 (ispell-find-hunspell-dictionaries) 12 (ispell-find-hunspell-dictionaries)