diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-09-21 21:35:27 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-09-21 21:35:27 (GMT) |
commit | aab97051192156fcb6e4bad483137cbde36de515 (patch) | |
tree | 4088f5f64b3252fd3b3a2321aee2b30c7a1831b6 /ChangeLog | |
parent | b6afbe8c699ae76443628badae33beee9934c6bc (diff) |
Added weak symbols in the Python bindings in case of standalone usage.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 16-09-21 Cyrille Bagard <nocbos@gmail.com> + * plugins/pychrysa/Makefile.am: + Add the 'weak.[ch]' files to pychrysalide_la_SOURCES. + + * plugins/pychrysa/weak.c: + * plugins/pychrysa/weak.h: + New entries: add weak symbols in the Python bindings in case of standalone usage. + + * src/gtkext/gtkstatusstack.c: + Typo. + +16-09-21 Cyrille Bagard <nocbos@gmail.com> + * configure.ac: Remove the Makefile from the 'plugins/python/welcome' directory. |