aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/tex.scm
blob: e4346d1232c8470372f74dc17690e37184e414c1 (about) (plain)
blob size (325KB) exceeds display size limit (100KB).
-pt-pt, aspell-dict-pt-br): Use upstream name for URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard 2019-06-05gnu: Add Ukrainian Aspell dictionary....* gnu/packages/aspell.scm (aspell-dict-ul): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard 2019-06-05gnu: Add Portuguese Portugal Aspell dictionary....* gnu/packages/aspell.scm (aspell-dict-pt-pt): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard 2019-06-05gnu: Add Norwegian Nynorsk Aspell dictionary....* gnu/packages/aspell.scm (aspell-dict-nn): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard 2019-06-05gnu: Add Maori Aspell dictionary....* gnu/packages/aspell.scm (aspell-dict-mi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard 2019-06-05gnu: Add Hindi Aspell dictionary....* gnu/packages/aspell.scm (aspell-dict-hi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard 2019-06-05gnu: Add Finnish Aspell dictionary....* gnu/packages/aspell.scm (aspell-dict-fi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard 2019-06-05gnu: Add Danish Aspell dictionary....* gnu/packages/aspell.scm (aspell-dict-da): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard 2019-06-05gnu: Add Belarusian Aspell dictionary....* gnu/packages/aspell.scm (aspell-dict-be): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard 2019-06-05gnu: Add Arabic Aspell dictionary....* gnu/packages/aspell.scm (aspell-dict-ar): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard 2019-03-12gnu: aspell-dict-it: Update to 2.4-20070901-0....* gnu/packages/aspell.scm (aspell-dict-it): Update to 2.4-20070901-0. Tobias Geerinckx-Rice 2019-01-05gnu: hunspell-dict-en: Update to 2018-04-16....* gnu/packages/aspell.scm (aspell-word-list): Update to 2018.04.16. [arguments]: Use 'invoke'. Efraim Flashner 2018-07-23gnu: aspell: Allow filters to be found....Reported by Pierre-Antoine Rouby. * gnu/packages/aspell.scm (aspell)[arguments]: Add 'set-filter-path' phase. Ludovic Courtès 2018-07-17gnu: aspell-dict-en: Update to 2018.04.16-0....* gnu/packages/aspell.scm (aspell-dict-en): Update to 2018.04.16-0. Efraim Flashner 2018-03-27gnu: aspell-dict-*: Use invoke....* gnu/packages/aspell.scm (aspell-dictionary): Use invoke in the custom configure phase. Mark H Weaver 2018-03-20gnu: aspell: Return #t from all phases....* gnu/packages/aspell.scm (aspell)[arguments]: Return #t from the 'wrap-aspell' phase. Mark H Weaver 2018-01-13gnu: hunspell-dict-en: Include all the .dic files....Fixes a regression introduced in d4d7d70912642be18d93c9ce6470f8650097b5e5 which broke 'hunspell-dict-en' (but not the 'hunspell-dict-en-*' variants.) * gnu/packages/aspell.scm (aspell-word-list)[install]: Check whether 'LANGUAGE.dic' exist before installing it. If it doesn't exist, install all of *.dic. Ludovic Courtès 2017-12-09gnu: aspell-dict-en: Update to 2017.08.24-0....* gnu/packages/aspell.scm (aspell-dict-en): Update to 2017.08.24-0. Efraim Flashner 2017-12-09gnu: aspell.scm: Alphabetize dictionaries....* gnu/packages/aspell.scm: Reorder the dictionaries alphabetically. Efraim Flashner 2017-11-10gnu: Fix hunspell-dict-en-* dictionary installation....* gnu/packages/aspell.scm (aspell-word-list)[arguments]: Install the .dic file for all hunspell dictionaries. Kei Kebreau 2017-10-27gnu: Add Catalan dictionary for Aspell....Hola! * gnu/packages/aspell.scm (aspell-dict-ca): New variable. Ludovic Courtès 2017-10-27gnu: Add hunspell-dict-en*....* gnu/packages/aspell.scm (aspell-word-list): New procedure. (define-word-list-dictionary): New macro. (hunspell-dict-en, hunspell-dict-en-au, hunspell-dict-en-ca) (hunspell-dict-en-gb, hunspell-dict-en-gb-ize, hunspell-dict-en-us): New variables. Ludovic Courtès