summaryrefslogtreecommitdiff
path: root/doc/it
AgeCommit message (Collapse)Author
2015-12-24irc: move option irc.network.alternate_nick into servers (closes #633)Sébastien Helleu
2015-12-24core: add a parent name in options (closes #629)Sébastien Helleu
Inherited values are now displayed in /set output when the value is null, if a parent option name is defined in option. New option: weechat.color.chat_value_null
2015-12-24doc: update auto-generated files with irc optionsSébastien Helleu
2015-12-20doc: update auto-generated files with hdataSébastien Helleu
2015-12-20doc: update auto-generated files with relay optionsSébastien Helleu
2015-12-17doc: update examples of function hook_command_run (plugin API reference)Sébastien Helleu
2015-12-10script: update help on /script searchSébastien Helleu
2015-12-09script: add completion with languages and extensions, support search by ↵Sébastien Helleu
language/extension in /script search
2015-12-02fifo: add /fifo commandSébastien Helleu
2015-11-15doc: change key bindings examples in docsSébastien Helleu
2015-11-12core: add "tmux" and "tmux-256color" in supported $TERM values (closes #519)Sébastien Helleu
2015-11-04core: fix example in /help keySébastien Helleu
2015-10-24doc: improve note about mouse events caught by weechat (user's guide)Sébastien Helleu
2015-10-18irc: add "cap-notify" in list of supported capabilities (/help cap)Sébastien Helleu
2015-10-18doc: update auto-generated files with hdataSébastien Helleu
2015-10-03core: add option weechat.look.paste_auto_add_newline (closes #543)Sébastien Helleu
2015-09-26doc: sort distributions by name in user's guideSébastien Helleu
2015-09-26doc: add openSUSE instructions and fix Fedora Core in translated docs ↵Sébastien Helleu
(user's guide)
2015-09-06doc: add translations in question about SSL problems (FAQ)Sébastien Helleu
2015-08-24script: add option script.scripts.download_timeoutSébastien Helleu
2015-08-24irc: fix typos in /help ban and /help quietSébastien Helleu
2015-08-24irc: add command /cap (closes #8)Sébastien Helleu
2015-08-22doc: update default search bind in Italian FAQSébastien Helleu
2015-08-22api: add function string_hex_dump()Sébastien Helleu
2015-08-20doc: remove blank lines at end of auto-generated filesSébastien Helleu
2015-08-18api: add argument "length" in function utf8_is_valid()Sébastien Helleu
2015-08-15irc: update help on option irc.network.channel_encode (issue #218, issue #482)Sébastien Helleu
Remove mention of WeeChat <= 1.2 since the behavior is not exactly the same as old versions (when the option is enabled): only the channel/message are decoded/encoded and not the nick/host.
2015-08-14irc: add option irc.network.channel_encode (issue #218, issue #482)Sébastien Helleu
This is a workaround (disabled by default) to join and chat on ISO encoded channels (or another charset different from UTF-8). This option may be removed in future if a better solution is implemented.
2015-08-11core: add completion "colors" (closes #481)Sébastien Helleu
2015-08-08core: update translationsSébastien Helleu
2015-08-08doc: update auto-generated files with hdataSébastien Helleu
2015-08-07core: update translationsSébastien Helleu
2015-08-03core: update options supporting secured data in /help secureSébastien Helleu
2015-07-28doc: update default keys to start/stop search of text in buffer (user's guide)Sébastien Helleu
2015-07-26core: fix typo in /help weechat.look.key_grab_delaySébastien Helleu
2015-07-26core: update translationsSébastien Helleu
2015-07-26core: add option weechat.look.key_grab_delay to set the default delay when ↵Sébastien Helleu
grabbing a key with alt-k
2015-07-24doc: update default keybinds for "alt-j NN"Simmo Saan
2015-07-22core: fix typo in /help windowSébastien Helleu
2015-07-20alias: add options "add", "addcompletion" and "del" in command /alias, ↵Sébastien Helleu
remove command /unalias (closes #458)
2015-07-18core: fix crash if a file descriptor used in hook_fd() is too high (> 1024 ↵Sébastien Helleu
on Linux/BSD) (closes #465) The calls to select() are replaced by poll(), which doesn't have limitation on file descriptor number.
2015-07-14core: add option weechat.look.confirm_upgrade (closes #463)Sébastien Helleu
2015-07-12doc: add Cygwin packages in user's guideSébastien Helleu
2015-07-10irc: evaluate content of server option "nicks"Sébastien Helleu
2015-07-04api: fix type of value returned by function util_get_time_stringSébastien Helleu
2015-07-04doc: update functions strcasestr, utf8_prev_char, utf8_next_char and ↵Sébastien Helleu
utf8_add_offset in plugin API reference
2015-07-04api: fix type of value returned by functions utf8_prev_char, utf8_next_char ↵Sébastien Helleu
and utf8_add_offset
2015-07-03api: fix type of value returned by function strcasestrSébastien Helleu
2015-06-30api: add support of evaluated sub-strings and current date/time in function ↵Sébastien Helleu
string_eval_expression() and command /eval
2015-06-29doc: add question about unicode chars and libc (wcwidth) in FAQSébastien Helleu