diff options
author | Wouter Coekaerts <coekie@irssi.org> | 2005-11-30 13:49:01 +0000 |
---|---|---|
committer | coekie <coekie@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2005-11-30 13:49:01 +0000 |
commit | 1c39b58e4ada2eaf8665f3c4136b5388c6f57da2 (patch) | |
tree | dbb0b9d320f425e6f6cf02e3315d6476c302d83f /NEWS | |
parent | 0bf5adcb932e2dfa7ca8caf2668b6eb9bc85ed0c (diff) | |
download | irssi-1c39b58e4ada2eaf8665f3c4136b5388c6f57da2.zip |
- s/IRCNET/NETWORK/ in manual.txt
- update NEWS
- Release 0.8.10-rc8
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4106 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -51,6 +51,7 @@ v0.8.10 2005-xx-xx The Irssi team <staff@irssi.org> <charset> can be almost everything listed by 'iconv -l' + Added transpose_words, capitalize_word, downcase_word, upcase_word key bindings + + Avoid accidentaly /VER in a channel, by requiring parameter - Pasted lines weren't added to command history. Some other paste detection fixes - Fixed /BIND escape_char @@ -114,6 +115,8 @@ v0.8.10 2005-xx-xx The Irssi team <staff@irssi.org> - Compile with readonly srcdir - Fixed crash if receiving broken privmsg without source (which bitlbee can send if you msg yourself) + - Fixed crash with invalid TERM and termcap + - When looking up IP addresses, return random IP instead of the first one v0.8.9 2003-12-11 Timo Sirainen <tss@iki.fi> |