commit 9e943da16748ed7a39c7bee47e20373c8a7d818a Author: Garrett Regier Date: Fri Aug 1 09:34:15 2014 -0400 Release 1.10.1 NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) commit e223bb7c7a9ac94773d296eb90117d7e247f0356 Author: Piotr Drąg Date: Thu Jul 31 19:38:12 2014 +0200 doap: add libpeas.doap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 37e14f636a9cae5efa615b1e6372b6d2175b7bf4 Author: Olav Vitters Date: Wed Jul 30 20:31:48 2014 +0200 doap category core libpeas.doap | 1 + 1 file changed, 1 insertion(+) commit a5bce456109604b0490551a6914e386741a32a05 Author: Garrett Regier Date: Tue Jul 22 15:17:18 2014 -0400 Bug 732155 - Fix initializing Python loader from Python application https://bugzilla.gnome.org/show_bug.cgi?id=732155 loaders/python/peas-plugin-loader-python.c | 15 +++++++++++++-- tests/libpeas/extension-py.c | 27 +++++++++++++++++++++++---- 2 files changed, 36 insertions(+), 6 deletions(-) commit 3fe26b14fa61ab0a70ab7bbe4938ea2650ca39c3 Author: Tom Tryfonidis Date: Wed Jul 9 23:20:33 2014 +0000 Updated Greek translation po/el.po | 54 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 26 deletions(-) commit ef46ba44998c220ed5e379132ad006f52ba86ad1 Author: Garrett Regier Date: Wed Jun 25 09:19:59 2014 -0700 Silence an ImportError to stderr in the Python tests tests/libpeas/extension-py.c | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) commit c6e8c60dd9411fd2d1e08e1c71e1b4712174564e Author: Garrett Regier Date: Tue Jun 24 10:48:32 2014 -0700 Remove INSTALL file INSTALL | 370 ---------------------------------------------------------------- 1 file changed, 370 deletions(-) commit 0eb39743b0b241649305b854436d7aee7f199ed2 Author: Garrett Regier Date: Tue Jun 24 11:04:10 2014 -0700 Do not test the properties for Python extensions Because Python extensions are no longer wrapped testing the properties is just pointless. tests/libpeas/extension-py.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) commit cc66e626301848f0cc6d0fecebd7b705aebd0188 Author: Garrett Regier Date: Tue Jun 24 11:01:10 2014 -0700 Be more explicit about when a plugin loader is not enabled Also silence a warning when we have already warned. libpeas/peas-engine.c | 9 ++++++--- tests/libpeas/engine.c | 4 ++-- tests/libpeas/extension-py.c | 2 -- 3 files changed, 8 insertions(+), 7 deletions(-) commit f8c034e1de7044b51b395afd012570ba3330cbbb Author: Garrett Regier Date: Tue Jun 24 10:59:41 2014 -0700 Have silent subprocess tests inherit stderr for easier debugging For the engine shutdown test we cannot inherit stderr as it prints to stderr. tests/libpeas/extension-py.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 977aaa4f70e265f0b50d33a89949a2f5fbbe9062 Author: Garrett Regier Date: Tue Jun 24 10:49:07 2014 -0700 Fix error message when popping log hooks fails tests/testing-util/testing-util.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) commit 6b0c65f7598cfd178bf53d5cd4e9f08458de84dc Author: Garrett Regier Date: Thu May 29 19:00:51 2014 -0700 Simplify installing gettext in the python plugin loader Also check for an error after installing. loaders/python/peas-plugin-loader-python.c | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) commit 2116c93a1394021037c6a2f68d4ad65c173f5366 Author: Garrett Regier Date: Thu May 29 18:42:23 2014 -0700 Chain-up to finalize in the peas plugin loader libpeas/peas-plugin-loader.c | 2 ++ 1 file changed, 2 insertions(+) commit 3bebe412722d5dff4bc908aee3b6345406ba7c60 Author: Garrett Regier Date: Thu May 29 18:40:33 2014 -0700 Prevent and warn when trying to enable multiple loaders Using multiple plugin loaders will cause memory leaks due to both the python 2/3 and seed binding using toggle refs. Also mixing python version will never work. libpeas/peas-engine.c | 34 +++++++++++++++++++++++++++++++--- peas-demo/peas-demo.c | 2 ++ tests/libpeas/extension-py.c | 3 +++ 3 files changed, 36 insertions(+), 3 deletions(-) commit a7f3641d007b60c47334a269a4970a5791994201 Author: Руслан Ижбулатов Date: Wed Apr 2 15:47:28 2014 +0000 W32: Allow shared libs to be built This requires -no-undefined flag and resolving all dependencies at link-time by linking plugins to libpeas and libpeas-gtk as needed. https://bugzilla.gnome.org/show_bug.cgi?id=727499 configure.ac | 4 ++-- loaders/python/Makefile.am | 5 +++-- loaders/python3/Makefile.am | 5 +++-- loaders/seed/Makefile.am | 5 ++++- peas-demo/plugins/helloworld/Makefile.am | 6 +++++- peas-demo/plugins/secondtime/Makefile.am | 5 ++++- tests/libpeas-gtk/plugins/builtin-configurable/Makefile.am | 6 +++++- tests/libpeas-gtk/plugins/configurable/Makefile.am | 6 +++++- tests/plugins/builtin/Makefile.am | 4 +++- tests/plugins/has-dep/Makefile.am | 4 +++- tests/plugins/loadable/Makefile.am | 4 +++- tests/plugins/self-dep/Makefile.am | 4 +++- 12 files changed, 43 insertions(+), 15 deletions(-) commit e143c854f197e16e409057755f8117ad32a277f4 Author: Gabor Kelemen Date: Wed Apr 2 18:26:56 2014 +0200 Fix i18n support by adding back ENABLE_NLS. https://bugzilla.gnome.org/show_bug.cgi?id=727501 configure.ac | 2 ++ 1 file changed, 2 insertions(+) commit 2a75bc92149e4874c956b4e6ae3b01160cab9c8d Author: Garrett Regier Date: Mon Mar 3 13:33:29 2014 -0800 Small function pointer cleanup tests/libpeas/testing/testing-extension.c | 7 ++++--- tests/libpeas/testing/testing-extension.h | 14 +++++++------- 2 files changed, 11 insertions(+), 10 deletions(-) commit 3dca4f330c8b734b28523137ee99cf66733d53a5 Author: Garrett Regier Date: Mon Mar 3 13:33:04 2014 -0800 Use AM_CPPFLAGS instead of INCLUDED INCLUDES is deprecated and AM_CPPFLAGS should be used instead. libpeas-gtk/Makefile.am | 2 +- libpeas/Makefile.am | 18 +++++++++--------- loaders/python/Makefile.am | 2 +- loaders/python3/Makefile.am | 2 +- loaders/seed/Makefile.am | 2 +- peas-demo/Makefile.am | 12 ++++++------ peas-demo/plugins/helloworld/Makefile.am | 2 +- peas-demo/plugins/secondtime/Makefile.am | 2 +- tests/libpeas-gtk/Makefile.am | 2 +- .../plugins/builtin-configurable/Makefile.am | 2 +- tests/libpeas-gtk/plugins/configurable/Makefile.am | 2 +- tests/libpeas-gtk/testing/Makefile.am | 2 +- tests/libpeas/Makefile.am | 2 +- tests/libpeas/introspection/Makefile.am | 2 +- tests/libpeas/plugins/extension-c/Makefile.am | 2 +- tests/libpeas/testing/Makefile.am | 2 +- tests/plugins/builtin/Makefile.am | 2 +- tests/plugins/has-dep/Makefile.am | 2 +- tests/plugins/loadable/Makefile.am | 2 +- tests/plugins/self-dep/Makefile.am | 2 +- tests/testing-util/Makefile.am | 2 +- 21 files changed, 34 insertions(+), 34 deletions(-) commit 56ecb688daca272b631459cc03dfcec42e314431 Author: Garrett Regier Date: Mon Mar 3 13:30:21 2014 -0800 Remove extra semicolon in G_DEFINE_* libpeas-gtk/peas-gtk-disable-plugins-dialog.c | 2 +- libpeas-gtk/peas-gtk-plugin-manager-store.c | 2 +- libpeas-gtk/peas-gtk-plugin-manager-view.c | 2 +- libpeas-gtk/peas-gtk-plugin-manager.c | 2 +- libpeas/peas-engine.c | 2 +- libpeas/peas-extension-base.c | 2 +- libpeas/peas-extension-set.c | 2 +- libpeas/peas-extension-wrapper.c | 2 +- libpeas/peas-object-module.c | 2 +- libpeas/peas-plugin-loader-c.c | 2 +- libpeas/peas-plugin-loader.c | 2 +- loaders/python/peas-plugin-loader-python.c | 2 +- loaders/seed/peas-extension-seed.c | 2 +- loaders/seed/peas-plugin-loader-seed.c | 2 +- peas-demo/peas-demo-window.c | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) commit 4c2e25aeec777f05b1b4f6cc33942ac7db731ef6 Author: Garrett Regier Date: Wed Jan 22 22:33:25 2014 -0800 Bug 699338 - Only show plugin tooltip for errors libpeas-gtk/peas-gtk-plugin-manager-view.c | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) commit 64eeb3cc3e4d08453e53f50b7e2d572d43145ab5 Author: Garrett Regier Date: Thu Nov 28 07:39:17 2013 -0800 Bug 686606 - Add a few translator comments data/glade/libpeas-gtk.xml.in | 1 + peas-demo/peas-demo.c | 1 + 2 files changed, 2 insertions(+) commit c217df0b6e19187a27a188072d46f0e2026a26a7 Author: Piotr Drąg Date: Sun Apr 6 18:07:13 2014 +0200 doap: update URLs libpeas.doap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 8e7660e56c0882015d46fa6f063faccfcd36132a Author: Ignacio Casal Quinteiro Date: Mon Mar 31 11:01:32 2014 +0200 Release 1.10.0 NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-)