summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2007-03-06 16:42:39 +0000
committerSebastien Helleu <flashcode@flashtux.org>2007-03-06 16:42:39 +0000
commit7b9ef6b56efffef8e9ae59e24b8fb58a70caa5d0 (patch)
treebb4773bfc66e924513670a019440ecaff4823a4b /ChangeLog
parent00dd81761fe3b38d9c4ee1d35e6e5a42d84e1215 (diff)
downloadweechat-7b9ef6b56efffef8e9ae59e24b8fb58a70caa5d0.zip
Added new return code in plugin API to force highlight (for message handlers only)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f70c5a91..629087dab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@ ChangeLog - 2007-03-06
Version 0.2.4 (under dev!):
+ * added new return code in plugin API to force highlight (for message
+ handlers only)
* fixed bug with server buffer when "look_one_server_buffer" is ON and
server buffer is moved to any number > 1 (bug #19219)
* fixed /help command: displays plugin help for redefined commands