Hi !
I investigated the problem as described by BW. I noticed the bug appears on tag
11673. The only file that is modified here is
gui.tcl.
I go to SVN tag 11672 then show diff with 11673 :
robert@robeee:~/amsn-svn/amsnold$ svn up -r 11672
À la révision 11672.
robert@robeee:~/amsn-svn/amsnold$ LANG=C;svn diff -r 11673
Index: gui.tcl
===================================================================
--- gui.tcl (revision 11673)
+++ gui.tcl (working copy)
@@ -332,7 +332,7 @@
set urlregexps {
{\w+://[\%\/\$\*\~\,\!\'\#\.\@\+\-\=\?\;\:\^\&\_[:alnum:]]+}
{www\.[\%\/\$\*\~\,\!\'\#\.\@\+\-\=\?\;\:\^\&\_[:alnum:]]+}
- {(?:[\%\/\$\*\~\,\!\'\#\@\+\-\=\?\;\:\^\&\_[:alnum:]]+\.)+(?:[a-z]{1,3})}
+ {[\%\/\$\*\~\,\!\'\#\.\@\+\-\=\?\;\:\^\&\_[:alnum:]]+\.(?:org|com|net)}
{spotify:(?:track|album|artist|search|playlist|user|radio):[^<>\s]+}
}
}
Hope it helps ...