summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-08-27 00:26:20 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-08-27 00:26:20 (GMT)
commite07a541d1dea13a19a587f2b97d12ed3443f235b (patch)
tree95ef0ba21345c34c7c246ff824ba70317b810717 /ChangeLog
parent50a657889a32a6df365bf9880a6f56bf3a0e828c (diff)
Redefined and improved the load process for Python plugins.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@572 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 917cfba..3fa796a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+15-08-27 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/pychrysa/gui/panels/panel.c:
+ Clean the code. Register properly the wrapper for PyGObjects
+
+ * plugins/pychrysa/helpers.c:
+ * plugins/pychrysa/helpers.h:
+ Provide a way to check if a Python method exists.
+
+ * plugins/pychrysa/Makefile.am:
+ Add the 'plugin.[ch]' and 'helpers.[ch]' files to pychrysalide_la_SOURCES.
+
+ * plugins/pychrysa/plugin.c:
+ * plugins/pychrysa/plugin.h:
+ * plugins/pychrysa/pychrysa.c:
+ * plugins/pychrysa/pychrysa.h:
+ Redefine and improve the load process for Python plugins.
+
+ * plugins/pychrysa/quirks.c:
+ * plugins/pychrysa/quirks.h:
+ Disable most routines.
+
+ * src/plugins/plugin.c:
+ Complete the loading of plugins in a distinct function.
+
+ * src/plugins/plugin-def.h:
+ Typo.
+
+ * src/plugins/plugin-int.h:
+ Complete the loading of plugins in a distinct function.
+
15-08-13 Cyrille Bagard <nocbos@gmail.com>
* src/gtkext/easygtk.c: