summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-12core: fix typo in commentSebastien Helleu
2013-01-12core: fix line returned when clicking on a bar (according to position and ↵Sebastien Helleu
filling) (bug #38069)
2013-01-11aspell: fix spellers used when switching bufferSebastien 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-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-11perl: fix compilation when multiplicity is disabledSebastien Helleu
2013-01-11relay: fix duplicated messages sent to irc clients (when messages are ↵Sebastien Helleu
redirected) (bug #37870)
2013-01-11relay: fix typo in commentSebastien Helleu
2013-01-11relay: add debug message for signal "irc_disconnected"Sebastien Helleu
2013-01-11relay: fix name of signal in debug message (replace "irc_out" by "irc_outtags")Sebastien Helleu
2013-01-10aspell: store dictionaries in buffer local variable "aspell_dict"Sebastien Helleu
2013-01-10core: fix some copyright datesSebastien Helleu
2013-01-10perl: simplify code to load scriptsNei
2013-01-10core: replace "behaviour" by "behavior"Sebastien Helleu
2013-01-10doc: fix buffer argument for function "command": NULL value means current ↵Sebastien Helleu
buffer, not core buffer (bug #38057)
2013-01-10core: add bug #31572 (fixed) in ChangeLogSebastien Helleu
2013-01-10Revert "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-09perl: simplify code to load scriptsNei
2013-01-08perl: display script filename in error messagesNei
2013-01-08perl: fix calls to callbacks during load of script when multiplicity is ↵Nei
disabled (bug #38044)
2013-01-08relay: add message when address family is not supported by protocol (on ↵Sebastien Helleu
socket creation)
2013-01-07relay: add error number and string when socket creation failsSebastien Helleu
2013-01-07doc: fix typosSebastien Helleu
2013-01-07doc: replace iteritems() by items() in scripting guide (compatibility with ↵Sebastien Helleu
Python 3.x)
2013-01-07doc: remove comment for autogen.sh in tester's guide (command required even ↵Sebastien Helleu
for tarball)
2013-01-07core: fix memory leak in evaluation of expression when a logical operator ↵Sebastien Helleu
("&&" or "||") is found
2013-01-06api: allow return code WEECHAT_RC_OK_EAT in callbacks of hook_signal and ↵Sebastien Helleu
hook_hsignal (stop sending the signal immediately)
2013-01-06irc: fix display of actions (/me) when they are received from a relay client ↵Sebastien Helleu
(in channel and private buffers) (bug #38027)
2013-01-05core: add cmake option ENABLE_PYTHON3 and configure option --enable-python3Sebastien 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-05Version 0.4.0-rc2Sebastien Helleu
2013-01-05core: fix refresh of bars when applying layout (bug #37944, bug #37952)Sebastien Helleu
2013-01-04doc: update signals arguments in plugin API referenceSebastien Helleu
2013-01-04core: add buffer pointer in arguments for signals "input_search", ↵Sebastien Helleu
"input_text_changed" and "input_text_cursor_moved"
2013-01-04aspell: ignore self and remote nicks in private buffersSebastien Helleu
2013-01-04core: 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-04core: fix help of option weechat.color.separatorSebastien Helleu
2013-01-03doc: add note about double tab in function weechat_printf, to display ↵Sebastien Helleu
message without time/alignment (plugin API reference)
2013-01-02doc: use github repository for script msgcheck.py in developer's guideSebastien Helleu
2013-01-02doc: update japanese docsRyuunosuke Ayanokouzi
2013-01-01doc: update japanese translations and docsRyuunosuke Ayanokouzi
2013-01-01aspell: fix compilation warningSebastien Helleu
2013-01-01aspell: add signal "aspell_suggest" (sent when new suggestions are displayed)Sebastien Helleu
2013-01-01relay: send UTC time in irc backlog (when server capability "server-time" is ↵Sebastien Helleu
enabled)
2013-01-01doc: update german translations, FAQ, scripting and user guideNils Görs
2013-01-01core: fix scroll to bottom of window (default key: alt+end) when line ↵Sebastien Helleu
displayed is bigger than chat area
2013-01-01core: fix scroll in buffer after enabling/disabling some filters (if scroll ↵Sebastien Helleu
is on a hidden line) (bug #37885)
2013-01-01core: update copyright datesSebastien Helleu
2012-12-26Version 0.4.0-rc1Sebastien Helleu
2012-12-25xfer: fix memory leak when refreshing xfer bufferSebastien Helleu
2012-12-25script: add missing close of file in case of error when computing MD5 ↵Sebastien Helleu
checksum of a file
2012-12-25relay: fix memory leak when adding hdata to a message (weechat protocol)Sebastien Helleu