diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-06-07 21:01:48 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-06-07 21:01:48 +0200 |
commit | fb7edb351815d1d4b2a074d1b68f7d3f50ac04af (patch) | |
tree | 80d9d520ed53d1e0e590a5c50a3aa644535450c9 /ChangeLog | |
parent | 4080047da0d7de87f6ea1a3f65a6c9103f6ef7a1 (diff) | |
download | weechat-fb7edb351815d1d4b2a074d1b68f7d3f50ac04af.zip |
aspell: add support of enchant library (patch #6858)
Enchant is enabled only if the new option for cmake (or configure) is enabled:
- for cmake: cmake -DENABLE_ENCHANT=ON
- for configure: ./configure --enable-enchant
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ WeeChat ChangeLog ================= Sébastien Helleu <flashcode@flashtux.org> -v0.4.2-dev, 2013-06-05 +v0.4.2-dev, 2013-06-07 This document lists all changes for each version. @@ -21,6 +21,7 @@ Version 0.4.2 (under dev!) "layout_window" * core: fix line alignment when option weechat.look.buffer_time_format is set to empty string +* aspell: add support of enchant library (patch #6858) * irc: add support of special variables $nick/$channel/$server in commands /allchan and /allserv * irc: add option irc.look.nick_color_hash: hash algorithm to find nick color |