summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-01-16 17:06:14 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-01-16 17:06:14 +0000
commitba6806618423457bf1bc03ca36fc0148dd6bb445 (patch)
tree1012114776081f627500e53667108d46953e2e2c /NEWS
parent20ddd957d90d4f278f28b172bb711d62fff85239 (diff)
downloadirssi-ba6806618423457bf1bc03ca36fc0148dd6bb445.zip
Improved hilighting: You can specify what color to hilight the text
with, to channel field type the (mirc) color number, like "4 #blah" hilights the text with red in channel #blah, both color and channel(s) are optional. You can also hilight nicks' colors, to text field type "NICK:nick!mask", like NICK:nick, or NICK:*!*@*.blah.fi hilights people from blah.fi domain git-svn-id: http://svn.irssi.org/repos/irssi/trunk@110 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 02feac4b..86276b9b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-v0.7.22 2000-01-13 Timo Sirainen <cras@irccrew.org> [stable]
+v0.7.22 2000-01-17 Timo Sirainen <cras@irccrew.org> [stable]
+ configure displays a summary of things to compile
+ /set toggle_use_colors = yes|no, sets colors on/off in irssi-text
@@ -8,6 +8,12 @@ v0.7.22 2000-01-13 Timo Sirainen <cras@irccrew.org> [stable]
+ When connection is lost to server, irssi will remember the channels
in windows. After reconnected, (auto)joining to same channels will
join the channels to the old windows.
+ + Improved hilighting: You can specify what color to hilight the text
+ with, to channel field type the (mirc) color number, like
+ "4 #blah" hilights the text with red in channel #blah, both color
+ and channel(s) are optional. You can also hilight nicks' colors, to
+ text field type "NICK:nick!mask", like NICK:nick, or
+ NICK:*!*@*.blah.fi hilights people from blah.fi domain
- Modeless channels (+channel) didn't get synced ever..
- Some kB/s messages displayed wrong values when resuming DCC
transfers. Also, kB/s is now displayed with two decimals