diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-28 09:16:24 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-28 09:16:24 +0200 |
commit | 7fabe8c2a28d973b24e7d952562bdfb340cbb541 (patch) | |
tree | 73f175319d3a74d7199e08e23c7622d1746316cd /ChangeLog.asciidoc | |
parent | d9acb2b97ad91f9c9d4ad4b7f8eb3cd31d773da6 (diff) | |
download | weechat-7fabe8c2a28d973b24e7d952562bdfb340cbb541.zip |
core: allow ctrl-C to exit WeeChat when the passphrase is asked on startup (closes #452)
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r-- | ChangeLog.asciidoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index 866f844cb..fdda32e4b 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -19,6 +19,8 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] === New features +* core: allow ctrl-C to exit WeeChat when the passphrase is asked on startup + (closes #452) * core: allow pointer as list name in evaluation of hdata (closes #450) * core: add signal "signal_sighup" * api: add function string_eval_path_home() |