summaryrefslogtreecommitdiff
path: root/src/plugins/aspell
AgeCommit message (Expand)Author
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
2009-03-21Add new modifier "input_text_content"Sebastien Helleu
2009-01-03Add error message when a command failed, fix typos in aspell pluginSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2009-01-02Add null values for options, new syntax for /set, reintroduce temporary IRC s...Sebastien Helleu
2008-12-19Update doc and translationsSebastien Helleu
2008-12-19Add aspell option to check mispelled words during text search in buffer (disa...Sebastien Helleu
2008-12-10Fix compilation warning "dereferencing type-punned pointer will break strict-...Sebastien Helleu
2008-11-29Add current_window function in plugin API, add window functions in english de...Sebastien Helleu
2008-11-19Remove old and unused color optionsSebastien Helleu
2008-11-15Use of const for some functions returning "char *"Sebastien Helleu
2008-11-04Fix bug with pointer conversions on 64 bits architectureSebastien Helleu
2008-11-02Remove debug plugin (merged to core), new debug variable for each plugin (no ...Sebastien Helleu
2008-10-30Add new features to logger plugin (command /logger, log level, level by buffe...Sebastien Helleu
2008-10-18Add new argument "value" to function config_new_optionSebastien Helleu
2008-10-18Fix compilation of aspell with autotoolsSebastien Helleu
2008-10-18Fix malloc of 0 byte in aspell pluginSebastien Helleu
2008-10-18Remove aspell real_time option (not used any more), update aspell docSebastien Helleu
2008-10-18Aspell plugin is born againSebastien Helleu
2008-03-23Removed sizeof(char) and useless type casts from void* to another pointer typ...Sebastien Helleu
2008-03-23Check plugin version when loading it, to prevent crash when loading old pluginsSebastien Helleu
2008-01-04Added macros for name/description/author/version/license of pluginsSebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2007-12-17New backlog option in logger plugin, added variable names in .h files, replac...Sebastien Helleu
2007-12-07Many changes in IRC plugin and plugins APISebastien Helleu
2007-10-31Updated Makefile for aspell (new name for sources)Sebastien Helleu
2007-10-31Renamed charset and aspell sourcesSebastien Helleu
2007-07-02Replaced GPL 2 license by GPL 3Sebastien Helleu
2007-05-21Added cmake for weechat compileSebastien Helleu
2007-02-12Added "call" option to /key command, added new key function "insert" to inser...Sebastien Helleu
2007-01-05Changed copyright date (2006 -> 2007)Sebastien Helleu
2006-10-29fix minor display bug in aspell pluginEmmanuel Bouthenot
2006-10-28minor improvement in aspell pluginEmmanuel Bouthenot
2006-09-28minor improvements on aspell plugin :Emmanuel Bouthenot
2006-06-20do not check words made of punctuation and digits and fix a bug while saving ...Emmanuel Bouthenot
2006-06-16improve aspell checking, do not check nicks in chans, take care of punctuatio...Emmanuel Bouthenot
2006-06-14Renamed plugins names (removed "lib" prefix in name)Sebastien Helleu
2006-06-13clean code, rename global vars and function to avoid possibles crashsEmmanuel Bouthenot