summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-10-05 19:06:46 +0200
committerSebastien Helleu <flashcode@flashtux.org>2008-10-05 19:06:46 +0200
commit44944ef01ff2c0b81d4b6d6ce6d0f95ee6dd35a5 (patch)
tree4076ea07aa8ccf325842fa5525630e6e779f8ec4 /ChangeLog
parent269bf55b1ebd9a2342dd0e66af58f1d798652e7a (diff)
downloadweechat-44944ef01ff2c0b81d4b6d6ce6d0f95ee6dd35a5.zip
Add Tcl script plugin (thanks to Dmitry Kobylin)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3382d3dd8..77ce5299a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
-ChangeLog - 2008-10-03
+ChangeLog - 2008-10-05
Version 0.2.7 (under dev!):
@@ -39,7 +39,8 @@ Version 0.2.7 (under dev!):
* improve main loop: higher timout in select(), less CPU usage
* add /reload command to reload WeeChat and plugins config files
(signal SIGHUP is catched to reload config files)
- * new plugins: alias, debug, demo, fifo, irc, logger, notify, trigger, xfer
+ * new plugins: alias, debug, demo, fifo, irc, logger, notify, tcl, trigger,
+ xfer
* add hooks: command, timer, file descriptor, connection, print, signal,
config, completion, modifier, info, infolist
* new plugin API with many new functions: hooks, buffer management, bars,