summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilly Biggs <vektor@dumbterm.net>2005-08-23 19:54:11 +0000
committerBilly Biggs <vektor@dumbterm.net>2005-08-23 19:54:11 +0000
commitebb54333561b4b4e85660687f1188999435f1a7a (patch)
tree9370bccb46fac73604fef8a6d7b6ad07fd4ac480
parent326911a749979104fbcd60e5af93f902257a5389 (diff)
Minor edits.
-rw-r--r--ChangeLog4
-rw-r--r--README16
2 files changed, 11 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index b136fcb16..681e1ed3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-08-23 Billy Biggs <vektor@dumbterm.net>
+ * README: Minor edits.
+
+2005-08-23 Billy Biggs <vektor@dumbterm.net>
+
* doc/public/tmpl/cairo-matrix.sgml: Update the long description
of cairo_matrix_t to match the current sources.
* doc/public/tmpl/cairo-paths.sgml: Add cairo_path_data_t.
diff --git a/README b/README
index aa939f657..35c4088b4 100644
--- a/README
+++ b/README
@@ -18,12 +18,11 @@ 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.
-Cairo has been designed to let you draw anything you might want to
-have 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 somewhere---let us know and we'll try to fix it next
-time around.
+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
+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
modified under the terms of either the GNU Lesser General Public
@@ -34,7 +33,7 @@ Where to get more information about cairo
=========================================
The primary source of information about cairo is:
- http://cairographics.org
+ http://cairographics.org/
The latest releases of cairo can be found at:
@@ -70,7 +69,7 @@ Surface backends:
glitz backend
-------------
- glitz >= 0.4.4 http://freedesktop.org/Software/glitz)
+ glitz >= 0.4.4 http://freedesktop.org/Software/glitz
pdf backend
-----------
@@ -83,7 +82,6 @@ Surface backends:
quartz backend
--------------
-
win32 backend
-------------