2005-03-16 Jody Goldberg * Release 2.10.1 2005-03-15 Jody Goldberg * 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 * 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 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 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 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 * 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 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 * libgnomeprint/gnome-print-svg.c: Replace %g with %f. See bug #170106 2005-03-10 Jody Goldberg 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 * configure.in : post release bump