summaryrefslogtreecommitdiff
path: root/doc/pl/autogen
AgeCommit message (Collapse)Author
2017-04-08core: update translationsSébastien Helleu
2017-04-06core: add Curl options for versions 7.50.0 to 7.52.0Sé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-25core: add hotlist pointer in buffer structureSébastien Helleu
2017-03-25buflist: load plugin after some other plugins by shifting plugins prioritySé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-31api: add info "uptime" (WeeChat uptime)Sébastien Helleu
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
2016-12-11irc: evaluate content of server option "usermode"Sébastien Helleu
2016-12-11irc: rename server option "umodes" to "usermode"Sébastien Helleu
2016-12-03irc: evaluate content of server option "ssl_fingerprint" (closes #858)Sébastien Helleu
2016-11-29core: add optional command prefix in completion templates "commands", ↵Sébastien Helleu
"plugins_commands" and ""weechat_commands"
2016-11-28core: add option "time" in command /debugSébastien Helleu
2016-11-26irc: add tag "self_msg" on self messages (closes #840)Sébastien Helleu
2016-11-25core: add more info in /help weechat.color.chat_nickSébastien Helleu
2016-11-22fifo: add file fifo.conf and option fifo.file.path to customize FIFO pipe ↵Sébastien Helleu
path/filename (closes #850)
2016-11-20api: add info "pid" (WeeChat PID) (issue #850)Sébastien Helleu
2016-11-09irc: fix help on mask in command /ignoreSébastien Helleu
2016-10-18irc: change default value of option irc.network.lag_reconnect to 300 (closes ↵Sébastien Helleu
#818)
2016-10-01doc: update Polish auto-generated filesSébastien Helleu
2016-09-13doc: update Polish auto-generated filesSébastien Helleu
2016-09-08core: replace "clipboard" by "internal clipboard" in /help input and user's ↵Sébastien Helleu
guide
2016-09-03core: evaluate content of option "weechat.look.item_time_format" (issue #791)Sébastien Helleu
2016-08-27core: add example of splith and merge in /help windowSébastien Helleu
2016-08-16core: add optional argument "lowest", "highest" or level mask in command ↵Sébastien Helleu
/input hotlist_clear
2016-08-14doc: update auto-generated files with WeeChat commandsSébastien Helleu
2016-08-10trigger: add missing step with post action in /help triggerSébastien Helleu
2016-08-09core: update translationsSébastien Helleu
2016-08-07doc: update auto-generated files with URL optionsSébastien Helleu
2016-07-29core: add keys for secure buffer in /help secure (closes #756)Sébastien Helleu
2016-07-17irc: rename server options "default_msg_*" to "msg_*", evaluate themSébastien Helleu
2016-07-12doc: update auto-generated files with hdataSébastien Helleu