summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--weechat/ChangeLog2
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d8f57cc15..bcedee476 100644
--- a/ChangeLog
+++ b/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
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