2007-07-23 Jody Goldberg * Release 0.4.2 2007-07-18 Jody Goldberg * goffice/graph/gog-guru.c (gog_guru_get_help_button) : a hook to work around the docs still living in gnumeric. [#394181] 2007-07-17 Jody Goldberg From Coverity. * goffice/utils/go-glib-extras.c (go_guess_encoding) : Avoid crash if libxml2 returns ERROR or NONE when guessing encoding. 2007-07-16 Jody Goldberg * goffice/cut-n-paste/foocanvas/foo-canvas-text.c (foo_canvas_text_update) : round the bounds rather than using floor and ceil. The disparity would exacerbate rounding errors caused by scaling, and would result in 1 pixel errors. * goffice/cut-n-paste/foocanvas/foo-canvas-pixbuf.c (foo_canvas_pixbuf_update) : ditto. The errors where especially noticable here because images would get scaled. [#314864] * goffice/cut-n-paste/foocanvas/foo-canvas.c (foo_canvas_item_accessible_get_item_extents) : ditto. 2007-07-16 Emmanuel Pacaud * goffice/graph/gog-object.c (gog_editor_register_widget): new. (gog_editor_get_registered_widget): new. 2007-07-15 Jody Goldberg * goffice/app/file.c (go_file_saver_finalize) : do not leak the mime type. 2007-07-13 Jody Goldberg * configure.in : remove GTK_DISABLE_DEPRECATED. gtk trunk has deprecated GtkTooltips. 2007-07-11 Jody Goldberg * configure.in : post release bump