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

core: use buffer pointer instead of window in input functions, add new function window_search_with_buffer in plugin API

This commit is contained in:
Sebastien Helleu
2011-04-13 20:25:26 +02:00
parent 7d7eeceb89
commit 7673a700b3
16 changed files with 789 additions and 407 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
v0.3.5-dev, 2011-04-11
v0.3.5-dev, 2011-04-13
Version 0.3.5 (under dev!)
@@ -43,7 +43,7 @@ Version 0.3.5 (under dev!)
* core: dynamically allocate color pairs (extended colors can be used without
being added with command "/color")
* core: allow background for nick colors (using ":")
* api: add new function buffer_match_list
* api: add new functions buffer_match_list and window_search_with_buffer
* aspell: fix spellers used after switch of window (bug #32811)
* irc: do not rejoin channels where /part has been issued before reconnection
to server (bug #33029)