summaryrefslogtreecommitdiff
path: root/doc/pl/autogen
AgeCommit message (Collapse)Author
2018-03-19core: update translationsSébastien Helleu
2018-03-17doc: update Polish auto-generated filesSébastien Helleu
2018-03-10doc: update Polish auto-generated filesSébastien Helleu
2018-02-19core: fix description of command in /help upgradeSébastien Helleu
2018-02-10logger: add option logger.file.fsync (closes #1145)Sébastien Helleu
2018-02-08script: change default value of option script.look.sort from "p,n" to "i,p,n"Sébastien Helleu
2018-02-07exec: add note about piped commands in /help exec for option -shSébastien Helleu
2018-02-05irc: allow ${irc_server.xxx} and ${server} in server evaluated options ↵Sébastien Helleu
(closes #1144) The server option "ssl_fingerprint" is now evaluated when it is used (during SSL connection), instead of when it is set with command /set.
2018-01-29core: fix typo: scripts manager -> script managerSébastien Helleu
2018-01-20doc: update German and Polish auto-generated filesSébastien Helleu
2018-01-20api: add time in info "date" (WeeChat compilation date/time) (closes #1138)Sébastien Helleu
2018-01-15scripts: fix translation of help on option "eval_keep_context"Sébastien Helleu
2018-01-15scripts: add option "eval_keep_context" in script pluginsSébastien Helleu
2018-01-15scripts: add configuration file for each script pluginSébastien Helleu
2018-01-14irc: fix typo in help on server option "split_msg_max_length"Sébastien Helleu
2018-01-13irc: add server option "split_msg_max_length"Sébastien Helleu
2018-01-11logger: add option logger.look.backlog_conditions (closes #1132)Sébastien Helleu
2018-01-08core: add options "-newbuffer", "-free" and "-switch" in command /print ↵Sébastien Helleu
(issue #1113)
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
2018-01-06core: update translations (issue #128)Sébastien Helleu
2017-12-23scripts: add infos "xxx_interpreter" and "xxx_version" in script plugins ↵Sébastien Helleu
(issue #1075)
2017-12-23scripts: add option "version" in script commands (closes #1075)Sébastien Helleu
2017-12-23api: add hashtable with variables in plugin structureSébastien Helleu
2017-12-10core: add link to API doc in /help ↵Sébastien Helleu
weechat.completion.partial_completion_templates
2017-12-09core: add option weechat.completion.partial_completion_templatesSébastien Helleu
This option is used to force partial completion on specific templates (for now only "config_options").
2017-11-19doc: update Polish auto-generated filesSébastien Helleu
2017-11-15trigger: fix typo in /help triggerSébastien Helleu
2017-11-11fset: only toggle boolean values with /fset -toggle or alt+space keySébastien Helleu
2017-11-06irc: fix help on option irc.look.notice_welcome_redirect (closes #1095)Sébastien Helleu
2017-10-21core: set value as optional in help of /buffer setSébastien Helleu
2017-10-19buflist: add two new bar items using the same format configuration options ↵Sébastien Helleu
(closes #990)
2017-10-17core: allow floating point and hexadecimal numbers in comparison of ↵Sébastien Helleu
evaluated values
2017-10-14core: add option weechat.look.save_config_with_fsync (closes #1083)Sébastien Helleu
This makes the save of all configuration files about 20 to 200x slower (according to the storage device speed); so this is disabled by default.
2017-09-03doc: add PHP plugin in user's guideSébastien Helleu
2017-09-01core: add note about wildcard in /help setSébastien Helleu
2017-08-21core: add note about bar item "input_paste" in /help ↵Sébastien Helleu
weechat.look.paste_max_lines (closes #1054)
2017-08-21core: add flag "input_get_empty" in bufferSébastien Helleu
The default value is 0 (legacy behavior). When it is set to 1, an empty input (just by pressing Return with nothing in input) is sent to the input callback, which receives an empty string.
2017-08-12doc: add list of default aliases (user's guide)Sébastien Helleu
2017-08-12alias: add infolist "alias_default" (list of default aliases)Sébastien Helleu
2017-07-22script: replace scripts iset.pl and buffers.pl by go.py and urlserver.py in ↵Sébastien Helleu
examples
2017-07-10doc: update auto-generated files with fset commandsSébastien Helleu
2017-07-08fset: fix priority of plugin (load it after all other plugins)Sébastien Helleu
This fixes a refresh problem of options after /upgrade in fset buffer.
2017-07-01doc: update auto-generated files with fset optionsSébastien Helleu
2017-07-01buflist: add option buflist.look.add_newline (closes #1027)Sébastien Helleu
2017-06-28fset: use a pre-defined format when a format option is emptySébastien Helleu
Using the pre-defined format (without eval) is about 3.5x faster.
2017-06-26fset: remove option fset.look.show_help_barSébastien Helleu
2017-06-26doc: update auto-generated files with hdataSébastien Helleu
2017-06-26fset: add missing keys alt+p and alt+v in /help fsetSébastien Helleu
2017-06-26fset: fix name of format options in /help fsetSébastien Helleu