[cairo-commit] NEWS

Behdad Esfahbod behdad at kemper.freedesktop.org
Fri Mar 2 13:51:58 PST 2007


 NEWS |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

New commits:
diff-tree fed13e77e1de071ddaaf829aced10b02f6bc8c90 (from ab1887f4b08784789f39396b3012dffede845466)
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Fri Mar 2 16:49:47 2007 -0500

    [NEWS] Fix typos

diff --git a/NEWS b/NEWS
index 8278632..e2b77d1 100644
--- a/NEWS
+++ b/NEWS
@@ -19,7 +19,8 @@ New functions to query the reference cou
 	cairo_scaled_font_get_reference_count
 
 And new functions to allow the use of user_data with any cairo object,
-(previously this was only available on cairo_surface_t objects):
+(previously these were only available on cairo_surface_t and
+cairo_font_face_t objects):
 
 	cairo_set_user_data
 	cairo_get_user_data
@@ -30,9 +31,6 @@ And new functions to allow the use of us
 	cairo_scaled_font_set_user_data
 	cairo_scaled_font_get_user_data
 
-	cairo_font_face_set_user_data
-	cairo_font_face_get_user_data
-
 Usability improvement for PDF/PS/SVG generation
 -----------------------------------------------
 In previous versions of cairo, generating single-page output with the
@@ -43,7 +41,7 @@ as to why the output was blank until the
 
 Now that call to cairo_show_page is optional, (it will be generated
 implicitly if the user does not call it). So cairo_show_page is only
-needed to explicitly separate multiple pages.p
+needed to explicitly separate multiple pages.
 
 Greatly improved PDF output
 ---------------------------
@@ -119,19 +117,19 @@ Other bug fixes
 
     https://bugs.freedesktop.org/show_bug.cgi?id=10035
 
-  • cairo crashes in cairo_create_simular if nil surface returned by
+  • cairo crashes in cairo_create_similar if nil surface returned by
     other->backend->create_similar
 
     https://bugs.freedesktop.org/show_bug.cgi?id=9844
 
-  • evolution crash to _cairo_gstate_backend_to_user()
+  • evolution crash in _cairo_gstate_backend_to_user()
     https://bugs.freedesktop.org/show_bug.cgi?id=9906
 
   • Fix memory leak in rectilinear stroking code
 
 Things not in this release
 --------------------------
-  • Solid surface pattern cache: This patch had been applied during
+  • Solid-surface-pattern cache: This patch had been applied during
     the 1.3.x series, but it was reverted due to some inter-thread
     problems it caused. The patch is interesting since it made a big
     benefit for text rendering performance---so we'll work to bring a


More information about the cairo-commit mailing list