]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Initial support for hunspell dictionaries auto-detection (Bug#13639)
[gnu-emacs] / lisp / ChangeLog
index 75fc2e77a0c0fb9617873175cdb84fb84824df7c..66b18651695aff59218416d68dc2c1600e48beb2 100644 (file)
@@ -1,3 +1,34 @@
+2013-02-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
+
+       Initial support for hunspell dictionaries auto-detection (Bug#13639)
+
+       * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
+       Ask hunspell about available and default dictionaries.
+       (ispell-parse-hunspell-affix-file): Extract relevant info from
+       hunspell affix file.
+       (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
+       `ispell-dictionary-alist' entry for given dictionary after info
+       provided by `ispell-parse-hunspell-affix-file'.
+       (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
+       of parsed hunspell dicts and associated affix files.
+       (ispell-hunspell-dictionary-alist): New defvar to contain an alist
+       of parsed hunspell dicts and associated parameters.
+       (ispell-set-spellchecker-params):
+       Call `ispell-find-hunspell-dictionaries' if hunspell and not
+       previously done.
+       (ispell-start-process):
+       Call `ispell-hunspell-fill-dictionary-entry' for current
+       dictionary if it is not initialized.
+
+2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * imenu.el: Comment nitpicks.
+
+2013-02-28  Sam Steingold  <sds@gnu.org>
+
+       * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
+       See <http://stackoverflow.com/questions/14720205>.
+
 2013-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
 
        * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).