[cairo-commit] cairo AUTHORS,1.2,1.3 ChangeLog,1.158,1.159 TODO,1.17,1.18

Carl Worth commit at pdx.freedesktop.org
Mon Aug 15 11:12:59 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory pdx:/tmp/cvs-serv9976

Modified Files:
	AUTHORS ChangeLog TODO 
Log Message:

        * AUTHORS: Add Jordi and Olvier to the AUTHORS file.

        * src/cairo_ft_font.c (_utf8_to_ucs4): Fix broken return value for
        nchars (thanks to Jordi Mas <jordi at ximian.com>).


Index: AUTHORS
===================================================================
RCS file: /cvs/cairo/cairo/AUTHORS,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** a/AUTHORS	24 Feb 2004 18:45:26 -0000	1.2
--- b/AUTHORS	26 Feb 2004 16:54:42 -0000	1.3
***************
*** 1,2 ****
--- 1,3 ----
+ Olivier Andrieu <oliv__a at users.sourceforge.net> PNG backend
  Dave Beckett <dave.beckett at bristol.ac.uk> Track rename of libpixman, build fixes
  Andrew Chant <andrew.chant at utoronto.ca> Adding const where needed
***************
*** 6,9 ****
--- 7,11 ----
  Graydon Hoare <graydon at redhat.com> Support for non-render X server, first real text support
  Thomas Hunger <info at teh-web.de> Initial version of cairo_in_stroke/fill
+ Jordi Mas <jordi at ximian.com> Bug fix for cairo_show_text
  Keith Packard <keithp at keithp.com> Original concept, polygon tessellation, dashing
  Christof Petig <christof at petig-baender.de> Build fixes related to freetype

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -C2 -d -r1.158 -r1.159
*** a/ChangeLog	24 Feb 2004 20:29:25 -0000	1.158
--- b/ChangeLog	26 Feb 2004 16:54:42 -0000	1.159
***************
*** 1,2 ****
--- 1,9 ----
+ 2004-02-26  Carl Worth  <cworth at isi.edu>
+ 
+ 	* AUTHORS: Add Jordi and Olvier to the AUTHORS file.
+ 
+ 	* src/cairo_ft_font.c (_utf8_to_ucs4): Fix broken return value for
+ 	nchars (thanks to Jordi Mas <jordi at ximian.com>).
+ 
  2004-02-24  Olivier Andrieu  <oliv__a at users.sourceforge.net>
  

Index: TODO
===================================================================
RCS file: /cvs/cairo/cairo/TODO,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** a/TODO	24 Feb 2004 18:45:26 -0000	1.17
--- b/TODO	26 Feb 2004 16:54:42 -0000	1.18
***************
*** 74,81 ****
  in cairo: arc, arcn (arc_negative), newpath, moveto, rmoveto
  (rel_move_to), lineto, rlineto (rel_line_to), curveto, rcurveto
! (rel_curve_to), closepath, currentpoint, charpath (text_path)
  
! not in cairo: arct, arcto, flattenpath, reversepath, strokepath,
! clippath, pathbbox, pathforall
  
  Clipping
--- 74,81 ----
  in cairo: arc, arcn (arc_negative), newpath, moveto, rmoveto
  (rel_move_to), lineto, rlineto (rel_line_to), curveto, rcurveto
! (rel_curve_to), closepath, currentpoint, charpath (text_path),
! pathforall (current_path), flattenpath (current_path_flat)
  
! not in cairo: arct, arcto, reversepath, strokepath, clippath, pathbbox
  
  Clipping





More information about the cairo-commit mailing list