diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-02-04 10:07:19 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-02-04 10:07:19 +0100 |
commit | 763bb073b4710777c3083833c931290bdc5df066 (patch) | |
tree | bf211a68230f031912efd308eec5400d40118b96 /ChangeLog | |
parent | 9f0b72279307337632f4c8af23b624971adf10c5 (diff) | |
download | weechat-763bb073b4710777c3083833c931290bdc5df066.zip |
Added string_tolower/upper in plugins API, added "name_lower_case" option in logger plugin (bug #19522)
The new option "name_lower_case" is "on" by default and will convert category/name to lower case for log filename.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -ChangeLog - 2008-02-03 +ChangeLog - 2008-02-04 Version 0.2.7 (under dev!): @@ -9,7 +9,7 @@ Version 0.2.7 (under dev!): fails), nicks are now set with one option "nicks" (task #6088) * fixed bug when switching window, scrollback is now preserved (task #7680) * added group support in nicklist - * added backlog option in logger plugin + * added "backlog" and "name_lower_case" options in logger plugin (bug #19522) * improved main loop: higher timout in select(), less CPU usage * added /reload command to reload WeeChat and plugins config files (signal SIGHUP is catched to reload config files) |