2006-05-08 Jody Goldberg * Release 1.14.1 2006-05-02 Jody Goldberg From : Ronan MELENNEC * gsf/gsf-timestamp.c (gsf_timestamp_as_string) : make it clear that the time stamp is in UTC. 2006-05-05 Morten Welinder * gsf/gsf.c (main): New (uninstalled) beginning of a tar-like program. 2006-04-30 Jody Goldberg * gsf/gsf-libxml.c (GsfXMLOut) : added 'pretty-print' property to optionally disable auto indenting of output. 2006-04-18 Jody Goldberg From: Xavier Roche * gsf/gsf-msole-utils.c (msole_prop_parse) : Fix over zealous boundary check for wide character string properties. There are _two_ bytes per character. 2006-04-21 Morten Welinder * gsf/gsf-libxml.c (gsf_xml_out_add_cstr): Drop characters 1-8, 11, 12, 14-31 on the floor. The XML 1.0 spec does not allow them. Bandaids #339335. 2006-04-15 Jody Goldberg * gsf/gsf-libxml.c (gsf_xml_in_check_ns) : handle default namespaces properly. (gsf_xml_in_namecmp) : ditto. 2006-04-10 Jody Goldberg * gsf/gsf-timestamp.c (gsf_timestamp_as_string) : single digit seconds should pad with 0. 2006-04-08 Jody Goldberg * gsf/gsf-input.c (gsf_input_sibling) : fix docs. 2006-04-08 Morten Welinder * gsf/gsf-infile-msole.c (ole_init_info): Constrain big blocksize to be no bigger than file size. 2006-04-07 Jody Goldberg http://bugzilla.gnome.org/show_bug.cgi?id=336858 * gsf/gsf-infile-msole.c (ole_info_read_metabat) : handle situation where an entire metabat is unused. We don't have any normative docs on what that indicates but this seems relatively safe. 2006-04-07 Jody Goldberg * gsf/gsf-libxml.c (gsf_xml_in_check_ns) : check the current default namespace too. (gsf_xml_in_namecmp) : ditto. (gsf_xml_in_start_element) : improve the warning for unexpected elements. * gsf/gsf-blob.h : deprecate the non-standard name 'GSF_TYPE_BLOB' and add GSF_BLOB_TYPE. * doc/gsf-docs.sgml : fix up the organization a bit. * doc/gsf-sections.txt : ditto. 2006-03-20 Morten Welinder * gsf/gsf-libxml.c (gsf_xml_in_doc_parse): Set new member state.initialized. (gsf_xml_in_start_document): Ditto. (gsf_xml_in_end_document): Avoid crashing if not initialized. Works around #335152. 2006-03-08 Morten Welinder * doc/Makefile.am (manpagedir): Fix #316107. 2006-03-07 Eduardo Lima * gsf/gsf-doc-meta-data.c (gsf_doc_prop_free): Ensure that prop->linked_to is valid before free it. (gsf_doc_prop_set_val): Just unset and free prop->val if it is not NULL. (gsf_doc_prop_set_link): Just free prop->linked_to if it is not NULL. 2006-03-06 Ivan, Wong Yat Cheung * configure.in: detect gmtime/gmtime_r * gsf/gsf-timestamp.c: various fixes to enable compilatioon on win32 * thumbnailer/Makefile.am: disable running of gconftool when cross-compile 2006-03-03 Jody Goldberg * thumbnailer/main.c (call_convert) : use -thumbnail rather than -resize to handle transparent backgrounds. I can not find normative docs on this but it seems to do the right thing. It seems like we also want '+matte' 2006-03-02 Eduardo Lima * gsf/gsf-docprop-vector.c (gsf_docprop_vector_as_string) : no need to call g_value_unset () because g_value_array_get_nth () returns just a pointer to the value. 2006-03-02 Luciano M. Wolf * gsf/gsf-opendoc-utils.c (od_meta_keyword) : init the value to string before storing the result. 2006-03-02 Jody Goldberg * thumbnailer/gsf-office-thumbnailer.schemas.in : Add the opendoc types to the schema. Need to check the older OOo 1.x formats before we can add them. 2006-03-02 Jody Goldberg * configure.in : post release bump 2006-03-02 Jody Goldberg * Release 1.14.0 / 1.13.99 (for Novell)