2013-02-27 Morten Welinder * Release 1.14.26 2013-02-25 Jean Brefort * tests/test-msole1.c (test): fix build. 2013-02-23 Morten Welinder * gsf/gsf-infile.c (gsf_infile_child_by_name) (gsf_infile_child_by_vname, gsf_infile_child_by_vaname) (gsf_infile_child_by_aname): Doc improvements. * gsf/gsf-input.c (gsf_input_uncompress): Avoid HAVE_BZ2 conditionals. * gsf/gsf-utils.c (gsf_init_dynamic): Register the tar type too. * gsf/gsf-input.c (gsf_input_read): Detect overflow. 2013-02-20 Morten Welinder * gsf/gsf-msole-utils.c (msole_metadata_write_section): Add sanity check. 2013-02-17 Morten Welinder * configure.ac (set_more_warnings): Improve support for clang. 2013-02-05 Jean Brefort * doc/gsf-sections.txt: fix gtk-doc warnings. * gsf/gsf-opendoc-utils.c: ditto. * tools/gsf.c (get_meta_data): don't use deprecated symbols. 2013-01-26 Morten Welinder * gsf/gsf-outfile-msole.c (ole_write_bat, ole_write_const): Bunch things up as large writes instead of piles of little ones. 2013-01-19 Valek Filippov * gsf/gsf-infile-msvba.c,.h (gsf_vba_inflate): Fix for short streams. 2013-01-15 Jean Brefort * configure.ac: renamed configure.in and update obsolete macros. * configure.in: ditto. 2013-01-07 Morten Welinder * gsf/gsf-output-stdio.c (chown_wrapper): New function. (chmod_wrapper, access_wrapper): Eliminate in favour of g_chmod and g_access. * configure.in: Check for g_chown instead of g_chmod and g_access which we can now assume. * gsf/gsf-infile-zip.c (zip_child_init): Attempt working around another clang false positive. * gsf/gsf-input-memory.c (gsf_input_memory_new_clone): For around a clang false positive. * gsf/*.c: Stop pretending that g_object_new can return NULL. 2013-01-05 Morten Welinder * gsf/gsf-output-gio.c (gsf_output_gio_new_full): New function factored out from gsf_output_gio_new. (gsf_output_gio_new_for_path, gsf_output_gio_new_for_uri): Use gsf_output_gio_new_full for proper error handling. 2013-01-05 Morten Welinder * gsf/gsf-output-gio.c (gsf_output_gio_new_for_uri): Use preconditions for programming errors. (gsf_output_gio_write): Drop unneeded cast. * gsf/gsf-libxml.c (gsf_xml_out_add_gvalue): Deal with G_TYPE_CHAR always being signed char. (gsf_xml_gvalue_from_str): Ditto. * gsf/gsf-msole-utils.c (msole_prop_parse): Ditto. 2013-01-05 Valek Filippov * gsf/gsf-infile-msvba.c,.h (gsf_vba_inflate): Fix based on [MS-OVBA] and test files. Fixes #656531. 2012-12-20 =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= * gsf/gsf-infile-msole.c (ole_seek_block): Factor out from gsf_infile_msole_read. 2012-12-05 Morten Welinder * gsf/gsf-infile-msole.c (gsf_infile_msole_child_by_index) (gsf_infile_msole_name_by_index): Avoid casts. 2012-12-05 Paolo Bonzini * gsf/gsf-infile-msole.c (gsf_infile_msole_dup): Make this a simple wrapper over gsf_infile_msole_dup. Fixes #689706. 2012-11-13 Morten Welinder * configure.in: Post-release bump.