summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-02-06 15:17:00 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-02-06 15:17:00 +0100
commit0ffb61617a755eca16e3e47ea2c79e574845ebaa (patch)
tree79251d8952af68e089011ed1b463ae8099d981a2 /ChangeLog
parent6c33b0d6e6440f026c7684728be2c47025f2d141 (diff)
downloadweechat-0ffb61617a755eca16e3e47ea2c79e574845ebaa.zip
core: fix hotlist problems after apply of a layout (bug #41481)
This commit fixes a problem when computing the value of "num_displayed" in all buffers. For merged buffers (with same number), the num_displayed of each merged buffer must be incremented (and not only the current active buffer).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0daa496a..d03bb6b54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
== Version 0.4.3 (under dev)
+* core: fix hotlist problems after apply of a layout (bug #41481)
* core: fix installation of weechat-plugin.h with autotools (patch #8305)
* core: fix compilation on Android (bug #41420, patch #8301, bug #41434)
* core: fix crash when creating two bars with same name but different case