Your message dated Mon, 09 Oct 2006 07:32:19 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#379303: fixed in irssi-scripts 20061009 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: irssi-scripts Version: 20060513 Severity: wishlist Tags: patch Hi, here's a patch to make topic-diff.pl ignore changes in leading/trailing whitespace (often occuring due to irssi's suboptimal behavior on /t <tab>). Additionally, it will also recognize ' - ' as separator between topic sections. --- /usr/share/irssi/scripts/topic-diff.pl 2004-02-02 08:11:24.000000000 +0100 +++ ./topic-diff.pl 2005-02-24 01:01:57.579665512 +0100 @@ -30,8 +30,10 @@ # $server->print ($channel, $server->{tag}); if ($topics{$server->{tag}."_".$channel}) { - my @original = split /\s*\|\s*/, $topics{$server->{tag}."_".$channel}; - my @modified = split /\s*\|\s*/, $topic; + $topics{$server->{tag}."_".$channel} =~ s/^ +| +$//g; + $topic =~ s/^ +| +$//g; + my @original = split /\s*\|\s*|\s+-\s+/, $topics{$server->{tag}."_".$channel}; + my @modified = split /\s*\|\s*|\s+-\s+/, $topic; outer: while( $i <= $#original) { (There is some annoyance that it converts ' - ' to ' | ' when showing the diff, but that rarely happens without - being a separator.) -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.8-2-686 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Christoph -- [EMAIL PROTECTED] | http://www.df7cb.de/
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---Source: irssi-scripts Source-Version: 20061009 We believe that the bug you reported is fixed in the latest version of irssi-scripts, which is due to be installed in the Debian FTP archive: irssi-scripts_20061009.dsc to pool/main/i/irssi-scripts/irssi-scripts_20061009.dsc irssi-scripts_20061009.tar.gz to pool/main/i/irssi-scripts/irssi-scripts_20061009.tar.gz irssi-scripts_20061009_all.deb to pool/main/i/irssi-scripts/irssi-scripts_20061009_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Florian Ernst <[EMAIL PROTECTED]> (supplier of updated irssi-scripts package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 9 Oct 2006 16:10:48 +0200 Source: irssi-scripts Binary: irssi-scripts Architecture: source all Version: 20061009 Distribution: unstable Urgency: medium Maintainer: Florian Ernst <[EMAIL PROTECTED]> Changed-By: Florian Ernst <[EMAIL PROTECTED]> Description: irssi-scripts - collection of scripts for irssi Closes: 367335 379296 379300 379303 379305 379308 379316 Changes: irssi-scripts (20061009) unstable; urgency=medium . * urgency=medium in order to get this into etch in time * trackbar.pl: pick r1.4 from upstream which removed utf-8 support (Closes: #367335) * queryresume.pl: apply autolog_path fix and suggested generalization by Christoph Berg (Closes: #379296) * timer.pl: add repeat rate to /timer list, patch by Christoph Berg (Closes: #379300) * topic-diff.pl: ignore trailing whitespace changes, and also recognize ' - ' as separator, patch by Christoph Berg (Closes: #379303) * topics.pl: show real time instead of epoch, remove quotes, patch by Christoph Berg (Closes: #379305) * chanact.pl: add options to shorten channel names, patch by Christoph Berg (Closes: #379308) * Include script nickident.pl by Christoph Berg to identify to services (Closes: #379316) Files: 41fcd0407e3c4f432577fa98f851888d 512 net optional irssi-scripts_20061009.dsc a611d1ba3b892b5a28920f57a747343c 686640 net optional irssi-scripts_20061009.tar.gz a06b0465c8cffc15402052b074c97ea8 681842 net optional irssi-scripts_20061009_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFKlkzs3U+TVFLPnwRAtSzAKCECS+3GScs+RAss1Ux6Y5ospcwlwCfTG0Q n6VddUZCBdvwEBVCAk06GZM= =qv/r -----END PGP SIGNATURE-----
--- End Message ---

