summaryrefslogtreecommitdiff
path: root/doc/ja
AgeCommit message (Collapse)Author
2014-04-13core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-04-13irc: add alias "whois" for target buffer of messages 401/402 (closes #54)Sébastien Helleu
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-12core: use lower case for CMake keywordsSébastien Helleu
2014-04-12charset: fix /help charset.default.decodeSébastien Helleu
The charset is used only when the message is not UTF-8 valid.
2014-04-12core: add tag "host_xxx" in /help filterSébastien Helleu
2014-04-12trigger: add variable "tg_tag_host" (from tag "host_xxx" in message)Sébastien Helleu
2014-04-12core: add option "-current" in command /printSébastien Helleu
2014-04-12xfer: fix help of option xfer.file.convert_spacesSébastien Helleu
2014-04-05doc: add missing buffer properties in plugin API reference (hidden, zoomed, ↵Sébastien Helleu
filter)
2014-04-05core: add option -all for command /buffer hide|unhideSébastien Helleu
2014-04-05doc: add "version >= 0.4.4" for messages _buffer_{hidden|unhidden} (relay ↵Sébastien Helleu
protocol)
2014-04-05relay: add messages "_buffer_hidden" and "_buffer_unhidden"Sébastien Helleu
2014-04-05core: add hidden buffers, add options hide/unhide in command /bufferSébastien Helleu
2014-04-05doc: update Japanese auto-generated filesSébastien Helleu
2014-04-05doc: build relay protocol before developer's guideSébastien Helleu
2014-04-05doc: fix typo in Makefile.am for Japanese docsSébastien Helleu
2014-04-05core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-04-04doc: use freenode instead of oftc in examples (quickstart guide)Sébastien Helleu
2014-04-04irc: allow many fingerprints in server option ssl_fingerprint (closes #49)Sébastien Helleu
2014-04-04irc: add option irc.look.item_channel_modes_hide_args (task #12070, task ↵Sébastien Helleu
#12163, closes #48) This option replaces the option irc.look.item_channel_modes_hide_key. It is now a string, so channel modes arguments can be hidden using many channel modes (or all, with "*").
2014-04-04irc: add option irc.color.item_nick_modes (closes #47)Sébastien Helleu
2014-04-03doc: add example to set charset for whole IRC server (user's guide)Sébastien Helleu
2014-04-03doc: add value "-1" for property "hotlist" in function buffer_set (plugin ↵Sébastien Helleu
API reference)
2014-04-03api: allow value "-1" for property "hotlist" in function buffer_set (to ↵Sébastien Helleu
remove a buffer from hotlist)
2014-04-03exec: add examples with "tail -f" and "-kill" in /help execSébastien Helleu
2014-04-03exec: display output of commands in real time, add options -flush/-noflush ↵Sébastien Helleu
in command /exec
2014-04-03api: add option "buffer_flush" in function hook_process_hashtableSébastien Helleu
2014-04-02core: use an integer for seconds in command /window bare <delay>Sébastien Helleu
2014-04-01core: add default key alt-'-' to toggle filters in current buffer (closes #17)Sébastien Helleu
2014-04-01trigger: add filter in trigger monitor bufferSébastien Helleu
The filter can be set with /trigger monitor <filter> or by entering data in the trigger monitor input.
2014-03-31core: add non-active merged buffers with activity in hotlist (if another ↵Sébastien Helleu
merged buffer is zoomed) (task #12845) There was a bug with "num_displayed" in buffers when they are merged and that one buffer is zoomed: now the num_displayed is > 0 for the active buffer, and it is set to 0 for all merged non-active buffers (only in case of zoom). A variable "zoomed" has been added in buffers to know if a buffer with this number is zoomed or not (possibly another buffer).
2014-03-30core: use seconds as float number for delay in command /window bare <delay>Sébastien Helleu
2014-03-30irc: allow "$ident" in option irc.network.ban_mask_default (closes #18)Sébastien Helleu
2014-03-30irc: add support of "away-notify" capability (closes #12)Sébastien Helleu
2014-03-30exec: fix typo in /help execSébastien Helleu
2014-03-29doc: update Japanese auto-generated filesSebastien Helleu
2014-03-30core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-03-29core: quit WeeChat on signal SIGHUP, remove signal "signal_sighup"Sebastien Helleu
2014-03-28doc: add question about terminal focus in FAQSebastien Helleu
2014-03-27doc: update auto-generated files with hdataSebastien Helleu
2014-03-26doc: use command /script in question about installation of scripts (FAQ)Sebastien Helleu
2014-03-26doc: add command to install script buffers.pl (FAQ)Sebastien Helleu
2014-03-26doc: add link to WeeChat doc page (FAQ)Sebastien Helleu
2014-03-25doc: replace links to weechat.org/scripts by command "/script search" (FAQ)Sebastien Helleu
2014-03-25doc: replace links to remote GUIs by link to features page (FAQ)Sebastien Helleu
2014-03-25core: add buffer property "clear"Sebastien Helleu
2014-03-25exec: add options -nf and -cl/-nocl in command /execSebastien Helleu
-nf: create a new buffer with free content -cl: clear new buffer -nocl: append in new buffer
2014-03-24doc: add bare display in questions about copy/paste and click on long URLs (FAQ)Sebastien Helleu