diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-29 16:52:19 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-29 16:52:19 +0200 |
commit | 34e0226ee083b1cbd6277c0704288cb3c01d85d9 (patch) | |
tree | 080082042c74c2eb56e20157c8c4f549c58f89a0 /ChangeLog | |
parent | 6d6e0e0ad92307e3fcb4c269716044da86f34bc0 (diff) | |
download | weechat-34e0226ee083b1cbd6277c0704288cb3c01d85d9.zip |
core: add WEECHAT_HOME option in cmake and configure to setup default WeeChat home (default is "~/.weechat") (task #11266)
Syntax for cmake: cmake <dir> -DWEECHAT_HOME="~/.weechat"
Syntax for configure: ./configure WEECHAT_HOME="~/.weechat"
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ v0.3.7-dev, 2011-10-29 Version 0.3.7 (under dev!) -------------------------- +* core: add WEECHAT_HOME option in cmake and configure to setup default + WeeChat home (default is "~/.weechat") (task #11266) * core: add optional arguments for command /plugin load/reload/autoload * core: fix compilation error with "pid_t" on Mac OS X (bug #34639) * core: enable background process under Cygwin to connect to servers, fix |