Re: [Amsn-devel] Fwd: aMsn 5 star Quality and Clean Award

2007-05-11 Thread Vivia Nikolaidou
so. no chocolate for you? ^o) On Fri, 11 May 2007, Youness Alaoui wrote: > lol, come on now! I'm doing my best not to, I'm on a diet! > > > > On Fri, May 11, 2007 at 04:28:58AM +0100, [EMAIL PROTECTED] wrote: > > You're HUGE :P > > > > On 11/05/07, Youness Alaoui <[EMAIL PROTECTED]>

[Amsn-devel] 0.98 TODO

2007-05-11 Thread Youness Alaoui
Hi, I'll start this new thread about the 0.98 TODO. It is still very small now, and I hope it will get expanded with time. The 0.97 TODO is complete, 0.97 RC1 will be released soon (once we get the new smiley set lordzak/ubitux is doing), and we'll make a branch and start working on 0.98. So he

Re: [Amsn-devel] 0.97 TODO

2007-05-11 Thread Vivia Nikolaidou
On Fri, 11 May 2007, Youness Alaoui wrote: > The 0.97 TODO is complete, 0.97 RC1 will be released soon (once we get > the new smiley set lordzak/ubitux is doing), and we'll make a branch and > start working on 0.98. So here's my current TODO list : NO, please, please, fix the darned memleak fir

Re: [Amsn-devel] 0.97 TODO

2007-05-11 Thread Gustavo A. Dí­az
This happening to me too... when i leave the amsn open... is impossible to use my laptop again at the next day... gets totally freeze. Vivia Nikolaidou escribió: On Fri, 11 May 2007, Youness Alaoui wrote: The 0.97 TODO is complete, 0.97 RC1 will be released soon (once we get t

Re: [Amsn-devel] [Amsn-commits] SF.net SVN: amsn: [8610] trunk/amsn

2007-05-11 Thread capricious . falcon
I know it's picky, but shouldn't you also regsub all existing '_' into '__' to avoid two different plugins, e.g 'example plugin' and 'example_plugin' having the same window path name? (A long shot, I know, but maybe worth doing just for completeness) Tom On 11/05/07, [EMAIL PROTECTED] < [EMAIL P

Re: [Amsn-devel] [Amsn-commits] SF.net SVN: amsn: [8610] trunk/amsn

2007-05-11 Thread Tom Hennigan
Cheers tom I've changed it to do that :-) On 11 May 2007, at 21:22, [EMAIL PROTECTED] wrote: I know it's picky, but shouldn't you also regsub all existing '_' into '__' to avoid two different plugins, e.g 'example plugin' and 'example_plugin' having the same window path name? (A long shot, I

Re: [Amsn-devel] 0.97 TODO

2007-05-11 Thread Vivia Nikolaidou
On Fri, 11 May 2007, Vivia Nikolaidou wrote: > NO, please, please, fix the darned memleak first, i cannot keep amsn open > for a long time :( i'll try more debugging later, but the other day with > phil we couldn't figure out the leak It seems to come from gnotify. billiob said it consumes 8kb

Re: [Amsn-devel] 0.97 TODO

2007-05-11 Thread Lord Zak
That was my idea :D I confirm too. just one more information : I can't open firefox with gnotify when I have the memleak... 2007/5/11, Vivia Nikolaidou <[EMAIL PROTECTED]>: On Fri, 11 May 2007, Vivia Nikolaidou wrote: > NO, please, please, fix the darned memleak first, i cannot keep amsn open

Re: [Amsn-devel] 0.97 TODO

2007-05-11 Thread Bart Otten
If it is not in use by KDEit's a big possibility. I run SVN in KDE and I don't have any leaks so far. Running smooth even after 2 or 3 days (then I go to sleep and shutdown :P ) Grz, Bart Op Friday 11 May 2007 21:44:38 schreef Vivia Nikolaidou: > On Fri, 11 May 2007, Vivia Nikolaidou wrote: >

Re: [Amsn-devel] 0.97 TODO

2007-05-11 Thread Youness Alaoui
WHAT THE FUCK??? FIRST, this is the 0.98 TODO mail thread, so why the fuck would you spam it with this memleak shit ? second, why would you reply to this thread, rename the subject into 0.97 TODO and talk about something other than 0.98 TODO ? third, which memleak ar

Re: [Amsn-devel] [Amsn-commits] SF.net SVN: amsn: [8610] trunk/amsn

2007-05-11 Thread Youness Alaoui
good point, but it shouldn't even be like that, because imagine you do : set plugin "example plugin" set win .$plugin label $win then label $win.something or $win configure ... what will happen is that it will fail since $win window does not exist, or $win.something "invalid path' since the par