Re: [Amsn-devel] objects to be destroyed

2006-04-17 Thread Youness Alaoui
On Mon, 17 Apr 2006 19:20:31 -0400, Karel Demeyer <[EMAIL PROTECTED]> wrote: Op ma, 17-04-2006 te 19:07 -0400, schreef Youness Alaoui: On Mon, 17 Apr 2006 19:04:04 -0400, Karel Demeyer <[EMAIL PROTECTED]> wrote: > I found out that after I logged in from another place, my amsn was > logged ou

Re: [Amsn-devel] objects to be destroyed

2006-04-17 Thread Karel Demeyer
Op ma, 17-04-2006 te 19:07 -0400, schreef Youness Alaoui: > On Mon, 17 Apr 2006 19:04:04 -0400, Karel Demeyer <[EMAIL PROTECTED]> > wrote: > > > I found out that after I logged in from another place, my amsn was > > logged out and showed that message. OK, but: > > * the amsn contactlist showed

Re: [Amsn-devel] objects to be destroyed

2006-04-17 Thread Karel Demeyer
Op di, 18-04-2006 te 02:08 +0300, schreef Vivia Nikolaidou: > On Tue, 18 Apr 2006, Karel Demeyer wrote: > > > I found out that after I logged in from another place, my amsn was > > logged out and showed that message. OK, but: > > * the amsn contactlist showed empty offline/mobile group and no ot

Re: [Amsn-devel] objects to be destroyed

2006-04-17 Thread Youness Alaoui
On Mon, 17 Apr 2006 19:04:04 -0400, Karel Demeyer <[EMAIL PROTECTED]> wrote: I found out that after I logged in from another place, my amsn was logged out and showed that message. OK, but: * the amsn contactlist showed empty offline/mobile group and no other groups and no top .. it should go

Re: [Amsn-devel] objects to be destroyed

2006-04-17 Thread Vivia Nikolaidou
On Tue, 18 Apr 2006, Karel Demeyer wrote: > I found out that after I logged in from another place, my amsn was > logged out and showed that message. OK, but: > * the amsn contactlist showed empty offline/mobile group and no other > groups and no top .. it should go back to the login screen in

[Amsn-devel] objects to be destroyed

2006-04-17 Thread Karel Demeyer
I found out that after I logged in from another place, my amsn was logged out and showed that message. OK, but: * the amsn contactlist showed empty offline/mobile group and no other groups and no top .. it should go back to the login screen instead * a lot of objects where not destroyed when the c

Re: [Amsn-devel] cvs broken again :/

2006-04-17 Thread Youness Alaoui
cvs update -d On Mon, 17 Apr 2006 14:24:00 -0400, Salatiel Filho <[EMAIL PROTECTED]> wrote: I updated to latest cvs and can not even start amsn. # amsn Error in startup script: can't find package SOAP while executing "package require SOAP" invoked from within "if { $initialize_amsn

Re: [Amsn-devel] small changes to gename plugin

2006-04-17 Thread Jonne Zutt
Hmm was not correct yet. Use this patch instead. It also cancels a timer when unloading/loading the plugin. (And I made a typo). Cannot test it very well now, as my connection is terrible at the moment. Hope it works now. JeeBee.? .gename.tcl.swp Index: gename.tcl

[Amsn-devel] small changes to gename plugin

2006-04-17 Thread Jonne Zutt
To anyone who wants to do anything with it, Just changed the gename a bit locally. Who knows anyone might be interested... - changed default /usr/bin/fortune into /usr/bin/fortune -s for short fortunes. - more configuration options: + can change PSM instead of name + can have refresh rate i

[Amsn-devel] cvs broken again :/

2006-04-17 Thread Salatiel Filho
I updated to latest cvs and can not even start amsn.# amsnError in startup script: can't find package SOAP    while executing"package require SOAP"    invoked from within"if { $initialize_amsn == 1 } {     global list_BLP list_cmdhnd sb_list contactlist_loaded    set contactlist_loaded 0   

[Amsn-devel] Enable animated emoticons

2006-04-17 Thread Vivia Nikolaidou
Just tested, the "Enable animated emoticons" button has no effect at all. So, shall I just make it disable substitution of other people's animoticons? Or add another config key for this? --- This SF.Net email is sponsored by xPML, a groundbre

Re: [Amsn-devel] optimisations

2006-04-17 Thread Karel Demeyer
pfff .. I don't get it ..when I do timings today, the "set [lindex" way is faster :| Karel. (msn) 78 % time {set a [lindex {a b} 0]} 10 0.9754 microseconds per iteration (msn) 79 % time {foreach a {a b} {break}} 10 1.75641 microseconds per iteration (msn) 80 % time {foreach a {a b} {brea