2008-09-23  Vincent Untz  <vuntz@gnome.org>

	* NEWS:
	* configure.in: version 2.22.3

2008-08-26  Dominic Lachowicz <domlachowicz@gmail.com>

	* rsvg-cairo.h: Make cairo render functions return a gboolean. Returns TRUE
	if the image can't be rendered
	* rsvg.c: Check && handle the return value
	* rsvg-cairo-render.c: Implement the above. Also, return FALSE if we're asked
	to render an ID that doesn't exist

	Collectively, fixes #540383 - rsvg_handle_render_cairo_sub - if ID not found, 
	return an error and/or dont render whole SVG
	
2008-08-26  Dominic Lachowicz <domlachowicz@gmail.com>

	* rsvg-private.h: #539488 - migrate use of GMemChunk to GSlice, from Felix Riemann
	* rsvg-base.c: ditto
	* rsvg-styles.c: ditto
	* rsvg-cairo-render.c: ditto
	
2008-08-26  Dominic Lachowicz <domlachowicz@gmail.com>

	* rsvg-text.c: #524835 - nautilus crashed with SIGSEGV
	
2008-08-26  Dominic Lachowicz <domlachowicz@gmail.com>
	
	* gdk-pixbuf-loader/io-svg.c: #538149 - svg_loader.so does not set license field 
	in GdkPixBufFormat
	
2008-08-26  Dominic Lachowicz <domlachowicz@gmail.com>

	* rsvg-filters.c: #548154 - Nautilus Segmentation fault when displaying SVG file
	
2008-08-26  Dominic Lachowicz <domlachowicz@gmail.com>

	* gdk-pixbuf-loader/io-svg.c: #549418 - build failure: test-display.c 
	io-svg.c format not a string literal and no format arguments
	* test-display.c: Ditto
	
2008-08-25  Dominic Lachowicz <domlachowicz@gmail.com>	

	* rsvg-path.c: 549256 - some arcs are not well drawn in SVG path. From
	Frederic Wang <fred.wang%40free.fr>
	
2008-08-22  Dominic Lachowicz <domlachowicz@gmail.com>

	* tests/rsvg-test.c: Bug #547981 - librsvg-test.c doesn't build on x86_64
	
2008-08-21  Dominic Lachowicz <domlachowicz@gmail.com>

	* rsvg-path.c: Bug #548494 - bad rendering for some wacko
	SVG path data
	
2008-08-04  Simon Budig  <simon@gimp.org>

	* rsvg-styles.[ch]: fix the handling of the stroke-dashoffset
	property.

2008-05-23  Tor Lillqvist  <tml@novell.com>

	* tests/samples/artwork.svg: Use "sans-serif" instead of
	"sanserif".

	* tests/samples/Picasso.svg: Use "sans-serif" instead of
	"sansserif".

2008-05-20  Tor Lillqvist  <tml@novell.com>

	* librsvg-zip.in: Package rsvg-convert.exe instead of the now
	nonexistent rsvg.exe.

2008-04-28  Wouter Bolsterlee  <wbolster@svn.gnome.org>

	* rsvg-text.c: Use #elif instead of nested #else #if.

2008-04-28  Wouter Bolsterlee  <wbolster@svn.gnome.org>

	* rsvg-text.c: Don't use #else if, but #else and an
	additional #if. Fixes the build with at least gcc 4.2.3.

2008-04-25  Hans Breuer  <hans@breuer.org>

	* rsvg-css.c : use HAVE_STRINGS_H
	* rsvg-path.c : #include "rsvg-private.h" to get common definitions
	* rsvg-text.c : make the text rendering capability depend on what 
	cairo provides. If there is no CAIRO_HAS_FT_FONT try to use 
	CAIRO_HAS_WIN32_FONT. Makes librsvg buildable on windows without 
	freetype dependency, bug #529889