[cairo-commit] cairo ChangeLog,1.143,1.144 NEWS,1.2,1.3
Carl Worth
commit at pdx.freedesktop.org
Tue Dec 16 08:27:19 PST 2003
Committed by: cworth
Update of /cvs/cairo/cairo
In directory pdx:/tmp/cvs-serv18734
Modified Files:
ChangeLog NEWS
Log Message:
* NEWS: Add more notes culled from the ChangeLog.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -C2 -d -r1.143 -r1.144
*** ChangeLog 16 Dec 2003 16:06:49 -0000 1.143
--- ChangeLog 16 Dec 2003 16:27:17 -0000 1.144
***************
*** 1,2 ****
--- 1,6 ----
+ 2003-12-16 Carl Worth <cworth at east.isi.edu>
+
+ * NEWS: Add more notes culled from the ChangeLog.
+
2003-12-16 Carl Worth <cworth at isi.edu>
Index: NEWS
===================================================================
RCS file: /cvs/cairo/cairo/NEWS,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** NEWS 16 Dec 2003 16:06:49 -0000 1.2
--- NEWS 16 Dec 2003 16:27:17 -0000 1.3
***************
*** 1,11 ****
2003-12-16 cairo-0.1.17 Carl Worth <cworth at isi.edu>
---------------------------------------------------
This snapshot provides much better text support by implementing the
following four functions:
! cairo_text_extents
! cairo_glyph_extents
! cairo_text_path
! cairo_glyph_path
The text/glyph_extents functions can be used to determine the bounding
--- 1,14 ----
2003-12-16 cairo-0.1.17 Carl Worth <cworth at isi.edu>
---------------------------------------------------
+
+ Better text support
+ -------------------
This snapshot provides much better text support by implementing the
following four functions:
! cairo_text_extents
! cairo_glyph_extents
! cairo_text_path
! cairo_glyph_path
The text/glyph_extents functions can be used to determine the bounding
***************
*** 17,19 ****
drawn. Calling cairo_clip allows clipping to a text-shaped region.
! [Begin maintaining NEWS file]
\ No newline at end of file
--- 20,44 ----
drawn. Calling cairo_clip allows clipping to a text-shaped region.
! Combined dependencies
! ---------------------
! The cairo code now depends only on the libpixman library. This single
! library replaces the three previous libraries libic, libpixregion, and
! slim. Thanks to Dave Beckett <dave.beckett at bristol.ac.uk> for all of
! the heavy lifting with this renaming effort.
!
! Conditional compilation of backends
! -----------------------------------
! Cairo now allows optional beckends to be disabled at compile time. The
! following options may now be passed to the configure script:
!
! --disable-xlib
! --disable-ps
!
! Note that the first option is a change from the old --without-x option
! which will no longer have any effect.
!
! OS X supported - several byte-order issues resolved
! ---------------------------------------------------
! Cairo has now been successfully compiled under OS X. Testing revealed
! that there were some byte-order problems in the PostScript backend and
! the PNG generation in the demos. These have now been resolved.
More information about the cairo-commit
mailing list