summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-22doc: fix question about target buffer on merged buffers in FAQSebastien Helleu
2011-06-22doc: update question about URLs in FAQSebastien Helleu
2011-06-22doc: update german translations and FAQSebastien Helleu
2011-06-21doc: fix typo in plugin API referenceSebastien Helleu
2011-06-21doc: add questions in FAQ, remove instructions/commands for old WeeChat ↵Sebastien Helleu
versions (prior to 0.3.0)
2011-06-21core: fix bug with option weechat.look.hotlist_count_max when count_max is ↵Sebastien Helleu
greater than 1 and priority in hotlist is highlight
2011-06-21core: fix bug with option weechat.look.hotlist_count_max (value+1 was used)Sebastien Helleu
2011-06-16irc: switch to buffer on /join #channel if channel buffer already existsSebastien Helleu
2011-06-16irc: update host of nicks on manual /whoSebastien Helleu
2011-06-15core: add local variable "highlight_regex" in buffersSebastien Helleu
2011-06-15relay, xfer: display possible actions in buffer even if list is emptySebastien Helleu
2011-06-14irc, relay: check that prefix and message are not NULL before adding a ↵Sebastien Helleu
message to raw buffer
2011-06-13core: update description for some hdataSebastien Helleu
2011-06-13core: add option "tags" for command /debugSebastien Helleu
2011-06-13core: add option weechat.look.eat_newline_glitch (disabled by default, can ↵Sebastien Helleu
cause display bugs)
2011-06-13core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu
2011-06-13core: add string representation for types pointer, buffer and time in ↵Sebastien Helleu
properties "keys", "values" and "keys_values"
2011-06-01core: fix bug with new line inserted at end of each line displayed (set ↵Sebastien Helleu
eat_newline_glitch to 0 if available)
2011-06-01core: add option "infolists" for command /debugSebastien Helleu
2011-05-31core: fix bug with horizontal scroll in windows and long linesSebastien Helleu
2011-05-26relay: fix memory leak on plugin load (free raw messages)Sebastien Helleu
2011-05-26relay: fix memory leak (free some parsed messages) (bug #33387)Sebastien Helleu
2011-05-26irc: fix memory leak in message parser (when called from other plugins like ↵Sebastien Helleu
relay) (bug #33387)
2011-05-26irc: fix memory leak on plugin unload (free ignores)Sebastien Helleu
2011-05-19core: sync debian files with debian git repositorySebastien Helleu
2011-05-18logger: add option logger.file.flush_delay (task #11118)Sebastien Helleu
2011-05-18logger: use tag "no_log" for some messages printedSebastien Helleu
2011-05-16core: add horizontal scrolling for buffers with free content (command ↵Sebastien Helleu
/window scroll_horiz) (task #11112)
2011-05-15doc: add missing argument "gnutls_priorities" in function hook_connectSebastien Helleu
2011-05-15api: fix bug with function config_set_desc_plugin (use immediately ↵Sebastien Helleu
description for option when function is called)
2011-05-15core: add missing arguments filename and name in /help pluginSebastien Helleu
2011-05-15irc: fix argument nick in /help ignoreSebastien Helleu
2011-05-15Version 0.3.6-devSebastien Helleu
2011-05-15Version 0.3.5Sebastien Helleu
2011-05-15core: fix compilation of doc in standalone packageSebastien Helleu
2011-05-15core: update portuguese translationsSebastien Helleu
2011-05-14core: update spanish translationsSebastien Helleu
2011-05-14irc: fix typo in /help linksSebastien Helleu
2011-05-14doc: update polish translations and FAQSebastien Helleu
2011-05-14doc: update italian user guideSebastien Helleu
2011-05-13doc: fix typosSebastien Helleu
2011-05-11core: fix argument name in /help colorSebastien Helleu
2011-05-10Updated czech translationsJiri Golembiovsky
2011-05-10doc: update italian translations and user guideSebastien Helleu
2011-05-09doc: update german translations and user guideSebastien Helleu
2011-05-08doc: add note about new keys in release notesSebastien Helleu
2011-05-08Version 0.3.5-rc3Sebastien Helleu
2011-05-08core: ensure that new split percent is between 1 and 99 for balance of windowsSebastien Helleu
2011-05-07weercd.py: fix typo, add action in weercd.confSebastien Helleu
2011-05-07core: fix balance of windows with vertical splitSebastien Helleu