summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-01-21 22:03:12 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-01-21 22:03:12 +0100
commit79f2f46decf7ce5b6ae9a0799426b76ec2c51e62 (patch)
tree734c3e3142166bd4e79961598bb75eaf73be93bf /ChangeLog
parent26dfd69f879c7d89b35c537fb7005d8a456cb5e7 (diff)
downloadweechat-79f2f46decf7ce5b6ae9a0799426b76ec2c51e62.zip
core: rename option weechat.look.save_layout_on_exit to weechat.look.store_layout_on_exit, replace "save" by "store" for layouts
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d950c688a..443105aaa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,7 +29,8 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
* core: use "+" separator to make a logical "and" between tags in command
/filter, option weechat.look.highlight_tags and buffer property
"highlight_tags"
-* core: rename options save/reset to store/del in command /layout
+* core: rename options save/reset to store/del in command /layout, rename
+ option weechat.look.save_layout_on_exit to weechat.look.store_layout_on_exit
* core: add options weechat.look.buffer_auto_renumber and
weechat.look.buffer_position, add option "renumber" in command /buffer, add
bar item "buffer_last_number" (task #12766)