summaryrefslogtreecommitdiff
path: root/src/plugins/buflist/buflist-command.c
AgeCommit message (Collapse)Author
2024-01-01core: update copyright datesSébastien Helleu
2023-10-17buflist: format and translate command line by line (issue #2005)Sébastien Helleu
2023-10-01buflist: rename completions with itemsSébastien Helleu
Completions renamed: - "buflist_all_items" -> "buflist_items" - "buflist_used_items" -> "buflist_items_used"
2023-10-01buflist: add support of item names in command `/buflist refresh`Sébastien Helleu
2023-09-11buflist: add missing items buflist4 and buflist5 in help on command/options ↵Sébastien Helleu
and user's guide
2023-08-20buflist: add list buffer in /help buflist and /help buflist.format.indentSébastien Helleu
2023-01-28core, plugins: make commands, hook command_run, completions and aliases case ↵Sébastien Helleu
sensitive (issue #1872)
2023-01-01core: update copyright datesSébastien Helleu
2022-07-31buflist: add variable "${hotlist_priority_number}" (integer version of ↵Sébastien Helleu
"${hotlist_priority}")
2022-01-17core: update copyright datesSébastien Helleu
2021-05-16core: update translations (issue #1622)Sébastien Helleu
2021-05-16irc, buflist: add bar item "tls_version" with options for colors, add ↵Andrew Potter
buflist format "${format_tls_version}" (issue #1622)
2021-01-02core: update copyright datesSébastien Helleu
2020-04-24buflist: add options enable/disable/toggle in command /buflistSébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-12-26buflist: add pointer "window" in bar item evaluationSébastien Helleu
2019-08-17Revert "buflist: mention variables available for option ↵Sébastien Helleu
buflist.look.display_conditions in its help and in /help buflist (closes #1393)" This reverts commit 39e5b0574cff8ade50ff6ec95feda57b1c331b4e.
2019-08-17buflist: mention variables available for option ↵Sébastien Helleu
buflist.look.display_conditions in its help and in /help buflist (closes #1393)
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-11-05buflist: add variable ${number2}, always set with the indented buffer numberSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-10-19buflist: add two new bar items using the same format configuration options ↵Sébastien Helleu
(closes #990)
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-02buflist: fix typo in /help buflistSébastien Helleu
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-19buflist: add variable ${current_buffer} in bar item evaluationSébastien Helleu
2017-05-18buflist: add missing indentation in /help buflistSé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-10buflist: remove void action on variables used in the functionSébastien Helleu
2017-05-10buflist: remove unused includesSébastien Helleu
2017-05-05buflist: add option buflist.look.enabledSébastien Helleu
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-25buflist: add option buflist.format.nick_prefixSébastien Helleu
2017-04-23buflist: add option buflist.format.indentSébastien Helleu
2017-04-02buflist: add options buflist.look.nick_prefix and buflist.look.nick_prefix_emptySé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-03-29buflist: add option buflist.format.numberSébastien Helleu
2017-03-25buflist: add option buflist.look.display_conditionsSébastien Helleu
2017-03-25core: update translationsSébastien Helleu
2017-03-25buflist: add command /buflistSébastien Helleu