1
0
mirror of https://github.com/irssi/irssi.git synced 2025-02-02 15:08:01 -05:00

- 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
This commit is contained in:
Wouter Coekaerts 2005-11-30 13:49:01 +00:00 committed by coekie
parent 0bf5adcb93
commit 1c39b58e4a
3 changed files with 5 additions and 2 deletions

3
NEWS
View File

@ -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' <charset> can be almost everything listed by 'iconv -l'
+ Added transpose_words, capitalize_word, downcase_word, upcase_word + Added transpose_words, capitalize_word, downcase_word, upcase_word
key bindings key bindings
+ Avoid accidentaly /VER in a channel, by requiring parameter
- Pasted lines weren't added to command history. Some other paste - Pasted lines weren't added to command history. Some other paste
detection fixes detection fixes
- Fixed /BIND escape_char - Fixed /BIND escape_char
@ -114,6 +115,8 @@ v0.8.10 2005-xx-xx The Irssi team <staff@irssi.org>
- Compile with readonly srcdir - Compile with readonly srcdir
- Fixed crash if receiving broken privmsg without source - Fixed crash if receiving broken privmsg without source
(which bitlbee can send if you msg yourself) (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> v0.8.9 2003-12-11 Timo Sirainen <tss@iki.fi>

View File

@ -7,7 +7,7 @@ if test -n "`grep '^#undef VERSION' config.h.in`"; then
fi fi
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(irssi, 0.8.10-rc7) AM_INIT_AUTOMAKE(irssi, 0.8.10-rc8)
AM_MAINTAINER_MODE AM_MAINTAINER_MODE

View File

@ -368,7 +368,7 @@
or the safe defaults will be used. The default configuration file or the safe defaults will be used. The default configuration file
contains the settings for the biggest IRC networks. contains the settings for the biggest IRC networks.
/IRCNET ADD [-kicks <count>] [-msgs <count>] [-modes <count>] /NETWORK ADD [-kicks <count>] [-msgs <count>] [-modes <count>]
[-whois <count>] [-cmdspeed <ms>] [-cmdmax <count>] [-whois <count>] [-cmdspeed <ms>] [-cmdmax <count>]
[-nick <nick>] [-user <user>] [-realname <name>] [-nick <nick>] [-user <user>] [-realname <name>]
[-host <host>] [-autosendcmd <cmd>] <name> [-host <host>] [-autosendcmd <cmd>] <name>