diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-29 19:31:04 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-29 19:31:04 +0100 |
commit | cb617d8b234e197fdf0922ff8df849beff831782 (patch) | |
tree | 0e31c4330b329dbe647c8c0cd0c372fbbd463fe0 /ChangeLog | |
parent | 25eaec3864a7ffe48b042057f8c07da26b676337 (diff) | |
download | weechat-cb617d8b234e197fdf0922ff8df849beff831782.zip |
core: fix hidden lines for messages without date when option weechat.history.max_buffer_lines_minutes is set (bug #38197)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,12 +1,14 @@ WeeChat ChangeLog ================= Sébastien Helleu <flashcode@flashtux.org> -v0.4.1-dev, 2013-01-26 +v0.4.1-dev, 2013-01-29 Version 0.4.1 (under dev!) -------------------------- +* core: fix hidden lines for messages without date when option + weechat.history.max_buffer_lines_minutes is set (bug #38197) * core: use default hash/comparison callback for keys of type integer/pointer/time in hashtable * guile: fix compilation with guile 2.0 |