summaryrefslogtreecommitdiff
path: root/src/plugins/aspell
AgeCommit message (Expand)Author
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-01-31aspell: optimization on spellers to improve speed (save state by buffer), add...Sebastien Helleu
2013-01-11aspell: fix spellers used when switching bufferSebastien Helleu
2013-01-11Revert "aspell: store dictionaries in buffer local variable "aspell_dict""Sebastien Helleu
2013-01-10aspell: store dictionaries in buffer local variable "aspell_dict"Sebastien Helleu
2013-01-10core: fix some copyright datesSebastien Helleu
2013-01-04aspell: ignore self and remote nicks in private buffersSebastien Helleu
2013-01-01aspell: fix compilation warningSebastien Helleu
2013-01-01aspell: add signal "aspell_suggest" (sent when new suggestions are displayed)Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-11-16aspell: refresh bar item "aspell_suggest" when aspell is enabled/disabled (bu...Sebastien Helleu
2012-11-04aspell: add bar item "aspell_suggest": suggestions for misspelled word at cur...Sebastien Helleu
2012-11-04aspell: update bar item "aspell_dict" only if spellers have changedSebastien Helleu
2012-11-04aspell: fix creation of spellers when number of dictionaries is different bet...Sebastien Helleu
2012-10-06aspell: add bar item "aspell_dict" (dictionary used on current buffer)Nils Görs
2012-08-02core: update description of plugins and translate them in output of /pluginSebastien Helleu
2012-07-05aspell: add new option aspell.check.enabled, add options enable/disable/toggl...Sebastien Helleu
2012-07-05aspell: add missing dictionaries (ast/grc/hus/kn/ky)Sebastien Helleu
2012-03-24aspell: fix typo in a commentSebastien Helleu
2012-01-24aspell: fix URL detection (do not check spelling of URLs) (bug #34040)Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-10-31aspell: add note about option "aspell.check.commands" in /help aspellSebastien Helleu
2011-10-29aspell: add note about option "default_dict" in /help aspellSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-04-15aspell: add section "option" in aspell.conf for speller options (task #11083)Sebastien Helleu
2011-03-16aspell: fix spellers used after switch of window (bug #32811)Sebastien Helleu
2011-02-04Improve arguments displayed in /help of commands, display all commands with s...Sebastien Helleu
2011-01-21Test return value of calls to sscanf functionSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-08-11Add priority for hooks (task #10550)Sebastien Helleu
2010-06-25Update comments after #endif in C headersSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-06-10Add some notes for translators in gettext filesSebastien Helleu
2010-04-09Define WeeChat license as macro for C compiler, used in plugins to set licenseSebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-03-02Add new option weechat.look.command_chars, add functions string_is_command_ch...Sebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-09-20Fix cmake directories: let user customize lib, share, locale and include dire...Sebastien Helleu
2009-08-09Fix typo: explicitely -> explicitlySebastien Helleu
2009-08-06Fix typo: mispelled -> misspelledSebastien Helleu
2009-06-28Rename function string_explode to string_splitSebastien Helleu
2009-06-12Remove variable with "WeeChat required version" in plugins, do not compare ve...Sebastien Helleu
2009-04-11Add support of many templates for completion of command arguments, rename def...Sebastien Helleu
2009-04-07Fix another aspell bug: don't consider '-' as a word delimiterSebastien Helleu
2009-04-07Fix aspell bug: don't consider apostrophe as a word delimiterSebastien Helleu
2009-03-28Add cmake files in package built by autotoolsSebastien Helleu
2009-03-22Add option aspell.check.real_time (off by default), fix bugs with aspell and ...Sebastien Helleu