summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2012-05-05doc: fix typo in python example of infolist_get (plugin API reference)Sebastien Helleu
2012-05-05core: add description of "command" in /help keySebastien Helleu
2012-05-03doc: update list of contributors in user guideSebastien Helleu
2012-05-03doc: fix recommended version of Python in user guideSebastien Helleu
2012-04-18doc: fix arguments sent to callback of hook_command in plugin API referenceSebastien Helleu
2012-04-17doc: fix return value of function "color" in plugin API referenceSebastien Helleu
2012-04-16doc: update italian translations and user guideMarco Paolone
2012-04-16core: update hdata "key" (add "score") in plugin API referenceSebastien Helleu
2012-04-11core: fix help of option weechat.completion.nick_completerSebastien Helleu
2012-04-11doc: fix return value of function hook_modifier_exec in plugin API referenceSebastien Helleu
2012-04-09doc: update list of translators in user guideSebastien Helleu
2012-04-09doc: update help of command /disconnect in user guideSebastien Helleu
2012-04-07core: convert options weechat.look.prefix_align_more and ↵Sebastien Helleu
weechat.look.prefix_buffer_align_more from boolean to string (task #11197)
2012-04-04doc: add list of commonly used tags in plugin API reference (in function ↵Sebastien Helleu
printf_date_tags)
2012-04-03irc: fix help of option irc.color.mirc_remapSebastien Helleu
2012-04-03doc: update italian plugin API referenceMarco Paolone
2012-04-03core: fix bugs with option weechat.look.prefix_same_nick, use nick color for ↵Sebastien Helleu
string used as replacement Bugs fixed: - hide/replace prefix only if prefix is a nick (do not do it for join/part/quit or action messages) - hide/replace prefix only when displaying messages (do not cache value in lines) The nick color used in replacement string comes from tag "prefix_nick_ccc", where "ccc" is the color of nick.
2012-03-29doc: argument "shutdown_function" is optional in function register ↵Sebastien Helleu
(scripting guide)
2012-03-28logger: add colors for backlog lines and end of backlog (task #11966)Sebastien Helleu
2012-03-28core: update german translationsNils Görs
2012-03-28core: add option weechat.look.prefix_same_nick (hide or change prefix on ↵Sebastien Helleu
messages whose nick is the same as previous message) (task #11965)
2012-03-26irc: allow more than one nick in command /inviteSebastien Helleu
2012-03-24doc: fix order of arguments for function nicklist_add_group in plugin API ↵Sebastien Helleu
reference
2012-03-23doc: add missing command "/set weechat.look.align_end_of_lines time" in ↵Sebastien Helleu
question about URLs (FAQ)
2012-03-23core: add a connection timeout for child process in hook_connect (bug #35966)Sebastien Helleu
2012-03-23doc: update hdata "irc_channel" (add "names_received") in plugin API referenceSebastien Helleu
2012-03-13doc: update german translations, FAQ and user guideNils Görs
2012-03-12doc: update italian FAQ, user guide and plugin API referenceMarco Paolone
2012-03-12irc: fix redirection of message when message is queued for sending on serverSebastien Helleu
2012-03-12irc: add signals and tags in messages for irc notify (patch from Quentin ↵Sebastien Helleu
Glidic) (task #11887)
2012-03-09core: improve and fix bugs on standard paste and bracketed pasteSebastien Helleu
Changes: - wait control sequence for end of bracketed paste (and only after, check if we should ask confirmation to user) - add option weechat.look.paste_bracketed_timer_delay to force the end of bracketed paste if the control sequence for end of bracketed paste was not received in time - in bracketed paste mode, with paste_max_lines=1, do not ask confirmation for one line (ask for one line only if paste_max_lines=0) - fix bugs with mintty: bracketed paste should be ok every time (even if some codes are sometimes partially received, WeeChat will now handle that properly); the standard paste often fails (due to bug in mintty, which sends paste very slowly to remote app); so the bracketed paste mode is highly recommended with mintty - after paste in bracketed paste mode, the undo key (ctrl+"_" by default) will undo whole paste, not chars one by one
2012-03-06relay: add "date_printed" and "highlight" in signal "_buffer_line_added" ↵Sebastien Helleu
(WeeChat protocol)
2012-03-05api: add list "gui_buffer_last_displayed" in hdata "buffer"Sebastien Helleu
2012-03-04core: fix typo in help of option weechat.look.paste_bracketed (bug #35717)Sebastien Helleu
2012-03-04core: rename option weechat.look.bracketed_paste_mode to ↵Sebastien Helleu
weechat.look.paste_bracketed
2012-03-04core: add support of terminal "bracketed paste mode" (task #11316)Sebastien Helleu
2012-02-29doc: rewrite sentence about command /charset in FAQSebastien Helleu
2012-02-29irc: add support of "external" SASL mechanism (task #11864)Kyle Fuller
2012-02-26irc: add search for lower case nicks in option irc.look.nick_color_forceSebastien Helleu
2012-02-26doc: add japanese translator in user guideSebastien Helleu
2012-02-26Version 0.3.7Sebastien Helleu
2012-02-24doc: update polish translations, FAQ and scripting guideKrzysztof Koroscik
2012-02-24doc: fix name of package libcurl4-gnutls-dev in dependencies (user guide)Sebastien Helleu
2012-02-24doc: add gdb commands to log output in a file (user guide)Sebastien Helleu
2012-02-22doc: add file wee-url.c and doc for relay protocol in developer's guideSebastien Helleu
2012-02-21doc: update german translations and FAQNils Görs
2012-02-20core: update german translationsNils Görs
2012-02-20core: update italian translationsMarco Paolone
2012-02-19irc: rename server option "cap" to "capabilities"Sebastien Helleu
2012-02-19irc: add option "cap" in servers to enable capabilities on connectionSebastien Helleu