2007-07-10  Jody Goldberg <[email protected]>

       * Release 0.4.1

2007-07-03  Jody Goldberg <[email protected]>

       * goffice/goffice.c (libgoffice_init) : on win32 qualify icon dir with
         the version to match the installation dir in configure.in and fix
         the dll name. [#442707]

2007-07-01  Jody Goldberg <[email protected]>

       Patch from Jean for 340552
       * goffice/graph/gog-graph.c (gog_graph_finalize) : free the new
         data_hash.
       (gog_graph_init) : init the data hash.
       (gog_graph_get_data) : use the has rather than quarks.
       (gog_graph_ref_data) : ditto.
       (gog_graph_unref_data) : ditto.

2007-07-01  Jody Goldberg <[email protected]>

       * configure.in : remove req for pangoft.  No need for that anymore.

2007-07-01  Jody Goldberg <[email protected]>

       Patch from Andreas Kohler.
       * goffice-win32.mk :  portability patch for [#367785]

2007-06-21  Jody Goldberg <[email protected]>

       * configure.in : export GOFFICE_USE_SVG_RENDERER.
       * goffice/graph/gog-renderer.c : honour it here.

2007-06-17  J.H.M. Dassen (Ray) <[email protected]>

       * goffice/graph/gog-object-xml.c (gog_object_write_xml_sax): fixed
       signedness issue spotted with help of sparse.
       * goffice/graph/gog-view.c (gog_view_queue_resize): Made do-while into
       a compound statement. (Silences sparse warning)
       * goffice/graph/gog-style.c: Be more consistent in use of enum types.
       * goffice/component/go-component-factory.c
       (go_components_get_mime_types): Fixed non-ANSI function declaration by
       specifying "void" for the parameter list, rather than leaving it
       unspecified.

2007-06-17  Jody Goldberg <[email protected]>

       * goffice/graph/gog-object.c (gog_object_add_by_role) : Add error
         handling for unknown types.

       * goffice/graph/gog-object-xml.c (gogo_dim_start) : handle NULL
         objects from preceding errors.
       (gogo_dim_end) : ditto.
       (gogo_prop_start) : ditto.
       (gogo_end) : ditto.
       (gogo_start) : ditto.  Make it clear that all paths through this must
         add something to the obj_stack.

2007-06-12  Jody Goldberg <[email protected]>

       * goffice/utils/go-geometry.c (go_direction_get_type) : new.
       (go_direction_is_forward) : new.
       (go_direction_is_horizontal) : new.

2007-06-12  Jody Goldberg <[email protected]>

       * goffice/app/file.c (go_file_saver_for_file_name) : fix cut-n-paste-o
         in docs.

2007-06-06  Emmanuel Pacaud <[email protected]>

       * goffice/graph/gog-chart.c (calc_circle_parameters): fix rotation of
       circular axis for theta_max > 360°.

2007-06-05  Morten Welinder  <[email protected]>

       * goffice/utils/go-format.c (go_format_execute): Handle OP_STRING.
       (handle_common_token): Issue OP_STRING ofr TOK_STRING.  Fixes
       #444247.

2007-05-25  Morten Welinder  <[email protected]>

       * goffice/app/file.c (go_file_saver_level_get_type,
       go_file_saver_scope_get_type): New functions.
       (go_file_saver_new): Use object properties.
       (go_file_saver_class_init): Install object properties, setter, and
       getter.
       (go_file_saver_setup): Remove.  All callers now use object
       properties.

       * goffice/app/go-plugin-service.c
       (plugin_service_file_saver_read_xml): Major cleanup.  Handle mime
       type too.
       (go_plugin_file_saver_new): Use object properties for the saver.
       Set mime type too.
       (parse_format_level_str): Remove.  xml_node_get_enum can do that.

2007-05-16  Jean Brefort  <[email protected]>

       * goffice/graph/gog-style.c: (cb_font_changed): set the
       attributes before retrieving the GOFont.

2007-05-09  Emmanuel Pacaud <[email protected]>

       * goffice/graph/gog-axis.c (gog_axis_view_size_allocate): fix manual
       position of axis labels.

2007-05-03  Morten Welinder <[email protected]>

       * configure.in: Post-release bump.