summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNils Görs <weechatter@arcor.de>2012-12-25 10:54:51 +0100
committerSebastien Helleu <flashcode@flashtux.org>2012-12-25 10:54:51 +0100
commit67a111f7f2fbda37c464dff943c9e07d29fea1f2 (patch)
tree96050bc05e4d81262f0c3bfc0f79ef2ac506d4d0 /ChangeLog
parentcf76379aa96a4df0677f1d1485d38225a3d79c95 (diff)
downloadweechat-67a111f7f2fbda37c464dff943c9e07d29fea1f2.zip
core: fix detection of command in input: a single command char is considered as a command (API function "string_input_for_bufer")
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 64c193783..36835355b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,14 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
-v0.4.0-dev, 2012-12-24
+v0.4.0-dev, 2012-12-25
Version 0.4.0 (under dev!)
--------------------------
+* core: fix detection of command in input: a single command char is considered
+ as a command (API function "string_input_for_bufer")
* core: search for a fallback template when a no template is matching command
arguments
* core: add option "diff" for command /set (list options with changed value)