diffing dir...
Fri Jul 16 12:47:18 EDT 2010 Andy Stewart <laz...@gm...>
* Add missing type in Pango.BasicTypes Weight. (Fixed bug 1184)
Ignore-this: 17f38af03f07808b251727b4e01797e9
Documentation at http://library.gnome.org/devel/pango/1.28/PangoMarkupFormat.html is leak, need check those type in pango-enum-types.c
{
hunk ./pango/Graphics/Rendering/Pango/BasicTypes.chs 130
+ showsPrec _ WeightThin = shows "thin"
hunk ./pango/Graphics/Rendering/Pango/BasicTypes.chs 133
+ showsPrec _ WeightBook = shows "book"
hunk ./pango/Graphics/Rendering/Pango/BasicTypes.chs 135
+ showsPrec _ WeightMedium = shows "medium"
+ showsPrec _ WeightSemibold = shows "semibold"
hunk ./pango/Graphics/Rendering/Pango/BasicTypes.chs 140
+ showsPrec _ WeightUltraheavy = shows "ultraheavy"
}
|