summaryrefslogtreecommitdiff
path: root/doc/pl/autogen/user
AgeCommit message (Collapse)Author
2017-06-26fset: fix name of format options in /help fsetSébastien Helleu
2017-06-26doc: update auto-generated filesSébastien Helleu
2017-06-24doc: update Polish auto-generated filesSébastien Helleu
2017-06-23buflist: add variable `${format_name}` in bar item evaluation and option ↵Sébastien Helleu
buflist.format.name (issue #1020)
2017-06-13buflist: add variable ${merged} in /help buflistSébastien Helleu
2017-06-12relay: add option "start" in command /relaySébastien Helleu
2017-06-08buflist: add option buflist.look.auto_scroll (issue #332)Sébastien Helleu
2017-06-02buflist: fix typo in /help buflistSébastien Helleu
2017-05-31buflist: add missing ${hotlist_priority} in /help buflistSébastien Helleu
2017-05-31buflist: add missing ${number_displayed} in /help buflistSébastien Helleu
2017-05-30buflist: add support of char "~" in option buflist.look.sort for case ↵Sébastien Helleu
insensitive comparison
2017-05-19buflist: add variable ${current_buffer} in bar item evaluationSébastien Helleu
2017-05-18buflist: add missing indentation in /help buflistSébastien Helleu
2017-05-18buflist: add option "bar" in command /buflist, do not automatically add the ↵Sébastien Helleu
bar when buflist is disabled (closes #994)
2017-05-12doc: update Polish auto-generated filesSébastien Helleu
2017-05-06core: add option weechat.completion.nick_case_sensitive (closes #981)Sébastien Helleu
2017-05-05buflist: add option buflist.look.enabledSébastien Helleu
2017-05-02irc: add option "open" in command /server (closes #966)Sébastien Helleu
2017-04-29core: improve translation of /help evalSébastien Helleu
2017-04-29core: update translationsSébastien Helleu
2017-04-26buflist: add support of hdata "irc_server" and "irc_channel" in sort option ↵Sébastien Helleu
(closes #968)
2017-04-25buflist: add pointers to IRC server and channelSébastien Helleu
New pointers in evaluated formats: - irc_server: IRC server - irc_channel: IRC channel
2017-04-25doc: update auto-generated files with buflist optionsSé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.
2017-04-23buflist: add option buflist.format.indentSébastien Helleu
2017-04-23script: remove option script.scripts.url_force_https, use HTTPS by default ↵Sébastien Helleu
in option script.scripts.url (issue #253)
2017-04-21doc: update auto-generated files with buflist optionsSébastien Helleu
2017-04-21doc: fix translation of command "eval" in user's guideSébastien Helleu
2017-04-08core: update translationsSébastien Helleu
2017-04-02buflist: add options buflist.look.nick_prefix and buflist.look.nick_prefix_emptySébastien Helleu
The option buflist.look.signals_refresh is not an extra list of signals for refresh, so it is empty by default. The default list of signals is handled directly by buflist and not visible to the user.
2017-04-01aspell: add options to control delimiters in suggestions (closes #940)Sébastien Helleu
New options: - aspell.color.suggestion_delimiter_dict - aspell.color.suggestion_delimiter_word - aspell.look.suggestion_delimiter_dict - aspell.look.suggestion_delimiter_word Option renamed: - aspell.color.suggestions -> aspell.color.suggestion
2017-03-30buflist: add mouse supportSébastien Helleu
New options: - buflist.look.mouse_jump_visited_buffer - buflist.look.mouse_move_buffer - buflist.look.mouse_wheel New keys added by buflist plugin: - @item(buflist):button1* => hsignal:buflist_mouse - @item(buflist):button2* => hsignal:buflist_mouse - @bar(buflist):ctrl-wheelup => hsignal:buflist_mouse - @bar(buflist):ctrl-wheeldown => hsignal:buflist_mouse
2017-03-29buflist: add option buflist.format.numberSébastien Helleu
2017-03-27core: add cut of string with max chars displayed in evaluation of expressionsSé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-25buflist: add option buflist.look.display_conditionsSébastien Helleu
2017-03-25buflist: add option buflist.look.signals_refreshSébastien Helleu
2017-03-25core: update translationsSébastien Helleu
2017-03-25doc: add buflist plugin in user's guideSébastien Helleu
2017-03-12doc: update auto-generated files with irc optionsSébastien Helleu
2017-02-18core: update translations and auto-generated doc filesSébastien Helleu
2017-01-22core, alias: add xgettext comment on some command help stringsSé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".
2017-01-09doc: update Polish auto-generated filesSébastien Helleu
2017-01-07core: update translations and auto-generated doc filesSébastien Helleu
2017-01-06doc: update auto-generated filesSébastien Helleu
2017-01-06exec: add option "-oc" in command /exec to execute commands in process ↵Sébastien Helleu
output (closes #877) The behavior of existing option "-o" is changed: now commands are NOT executed (which is more secure by default).
2016-12-31doc: update Polish auto-generated filesSébastien Helleu
2016-12-20core: fix typo in /help weechat.look.align_multiline_wordsSébastien Helleu
2016-12-18doc: display default values of options on a separate line (user's guide)Sébastien Helleu
2016-12-17doc: update auto-generated files with WeeChat optionsSébastien Helleu
2016-12-15irc: add examples in help of usermode server optionSébastien Helleu