diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -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: |