summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2015-08-21doc: remove trailing whitespace in Polish FAQSé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-15doc: update German auto-generated filesSébastien Helleu
2015-08-15core: update German translationsNils Görs
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-14doc: update Polish auto-generated filesSébastien Helleu
2015-08-14doc: update polish translationKrzysztof Korościk
2015-08-11core: add completion "colors" (closes #481)Sébastien Helleu
2015-08-10doc: update Japanese auto-generated filesSébastien Helleu
2015-08-10core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-08-08core: update translationsSébastien Helleu
2015-08-08Merge pull request #476 from sim642/alias-exampleSébastien Helleu
core: update examples of alias add commands
2015-08-08doc: update auto-generated files with hdataSébastien Helleu
2015-08-08doc: update German auto-generated filesSébastien Helleu
2015-08-07core: update translationsSébastien Helleu
2015-08-06core: update examples of alias add commandsSimmo Saan
2015-08-04doc: update German auto-generated filesSébastien Helleu
2015-08-03core: update options supporting secured data in /help secureSébastien Helleu
2015-08-03doc: update German documentationNils Görs
2015-08-01doc: update German auto-generated filesSébastien Helleu
2015-08-01core: update German translationsNils Görs
2015-07-28doc: update default keys to start/stop search of text in buffer (user's guide)Sébastien Helleu
2015-07-26doc: update German auto-generated filesSé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-26doc: update Japanese auto-generated filesSébastien Helleu
2015-07-25core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-07-24doc: update default keybinds for "alt-j NN"Simmo Saan
2015-07-22core: fix typo in /help windowSébastien Helleu
2015-07-20doc: update German auto-generated filesSé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-13doc: update Japanese auto-generated filesSébastien Helleu
2015-07-13core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-07-12doc: update German documentationNils Görs
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-07-01doc: update German auto-generated filesSébastien Helleu
2015-06-30core: update German translationsNils Görs
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
2015-06-28doc: remove tag "translation missing" in French man pageSébastien Helleu