1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 03:33:12 +02:00

core: fix line returned when clicking on a bar (according to position and filling) (bug #38069)

This commit is contained in:
Sebastien Helleu
2013-01-12 09:31:57 +01:00
parent a6bc15e69d
commit 1e20dd16e5
8 changed files with 37 additions and 7 deletions
+3 -1
View File
@@ -1,12 +1,14 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
v0.4.0-rc2, 2013-01-11
v0.4.0-rc2, 2013-01-12
Version 0.4.0 (under dev!)
--------------------------
* core: fix line returned when clicking on a bar (according to position and
filling) (bug #38069)
* core: fix refresh of bars when applying layout (bug #37944, bug #37952)
* core: add buffer pointer in arguments for signals "input_search",
"input_text_changed" and "input_text_cursor_moved"