summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-11-04 09:59:45 +0100
committerSebastien Helleu <flashcode@flashtux.org>2012-11-04 09:59:45 +0100
commitebc4ff82c05809a4c803568b0df41060ce7ce71f (patch)
tree9031c46f15a527e0fd83ec2975a525291d2a04f4 /ChangeLog
parentc848cb42d899526154909b0ca42d69fcb691a75b (diff)
downloadweechat-ebc4ff82c05809a4c803568b0df41060ce7ce71f.zip
aspell: fix creation of spellers when number of dictionaries is different between two buffers
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 90bb2470d..5b2a1f900 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
-v0.4.0-dev, 2012-11-02
+v0.4.0-dev, 2012-11-04
Version 0.4.0 (under dev!)
@@ -23,6 +23,8 @@ Version 0.4.0 (under dev!)
hook_connect, move "sock" from hook_connect arguments to callback of
hook_connect (task #11205)
* aspell: add bar item "aspell_dict" (dictionary used on current buffer)
+* aspell: fix creation of spellers when number of dictionaries is different
+ between two buffers
* irc: add command /quiet, fix display of messages 728/729 (quiet list, end of
quiet list) (task #12278)
* irc: add option irc.network.alternate_nick to disable dynamic nick generation