summaryrefslogtreecommitdiff
path: root/doc/pl
AgeCommit message (Collapse)Author
2018-03-11core: add binary weechat-headless to run WeeChat without interface (closes ↵Sébastien Helleu
#1120) The optional command line option "--daemon" runs WeeChat like a daemon (fork, new process group, file descriptors closed).
2018-03-10doc: update Polish auto-generated filesSébastien Helleu
2018-03-10doc: updated polish translationKrzysztof Korościk
2018-03-05doc: update dependencies for PHP plugin in user's guide (issue #1154)Sébastien Helleu
2018-03-04doc: add a question about configuration sharing in FAQSé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-20doc: updated polish translationKrzysztof Korościk
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-11doc: improve documentation for focus events in FAQ (translations)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
2018-01-05core: update copyright datesSébastien Helleu
2017-12-27doc: add note on Mac OS X terminal app and meta key (FAQ)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-14doc: replace "/help autosetbuffer" by "/help buffer_autoset" in user's guide ↵Sébastien Helleu
(closes #1116)
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-12-04doc: replace download page with a link to relay chapter (user's guide)Sébastien Helleu
2017-12-01doc: updated polish faqKrzysztof Korościk
2017-11-25doc: add a manual way to download the list of scripts, if needed (FAQ)Sébastien Helleu
2017-11-25doc: add question about command "/script update" in FAQSébastien Helleu
2017-11-19doc: update Polish auto-generated filesSébastien Helleu
2017-11-19doc: updated polish translationKrzysztof Korościk
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-31doc: fix typo in user's guideSébastien Helleu
2017-10-21core: set value as optional in help of /buffer setSébastien Helleu
2017-10-19doc: add bar items "buflist2" and "buflist3" in user's guideSé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-16doc: clarify "home directory" in user's guide (closes #1086)Grant Wu
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-10-12doc: add note about Tab and Shift-Tab keys in FAQSébastien Helleu