[cairo-commit] cairo ChangeLog,1.81,1.82 configure.in,1.20,1.21

Carl Worth commit at pdx.freedesktop.org
Fri Oct 24 11:01:39 PDT 2003


Committed by: cworth

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

Modified Files:
	ChangeLog configure.in 
Log Message:
Fixes to eliminate a few compiler warnings.
Bump version to 0.1.8 for recent font API changes.

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** ChangeLog	24 Oct 2003 17:01:34 -0000	1.81
--- ChangeLog	24 Oct 2003 18:01:37 -0000	1.82
***************
*** 1,4 ****
--- 1,23 ----
  2003-10-24  Carl Worth  <cworth at east.isi.edu>
  
+ 	* src/cairo_ft_font.c (_init_cairo_ft_lib): Fix missing void from
+ 	function prototype.
+ 	(_utf8_to_ucs4): Mark static.
+ 
+ 	* src/cairo_xlib_surface.c: Remove unused function
+ 	_cairo_xlib_surface_get_picture.
+ 
+ 	* src/cairo_ft_font.c (_cairo_ft_font_copy)
+ 	(_cairo_ft_font_glyph_extents, _cairo_ft_font_glyph_path):
+ 	Internal functions can't receive a NULL font pointer.
+ 
+ 	* src/cairo.c (cairo_text_extents, cairo_glyph_extents)
+ 	(cairo_text_path, cairo_glyph_path): Comment-out functions without
+ 	complete implementations to squelch compiler warnings.
+ 
+ 	* configure.in: Bump version to 0.1.8 for font API changes.
+ 
+ 	* src/cairo.c (cairo_current_font): Fix missing return value.
+ 
  	* src/cairoint.h: No need for CAIRO_INT_STATUS_NULL_POINTER
  	(CAIRO_FONT_BACKEND_DEFAULT): Move declaration of default font

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** configure.in	30 Sep 2003 18:39:07 -0000	1.20
--- configure.in	24 Oct 2003 18:01:37 -0000	1.21
***************
*** 4,8 ****
  
  # Package version number, (as distinct from shared library version)
! CAIRO_VERSION=0.1.7
  
  # libtool shared library version
--- 4,8 ----
  
  # Package version number, (as distinct from shared library version)
! CAIRO_VERSION=0.1.8
  
  # libtool shared library version





More information about the cairo-commit mailing list