summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-06-03 05:58:17 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-06-03 05:58:17 (GMT)
commit1b66b99cbb621bd97d917ef7830697b93fa36ae5 (patch)
tree7f27476906dd3a8405cb13cafa947745446f9a7c /ChangeLog
parentdf10d1301618658d0a9faed78b8f3e30872e52ce (diff)
Disabled all accesses to GTK3 from Python.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@376 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 518c671..c55cad9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+14-06-03 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/pychrysa/pychrysa.c:
+ Disable all accesses to GTK3 from Python (to be restored).
+
+ * src/glibext/gbuffersegment.c:
+ Print segments faster.
+
+ * src/main.c:
+ Enable the loading of plugins.
+
14-06-02 Cyrille Bagard <nocbos@gmail.com>
* src/gtkext/gtkbufferview.c: