Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-19 | core: update translations | Sébastien Helleu | |
2018-02-19 | core: fix description of command in /help upgrade | Sébastien Helleu | |
2018-01-08 | core: add options "-newbuffer", "-free" and "-switch" in command /print ↵ | Sébastien Helleu | |
(issue #1113) | |||
2018-01-07 | core: add option "-y" in command /buffer, add support of buffers with free ↵ | Sébastien Helleu | |
content | |||
2018-01-06 | core: add option "add" in command /buffer (issue #1113) | Sébastien Helleu | |
2017-10-29 | core: fix typo in /help key | Sébastien Helleu | |
2017-10-21 | core: set value as optional in help of /buffer set | Sébastien Helleu | |
2017-10-17 | core: allow floating point and hexadecimal numbers in comparison of ↵ | Sébastien Helleu | |
evaluated values | |||
2017-09-01 | core: add note about wildcard in /help set | Sébastien Helleu | |
2017-04-29 | core: improve translation of /help eval | Sébastien Helleu | |
2017-04-29 | core: update translations | Sébastien Helleu | |
2017-04-24 | core: 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. | |||
2017-04-21 | doc: fix translation of command "eval" in user's guide | Sébastien Helleu | |
2017-04-08 | core: update translations | Sébastien Helleu | |
2017-03-27 | core: add cut of string with max chars displayed in evaluation of expressions | Sébastien Helleu | |
The syntax is: ${cutscr:max,suffix,string}. The string is cut after max chars displayed on screen. If the string is cut, the optional suffix is added after. | |||
2017-03-25 | core: update translations | Sébastien Helleu | |
2017-01-22 | core, alias: add xgettext comment on some command help strings | Sébastien Helleu | |
The help on commands /window and /alias contain percent chars, so we have to force xgettext to NOT use "c-format", using the string "xgettext:no-c-format". | |||
2016-11-28 | core: add option "time" in command /debug | Sébastien Helleu | |
2016-11-26 | irc: add tag "self_msg" on self messages (closes #840) | Sébastien Helleu | |
2016-09-08 | core: replace "clipboard" by "internal clipboard" in /help input and user's ↵ | Sébastien Helleu | |
guide | |||
2016-08-27 | core: add example of splith and merge in /help window | Sébastien Helleu | |
2016-08-16 | core: add optional argument "lowest", "highest" or level mask in command ↵ | Sébastien Helleu | |
/input hotlist_clear | |||
2016-08-14 | doc: update auto-generated files with WeeChat commands | Sébastien Helleu | |
2016-07-29 | core: add keys for secure buffer in /help secure (closes #756) | Sébastien Helleu | |
2016-05-15 | core: rename .asciidoc files to .adoc (issue #722) | Sébastien Helleu | |