summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b5c819..d72e2aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+13-01-21 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/pychrysa/gui/panels/log.c:
+ * plugins/pychrysa/gui/panels/log.h:
+ New entries: restore a fully functional access to the log panel.
+
+ * plugins/pychrysa/gui/panels/Makefile.am:
+ Add the 'log.[ch]' files to libpychrysaguipanels_la_SOURCES.
+
+ * plugins/pychrysa/gui/panels/module.c:
+ Register the function allowing to log messages.
+
+ * plugins/pychrysa/Makefile.am:
+ Remove the 'py_log.[ch]' files from pychrysa_la_SOURCES.
+
+ * plugins/pychrysa/pychrysa.c:
+ Update code.
+
+ * plugins/pychrysa/py_log.c:
+ * plugins/pychrysa/py_log.h:
+ Moved entries.
+
13-01-20 Cyrille Bagard <nocbos@gmail.com>
* src/arch/dalvik/operands/args.c: