2.15.6: 2008-02-24 Marko Anastasov * gio/src/inputstream.hg: Updated the todo regarding read(). 2008-02-22 Murray Cumming * gio/src/fileattributeinfolist.hg: Added dup(). * gio/src/gio_others.defs: Added signals for GMount and GVolume. This deals with the gmmproc warnings. 2008-02-21 Murray Cumming * gio/src/desktopappinfo.hg: Revert the change from José which removed use of _WRAP_CTOR() and _WRAP_CREATE(). We really do want to use these so we instantiate derived GTypes. 2008-02-21 Marko Anastasov * gio/src/desktopappinfo.hg: Made is_hidden() const. 2008-02-21 José Alburquerque * gio/src/desktopappinfo.hg: Used _WRAP_METHOD instead of _WRAP_CREATE for create() to allow docs from C API to be used 2008-02-21 José Alburquerque * gio/src/desktopappinfo.hg: Renamed new_from_file() to create_from_file() 2008-02-21 José Alburquerque * gio/src/desktopappinfo.hg: Added create(), create_from_file() is_hidden() and set_desktop_env() * tools/m4/convert_gio.m4: Added DesktopAppInfo conversion 2008-02-21 Murray Cumming * gio/src/gio_methods.defs: Regenerated with h2defs.py * gio/src/gio_signals.defs: Corrected the GMountOperation::ask-question definition. * gio/src/mountoperation.hg: Wrapped the ask-question signal, though I wonder if it really works. * gio/src/memoryinputstream.ccg: * gio/src/memoryinputstream.hg: Added add_data(const void* data, gssize len). * gio/src/gio_others.defs: Added g_themed_icon_get_names() because h2defs.py cannot seem to parse it. * gio/src/Makefile.am: Mention gio_methods.defs. * gio/src/themedicon.hg: Attempted to wrap get_names(), but I get a gmmproc error. 2008-02-20 Marko Anastasov * gio/src/desktopappinfo.hg: Removed a todo regarding DesktopAppInfoLookup. We will not wrap it as it is an interface that is used by backends. 2008-02-20 Jonathon Jongsma * docs/reference/Makefile.am: updated some build dependencies that were causing issues after adding the xml/devhelp build rules. Also removed some cruft that was supposedly setting the doxygen image path for gtk stock icons (presumably copied from the gtkmm build rules). Should Fix Bug #517423 2008-02-20 Murray Cumming * gio/src/appinfo.hg: * gio/src/bufferedinputstream.hg: * gio/src/drive.hg: * gio/src/file.hg: * gio/src/filemonitor.hg: * gio/src/icon.hg: * gio/src/seekable.hg: * gio/src/volume.hg: * gio/src/volumemonitor.hg: Comment out _WRAP_VFUNC() lines because we decided that they are not useful (people will not create new implementations with giomm) and are a potential source of errors. 2008-02-20 Murray Cumming * tools/m4/convert_gio.m4: * gio/src/file.hg: equal(), get_relative_file(), contains_file(): Take const File parameters. 2008-02-15 Jonathon Jongsma * docs/reference/Makefile.am: I should have tested this more thoroughly -- we apparently need to use relative paths in the reference_prefix variable. Also add the devhelp file to the all-local target so it gets built by default on a simple 'make' and not just on 'make install' 2008-02-15 Jonathon Jongsma * docs/reference/Makefile.am: install the stylesheet in the gmmproc dir instead of the documentation directory. This allows other libraries to get a path to the stylesheet by querying the just-added gmmprocdir variable. Also, it doesn't really belong in the documentation directory since it's not technically documentation. 2008-02-15 Jonathon Jongsma * docs/reference/doxygen_to_devhelp.xsl: make this more general instead of hard-coding the name and title and reference path into the stylesheet -- instead pass them as parameters on the commandline * docs/reference/Makefile.am: use new GMMPROC_DIR variable. Also install the doxygen_to_devhelp.xsl stylesheet so that other libraries can use the installed version instead of having everybody copy the file into their own library if they want to generate a devhelp book 2008-02-15 Jonathon Jongsma * configure.in: add a GMMPROC_DIR variable so the individual Makefile.am files don't need to duplicate the information about where gmmproc is to be installed * glib/glibmm-2.4.pc.in: add new gmmprocdir variable so that interested libraries can query it with `pkg-config --variable gmmprocdir glibmm-2.4` * tools/Makefile.am: * tools/m4/Makefile.am: * tools/pm/Makefile.am: use the new GMMPROC_DIR variable 2008-02-14 Marko Anastasov * gio/src/dataoutputstream.hg: Removed get/set_newline_type(), which doesn't exist in the C API. 2008-02-13 Jonathon Jongsma * docs/reference/Doxyfile.in: * docs/reference/Makefile.am: * docs/reference/doxygen_to_devhelp.xsl: generate and install a devhelp book for glibmm like we do for gtkmm. It would be nice to make the xsl stylesheet general and shared between gtkmm and glibmm (and eventually other libraries as well), but for now I just duplicated it here 2008-02-12 Marko Anastasov * gio/src/gio_methods.defs: Regenerated with h2defs.py. * gio/src/unixinputstream.hg: * gio/src/unixoutputstream.hg: Made wrapped constructors protected. * gio/src/bufferedinputstream.hg: * gio/src/datainputstream.hg: * gio/src/dataoutputstream.hg: Ditto for Data*Streams, and marked some hand-wrapped functions to ignore. * gio/src/mountoperation.hg: Wrote a note about ask_question signal, still to be wrapped. * gio/src/volume.hg: Added should_automount(). * gio/giomm: Updated svn:ignore properties. 2.15.5: