3.6.0: 2012-10-21 Murray Cumming Create only .tar.xz tarballs. * configure.ac: This is what ftp.gnome.org wants, so this avoids it doing any repackaging. 2012-10-09 Murray Cumming ComboBox: set_active_id(): Add documentation. * gtk/src/combobox.hg: Add documentation so we can use our own @newin{} line. 2012-10-09 Murray Cumming ComboBox: Add set_active_id(), deprecating get_active_id(string). * gtk/src/combobox.hg: We just got the name wrong before, calling it get instead of set. Also gave it the bool return type from the C function. Bug #685801 (Phil Wolff) 2012-10-07 Murray Cumming WindowGroup: Add list_windows() and get_current_grab(). * gtk/src/window.hg: Wrap these C functions. 2012-10-07 Murray Cumming TargetList: Add some add_*_targets() methods. * gtk/src/targetlist.[hg|ccg]: Add add_text_targets(), add_rich_text_targets(), add_image_targets() and add_uri_targets(). 2012-10-07 Murray Cumming TreeModel*: Add some _IGNORE() lines. * gtk/src/treemodelfilter.hg: * gtk/src/treemodelsort.hg: Add _IGNORE()s for functions that have already been wrapped. 2012-10-07 Murray Cumming Require the latest mm-common. * configure.ac: This should avoid us creating tarballs without the mm-common improvements. 3.5.13: