[cairo-commit] NEWS
Chris Wilson
ickle at kemper.freedesktop.org
Wed Oct 29 18:16:21 PDT 2008
NEWS | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit b6741cffef6e86d59fa4809d32de14b9c5e8afbf
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date: Thu Oct 30 01:15:45 2008 +0000
[NEWS] Spot another couple of typos.
Proof-reading is difficult, even with the squiggly lines.
diff --git a/NEWS b/NEWS
index 815ada7..9e6139c 100644
--- a/NEWS
+++ b/NEWS
@@ -9,8 +9,8 @@ Allow users to set CAIRO_WIN32_STATIC_BUILD when doing a static build
on win32 to avoid doing any __declspec(dllimport) on public functions
(Behdad Esfahbod).
-Dramatically speed up compilation with dolt (removes much ot the
-libttol overhead) (Behdad Esfahbod with thanks to Josh Triplett).
+Dramatically speed up compilation with dolt (removes much of the
+libtool overhead) (Behdad Esfahbod with thanks to Josh Triplett).
Some minor optimizations to tessellator (special-cased comparisons,
faster insert for skiplist, etc.) (Chris Wilson).
@@ -95,7 +95,7 @@ doing the work he seems to never tire of).
Fix several locking issues found with the lockdep valgrind skin (Chris
Wilson).
-PS: Fix slight miscaling of bitmapped fonts (Adrian Johnson)
+PS: Fix slight mis-scaling of bitmapped fonts (Adrian Johnson)
SVG: Correctly emit comp-op for paint, mask, and show_glyphs
operations (Emmanuel Pacaud).
@@ -315,7 +315,7 @@ series:
convenience function on the cairo_t is not obviously
necessary. An application can easily call:
- cairo_surface_has_show_glyphs (cairo_get_target (Sr));
+ cairo_surface_has_show_glyphs (cairo_get_target (cr));
as needed.
More information about the cairo-commit
mailing list