summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-09-21 21:35:27 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-09-21 21:35:27 (GMT)
commitaab97051192156fcb6e4bad483137cbde36de515 (patch)
tree4088f5f64b3252fd3b3a2321aee2b30c7a1831b6 /ChangeLog
parentb6afbe8c699ae76443628badae33beee9934c6bc (diff)
Added weak symbols in the Python bindings in case of standalone usage.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5750fb2..92a077a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.