CVSROOT:        /cvs/gnome
Module name:    glibmm
Changes by:     daniel  06/11/28 17:25:51

Modified files:
        .              : Tag: glibmm-2-8 ChangeLog 
        glib/src       : Tag: glibmm-2-8 glib_enums.defs 
                         glib_functions.defs 
        tools/pm       : Tag: glibmm-2-8 GtkDefs.pm 

Log message:
* tools/pm/GtkDefs.pm (read_defs): Allow an empty pair of
parentheses in the innermost match.  This fixes the problem of
gmmproc choking on "()" in the documentation strings.  This would
still break on unmatched parentheses, though.  Of course the
parser should just skip over quoted strings, but I wasn't able
to get that to work.
* glib/src/glib_enums.defs (GNormalizeMode): Manually fix the
improperly parsed value of G_NORMALIZE_NFD.  Fortunately this
doesn't change anything since the "#error" token was interpreted
as zero, which happens to be the right value.
* glib/src/glib_functions.defs (g_iconv): Manually convert to
a function definition, as it was improperly parsed as a method
with a zero-length name (!) of object GIConv.  This fixes the
annoying gmmproc warning about an allegedly unwrapped method.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=glibmm&who=daniel&date=explicit&mindate=2006-11-28%2017:24&maxdate=2006-11-28%2017:26

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to