Age | Commit message (Collapse) | Author |
|
after last buffer line when scrolling (bug #40126)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
chars before/after word (thanks to Nils Görs)
|
|
|
|
|
|
|
|
|
|
(evaluate content)
|
|
|
|
(evaluate content) (patch from Nils Görs)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
weechat.look.day_change_message_{1date|2dates}
|
|
|
|
|
|
time/buffer/prefix)
|
|
|
|
|
|
|
|
|
|
The new option weechat.look.day_change_message2 is used to display day change
between two messages, with two dates: the new one, and the old one.
Example:
-- Mon, 02 Sep 2013 (Thu, 22 Aug 2013) --
|
|
|
|
The compilation was failing with asciidoc 8.5.2 (on Debian Squeeze).
|
|
|
|
|
|
before first line of buffer
|
|
channel welcome notices to the channel buffer
|
|
|
|
First evaluate sub-expressions between parentheses.
Before the fix:
>> 1 && (0 || 0)
== [1]
After the fix:
>> 1 && (0 || 0)
== [0]
|
|
weechat.look.day_change_message
|
|
buffer) (task #12775)
Changes in options:
- rename option weechat.look.day_change_time_format to weechat.look.day_change_message
(color codes are allowed in this option)
- new option weechat.color.chat_day_change.
|
|
startup (lines waiting for core buffer)
|
|
notify level)
|
|
|
|
|
|
|
|
displaying the bar item (task #12717)
|
|
|
|
|
|
PREFIX is not sent by server (bug #39802)
|