Age | Commit message (Collapse) | Author |
|
|
|
and utf8_add_offset
|
|
after use
|
|
|
|
|
|
Current order is: charset, logger, exec, trigger, aspell, alias, fifo, xfer,
irc, relay, guile/lua/perl/python/ruby/tcl, script.
|
|
|
|
|
|
callback if return code is WEECHAT_RC_ERROR
|
|
|
|
dictionary
|
|
|
|
#164)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and in private buffers
|
|
|
|
|
|
|
|
|
|
warnings)
|
|
in plugins
This "-no-undefined" was causing an error when detecting "ld" lib on Cygwin.
|
|
chars before/after word (thanks to Nils Görs)
|
|
displaying the bar item (task #12717)
|
|
option aspell.color.suggestions
|
|
|
|
dictionaries
|
|
Enchant is enabled only if the new option for cmake (or configure) is enabled:
- for cmake: cmake -DENABLE_ENCHANT=ON
- for configure: ./configure --enable-enchant
|
|
|
|
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.
|
|
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].
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(bug #37744)
|
|
cursor (task #12061) (patch from Nils Görs)
|
|
|
|
between two buffers
|
|
|
|
|