From 5afdf63fa37ed60f739023dd5a83630adc0603e5 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Mon, 23 Dec 2013 23:47:25 +0100 Subject: [PATCH] core: update ChangeLog --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b3d26ef49..bcb0366fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -60,7 +60,8 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * core: fix truncated prefix when filters are toggled (bug #40204) * core: add options to customize default text search in buffers: weechat.look.buffer_search_{case_sensitive|force_default|regex|where} -* add hdata "buffer_visited" +* doc: add polish man page and user's guide +* api: add hdata "buffer_visited" * api: add support of infos with format `${info:name,arguments}` in function string_eval_expression and command /eval * api: add support for C++ plugins