summaryrefslogtreecommitdiff
path: root/doc/ja
AgeCommit message (Collapse)Author
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 Japanese auto-generated filesSébastien Helleu
2015-08-22core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-08-22Merge pull request #497 from sim642/faq-search-hereSébastien Helleu
doc: update default search bind in FAQ
2015-08-22api: add function string_hex_dump()Sébastien Helleu
2015-08-20doc: update default search bind in FAQSimmo Saan
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-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-07core: update translationsSébastien Helleu
2015-08-06core: update examples of alias add commandsSimmo Saan
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-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-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: 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
2015-06-27irc: decode/encode only text in IRC messages and not the headers (bug ↵Sébastien Helleu
#29886, closes #218, closes #451)
2015-06-27xfer: evaluate content of options xfer.file.download_path and ↵Sébastien Helleu
xfer.file.upload_path (issue #388)
2015-06-24doc: update examples for functon string_eval_path_home() in plugin API referenceSébastien Helleu
2015-06-24api: add function string_eval_path_home()Sébastien Helleu
2015-06-23core: fix help of /eval commandSébastien Helleu
2015-06-23core: allow pointer as list name in evaluation of hdata (closes #450)Sébastien Helleu
2015-06-22doc: update Japanese auto-generated filesSébastien Helleu
2015-06-21script: rename option script.scripts.dir to script.scripts.path (issue #388)Sébastien Helleu
2015-06-20logger: evaluate content of option logger.file.path (issue #388)Sébastien Helleu