diff --git a/ChangeLog b/ChangeLog index 727f83fbd..d9394cc1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-06-22 Øyvind Kolås + + * doc/public/language-bindings.xml: spelling and whitespace fix. + 2005-06-21 Kristian Høgsberg * src/cairo-pdf-surface.c: Split out font subsetting code from here, diff --git a/doc/public/language-bindings.xml b/doc/public/language-bindings.xml index 1b999d82f..b0ee8e879 100644 --- a/doc/public/language-bindings.xml +++ b/doc/public/language-bindings.xml @@ -418,7 +418,7 @@ public void writeToPNG (OutputStream stream) throws IOException; Constructors, rather than - returningNULL on out-of-memory failure, + returning NULL on out-of-memory failure, return a special singleton object on which all operations do nothing. Retrieving the status of the singleton object returns CAIRO_STATUS_NO_MEMORY @@ -534,7 +534,7 @@ cairo_pattern_t Like patterns, surfaces, which use only the cairo_surface_t - type in the C API should be broken up into a heirarchy of types + type in the C API should be broken up into a hierarchy of types in a language binding.