summaryrefslogtreecommitdiff
path: root/doc/ja/autogen/user/weechat_commands.adoc
AgeCommit message (Collapse)Author
2020-05-03doc: merge 53 autogen files into 11 files, move them to includes directorySébastien Helleu
2019-12-18core: add debug option "-d" in command /eval (issue #1434)Sébastien Helleu
2019-10-12core: add reverse of string for screen in evaluation of expressions with ↵Sébastien Helleu
"revscr:"
2019-10-06core: add support of modifiers in evaluation of expressions with ↵Sébastien Helleu
"modifier:name,data,string" (issue #60)
2019-09-24core: add power operator "**" in calc expressions (issue #997)Sébastien Helleu
2019-09-21core: add "length:xxx" and "lengthscr:xxx" in evaluation of expressionsSébastien Helleu
2019-09-20core: add calculation of expression in evaluation of expressions with ↵Sébastien Helleu
"calc:..." (issue #997)
2019-09-20doc: update auto-generated filesSébastien Helleu
2019-07-29core: add some missing default keys in /help cursorSébastien Helleu
2019-06-17core: add option "close" in command /window (closes #853)Sébastien Helleu
2019-03-31doc: update Japanese auto-generated filesSébastien Helleu
2019-03-29core: don't execute command scheduled by /repeat if the buffer does not ↵Sébastien Helleu
exist any more
2019-03-29core: don't execute command scheduled by /wait if the buffer does not exist ↵Sébastien Helleu
any more
2019-03-29core: use seconds by default in /repeat interval, allow unit for the intervalSébastien Helleu
2019-03-29core: allow text in addition to a command in command /repeatSébastien Helleu
2019-02-23core: update translations (issue #1055, issue #1312)Sébastien Helleu
2019-02-03core: update translationsSébastien Helleu
2018-12-22core: add note about option sec.crypt.passphrase_file in /help secure (issue ↵Sébastien Helleu
#1286)
2018-12-09doc: update Japanese auto-generated filesSébastien Helleu
2018-11-04core: replace ellipses by "etc." (in English) and "etc..." by "etc." in FrenchSébastien Helleu
2018-10-14doc: update Japanese auto-generated fileSébastien Helleu
2018-10-09core: add repeat of string in evaluation of expressions with ↵Sébastien Helleu
"repeat:count,string" (closes #958)
2018-10-06core: update translationsSébastien Helleu
2018-09-18core: allow multiple arguments in command /buffer closeSébastien Helleu
2018-07-12doc: update Japanese auto-generated filesSébastien Helleu
2018-06-14core: add key alt+"-" in /help filterSébastien Helleu
2018-06-10doc: update Japanese auto-generated filesSébastien Helleu
2018-06-02core: add reverse of string in evaluation of expressions with "rev:" (closes ↵Sébastien Helleu
#1200)
2018-05-03doc: update Japanese auto-generated filesSébastien Helleu
2018-04-15core: add example of secured data in /help evalSébastien Helleu
2018-03-24doc: update Japanese auto-generated filesSébastien Helleu
2018-03-19core: update translationsSébastien Helleu
2018-03-06doc: update Japanese auto-generated fileSébastien Helleu
2018-02-19core: fix description of command in /help upgradeSébastien Helleu
2018-02-10doc: update Japanese auto-generated filesSébastien Helleu
2018-01-13doc: update German and Japanese auto-generated filesSébastien Helleu
2018-01-08core: add options "-newbuffer", "-free" and "-switch" in command /print ↵Sébastien Helleu
(issue #1113)
2018-01-08doc: update Japanese auto-generated filesSébastien Helleu
2018-01-07core: add option "-y" in command /buffer, add support of buffers with free ↵Sébastien Helleu
content
2018-01-06core: add option "add" in command /buffer (issue #1113)Sébastien Helleu
2017-10-28doc: update Japanese auto-generated filesSébastien Helleu
2017-10-21core: set value as optional in help of /buffer setSébastien Helleu
2017-10-17core: allow floating point and hexadecimal numbers in comparison of ↵Sébastien Helleu
evaluated values
2017-10-14doc: update Japanese auto-generated filesSébastien Helleu
2017-09-17doc: update Japanese auto-generated filesSébastien Helleu
2017-09-01core: add note about wildcard in /help setSébastien Helleu
2017-05-02doc: update Japanese auto-generated filesSébastien Helleu
2017-04-29core: improve translation of /help evalSébastien Helleu
2017-04-29core: update translationsSébastien Helleu
2017-04-24core: add a way to count the suffix length in max chars displayed in cut of ↵Sébastien Helleu
string ("cut:" and "cutscr:") (closes #963) The format to use is one of: - ${cut:+max,suffix,string} - ${cutscr:+max,suffix,string} With the "+" before max, WeeChat ensures there are at most "max" chars in output, including the length of suffix string.