diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | weechat/ChangeLog | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,8 @@ ChangeLog - 2005-06-16 Version 0.1.3 (under dev!): + * in python scripts, all messages written in stdin and stderr are redirect in server window + * fix a filename error while loading a python script manually * fixed plugins "print" and "prnt" functions: now ok for writing on server buffers * fixed color problem with new libcurses version diff --git a/weechat/ChangeLog b/weechat/ChangeLog index d8f57cc15..bcedee476 100644 --- a/weechat/ChangeLog +++ b/weechat/ChangeLog @@ -5,6 +5,8 @@ ChangeLog - 2005-06-16 Version 0.1.3 (under dev!): + * in python scripts, all messages written in stdin and stderr are redirect in server window + * fix a filename error while loading a python script manually * fixed plugins "print" and "prnt" functions: now ok for writing on server buffers * fixed color problem with new libcurses version |