|
|
Subject: Re: 0.8.10-rc6 released - msg#00005
List: network.irc.irssi.user
Hi there.
Wouter Coekaerts <coekie@xxxxxxxxx> (Thu, 29 Sep 2005 13:47:30 +0200):
> irssi 0.8.10 Release candidate 6 has been released. We should be getting
> near to a final release now, unless some new bugs are found, this will
> probably become the final 0.8.10.
Does it include any new features (compared to RC5)? Or is it a pure
bugfix release?
-----
Get my public key via GnuPG with one of:
gpg --keyserver subkeys.pgp.net --recv-keys CE402012
gpg --keyserver ldap://keyserver.pgp.com/ --recv-keys CE402012
Or via web-based keyserver:
http://www.keyserver.de/
Key fingerprint:
0F12 0912 DFC8 2FC5 E2B8 A23E 6BAC 998E CE40 2012
pgpBrWwHKrusG.pgp
Description: PGP signature
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: Walls?
Tore Ruud <tore@xxxxxxxx> (Thu, 29 Sep 2005 07:58:49 +0200):
> Hi,
> but if I have a query-window up with one of the opers on the channel
> where we are using wallops, the wallops comes up in the query-window.
> How can I remove this?
You can't. Irssi tries to find a window, which fits the context of the
message. If there isn't any, then the message is sent to the current
window. In that case the context is the query window, so irssi prefers
to send it there.
You could fix that by having a special window dedicated to notices and
set notices to highlight that window. Create a window in the way you
like and move it to the desired position. Then, in that window, type:
/window immortal on
/window level NOTICES SNOTES WALLOPS
/set hilight_level PUBLIC DCCMSGS NOTICES SNOTES WALLOPS
If you use Wallops very frequently, then you might want to remove the
NOTICES and SNOTES levels from the commands above. Again, don't forget
to save your layout, else the window will be gone upon restart of irssi.
Side note: Please send to the mailing list. You have sent that mail
directly to me. Double-check the recipient, before sending. =)
-----
Get my public key via GnuPG with one of:
gpg --keyserver subkeys.pgp.net --recv-keys CE402012
gpg --keyserver ldap://keyserver.pgp.com/ --recv-keys CE402012
Or via web-based keyserver:
http://www.keyserver.de/
Key fingerprint:
0F12 0912 DFC8 2FC5 E2B8 A23E 6BAC 998E CE40 2012
pgpm2IU7d4ziG.pgp
Description: PGP signature
Next Message by Date:
click to view message preview
Re: 0.8.10-rc6 released
On Thursday 29 September 2005 18:32, Ertugrul Soeylemez wrote:
> Does it include any new features (compared to RC5)? Or is it a pure
> bugfix release?
Mostly bugfixes. The new features since rc5 are (searched and copy-pasted
the new ones from the NEWS file):
+ /UPGRADE now saves server->version
+ If available, send who set topic and when to irssi-proxy clients
+ New default aliases: MANUAL-WINDOWS, EXEMPTLIST and ATAG
+ Added transpose_words, capitalize_word, downcase_word, upcase_word
key bindings
And while I'm at it, the bugfixes that are new in rc6:
- Fixed /WHOIS -yes (Bug 67)
- Make /JOIN -tag #channel and /JOIN #channel<space> switch to that
channel (Bugs 13 and 93)
- Fixed readded (changed) hilights being in config twice, resulted in
duplicate hilights or removed hilights coming back (Bug 39)
- Fixed messages to @#channel showed *your* nickmode, not the one of
the sender (part of Bug 80)
- Fixed /KNOCK support
- Fixed own nick changes in irssi-proxy
- Fixed /HILIGHT -actcolor -mask (Bug 131)
- Recognise a param of signal_emit/continue in perl script if it's int
- Fixed bug 120 where proxy doesn't set the server_rec->away_reason
- Fixed /join -invite -window bug if there is no invite
- Fixed bug with time settings where hours actually returned 60*hours
- Fix multiple entries for local IP in /etc/hosts prevents connecting,
patch by eridius (Bug 167)
- Fixed a bug with /me, use the right arguments for
"message irc own_action"
- Update our own nickrec->gone flag on /away <reason> or on /away
- Fixed output of /hilight (add a space after -levels if any)
- Add libtool's -module flag to get built properly on all platforms,
by Toby Peterson (Bug 212)
- Don't apply emphasis on _foo_^ if it's a nick (Bug 52)
- Fix displaying of ctcp userinfo and clientinfo (Bug 222)
- Remember alternate_nick and max_whois on reconnect (Bug 181)
- Fix tr_TR locale problem for glib2 (still a bug with glib1.2)
by David Pashley
- Fixed pasting not using the character translation (Bug 151)
- Fixed a bug where the channel list to join/rejoin on reconnect
gets too long, not all channels will be joined. (Bug 108)
- 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
That's not entirely complete, but it's most of them. But for example not:
- Fixed bug with logging where item names starting with the same string were
not logged properly.
(Which isn't in the NEWS file because it was new in rc5, not in 0.8.9)
Wouter.
pgp9Jula67sYk.pgp
Description: PGP signature
Previous Message by Thread:
click to view message preview
Re: 0.8.10-rc6 released
On 2005-09-29 13:47:30 +0200, Wouter Coekaerts wrote:
> irssi 0.8.10 Release candidate 6 has been released. We should be getting
> near to a final release now, unless some new bugs are found, this will
> probably become the final 0.8.10.
> For a list of changes between 0.8.9 and this see
> http://svn.irssi.org/repos/irssi/trunk/NEWS. For a more detailed list of
> commits see the ChangeLog file in the tarball.
>
> It can be downloaded from:
> http://irssi.org/files/irssi-0.8.10-rc6.tar.gz
SuSE RPMS:
http://ftp.suse.com/pub/people/mrueckert/
in 1-2 day it should be synced to a suse mirror near you.
darix
Next Message by Thread:
click to view message preview
Re: 0.8.10-rc6 released
On Thursday 29 September 2005 18:32, Ertugrul Soeylemez wrote:
> Does it include any new features (compared to RC5)? Or is it a pure
> bugfix release?
Mostly bugfixes. The new features since rc5 are (searched and copy-pasted
the new ones from the NEWS file):
+ /UPGRADE now saves server->version
+ If available, send who set topic and when to irssi-proxy clients
+ New default aliases: MANUAL-WINDOWS, EXEMPTLIST and ATAG
+ Added transpose_words, capitalize_word, downcase_word, upcase_word
key bindings
And while I'm at it, the bugfixes that are new in rc6:
- Fixed /WHOIS -yes (Bug 67)
- Make /JOIN -tag #channel and /JOIN #channel<space> switch to that
channel (Bugs 13 and 93)
- Fixed readded (changed) hilights being in config twice, resulted in
duplicate hilights or removed hilights coming back (Bug 39)
- Fixed messages to @#channel showed *your* nickmode, not the one of
the sender (part of Bug 80)
- Fixed /KNOCK support
- Fixed own nick changes in irssi-proxy
- Fixed /HILIGHT -actcolor -mask (Bug 131)
- Recognise a param of signal_emit/continue in perl script if it's int
- Fixed bug 120 where proxy doesn't set the server_rec->away_reason
- Fixed /join -invite -window bug if there is no invite
- Fixed bug with time settings where hours actually returned 60*hours
- Fix multiple entries for local IP in /etc/hosts prevents connecting,
patch by eridius (Bug 167)
- Fixed a bug with /me, use the right arguments for
"message irc own_action"
- Update our own nickrec->gone flag on /away <reason> or on /away
- Fixed output of /hilight (add a space after -levels if any)
- Add libtool's -module flag to get built properly on all platforms,
by Toby Peterson (Bug 212)
- Don't apply emphasis on _foo_^ if it's a nick (Bug 52)
- Fix displaying of ctcp userinfo and clientinfo (Bug 222)
- Remember alternate_nick and max_whois on reconnect (Bug 181)
- Fix tr_TR locale problem for glib2 (still a bug with glib1.2)
by David Pashley
- Fixed pasting not using the character translation (Bug 151)
- Fixed a bug where the channel list to join/rejoin on reconnect
gets too long, not all channels will be joined. (Bug 108)
- 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
That's not entirely complete, but it's most of them. But for example not:
- Fixed bug with logging where item names starting with the same string were
not logged properly.
(Which isn't in the NEWS file because it was new in rc5, not in 0.8.9)
Wouter.
pgp9Jula67sYk.pgp
Description: PGP signature
|
|