Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-31 | script: move default mouse keys for script plugin from core to script-mouse.c | Sébastien Helleu | |
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-26 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
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-25 | buflist: add command /buflist | Sébastien Helleu | |
2017-03-25 | buflist: new plugin "buflist" (bar with list of buffers) | Sébastien Helleu | |
2017-03-20 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2017-03-12 | core: update German translations | Nils Görs | |
2017-03-12 | core: fix typo: refreshs -> refreshes | Sébastien Helleu | |
2017-03-05 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2017-02-18 | core: update German translations | Nils Görs | |
2017-02-18 | irc: update error message, update translations | Sébastien Helleu | |
2017-02-18 | core: update translations and auto-generated doc files | Sébastien Helleu | |
2017-02-18 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2017-02-03 | core: update German translations | Nils Görs | |
2017-02-03 | core: add last start date in output of command /version after at least one ↵ | Sébastien Helleu | |
/upgrade (closes #903) | |||
2017-01-29 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2017-01-22 | core, alias: add xgettext comment on some command help strings | Sé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-22 | core: update German translations | Nils Görs | |
2017-01-22 | core: add new resize prefix (h/v) and examples of resize in /help window | Sébastien Helleu | |
2017-01-14 | core: fix typo in a Portuguese translation | Sébastien Helleu | |
2017-01-14 | core: update Portuguese translation | Vasco Almeida | |
2017-01-09 | updared polish translation | Krzysztof Korościk | |
2017-01-08 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2017-01-07 | core: update German translations | Nils Görs | |
2017-01-07 | core: update translations and auto-generated doc files | Sébastien Helleu | |
2017-01-07 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2017-01-06 | core: update German translations | Nils Görs | |
2017-01-06 | irc: fix name of option "-temp" in /help server | Sébastien Helleu | |
2017-01-06 | core: update German translations | Nils Görs | |
2017-01-06 | Merge branch 'master' into master/translation/ja_JP | Sébastien Helleu | |
2017-01-06 | exec: 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). | |||
2017-01-06 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2017-01-01 | core: update German translations | Nils Görs | |
2017-01-01 | core: update copyright dates | Sébastien Helleu | |
2016-12-31 | api: add info "uptime" (WeeChat uptime) | Sébastien Helleu | |
2016-12-31 | weechat: updated polish translations + few typo fixes | Krzysztof Korościk | |
2016-12-24 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-12-21 | core: update German translations | Nils Görs | |
2016-12-20 | core: fix typo in /help weechat.look.align_multiline_words | Sébastien Helleu | |
2016-12-18 | core: update German translations | Nils Görs | |
2016-12-17 | core: improve /help weechat.look.align_multiline_words | Sébastien Helleu | |
2016-12-15 | irc: add examples in help of usermode server option | Sébastien Helleu | |
2016-12-13 | core: update German translations | Nils Görs | |
2016-12-13 | core, xfer: display more information on fork errors (issue #573) | Sébastien Helleu | |