2009-04-25 Morten Welinder * Release 1.14.12 2009-04-25 Morten Welinder * gsf/gsf-input-memory.c (gsf_input_memory_new_clone): Fix preconditions. Always allocate at least one byte. Avoid cast. Fixes #580228. 2009-04-17 Morten Welinder * gsf/gsf-output.c (gsf_output_set_error): Fix allocation method problem for errors. Fixes #579155. 2009-04-15 Morten Welinder * gsf/gsf-infile-msole.c (gsf_infile_msole_new_child): Fix a couple of warnings. 2009-04-13 Andreas J. Guelzow * gsf/gsf-opendoc-utils.c (GsfOOMetaIn): added field (od_meta_user_defined): implement (od_meta_user_defined_end): new (gsf_opendoc_meta_dtd): handle "user-defined" completely (gsf_opendoc_metadata_read): initialize state.name 2009-04-11 Jody Goldberg * gsf/gsf-libxml.c (lookup_child) : handle namespace uri being declared as both default and explict prefix. 2009-02-07 Morten Welinder * configure.in (bonobo): auto-detect. 2009-02-19 Jody Goldberg * gsf/gsf.h : document the members of timestamp to avoid gtk-doc warnings. * gsf/gsf-timestamp.c (gsf_timestamp_from_string) : renamed from. (gsf_timestamp_parse) : here, and this is deprecated. 2009-02-18 Jody Goldberg * gsf/gsf-infile-msole.c (gsf_infile_msole_new_child) : Handle small-block files that are not block aligned. [#572290] 2009-02-04 Morten Welinder * gsf/gsf-libxml.c (gsf_xml_out_add_cstr): Drop characters that xml 1.0 cannot represent. Bandaids #568919. 2009-01-30 J.H.M. Dassen (Ray) * gsf/gsf-output-csv.c (gsf_output_csv_quoting_mode_get_type): Declare "values" as static, as the second argument to g_enum_register_static may not be stack-allocated, because GObject keeps a reference to the data. This fixes a problem generating the documentation in some environments; see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39015 . 2009-01-26 Morten Welinder * gsf/gsf-libxml.c (gsf_xml_in_characters): Handle the case where we get here without being initialized. See 568994. (gsf_xml_in_end_document): Mark ourselves uninitialized here. 2009-01-06 Jody Goldberg * configure.in : post release bump