2006-09-26 Jody Goldberg * Release 1.14.2 2006-09-26 Morten Welinder * configure.in (test_python): Fix python tests. 2006-09-24 Jody Goldberg Patch from Robert: * autogen.sh : Check srcdir for the extra macros. * python/Makefile.am : Include srcdir. 2006-09-24 Jody Goldberg Patch from Ivan: * configure.in : conditionalize the python checks. 2006-09-23 Jody Goldberg * gsf/gsf-libxml.c (push_child) : Handle namespaces internally by id rather than object pointer. We don't actually need the struct and the code is simpler when using ids. (lookup_child) : ditto. No need for a verbose warning if the document does not yet define a namespace. (gsf_xml_in_start_element) : warn when we find an unknown namespace uri. (gsf_xml_in_doc_free) : now that we are using ids, the ns_by_id array goes away. We did not really need it. (gsf_xml_in_doc_new) : Get rid of ns_by_id and use ids directly. This fixes support for multiple uris with the same id (common when versioning) (gsf_xml_in_doc_new) : Be sure to look up the parent of the e_node, not the node already in the tree to fix the multple decl handling. 2004-07-16 Stepan Kasal YES, 2004!. Commit an ancient patch that was forgotten. Cleanup of test-*msole*.c examples. * tests/test-cp-msole.c: * tests/test-dump-msole.c: * tests/test-restore-msole.c: * tests/test-msole1.c: * tests/test-msole2.c: * tests/test-msole-printf.c: 2006-09-23 Jody Goldberg Patch from Frederic Peters : #354690 * python/Makefile.am : Link to our version of libgsf, not the system. 2006-09-18 Morten Welinder * gsf/gsf-input.c (gsf_input_uncompress): Use correct HAVE_ symbol for bzip2 and fix typo. Fixes #356391. 2006-09-06 Morten Welinder * gsf/gsf-infile-msole.c (ole_init_info): Silence a warning issued for an only marginally bogus file. See bug 346118. (ole_dirent_new): Always treat the root directory as a directory, even if the file claims otherwise. See bug 346118. * tools/gsf.c (gsf_dump_props): Print proper filename in error message. 2006-08-28 Wouter Bolsterlee * thumbnailer/gsf-office-thumbnailer.schemas.in: Trivial patch to install all the schemas in the correct place. Fixes bug #353216. 2006-08-20 Jody Goldberg * gsf/gsf-infile-msole.c (ole_init_info) : Add validation in case ::num_metabat too large for the ::num_bats. 2006-08-19 Jody Goldberg http://bugzilla.gnome.org/show_bug.cgi?id=352055 * gsf/gsf-msole-utils.c (gsf_msole_metadata_read) : do not generate an error when given an empty property file. It's not a perfect solution but it will be what most people want. 2006-08-19 Jody Goldberg * gsf/gsf-doc-meta-data.c (gsf_doc_prop_dump) : new. (cb_print_property) : split out from here. * tools/gsf.c (gsf_dump_props) : new. (main) : Add 'props' command to dump metadata. 2006-06-30 Morten Welinder * gsf/gsf-msole-utils.c (gsf_msole_metadata_read): Validate num_props a little bit. (#346189, Michal Kowalczuk) 2006-06-14 Jody Goldberg From Dannym. * gsf/gsf-msole-utils.c (msole_metadata_write_prop) : Fix export of R8. Typo was using SET_FLOAT rather than SET_DOUBLE. 2006-05-26 Jody Goldberg * gsf/gsf-doc-meta-data.c (gsf_doc_prop_set_link) : as per Federico's note. Handle the case of @link being the result of gsf_doc_prop_get_link. (gsf_doc_prop_set_val) : ditto. 2006-05-25 Jody Goldberg * gsf/gsf-infile-msvba.c (vba_dir_read) : dump as xml. This is still a cheesy hack, but at least it does something useful. 2006-05-18 Jody Goldberg * thumbnailer/gsf-office-thumbnailer.schemas.in : Add OpenOffice 1.0 mime types and missing OpenDocument types. 2006-05-08 Jody Goldberg * configure.in : post release bump