Re: GLib 2.12.7 released

2007-01-06 Thread Matthias Clasen
On 1/6/07, Tomasz Kłoczko <[EMAIL PROTECTED]> wrote: > This version fails on "make check" on: > > PASS: base64-test > > ** ERROR **: naive_bit_nth_lsf (18446744073709551615, 31) = 32; > builtin_bit_nth_lsf1 (18446744073709551615, 31) = 0; aborting... > /bin/sh: line 4: 26024 Aborted

Re: GTK+ 2.10.7 released

2007-01-06 Thread Owen Taylor
[ Removing gnome-announce-list and gnome-hackers from the Cc ] On Sat, 2007-01-06 at 04:44 -0800, Sergei Steshenko wrote: > My memory, of course, is not getting better as years go by, but it still > remembers some peculiar things. > > OK, on the official gtk site one can read: > > http://www.gtk

Re: GTK+ 2.10.7 released

2007-01-06 Thread Behdad Esfahbod
On Sat, 2007-01-06 at 00:24 -0800, Sergei Steshenko wrote: > > [really impressive list of bugs deleted]. > > As an end gtk+ user I just want to know which of the two > gtk+2.8.20 <-> 2.10.7 is less buggy. Indeed 2.10.7. The impressive list of bugs you saw has only been fixed in 2.10.7. Another

GtkStyle -> GtkTextTag procedure

2007-01-06 Thread Mark Wedel
Is there any good/documented way to take a GtkStyle and convert it to a GtkTextTag? What I'm trying to do is allow set up of a standard gtkrc file, and be able to customize the font & color for different messages that my program will print in the GtkText. I have working code that uses