2005-03-16  Jody Goldberg <jody@gnome.org>

	* Release 2.10.1

2005-03-15  Jody Goldberg <jody@gnome.org>

	* libgnomeprint/modules/lpd/gnome-print-lpd.c
	(gnome_print_lpd_printer_list_append) : another leak. we need to free
	  the result of g_strsplit even if it is an array of 0 strings.

2005-03-15  Jody Goldberg <jody@gnome.org>

	* libgnomeprint/gnome-print-config.c (gnome_print_config_get_boolean) : 
	  patch leak. (thanks for the suggestion to use valgrind CVS).

2005-03-15  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=170369
	* libgnomeprint/gnome-print-pdf.c
	(gnome_print_pdf_font_print_descriptor) : fix leak from Kjartan

2005-03-15  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=170106
	* libgnomeprint/gnome-print-pdf.c : Use '%f' rather than '%g' to avoid
	  scientific notation which is not supported in pdf.

	  Use gnome_print_pdf_page_write in place of
	  gnome_print_pdf_page_fprintf for constant strings.  This is a small
	  performance optimization.

2005-03-15  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=133924
	* libgnomeprint/gnome-print-pdf.c (gnome_print_pdf_glyphlist) : I
	  agree with Owen, we need to map the glyph position.

2005-03-14  Jody Goldberg <jody@gnome.org>

	* libgnomeprint/transports/gp-transport-lpr.c : 
	  s/HAVE_CLOSE/HAVE_PCLOSE/
	* libgnomeprint/transports/gp-transport-custom.c : copy the
	  portability wrappers from gp-transport-lpr over into here too.

2005-03-14  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=167325
	* libgnomeprint/transports/gp-transport-custom.c
	(gp_transport_custom_open) : "wb" is strictly a win32 thing

2005-03-14  Dom Lachowicz <cinamod@hotmail.com>

	* libgnomeprint/gnome-print-svg.c: Replace %g with %f. See bug #170106
	
2005-03-10  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=169020
	* libgnomeprint/gnome-print-pango.c (font_from_pango_font) : honour
	  FC_SIZE_PIXEL too.

2005-03-08  Jody Goldberg <jody@gnome.org>

	* configure.in : post release bump