diff --git a/devel-docs/ChangeLog b/devel-docs/ChangeLog index 0fefae3fdb..b49bd31b1a 100644 --- a/devel-docs/ChangeLog +++ b/devel-docs/ChangeLog @@ -1,3 +1,17 @@ +2002-05-13 Sven Neumann + + * libgimpmath/libgimpmath-docs.sgml: added GimpMD5 section, removed + GimpMathTypes. + + * libgimpmath/libgimpmath-sections.txt: updated. + + * libgimpmath/tmpl/gimpmathtypes.sgml: removed. + + * libgimpmath/tmpl/gimpmd5.sgml: added GimpMD5 template. + + * libgimpmath/tmpl/gimpmatrix.sgml + * libgimpmath/tmpl/gimpvector.sgml: updated. + 2002-05-13 Sven Neumann * libgimpwidgets/libgimpwidgets-docs.sgml: added GimpStock section, @@ -5,7 +19,7 @@ * libgimpwidgets/libgimpwidgets-sections.txt: updated. - * libgimpwidgets/tmpl/gimpstock.sgml: added GimpStock templates. + * libgimpwidgets/tmpl/gimpstock.sgml: added GimpStock template. * libgimpwidgets/tmpl/gimpwidgetstypes.sgml: removed. diff --git a/devel-docs/libgimpmath/libgimpmath-docs.sgml b/devel-docs/libgimpmath/libgimpmath-docs.sgml index 707055228f..b6e542575f 100644 --- a/devel-docs/libgimpmath/libgimpmath-docs.sgml +++ b/devel-docs/libgimpmath/libgimpmath-docs.sgml @@ -1,8 +1,8 @@ - - - + + + + ]> @@ -11,9 +11,9 @@ GIMP Math Library - &libgimpmath-gimpmath; - &libgimpmath-gimpmathtypes; - &libgimpmath-gimpmatrix; - &libgimpmath-gimpvector; + &GimpMath; + &GimpMatrix; + &GimpVector; + &GimpMD5; diff --git a/devel-docs/libgimpmath/libgimpmath-sections.txt b/devel-docs/libgimpmath/libgimpmath-sections.txt index 0d71d7a985..8abec12014 100644 --- a/devel-docs/libgimpmath/libgimpmath-sections.txt +++ b/devel-docs/libgimpmath/libgimpmath-sections.txt @@ -1,9 +1,5 @@
gimpmath -G_PI -G_PI_2 -G_PI_4 -G_SQRT2 G_MAXRAND RINT ROUND @@ -16,16 +12,15 @@ FINITE
-gimpmathtypes -GimpMatrix3[3][3] -GimpMatrix4[4][4] -GimpVector2 -GimpVector3 -GimpVector4 +gimpmd5 +GimpMD5 +gimp_md5_get_digest
gimpmatrix +GimpMatrix3[3][3] +GimpMatrix4[4][4] gimp_matrix3_transform_point gimp_matrix3_mult gimp_matrix3_identity @@ -45,6 +40,9 @@ gimp_matrix4_to_deg
gimpvector +GimpVector2 +GimpVector3 +GimpVector4 gimp_vector2_inner_product gimp_vector2_inner_product_val gimp_vector2_cross_product @@ -89,4 +87,3 @@ gimp_vector_2d_to_3d gimp_vector_2d_to_3d_val gimp_vector_3d_to_2d
- diff --git a/devel-docs/libgimpmath/tmpl/gimpmathtypes.sgml b/devel-docs/libgimpmath/tmpl/gimpmathtypes.sgml deleted file mode 100644 index 9eb7ae5b95..0000000000 --- a/devel-docs/libgimpmath/tmpl/gimpmathtypes.sgml +++ /dev/null @@ -1,55 +0,0 @@ - -gimpmathtypes - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@x: -@y: - - - - - - -@x: -@y: -@z: - - - - - - -@x: -@y: -@z: -@w: - diff --git a/devel-docs/libgimpmath/tmpl/gimpmatrix.sgml b/devel-docs/libgimpmath/tmpl/gimpmatrix.sgml index f89c2e4a47..3f72b31397 100644 --- a/devel-docs/libgimpmath/tmpl/gimpmatrix.sgml +++ b/devel-docs/libgimpmath/tmpl/gimpmatrix.sgml @@ -24,6 +24,18 @@ basic matrix manipulations and tests. #GimpVector4 + + + + + + + + + + + + diff --git a/devel-docs/libgimpmath/tmpl/gimpmd5.sgml b/devel-docs/libgimpmath/tmpl/gimpmd5.sgml new file mode 100644 index 0000000000..4f55a26d8f --- /dev/null +++ b/devel-docs/libgimpmath/tmpl/gimpmd5.sgml @@ -0,0 +1,26 @@ + +GimpMD5 + + + + + + + + + + + + + + + + + + + +@buffer: +@buffer_size: +@digest: + + diff --git a/devel-docs/libgimpmath/tmpl/gimpvector.sgml b/devel-docs/libgimpmath/tmpl/gimpvector.sgml index b243efea63..80bb6a0112 100644 --- a/devel-docs/libgimpmath/tmpl/gimpvector.sgml +++ b/devel-docs/libgimpmath/tmpl/gimpvector.sgml @@ -18,6 +18,33 @@ Utilities to set up and manipulate vectors. #GimpMatrix4 + + + + + +@x: +@y: + + + + + + +@x: +@y: +@z: + + + + + + +@x: +@y: +@z: +@w: +