Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-03 | Update copyright dates | Sebastien Helleu | |
2009-09-20 | Fix cmake directories: let user customize lib, share, locale and include ↵ | Sebastien Helleu | |
directories (patch #6922) | |||
2009-08-09 | Fix typo: explicitely -> explicitly | Sebastien Helleu | |
2009-08-06 | Fix typo: mispelled -> misspelled | Sebastien Helleu | |
2009-06-28 | Rename function string_explode to string_split | Sebastien Helleu | |
2009-06-12 | Remove variable with "WeeChat required version" in plugins, do not compare ↵ | Sebastien Helleu | |
version any more (API comparison is enough) | |||
2009-04-11 | Add support of many templates for completion of command arguments, rename ↵ | Sebastien Helleu | |
default completion items | |||
2009-04-07 | Fix another aspell bug: don't consider '-' as a word delimiter | Sebastien Helleu | |
2009-04-07 | Fix aspell bug: don't consider apostrophe as a word delimiter | Sebastien Helleu | |
2009-03-28 | Add cmake files in package built by autotools | Sebastien Helleu | |
2009-03-22 | Add 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-21 | Add new modifier "input_text_content" | Sebastien Helleu | |
2009-01-03 | Add error message when a command failed, fix typos in aspell plugin | Sebastien Helleu | |
2009-01-03 | Update copyright dates | Sebastien Helleu | |
2009-01-02 | Add null values for options, new syntax for /set, reintroduce temporary IRC ↵ | Sebastien Helleu | |
server feature, improve IRC server options, new functions in API | |||
2008-12-19 | Update doc and translations | Sebastien Helleu | |
2008-12-19 | Add aspell option to check mispelled words during text search in buffer ↵ | Sebastien Helleu | |
(disabled by default) | |||
2008-12-10 | Fix compilation warning "dereferencing type-punned pointer will break ↵ | Sebastien Helleu | |
strict-aliasing rules" | |||
2008-11-29 | Add current_window function in plugin API, add window functions in english ↵ | Sebastien Helleu | |
developer guide | |||
2008-11-19 | Remove old and unused color options | Sebastien Helleu | |
2008-11-15 | Use of const for some functions returning "char *" | Sebastien Helleu | |
2008-11-04 | Fix bug with pointer conversions on 64 bits architecture | Sebastien Helleu | |
2008-11-02 | Remove debug plugin (merged to core), new debug variable for each plugin (no ↵ | Sebastien Helleu | |
more signals for setting debug) | |||
2008-10-30 | Add 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-18 | Add new argument "value" to function config_new_option | Sebastien Helleu | |
2008-10-18 | Fix compilation of aspell with autotools | Sebastien Helleu | |
Sources are renamed with prefix "weechat-", to prevent conflict between two files called "aspell.h". | |||
2008-10-18 | Fix malloc of 0 byte in aspell plugin | Sebastien Helleu | |
2008-10-18 | Remove aspell real_time option (not used any more), update aspell doc | Sebastien Helleu | |
2008-10-18 | Aspell plugin is born again | Sebastien Helleu | |
2008-03-23 | Removed sizeof(char) and useless type casts from void* to another pointer ↵ | Sebastien Helleu | |
type (patch from Leonid Evdokimov) | |||
2008-03-23 | Check plugin version when loading it, to prevent crash when loading old plugins | Sebastien Helleu | |
2008-01-04 | Added macros for name/description/author/version/license of plugins | Sebastien Helleu | |
2008-01-02 | Update of year in some copyrights | Sebastien Helleu | |
2007-12-17 | New backlog option in logger plugin, added variable names in .h files, ↵ | Sebastien Helleu | |
replaced "void *" pointers by structures | |||
2007-12-07 | Many changes in IRC plugin and plugins API | Sebastien Helleu | |
2007-10-31 | Updated Makefile for aspell (new name for sources) | Sebastien Helleu | |
2007-10-31 | Renamed charset and aspell sources | Sebastien Helleu | |
2007-07-02 | Replaced GPL 2 license by GPL 3 | Sebastien Helleu | |
2007-05-21 | Added cmake for weechat compile | Sebastien Helleu | |
2007-02-12 | Added "call" option to /key command, added new key function "insert" to ↵ | Sebastien Helleu | |
insert text on command line (task #6468) | |||
2007-01-05 | Changed copyright date (2006 -> 2007) | Sebastien Helleu | |
2006-10-29 | fix minor display bug in aspell plugin | Emmanuel Bouthenot | |
2006-10-28 | minor improvement in aspell plugin | Emmanuel Bouthenot | |
2006-09-28 | minor 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-20 | do not check words made of punctuation and digits and fix a bug while saving ↵ | Emmanuel Bouthenot | |
aspell plugin configuration | |||
2006-06-16 | improve aspell checking, do not check nicks in chans, take care of ↵ | Emmanuel Bouthenot | |
punctuation in words | |||
2006-06-14 | Renamed plugins names (removed "lib" prefix in name) | Sebastien Helleu | |
2006-06-13 | clean code, rename global vars and function to avoid possibles crashs | Emmanuel Bouthenot | |
2006-06-11 | add some improvements | Emmanuel Bouthenot | |
2006-06-11 | add missing source header weechat-aspell.h | Emmanuel Bouthenot | |