GTK+ 3.0.4

2011-03-21 Thread Matthias Clasen
GTK+ 3.0.4 is now available for download at: ftp://ftp.gtk.org/pub/gtk/3.0/ http://download.gnome.org/sources/gtk+/3.0/ 0e95436f31c9d2a8992d53106ace97961e13c4b52ee70bab52a884c6af6dbb17 gtk +-3.0.4.tar.bz2 b872c298425b93fa85c6607f36c3b4aad59e4ae62df6f4d0b134ddf6c58287af gtk +-3.0.4.tar.gz Thi

GLib 2.28.4

2011-03-21 Thread Matthias Clasen
GLib 2.28.4 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.28/ http://download.gnome.org/sources/glib/2.28/ ae627cf35c6a2b4bb9b0ea624046de5fa4c40d81c29e75718bc6c2088b6bd7a1 glib-2.28.4.tar.bz2 526b48cc75fd4d228387e6aea6a8f3f57ec1982597df8b29a5debf6afd6aa59d glib-2.28.4.tar.gz

Re: GOption & friends

2011-03-21 Thread Tadej Borovšak
Hello. > Maybe those git pages are not searched by google? In fact I just > randomly picked a (one line) literal text from the Changelog in git - > and google didn't find it (did find two instances in mailing list > copies, but not the one in git). > > So, one of the most important sources for in

Re: GOption & friends

2011-03-21 Thread John Coppens
On Mon, 21 Mar 2011 17:29:03 +0100 Colomban Wendling wrote: > > Ok... But if I put d: in getopt's arg list, I do expect an argument, > > and -de is parsed as -d e. Why doesn't GOptionEntry, with a specified > > G_OPTION_ARG_STRING do the same? > > Don't know why, I'm no GLib developer nor never

Re: GOption & friends

2011-03-21 Thread Colomban Wendling
Le 21/03/2011 17:03, John Coppens a écrit : > On Mon, 21 Mar 2011 15:42:17 +0100 > Colomban Wendling wrote: > >>> The form (-de), frequently used, fails though it is advertised >>> in the Command line parser description: >>> >>> http://library.gnome.org/devel/glib/unstable/glib-Commandline-option

Re: GOption & friends

2011-03-21 Thread John Coppens
On Mon, 21 Mar 2011 15:42:17 +0100 Colomban Wendling wrote: > > The form (-de), frequently used, fails though it is advertised > > in the Command line parser description: > > > > http://library.gnome.org/devel/glib/unstable/glib-Commandline-option-parser.html#g-option-context-add-main-entries >

Re: GOption & friends

2011-03-21 Thread Colomban Wendling
Le 21/03/2011 15:26, John Coppens a écrit : > Hello people, Hi you, > I've been trying to get GOption and friends working - but it seems > we're not on friendly terms. > > 1) I defined a GOptionEntry as: > > {"debug", 'd', 0, G_OPTION_ARG_STRING, &dbg, "Debug options", "opts"}, > > and find th

GOption & friends

2011-03-21 Thread John Coppens
Hello people, I've been trying to get GOption and friends working - but it seems we're not on friendly terms. 1) I defined a GOptionEntry as: {"debug", 'd', 0, G_OPTION_ARG_STRING, &dbg, "Debug options", "opts"}, and find that -d e works --debug e --debug=e work correctly -de

pango-win32 chinese big5 encoding support

2011-03-21 Thread Emmanuel Thomas-Maurin
Hi everybody, In my app on linux, I have full support for chinese big5 encoding. However, as I have also made a win32 port with mingw, this support is broken. I guess this has something to do with the fact that the linux version uses more recent versions of the gtk stack (gtk+, glib, pango, cairo,