2008-08-29 Jody Goldberg * Release 1.14.9 2008-08-28 Morten Welinder * configure.in (GNOMEVFS_REQ, BONOBO_REQ): Define as needed. * libgsf-gnome-1.pc.in: Use the above. 2008-08-28 Jody Goldberg * gsf/gsf-libxml.c (gsf_xml_in_doc_add_nodes) : new, split from gsf_xml_in_doc_new to facilitate splitting node sets so that they can be used in multiple situations. 2008-08-24 Jody Goldberg * gsf/gsf-infile-msvba.c (gsf_input_find_vba) : move this here from tools/gsf-vba-dump. (gsf_infile_msvba_get_modules) : new. (vba_extract_module_source) : store the code rather than dumping it to stdout. * tools/gsf-vba-dump.c (test) : use the new utilities. (cb_dump_vba) : do the dumping here. 2008-07-28 Hubert Figuiere * thumbnailer/gsf-office-thumbnailer.schemas.in: * thumbnailer/main.c (zip_thumbnail): Add support for OpenPkg (MS Office Open XML) thumbnailing. 2008-07-19 Jody Goldberg * gsf/gsf-open-pkg-utils.c : Some components do not have relations. Do not generate a warning. e.g. foreach_rel in an empty sheet. 2008-07-18 Dominic Lachowicz * gsf/gsf-input-gio.c (gsf_input_gio_new): Don't leak @input if we're going to make a local copy of the requested file 2008-07-02 Morten Welinder * gsf-gnome/gsf-output-gnomevfs.c: Use gio, not gnomevfs, when LIBGSF_GNOMEVFS_VIA_GIO is defined. * gsf-gnome/gsf-input-gnomevfs.c (gsf_input_gnomevfs_new, gsf_input_gnomevfs_new_uri): Call gsf_input_gio_new_for_uri, not gsf_input_gio_new_for_path. 2008-07-01 Jody Goldberg * gsf/gsf-open-pkg-utils.c (gsf_open_pkg_open_rel) : make public. (gsf_open_pkg_foreach_rel) : new. 2008-06-30 Jody Goldberg * gsf/gsf-infile.c (gsf_infile_child_by_aname) : new. (gsf_infile_child_by_vaname) : new. 2008-06-13 Jody Goldberg * tests/test-msole1.c : * tests/test-http.c : * tests/test-zip1.c : * tests/test-gzip1.c : * tests/test-gzip2.c : * tests/test-bzip.c : * tests/test-msvba.c : Clear error after use in preparation for the next file. 2008-06-08 Kjartan Maraas * configure.in: Add nb to ALL_LINGUAS. 2008-05-20 Tor Lillqvist * libgsf-zip.in: Message catalogs nowadays end up in share/locale as they should, not lib/locale. 2008-05-04 Jody Goldberg * tools/gsf-vba-dump.c (test) : support MS OOX. 2008-04-13 Morten Welinder * gsf/gsf-utils.c (gsf_init): Run-time test for gsf_le_get_double. Might save __arm__ people some head scratching. 2008-04-09 Morten Welinder * configure.in: Reorganize gnome-vfs/bonobo checks. * gsf-gnome/gsf-input-gnomevfs.c (gsf_input_gnomevfs_new_uri): Prepare for making this a simple wrapper over gio. * gsf/gsf-utils.c (gsf_base64_decode_step): Use g_base64_decode_step when available. (gsf_base64_encode_step): Use g_base64_encode_step when available. (gsf_base64_encode_close): Use g_base64_encode_close when available. 2008-03-17 Dominic Lachowicz * tests/Makefile.am: libgsf-gio-1.la doesn't exist any more 2008-03-17 J.H.M. Dassen (Ray) * libgsf-gio-1.pc.in: No longer needed. * configure.in, Makefile: Drop references to it. 2008-03-16 Morten Welinder * gsf/Makefile.am: Don't install gio support in its own library. 2008-03-06 J.H.M. Dassen (Ray) * doc/gsf-vba-dump.1: New. 2008-03-14 Dominic Lachowicz * libgsf-gio-1.pc.in: * tests/test-gio.c: * tests/test-gvfs.c: * tests/Makefile.am: * gsf/gsf-output-gio.h: * gsf/Makefile.am: * gsf/gsf-input-gio.c: * gsf/gsf-output-gio.c: * gsf/gsf-input-gio.h: * gsf-gvfs: * configure.in: * Makefile.am: * libgsf-gvfs-1.pc.in: Migrate names from "gvfs" to "gio"; move GIO code to gsf/ and get rid of gsf-gvfs/ 2008-03-14 Dominic Lachowicz * gsf-gvfs/gsf-input-gvfs.c: * gsf-gvfs/gsf-output-gvfs.c: g_file_new() functions cannot fail 2008-03-14 Dominic Lachowicz * tests/Makefile.am: * gsf-gvfs/gsf-input-gvfs.c: * gsf-gvfs/gsf-output-gvfs.c: * gsf-gvfs/gsf-input-gvfs.h: * gsf-gvfs/gsf-output-gvfs.h: * gsf-gvfs/Makefile.am: * configure.in: * Makefile.am: Update GIO backend to use glib 2.16's API 2008-03-06 J.H.M. Dassen (Ray) * doc/gsf.1: Fixed typo in font setting. * doc/gsf-office-thumbnailer.1, doc/gsf.1: Define .URL macro when not already defined by the man implementation and use it for hyperlinks. 2008-03-05 Morten Welinder * configure.in: Post release bump.