From fabd48cc6cc00527c10072297a62fbd8154251ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 5 Apr 2016 07:56:43 +0200 Subject: core: move nick coloring from irc plugin to core (closes #262) Options moved from irc.conf to weechat.conf: * "irc.look.nick_color_force" moved to "weechat.look.nick_color_force" * "irc.look.nick_color_hash" moved to "weechat.look.nick_color_hash" * "irc.look.nick_color_stop_chars" moved to "weechat.look.nick_color_stop_chars" New info (for API function "info_get"): * "nick_color" (replaces "irc_nick_color") * "nick_color_name" (replaced "irc_nick_color_name") Info "irc_nick_color" and "irc_nick_color_name" are now deprecated. And a bug has been fixed in nick coloring: stop chars are removed before looking at a forced color. --- ReleaseNotes.asciidoc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'ReleaseNotes.asciidoc') diff --git a/ReleaseNotes.asciidoc b/ReleaseNotes.asciidoc index d0baa6abc..8ee49248a 100644 --- a/ReleaseNotes.asciidoc +++ b/ReleaseNotes.asciidoc @@ -20,6 +20,27 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog] [[1.5]] == Version 1.5 (under dev) +[[1.5_nick_coloring]] +=== Nick coloring moved to core + +The nick coloring feature has been moved from irc plugin to core. + +Two options have been moved from irc plugin (irc.conf) to core (weechat.conf), +and you must set new value if you customized them: + +* 'irc.look.nick_color_force' moved to 'weechat.look.nick_color_force' +* 'irc.look.nick_color_hash' moved to 'weechat.look.nick_color_hash' +* 'irc.look.nick_color_stop_chars' moved to 'weechat.look.nick_color_stop_chars' + +The following info names (used by API function "info_get") are renamed as well: + +* 'irc_nick_color' renamed to 'nick_color' +* 'irc_nick_color_name' renamed to 'nick_color_name' + +[NOTE] +The old info 'irc_nick_color' and 'irc_nick_color_name' are kept for +compatibility (especially scripts) and will be removed in an upcoming release. + [[1.5_callbacks_pointer]] === Pointer in callbacks -- cgit v1.2.3