diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-10-07 14:56:54 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-10-07 14:56:54 +0200 |
commit | a36abbfe0e8e2b39f0939502bd2567f5af2d7688 (patch) | |
tree | 7b90cd05d604607c868c3a1a2b2ea4edbb933895 /ChangeLog | |
parent | 97a8a30a3df69f682c8229df1159a4fc76b0734d (diff) | |
download | weechat-a36abbfe0e8e2b39f0939502bd2567f5af2d7688.zip |
Fix HTML output of ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -19,8 +19,9 @@ Version 0.3.4 (under dev!) * api: add priority for hooks (task #10550) * api: add new functions: hashtable_get_string, hook_info_hashtable, info_get_hashtable -* irc: rename options "irc.look.open_{channel|pv}_near_server" to - "irc.look.new_{channel|pv}_position" with new values (none, next or near_server) +* irc: rename options irc.look.open_channel_near_server and + irc.look.open_pv_near_server to irc.look.new_channel_position and + irc.look.new_pv_position with new values (none, next or near_server) * irc: display old channel topic when topic is unset (task #9780) * irc: add new info_hashtable "irc_parse_message" * irc: fix crash/bug when option "addresses" for a server is unset or changed |