Re: Announcing: Project Ridley

2005-08-24 Thread BJörn Lindqvist
I don't really see much reason ever to break ABI for the forseeable future. There's essentially nothing stopping us from simply leaving deprecated functions in there indefinitely, other than a fairly minor memory footprint increase which will never be paged in anyway. If they are

Re: Announcing: Project Ridley

2005-08-24 Thread JP Rosevear
On Mon, 2005-08-22 at 13:37 +0200, Rodrigo Moya wrote: what about libsoup/network library? Wouldn't it also make sense to move it to a libgnet in glib? I'm also for this, right now we are using multiple networking libraries and we fix the same bugs in multiple places. I think its odd as a

Re: Announcing: Project Ridley

2005-08-24 Thread Jonathan Blandford
JP Rosevear [EMAIL PROTECTED] writes: I'm also for this, right now we are using multiple networking libraries and we fix the same bugs in multiple places. I think its odd as a platform we have no official way to great an http/network connection (yes libsoup is in the platform for evolution,

[PATCH] gnome-panel doesn't build due to removed CVS files.

2005-08-24 Thread Claudio Saavedra
Hi. I don't know why but the files under help/uk were removed by a uk translator. It is needed now to remove the entries pointing to them from AC_OUTPUT in configure.in, otherwise gnome-panel doesn't build. Can I commit the fix? Claudio -- Claudio Saavedra [EMAIL PROTECTED] ? patch.diff ?

Re: [PATCH] notification hints for weather applet

2005-08-24 Thread Davyd Madeley
Quoting Rodrigo Moya [EMAIL PROTECTED]: Since I saw this was added to the battery applet, I added it also to the weather applet. Do you need to free *hints afterwards? I would expect you do... although I notice that I forgot to do it in the battstat code. Christian? --d

Pango branched

2005-08-24 Thread Owen Taylor
I've now made a stable branch of Pango for GNOME-2.12. Branch name is pango-1-10. Stuff planned for the HEAD branch: - Behdad's OpenType work - Damon's justification work - Burmese shaper (likely backport to 1.10 after some testing) - Testing framework I have locally I'll probably commit

2.12 stoppers and bug day tomorrow

2005-08-24 Thread Luis Villa
This is necessarily an incomplete list; if you know of a bug you believe is a stopper, if in any doubt, please mail gnome-bugsquad@gnome.org We'll be looking for more of these in irc.gnome.org #bugs tomorrow- find a showstopper in bugzilla or the code tomorrow, and I'll personally... well, dunno,

Re: [PATCH] notification hints for weather applet

2005-08-24 Thread Rodrigo Moya
On Thu, 2005-08-25 at 01:25 +0800, Davyd Madeley wrote: Quoting Rodrigo Moya [EMAIL PROTECTED]: Since I saw this was added to the battery applet, I added it also to the weather applet. Do you need to free *hints afterwards? I would expect you do... although I notice that I forgot to do

Re: Announcing: Project Ridley

2005-08-24 Thread Havoc Pennington
On Wed, 2005-08-24 at 07:44 -0400, JP Rosevear wrote: On Mon, 2005-08-22 at 13:37 +0200, Rodrigo Moya wrote: what about libsoup/network library? Wouldn't it also make sense to move it to a libgnet in glib? I'm also for this, right now we are using multiple networking libraries and we fix

Re: Announcing: Project Ridley

2005-08-24 Thread Jonathan Blandford
John Luke [EMAIL PROTECTED] writes: Hello, Jonathan Blandford wrote: Now that GTK+-2.8.0 is out, the GTK+ team would like to announce Project Ridley. Maybe a dock widget and/or a property editor can also be considered for inclusion in GTK+ as they are getting duplicated in a few

Re: [PATCH] notification hints for weather applet

2005-08-24 Thread Davyd Madeley
On Thu, 2005-08-25 at 01:01 +0200, Rodrigo Moya wrote: Do you need to free *hints afterwards? I would expect you do... although I notice that I forgot to do it in the battstat code. yeah right, updated patch attached. Anyway, the notify_hints_destroy call is missing in the notify.h,