Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-31 | aspell: optimization on spellers to improve speed (save state by buffer), ↵ | Sebastien Helleu | |
add info "aspell_dict", add completion "aspell_dicts" Two hashtables have been added to store the spellers currently used (in all buffers) and info for each buffer: array with pointers to spellers and state of aspell for this buffer. Therefore the spellers are not destroyed and created again on each buffer switch, or each time screen is refreshed when window is split. | |||
2013-01-11 | aspell: fix spellers used when switching buffer | Sebastien Helleu | |
The bug happened when two buffers have different number of dictionaries and start with same dictionaries. For example buffer #1 with [en,fr] and buffer #2 with [en]. When switching from buffer #1 to buffer #2, aspell does not use only [en], but [en,fr]. | |||
2013-01-11 | Revert "aspell: store dictionaries in buffer local variable "aspell_dict"" | Sebastien Helleu | |
This reverts commit 8b61a557640e62e67f6eb7349c3a12cca9b43b5e. The local variable in buffers introduced new display bugs and would need some extra code and optimizations to fix. This will be reintroduced after the release of version 0.4.0. | |||
2013-01-10 | aspell: store dictionaries in buffer local variable "aspell_dict" | Sebastien Helleu | |
2013-01-10 | core: fix some copyright dates | Sebastien Helleu | |
2013-01-04 | aspell: ignore self and remote nicks in private buffers | Sebastien Helleu | |
2013-01-01 | aspell: fix compilation warning | Sebastien Helleu | |
2013-01-01 | aspell: add signal "aspell_suggest" (sent when new suggestions are displayed) | Sebastien Helleu | |
2013-01-01 | core: update copyright dates | Sebastien Helleu | |
2012-12-15 | core: move comments with description of C file to top of files | Sebastien Helleu | |
2012-12-13 | core: reformat comments for functions | Sebastien Helleu | |
2012-11-16 | aspell: refresh bar item "aspell_suggest" when aspell is enabled/disabled ↵ | Sebastien Helleu | |
(bug #37744) | |||
2012-11-04 | aspell: add bar item "aspell_suggest": suggestions for misspelled word at ↵ | Sebastien Helleu | |
cursor (task #12061) (patch from Nils Görs) | |||
2012-11-04 | aspell: update bar item "aspell_dict" only if spellers have changed | Sebastien Helleu | |
2012-11-04 | aspell: fix creation of spellers when number of dictionaries is different ↵ | Sebastien Helleu | |
between two buffers | |||
2012-10-06 | aspell: add bar item "aspell_dict" (dictionary used on current buffer) | Nils Görs | |
2012-08-02 | core: update description of plugins and translate them in output of /plugin | Sebastien Helleu | |
2012-07-05 | aspell: add new option aspell.check.enabled, add options ↵ | Sebastien Helleu | |
enable/disable/toggle for command /aspell, display aspell status with /aspell (task #11988) New options in command /aspell: - "enable": enable aspell - "disable": disable aspell - "toggle": toggle aspell Options renamed in command /aspell: - "enable" renamed to "setdict" (set dictionary for current buffer) - "disable" renamed to "deldict" (delete dictionary used on current buffer) - "dictlist" renamed to "listdict" (show installed dictionaries) | |||
2012-07-05 | aspell: add missing dictionaries (ast/grc/hus/kn/ky) | Sebastien Helleu | |
2012-03-24 | aspell: fix typo in a comment | Sebastien Helleu | |
2012-01-24 | aspell: fix URL detection (do not check spelling of URLs) (bug #34040) | Sebastien Helleu | |
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2011-10-31 | aspell: add note about option "aspell.check.commands" in /help aspell | Sebastien Helleu | |
2011-10-29 | aspell: add note about option "default_dict" in /help aspell | Sebastien Helleu | |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu | |
2011-04-15 | aspell: add section "option" in aspell.conf for speller options (task #11083) | Sebastien Helleu | |
2011-03-16 | aspell: fix spellers used after switch of window (bug #32811) | Sebastien Helleu | |
2011-02-04 | Improve arguments displayed in /help of commands, display all commands with ↵ | Sebastien Helleu | |
same name (for same command name in many plugins) | |||
2011-01-21 | Test return value of calls to sscanf function | Sebastien Helleu | |
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2010-08-11 | Add priority for hooks (task #10550) | Sebastien Helleu | |
2010-06-25 | Update comments after #endif in C headers | Sebastien Helleu | |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu | |
2010-06-10 | Add some notes for translators in gettext files | Sebastien Helleu | |
2010-04-09 | Define WeeChat license as macro for C compiler, used in plugins to set license | Sebastien Helleu | |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu | |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu | |
2010-03-02 | Add 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-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 | |