From: Colin Walters Date: Sat, 20 Sep 2008 00:03:42 +0000 (+0000) Subject: ChangeLog X-Git-Tag: GOBJECT_INTROSPECTION_0_6_0~226 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e7384f2127afd4c07deac4587c50465a909cba8;p=platform%2Fupstream%2Fgobject-introspection.git ChangeLog svn path=/trunk/; revision=622 --- diff --git a/ChangeLog b/ChangeLog index 0788baf8..18744644 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-09-19 Colin Walters + + Bug 552390: Handle capitialization like "DBus" more robustly + + The to_underscores function was designed for use against prefixed + names; we need a separate function which will convert names like + DBusFoo into dbus_foo, not d_bus_foo. + 2008-09-19 Colin Walters Add check to make sure we're not hitting out unresolved types