summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2005-05-07 09:29:26 +0000
committerSebastien Helleu <flashcode@flashtux.org>2005-05-07 09:29:26 +0000
commitb935a02ceb00e7390797f9015a6d2362a7db81f3 (patch)
tree0d5a0870f7501d2c34ad93176fb45bc029c0176a /ChangeLog
parente7c899014c3e0b0850fa2b12627d1207998a2bdd (diff)
downloadweechat-b935a02ceb00e7390797f9015a6d2362a7db81f3.zip
Perl and Python libraries now cheked in configure script
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 63e1d414b..e7b012f69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,18 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
-ChangeLog - 2005-05-05
+ChangeLog - 2005-05-07
Version 0.1.2 (under dev!):
- * added Python plugin support, improved Perl interface
+ * added Python plugin support, improved Perl interface (and now Perl/Python
+ libraries are checked by configure script)
* added nicklist scroll keys (Alt+{home/end/pgup/pgdn} or F11/F12)
* added transfer rate for DCC files
* added "-all" option for /nick command
* buffers timestamp can now be changed (new option in config file)
* WeeChat now ok under *BSD and Mac OS X
+ * fixed nicklist sort
* fixed crash when purging old DCC
* fixed crash with 64-bits arch (like AMD64) when converting UTF-8
* added missing IRC commands (307, 341, 485, 671)