summaryrefslogtreecommitdiff
path: root/src/plugins/aspell/weechat-aspell.c
AgeCommit message (Collapse)Author
2011-01-01Update copyright datesSebastien Helleu
2010-08-11Add priority for hooks (task #10550)Sebastien 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 ↵Sebastien Helleu
string_is_command_char and string_input_for_buffer in plugin and script API
2010-01-03Update copyright datesSebastien 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 ↵Sebastien Helleu
version any more (API comparison is enough)
2009-04-11Add support of many templates for completion of command arguments, rename ↵Sebastien Helleu
default completion items
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-22Add option aspell.check.real_time (off by default), fix bugs with aspell and ↵Sebastien Helleu
utf-8 chars, add function utf8_char_int to API
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
2008-12-19Update doc and translationsSebastien Helleu
2008-12-19Add aspell option to check mispelled words during text search in buffer ↵Sebastien Helleu
(disabled by default)
2008-12-10Fix compilation warning "dereferencing type-punned pointer will break ↵Sebastien Helleu
strict-aliasing rules"
2008-11-29Add current_window function in plugin API, add window functions in english ↵Sebastien Helleu
developer guide
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
more signals for setting debug)
2008-10-30Add new features to logger plugin (command /logger, log level, level by ↵Sebastien Helleu
buffer, mask by buffer, ..), fix some bugs New features: - new command /logger - log level, to log only some messages, according to importance (task #8592) - level by buffer: custom level for some buffers (or group of buffers) - log filename mask by buffer (or group of buffers) - marker line is added after display of backlog - add "delete" callback for config file sections - add "mkdir_parents" function to plugin API - remove old log options in IRC plugin Bug fix: - marker line is set only when user switches buffer (not when a plugin force switch, like IRC plugin does when opening server or channel buffer) - backlog fixed (sometimes lines were not properly displayed)
2008-10-18Fix compilation of aspell with autotoolsSebastien Helleu
Sources are renamed with prefix "weechat-", to prevent conflict between two files called "aspell.h".
2007-10-31Renamed charset and aspell sourcesSebastien Helleu
2007-07-02Replaced GPL 2 license by GPL 3Sebastien Helleu
2007-02-12Added "call" option to /key command, added new key function "insert" to ↵Sebastien Helleu
insert text on command line (task #6468)
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
+ spellchecking is now available on commands like /me, /away, /query, ... + do not colorize urls : words begining with http(s)://, ftp(s)://, fish://, file://, etc + do not colorize words begining with '#' (channels) , '/' (commands), '-' (command option)
2006-06-20do not check words made of punctuation and digits and fix a bug while saving ↵Emmanuel Bouthenot
aspell plugin configuration
2006-06-16improve aspell checking, do not check nicks in chans, take care of ↵Emmanuel Bouthenot
punctuation in words
2006-06-13clean code, rename global vars and function to avoid possibles crashsEmmanuel Bouthenot
2006-06-11add some improvementsEmmanuel Bouthenot
2006-06-11make aspell plugin compile with gcc-2.95Emmanuel Bouthenot
2006-06-11adding aspell pluginEmmanuel Bouthenot