diff options
author | Timo Sirainen <cras@irssi.org> | 2000-06-14 20:16:30 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-06-14 20:16:30 +0000 |
commit | bb3ca6f47324198eef61642aed7184e3576fa382 (patch) | |
tree | a0479aa02fbe2ee4fdab211b3526d66854697f19 /NEWS | |
parent | 84efea6a6ab38f268ee6cc433039dcd5937ca50e (diff) | |
download | irssi-bb3ca6f47324198eef61642aed7184e3576fa382.zip |
Irssi 0.7.91 released.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@346 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -1,3 +1,36 @@ +v0.7.91 2000-06-14 Timo Sirainen <tss@iki.fi> + + + Ctrl-X changes IRC server in stats/msgs/empty windows. + + /JOIN -<server tag> #channel joins to channel in specified server. + + /WHOIS automatically sends a /WHOWAS query if nick wasn't in IRC. + + if some unknown /command had another / in it, like /usr/bin, + send it as normal message. good for copypasting paths :) + + If you're not allowed to connect to server (K-lined, no I-line), + Irssi won't try to reconnect back to the server. + + You can disable window activity notifies in specified channels + with /SET noact_channels #chan1 #chan2 .. The activity is + displayed if window had a message to you. + + Tab-completion works now with /commands and /set variables + + /SET close_window_on_part - should we close the window too when + /PARTing channel + + /SET autocreate_own_query ON - creates query window when you + send message with /MSG nick. + + /SET mail_counter specifies if we should show mail counter in + statusbar. + + /SET wall_format specifies the text that's sent with /WALL + + If you /SET expand_escapes ON and type \n or \t to text line, they + will be expanded to newline and tab. + + Ctrl-W deletes word in left + - Flood was detected wrong - /SET flood_timecheck's argument was + supposed to be seconds, not milliseconds. + - Unignoring autoignored nicks didn't work + - Logging wrote messages to log file twice + - /WINDOW MOVE <number> could put irssi to infinite loop + - ANSI blink code crashed irssi. + - Replying to DCC GET and CHAT requests didn't work + - /HILIGHT displayed levels twice, /HILIGHT -channels didn't work + - /SET ignore_signals wasn't read at startup.. + v0.7.90 2000-06-04 Timo Sirainen <tss@iki.fi> * On the way to 0.8.0 .. Major rewriting/rearranging code. There's |