Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-12 | guile: fix bad conversion of shared strings (replace calls to ↵ | Sebastien Helleu | |
scm_i_string_chars by scm_to_locale_string) (bug #38067) | |||
2013-01-12 | core: fix typo in comment | Sebastien Helleu | |
2013-01-12 | core: fix line returned when clicking on a bar (according to position and ↵ | Sebastien Helleu | |
filling) (bug #38069) | |||
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-11 | perl: fix compilation when multiplicity is disabled | Sebastien Helleu | |
2013-01-11 | relay: fix duplicated messages sent to irc clients (when messages are ↵ | Sebastien Helleu | |
redirected) (bug #37870) | |||
2013-01-11 | relay: fix typo in comment | Sebastien Helleu | |
2013-01-11 | relay: add debug message for signal "irc_disconnected" | Sebastien Helleu | |
2013-01-11 | relay: fix name of signal in debug message (replace "irc_out" by "irc_outtags") | Sebastien Helleu | |
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-10 | perl: simplify code to load scripts | Nei | |
2013-01-10 | core: replace "behaviour" by "behavior" | Sebastien Helleu | |
2013-01-10 | doc: fix buffer argument for function "command": NULL value means current ↵ | Sebastien Helleu | |
buffer, not core buffer (bug #38057) | |||
2013-01-10 | core: add bug #31572 (fixed) in ChangeLog | Sebastien Helleu | |
2013-01-10 | Revert "perl: simplify code to load scripts" | Sebastien Helleu | |
This reverts commit 793a3cb1bad053ac3366cc34775dbc9b1e9ffb8a. This commit was causing crash on Linux when loading scripts like buffers.pl. | |||
2013-01-09 | perl: simplify code to load scripts | Nei | |
2013-01-08 | perl: display script filename in error messages | Nei | |
2013-01-08 | perl: fix calls to callbacks during load of script when multiplicity is ↵ | Nei | |
disabled (bug #38044) | |||
2013-01-08 | relay: add message when address family is not supported by protocol (on ↵ | Sebastien Helleu | |
socket creation) | |||
2013-01-07 | relay: add error number and string when socket creation fails | Sebastien Helleu | |
2013-01-07 | doc: fix typos | Sebastien Helleu | |
2013-01-07 | doc: replace iteritems() by items() in scripting guide (compatibility with ↵ | Sebastien Helleu | |
Python 3.x) | |||
2013-01-07 | doc: remove comment for autogen.sh in tester's guide (command required even ↵ | Sebastien Helleu | |
for tarball) | |||
2013-01-07 | core: fix memory leak in evaluation of expression when a logical operator ↵ | Sebastien Helleu | |
("&&" or "||") is found | |||
2013-01-06 | api: allow return code WEECHAT_RC_OK_EAT in callbacks of hook_signal and ↵ | Sebastien Helleu | |
hook_hsignal (stop sending the signal immediately) | |||
2013-01-06 | irc: fix display of actions (/me) when they are received from a relay client ↵ | Sebastien Helleu | |
(in channel and private buffers) (bug #38027) | |||
2013-01-05 | core: add cmake option ENABLE_PYTHON3 and configure option --enable-python3 | Sebastien Helleu | |
With this option, the python plugin will be built and linked with Python 3 (if found, or Python 2 as fallback). This option it not (yet) recommended, because many scripts are working only with Python 2.x. It should be used only to tests scripts with Python 3.x in WeeChat. | |||
2013-01-05 | Version 0.4.0-rc2 | Sebastien Helleu | |
2013-01-05 | core: fix refresh of bars when applying layout (bug #37944, bug #37952) | Sebastien Helleu | |
2013-01-04 | doc: update signals arguments in plugin API reference | Sebastien Helleu | |
2013-01-04 | core: add buffer pointer in arguments for signals "input_search", ↵ | Sebastien Helleu | |
"input_text_changed" and "input_text_cursor_moved" | |||
2013-01-04 | aspell: ignore self and remote nicks in private buffers | Sebastien Helleu | |
2013-01-04 | core: fix compilation on OpenBSD (bug #38022) | Simon Kuhnle | |
File "sys/uio.h" needs to be included explicitly for use of "struct iovec" on OpenBSD. Signed-off-by: Simon Kuhnle <simon@blarzwurst.de> | |||
2013-01-04 | core: fix help of option weechat.color.separator | Sebastien Helleu | |
2013-01-03 | doc: add note about double tab in function weechat_printf, to display ↵ | Sebastien Helleu | |
message without time/alignment (plugin API reference) | |||
2013-01-02 | doc: use github repository for script msgcheck.py in developer's guide | Sebastien Helleu | |
2013-01-02 | doc: update japanese docs | Ryuunosuke Ayanokouzi | |
2013-01-01 | doc: update japanese translations and docs | Ryuunosuke Ayanokouzi | |
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 | relay: send UTC time in irc backlog (when server capability "server-time" is ↵ | Sebastien Helleu | |
enabled) | |||
2013-01-01 | doc: update german translations, FAQ, scripting and user guide | Nils Görs | |
2013-01-01 | core: fix scroll to bottom of window (default key: alt+end) when line ↵ | Sebastien Helleu | |
displayed is bigger than chat area | |||
2013-01-01 | core: fix scroll in buffer after enabling/disabling some filters (if scroll ↵ | Sebastien Helleu | |
is on a hidden line) (bug #37885) | |||
2013-01-01 | core: update copyright dates | Sebastien Helleu | |
2012-12-26 | Version 0.4.0-rc1 | Sebastien Helleu | |
2012-12-25 | xfer: fix memory leak when refreshing xfer buffer | Sebastien Helleu | |
2012-12-25 | script: add missing close of file in case of error when computing MD5 ↵ | Sebastien Helleu | |
checksum of a file |