1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-09 06:20:45 +00:00

- Disable commited patches in debian/patches

- update NEWS
- Bump version to 0.8.10-rc6


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3997 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Wouter Coekaerts 2005-09-25 13:36:09 +00:00 committed by coekie
parent fd6c2df7f4
commit 15e39b76b6
3 changed files with 9 additions and 4 deletions

8
NEWS
View File

@ -49,6 +49,8 @@ v0.8.10 2005-xx-xx The Irssi team <staff@irssi.org>
so unavailable characters will be transliterated into something
readable
<charset> can be almost everything listed by 'iconv -l'
+ Added transpose_words, capitalize_word, downcase_word, upcase_word
key bindings
- Pasted lines weren't added to command history. Some other paste
detection fixes
- Fixed /BIND escape_char
@ -102,6 +104,12 @@ v0.8.10 2005-xx-xx The Irssi team <staff@irssi.org>
- Print glib errors nicely, by David Pashley
- Handle ^Z better, by David Pashley
- Fixed /eval recursion crashing, by David Pashley
- Fix notify with more nicks than max_whois_in_cmd (Bug 257),
based on patch by Krzysztof Kowalik (Borys)
- Fixed irssiproxy sometimes missing (parts of) lines
- Fixed remote /WHOWAS
- Parse negative time setting values, makes it possible again to do
/SET server_reconnect_time -1 to disable reconnecting
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
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(irssi, 0.8.10-rc5)
AM_INIT_AUTOMAKE(irssi, 0.8.10-rc6)
AM_MAINTAINER_MODE

View File

@ -1,6 +1,3 @@
01glib-errors
03sigtstp
04eval_recurse
05upgrade-check-binary
06gnutls-support
07gnutls-support-automakery