summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-02-20 17:01:18 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-02-20 17:01:18 +0000
commit9373a7a47e4711e8db0549cec49da19db45330ae (patch)
tree5940281d9c986998fe96daebbca9fd04fcf1f589 /ChangeLog
parente0c97562a596bcfde406fb26dbc8f9d5f0cde111 (diff)
downloadweechat-9373a7a47e4711e8db0549cec49da19db45330ae.zip
Added new plugin API function: remove_infobar
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fa7ed9649..d6428f8e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,12 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
-ChangeLog - 2006-02-19
+ChangeLog - 2006-02-20
Version 0.1.8 (under dev!):
- * added timer handler for plugins
+ * added new plugins functions: add_timer_handler, remove_timer_handler,
+ remove_infobar
* plugin messages handlers now called when message is ignored (by /ignore)
* new behaviour for messages ignored by a message handler: now WeeChat
executes standard handler, treating message as "ignored"