summaryrefslogtreecommitdiff
path: root/doc/ja/weechat_plugin_api.ja.txt
AgeCommit message (Expand)Author
2014-04-13relay: add signal "relay_client_auth_ok" for irc and weechat protocolsSébastien Helleu
2014-04-12api: allow wildcard "*" inside the mask in function string_matchSébastien Helleu
2014-04-05doc: add missing buffer properties in plugin API reference (hidden, zoomed, f...Sébastien Helleu
2014-04-05core: add hidden buffers, add options hide/unhide in command /bufferSébastien Helleu
2014-04-05core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-04-03doc: add value "-1" for property "hotlist" in function buffer_set (plugin API...Sébastien Helleu
2014-04-03api: allow value "-1" for property "hotlist" in function buffer_set (to remov...Sébastien Helleu
2014-04-03api: add option "buffer_flush" in function hook_process_hashtableSébastien Helleu
2014-03-30core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-03-29core: quit WeeChat on signal SIGHUP, remove signal "signal_sighup"Sebastien Helleu
2014-03-25core: add buffer property "clear"Sebastien Helleu
2014-03-23core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-03-20api: add support of nested variables in function string_eval_expression and c...Sebastien Helleu
2014-03-19core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-03-16api: allow negative value for y in function printf_ySebastien Helleu
2014-03-15irc: add modifier "irc_color_decode_ansi"Sebastien Helleu
2014-03-15core: add modifier and infos to decode ANSI colorsSebastien Helleu
2014-03-13api: add callback in function string_replace_regexSebastien Helleu
2014-03-11api: add option "detached" in function hook_process_hashtableSebastien Helleu
2014-03-11api: add support of case insensitive search and search by buffer full name in...Sebastien Helleu
2014-03-11api: add option "signal" in function hook_set to send a signal to the child p...Sebastien Helleu
2014-03-05relay: add signals "relay_client_xxx" for client status changes (closes #2)Sebastien Helleu
2014-02-21Merge branch 'trigger'Sebastien Helleu
2014-02-15doc: fix typo in prototypes of functions hashtable_map/hashtable_map_string (...Sebastien Helleu
2014-02-15core: move function string_replace before string_replace_regexSebastien Helleu
2014-02-14doc: add function string_convert_escaped_chars in plugin API referenceSebastien Helleu
2014-02-14doc: add function string_split_shell in plugin API referenceSebastien Helleu
2014-02-14doc: add function string_replace_regex in plugin API referenceSebastien Helleu
2014-02-14doc: add function hashtable_dup in plugin API referenceSebastien Helleu
2014-02-12doc: fix typo in plugin API referenceSebastien Helleu
2014-02-11core: add signals "key_combo_{default|search|cursor}"Sebastien Helleu
2014-02-10api: add integer return code for functions hook_{signal|hsignal}_sendSebastien Helleu
2014-02-08doc: update Japanese translations, user/developer's guide and plugin API refe...Ryuunosuke Ayanokouzi
2014-01-30doc: replace weeget.py by script plugin in plugin API referenceSebastien Helleu
2014-01-29core: fix typos in translations and docsSebastien Helleu
2014-01-23doc: move asciidoc attributes from command line into filesSebastien Helleu
2014-01-23irc: use MONITOR instead of ISON for /notify when it is available on server (...Sebastien Helleu
2014-01-22api: add function "infolist_search_var"Sebastien Helleu
2014-01-21doc: update description of signal "signal_sigwinch" (plugin API reference)Sebastien Helleu
2014-01-21core: add signals "signal_sighup" and "signal_sigwinch" (terminal resized)Sebastien Helleu
2014-01-15doc: fix errors in prototype and example of functions tolower/toupper (plugin...Sebastien Helleu
2014-01-13core: fix typo in /help weechat.look.highlight_regexSebastien Helleu
2014-01-13doc: add Japanese plugin API reference, update Japanese translations and docsRyuunosuke Ayanokouzi