diff --git a/ChangeLog b/ChangeLog index 1189ec00e..6c940e1e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2005-08-24 Carl Worth + * README: Some text cleanups from Øyvind Kolås. + +2005-08-24 Carl Worth + + * AUTHORS: Add Amaury Jacquot. 2005-08-24 Carl Worth diff --git a/README b/README index a9a1f9a76..c8199261c 100644 --- a/README +++ b/README @@ -15,13 +15,14 @@ while taking advantage of display hardware acceleration when available The cairo API provides operations similar to the drawing operators of PostScript and PDF. Operations in cairo including stroking and filling cubic Bézier splines, transforming and compositing translucent images, -and antialiased text rendering. All drawing operations can be scaled, -rotated, or transformed through any other affine transformation. +and antialiased text rendering. All drawing operations can be +transformed by any affine transformation (scale, rotation, shear, +etc.). Cairo has been designed to let you draw anything you want in a modern 2D graphical user interface. At the same time, the cairo API has been -designed to be as easy to learn and fun to use as possible. If you're -not having fun while programming with cairo, then we have failed +designed to be as fun and easy to learn as possible. If you're not +having fun while programming with cairo, then we have failed somewhere---let us know and we'll try to fix it next time around. Cairo is free software and is available to be redistributed and/or