summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2009-10-02 09:56:07 +0200
committerSebastien Helleu <flashcode@flashtux.org>2009-10-02 09:56:07 +0200
commit3a429ca6c38e0547e45626486463c8a8d9b7cec5 (patch)
tree63f1c0ebf0cd7f2f67a49fb88ae7021af69936c3 /ChangeLog
parentae1326431415a1908454e89340b08a049072fa69 (diff)
downloadweechat-3a429ca6c38e0547e45626486463c8a8d9b7cec5.zip
New expansions for alias arguments ($n, $-m, $n-, $n-m, $*, $~) (patch #6917)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e96497e1f..8601cb66a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
WeeChat ChangeLog
=================
FlashCode <flashcode@flashtux.org>
-v0.3.1-dev, 2009-09-30
+v0.3.1-dev, 2009-10-02
Version 0.3.1 (under dev!)
@@ -12,6 +12,8 @@ Version 0.3.1 (under dev!)
* core: fix plural form in translation files (bug #27430)
* core: fix terminal title bug: do not reset it when option
weechat.look.set_title is off (bug #27399)
+* alias: new expansions for alias arguments ($n, $-m, $n-, $n-m, $*, $~)
+ (patch #6917)
* alias: allow use of wildcards for /alias list (patch #6925)
* alias: allow /unalias to remove multiple aliases (patch #6926)
* alias: fix bug with arguments (bug #27440)