summaryrefslogtreecommitdiff
path: root/src/plugins/aspell/weechat-aspell-bar-item.c
AgeCommit message (Collapse)Author
2014-01-01core: update copyright datesSebastien Helleu
2013-08-19core: add syntax "@buffer:item" in bar items to force the buffer used when ↵Sebastien Helleu
displaying the bar item (task #12717)
2013-07-20aspell: rename option aspell.look.color to aspell.color.misspelled, add ↵Sebastien Helleu
option aspell.color.suggestions
2013-01-11Revert "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-10aspell: store dictionaries in buffer local variable "aspell_dict"Sebastien Helleu
2013-01-10core: fix some copyright datesSebastien 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 ↵Sebastien Helleu
(bug #37744)
2012-11-04aspell: add bar item "aspell_suggest": suggestions for misspelled word at ↵Sebastien Helleu
cursor (task #12061) (patch from Nils Görs)
2012-10-06aspell: add bar item "aspell_dict" (dictionary used on current buffer)Nils Görs