commit c2f2567789d3e4dcbed8f90732e4a3e46b1e4789 Author: Garrett Regier Date: Fri Jun 14 10:44:27 2013 -0700 Remove use of deprecated gtk_widget_{push,pop}_composite_child() libpeas-gtk/peas-gtk-plugin-manager.c | 2 -- 1 file changed, 2 deletions(-) commit b149223d4d5a7bd240b174484609f21ceff820db Author: Garrett Regier Date: Fri Jun 14 10:30:17 2013 -0700 Bug 699214 - Fix out-of-bounds memset in _valist_to_parameter_list libpeas/peas-helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8c715585ceb371254de7c02bb24d2031dfe3fbe7 Author: Victor Ibragimov Date: Wed Jun 5 14:24:09 2013 +0500 Tajik updated po/tg.po | 37 +++++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 16 deletions(-) commit 9538f54887deab6952efabce4261c30d9c7f7d9a Author: Garrett Regier Date: Fri May 31 15:45:00 2013 -0700 Bump required Gjs version to 1.37.1 This is needed for the API change to gjs_log_exception(). configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit cff159bccc584494059670dd24120522988199ff Author: Garrett Regier Date: Tue May 21 14:42:06 2013 -0700 Fix tests after glib string change The strings used to use `really dumb quote' and now use 'dumb quotes'. https://git.gnome.org/browse/glib/commit/?id=4b94c0831e449374ce769cb4938a28b3dca59a43 tests/libpeas-gtk/testing/testing.c | 2 +- tests/libpeas/extension-set.c | 2 +- tests/libpeas/testing/testing-extension.c | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) commit 0231a7001ad476e758db025cab3bd3bc6d99f5b7 Author: Carl-Anton Ingmarsson Date: Wed May 8 21:03:50 2013 +0200 Adapt to new gjs interface Also bump the gjs dependency to 1.36.0. The dependency is in reality even higher but gjs has unfortunately not bumped its version since the interface changed. https://bugzilla.gnome.org/show_bug.cgi?id=699950 configure.ac | 2 +- loaders/gjs/peas-extension-gjs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 8c54d0ee9c929d9141f74a0c047fed2e28347aa3 Author: Garrett Regier Date: Sat Apr 27 04:36:13 2013 -0700 Fix Gjs plugin loader The garbage collection now takes a runtime instead of a contex so just use Gjs's gc method to do the right thing and jsvals cannot be compared anymore. loaders/gjs/peas-extension-gjs.c | 2 +- loaders/gjs/peas-plugin-loader-gjs.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) commit 4b9d5ec3f560ed7f43eb9f16ce825b229c35b60e Author: Garrett Regier Date: Sat Apr 27 04:34:43 2013 -0700 Remove use of push and pop composite child These are now deprecated. https://git.gnome.org/browse/gtk+/commit/?id=c6ab5157358bc364eede018acc14de976add195c libpeas-gtk/peas-gtk-plugin-manager.c | 4 ---- 1 file changed, 4 deletions(-) commit 79b939f83c158fbcd48c0681f6f39257c3f56d23 Author: Ignacio Casal Quinteiro Date: Sat Apr 27 12:17:56 2013 +0200 [PeasUIConfigurable] use the right return value libpeas-gtk/peas-gtk-configurable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 330f7402eac7760cc5bfa582711dc2eb0c22188a Author: Ignacio Casal Quinteiro Date: Tue Mar 26 08:38:32 2013 +0100 Release 1.8.0 NEWS | 10 ++++++++++ configure.ac | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-)