Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-05 | core: update translations | Sébastien Helleu | |
2017-09-01 | core: add note about wildcard in /help set | Sébastien Helleu | |
2017-08-25 | doc: add non-breaking spaces in French messages | Sébastien Helleu | |
2017-08-21 | core: add note about bar item "input_paste" in /help ↵ | Sébastien Helleu | |
weechat.look.paste_max_lines (closes #1054) | |||
2017-08-12 | doc: add list of default aliases (user's guide) | Sébastien Helleu | |
2017-07-22 | script: replace scripts iset.pl and buffers.pl by go.py and urlserver.py in ↵ | Sébastien Helleu | |
examples | |||
2017-07-22 | core: replace /iset by /fset in welcome message | Sébastien Helleu | |
2017-07-09 | fset: fix note about leading spaces in /help fset (closes #1035) | Sébastien Helleu | |
2017-07-01 | buflist: add option buflist.look.add_newline (closes #1027) | Sébastien Helleu | |
2017-06-28 | fset: use a pre-defined format when a format option is empty | Sébastien Helleu | |
Using the pre-defined format (without eval) is about 3.5x faster. | |||
2017-06-26 | fset: remove option fset.look.show_help_bar | Sébastien Helleu | |
2017-06-26 | fset: add missing keys alt+p and alt+v in /help fset | Sébastien Helleu | |
2017-06-26 | fset: fix name of format options in /help fset | Sébastien Helleu | |
2017-06-26 | core: update translations | Sébastien Helleu | |
2017-06-23 | buflist: add variable `${format_name}` in bar item evaluation and option ↵ | Sébastien Helleu | |
buflist.format.name (issue #1020) | |||
2017-06-13 | buflist: add variable ${merged} in /help buflist | Sébastien Helleu | |
2017-06-12 | relay: add option "start" in command /relay | Sébastien Helleu | |
2017-06-08 | buflist: add option buflist.look.auto_scroll (issue #332) | Sébastien Helleu | |
2017-06-05 | buflist: display a warning when the script "buffers.pl" is loaded | Sébastien Helleu | |
2017-06-02 | buflist: fix typo in /help buflist | Sébastien Helleu | |
2017-05-31 | buflist: add missing ${hotlist_priority} in /help buflist | Sébastien Helleu | |
2017-05-31 | buflist: add missing ${number_displayed} in /help buflist | Sébastien Helleu | |
2017-05-30 | buflist: add support of char "~" in option buflist.look.sort for case ↵ | Sébastien Helleu | |
insensitive comparison | |||
2017-05-19 | buflist: add variable ${current_buffer} in bar item evaluation | Sébastien Helleu | |
2017-05-18 | buflist: add missing indentation in /help buflist | Sébastien Helleu | |
2017-05-18 | buflist: add option "bar" in command /buflist, do not automatically add the ↵ | Sébastien Helleu | |
bar when buflist is disabled (closes #994) | |||
2017-05-06 | core: add option weechat.completion.nick_case_sensitive (closes #981) | Sébastien Helleu | |
2017-05-05 | buflist: add option buflist.look.enabled | Sébastien Helleu | |
2017-05-02 | irc: add option "open" in command /server (closes #966) | Sébastien Helleu | |
2017-04-29 | core: improve translation of /help eval | Sébastien Helleu | |
2017-04-29 | core: update translations | Sébastien Helleu | |
2017-04-26 | buflist: add support of hdata "irc_server" and "irc_channel" in sort option ↵ | Sébastien Helleu | |
(closes #968) | |||
2017-04-25 | buflist: add pointers to IRC server and channel | Sébastien Helleu | |
New pointers in evaluated formats: - irc_server: IRC server - irc_channel: IRC channel | |||
2017-04-25 | buflist: add option buflist.format.nick_prefix | Sébastien Helleu | |
2017-04-24 | core: 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-23 | buflist: add option buflist.format.indent | Sébastien Helleu | |
2017-04-23 | script: remove option script.scripts.url_force_https, use HTTPS by default ↵ | Sébastien Helleu | |
in option script.scripts.url (issue #253) | |||
2017-04-21 | doc: fix translation of command "eval" in user's guide | Sébastien Helleu | |
2017-04-21 | core: add link to function color (plugin API reference) in /help eval | Sébastien Helleu | |
2017-04-20 | buflist: add example in /help buflist.look.display_conditions | Sébastien Helleu | |
2017-04-08 | core: update translations | Sébastien Helleu | |
2017-04-02 | buflist: add options buflist.look.nick_prefix and buflist.look.nick_prefix_empty | Sé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-01 | aspell: 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-30 | buflist: add mouse support | Sé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-29 | buflist: add option buflist.format.number | Sébastien Helleu | |
2017-03-27 | core: add cut of string with max chars displayed in evaluation of expressions | Sé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-25 | buflist: add option buflist.look.display_conditions | Sébastien Helleu | |
2017-03-25 | buflist: add option buflist.look.signals_refresh | Sébastien Helleu | |
2017-03-25 | core: update translations | Sébastien Helleu | |
2017-03-12 | core: fix typo: refreshs -> refreshes | Sébastien Helleu | |