[NEWS] Fix typos

This commit is contained in:
Behdad Esfahbod 2007-03-02 16:49:47 -05:00
parent ab1887f4b0
commit fed13e77e1

14
NEWS
View file

@ -19,7 +19,8 @@ New functions to query the reference count of all cairo objects:
cairo_scaled_font_get_reference_count cairo_scaled_font_get_reference_count
And new functions to allow the use of user_data with any cairo object, 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_set_user_data
cairo_get_user_data cairo_get_user_data
@ -30,9 +31,6 @@ And new functions to allow the use of user_data with any cairo object,
cairo_scaled_font_set_user_data cairo_scaled_font_set_user_data
cairo_scaled_font_get_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 Usability improvement for PDF/PS/SVG generation
----------------------------------------------- -----------------------------------------------
In previous versions of cairo, generating single-page output with the In previous versions of cairo, generating single-page output with the
@ -43,7 +41,7 @@ as to why the output was blank until they learned to add this call.
Now that call to cairo_show_page is optional, (it will be generated 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 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 Greatly improved PDF output
--------------------------- ---------------------------
@ -119,19 +117,19 @@ Other bug fixes
https://bugs.freedesktop.org/show_bug.cgi?id=10035 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 other->backend->create_similar
https://bugs.freedesktop.org/show_bug.cgi?id=9844 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 https://bugs.freedesktop.org/show_bug.cgi?id=9906
• Fix memory leak in rectilinear stroking code • Fix memory leak in rectilinear stroking code
Things not in this release 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 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 problems it caused. The patch is interesting since it made a big
benefit for text rendering performance---so we'll work to bring a benefit for text rendering performance---so we'll work to bring a