summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-02-01 10:12:54 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-02-01 10:12:54 (GMT)
commit0c847f961a99d8e8012beecad27cf4318df1ff88 (patch)
treee73689b844184f272267ae54ac27a6e826410478 /ChangeLog
parent14e82ed268cb78d62bbba93357fede5ece5c4f7d (diff)
Provided a debug module for Python plugins using the PyGObject API.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@232 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d08f05..91ee03f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,33 @@
12-02-01 Cyrille Bagard <nocbos@gmail.com>
* configure.ac:
+ Check for pygobject-2.0 and add the new Makefile from the
+ 'plugins/pyoida/debug' directory to AC_CONFIG_FILES.
+
+ * plugins/pyoida/debug/debugger.c:
+ * plugins/pyoida/debug/debugger.h:
+ * plugins/pyoida/debug/Makefile.am:
+ * plugins/pyoida/debug/module.c:
+ * plugins/pyoida/debug/module.h:
+ New entries: provide a debug module for Python plugins using the
+ PyGObject API.
+
+ * plugins/pyoida/Makefile.am:
+ Add debug/libpyoidadebug.la to pyoida_la_LIBADD, LIBPYGOBJECT_LIBS to
+ pyoida_la_LDFLAGS and debug to SUBDIRS.
+
+ * plugins/pyoida/plugin.c:
+ Use the new Python GObject.
+
+ * plugins/pyoida/pyoida.c:
+ Load PyGObject API and register the debug module.
+
+ * plugins/python/exectracer/exectracer.py:
+ Add a debug message.
+
+12-02-01 Cyrille Bagard <nocbos@gmail.com>
+
+ * configure.ac:
Add the new Makefile from the 'plugins/python/exectracer' directory to
AC_CONFIG_FILES.