1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 12:56:37 +02:00

core: add bug #35317 in ChangeLog

This commit is contained in:
Sebastien Helleu
2012-01-28 08:26:17 +01:00
parent b6a7777aa0
commit 6e2c3e8722
+2 -2
View File
@@ -1,7 +1,7 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
v0.3.7-dev, 2012-01-27
v0.3.7-dev, 2012-01-28
Version 0.3.7 (under dev!)
@@ -43,7 +43,7 @@ Version 0.3.7 (under dev!)
* core: fix compilation error with "pid_t" on Mac OS X (bug #34639)
* core: enable background process under Cygwin to connect to servers, fix
reconnection problem (bug #34626)
* api: add modifier "input_text_for_buffer"
* api: add modifier "input_text_for_buffer" (bug #35317)
* api: add support of URL in hook_process/hook_process_hashtable (task #10247)
* api: add new functions strcasecmp_range, strncasecmp_range,
string_regex_flags, string_regcomp, hashtable_map_string,