summaryrefslogtreecommitdiff
path: root/doc/fr/autogen
AgeCommit message (Collapse)Author
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: fix typos in French translationsSébastien Helleu
2017-10-21core: set value as optional in help of /buffer setSébastien Helleu
2017-10-20relay: fix typo in French translation of /help ↵Sébastien Helleu
relay.network.websocket_allowed_origins
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-25doc: add non-breaking spaces in French messagesSé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
2017-06-26doc: update 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-08api: allow update of variables "scroll_x" and "scroll_y" in bar_window with ↵Sébastien Helleu
function hdata_update
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 option "bar" in command /buflist, do not automatically add the ↵Sébastien Helleu
bar when buflist is disabled (closes #994)
2017-05-16core: fix typo in French translation of /help barSébastien Helleu
2017-05-06doc: update auto-generated files with hdataSé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