diff --git a/ChangeLog b/ChangeLog index e3e714a36..7cafad5a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-12-08 Mike Kestner + + * art/Art.metadata : mark some ints as bools. [Fixes #61047] + 2004-12-08 Jeroen Zwartepoorte * sample/Makefile.am: Readded TestVfs.cs back and make it conditional. diff --git a/art/Art.metadata b/art/Art.metadata index 4af9101a2..de0e1ddbd 100644 --- a/art/Art.metadata +++ b/art/Art.metadata @@ -1,6 +1,9 @@ + gboolean + gboolean out + gboolean ToStringArray 17 17 diff --git a/doc/ChangeLog b/doc/ChangeLog index 0d1f50ff2..a604b8493 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-12-08 Mike Kestner + + * en/Art/Affine.xml : some s/int/bool changes. + * en/Gtk/Expander.xml : a ctor the updater added. + 2004-12-06 John Luke * en/Gtk/ComboBoxEntry.xml: doc it diff --git a/doc/en/Art/Affine.xml b/doc/en/Art/Affine.xml index 9cbcc18f7..17a9bbd95 100644 --- a/doc/en/Art/Affine.xml +++ b/doc/en/Art/Affine.xml @@ -68,7 +68,7 @@ - + Method System.Void @@ -76,8 +76,8 @@ - - + + Flips the affine transform. @@ -159,10 +159,10 @@ - + Method - System.Int32 + System.Boolean @@ -170,15 +170,15 @@ Determines wether a matrix is rectilinear, i.e. grid-aligned rectangles are transformed to other grid-aligned rectangles. The affine transformation to test. - a + if the matrix is rectilinear. The implementation has epsilon-tolerance for roundoff errors. - + Method - System.Int32 + System.Boolean @@ -188,7 +188,7 @@ Determine if two matrices are equal. An affine transformation. Another affine transformation. - True if the matrices are equal, otherwise false. + if the matrices are equal. Equality is verified with epsilon-tolerance for roundoff errors. @@ -260,4 +260,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/Expander.xml b/doc/en/Gtk/Expander.xml index f5d63e624..97b08eea8 100644 --- a/doc/en/Gtk/Expander.xml +++ b/doc/en/Gtk/Expander.xml @@ -310,5 +310,21 @@ Default value: 0 + + + Method + + Gtk.Expander + + + + + + To be added + a + a + To be added + + \ No newline at end of file