diff options
author | Nils Görs <weechatter@arcor.de> | 2012-12-25 10:54:51 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-12-25 10:54:51 +0100 |
commit | 67a111f7f2fbda37c464dff943c9e07d29fea1f2 (patch) | |
tree | 96050bc05e4d81262f0c3bfc0f79ef2ac506d4d0 /ChangeLog | |
parent | cf76379aa96a4df0677f1d1485d38225a3d79c95 (diff) | |
download | weechat-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-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |