diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-08-26 03:43:32 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-08-27 09:15:37 +0200 |
commit | dc002a2db47bb8e9c513ea834c52ebc72441eca9 (patch) | |
tree | e02d4a910a7e3011f51a99e36f0dc2006e63f049 /NEWS | |
parent | a32916ffcfa64957ebe7f9b59eeefc2a8f554a1f (diff) | |
download | xK-dc002a2db47bb8e9c513ea834c52ebc72441eca9.tar.gz xK-dc002a2db47bb8e9c513ea834c52ebc72441eca9.tar.xz xK-dc002a2db47bb8e9c513ea834c52ebc72441eca9.zip |
xC: revise configuration options
This commit constitutes a breaking change to old configurations.
All behaviour.* options have now become general.*, with the following
few renames as exceptions:
- editor_command -> editor
- backlog_helper -> pager
- backlog_helper_strip_formatting -> pager_strip_formatting
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@ Unreleased - * xC: improved backlog helper integration capabilities + * xC: all behaviour.* configuration options have been renamed to general.*, + with the exception of editor_command/editor, backlog_helper/pager, + and backlog_helper_strip_formatting/pager_strip_formatting + + * xC: improved pager integration capabilities * xC: made it show WALLOPS messages, as PRIVMSG for the server buffer |