summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-07-26 22:40:17 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-07-26 22:40:17 (GMT)
commitfd2abec30a224279c62a7ab4892d95e56cb08dff (patch)
tree2cfcc70115749267fb0f1bc96511dfb61935203f /ChangeLog
parent3155a05a21a52a173b8a711c402426392eb53c2a (diff)
Moved the openida_binary structure to a GOpenidaBinary GLib object.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@103 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c2bd802..2ba5d74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+09-07-27 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/stackvars/stackvars.c:
+ * plugins/stackvars/stackvars.h:
+ Update code.
+
+ * src/analysis/binary.c:
+ * src/analysis/binary.h:
+ Move the openida_binary structure to a GOpenidaBinary GLib object.
+
+ * src/debug/debugger-int.h:
+ * src/debug/debuggers.c:
+ * src/debug/debuggers.h:
+ * src/debug/ptrace/options.c:
+ * src/debug/ptrace/options.h:
+ * src/debug/ptrace/ptrace.c:
+ * src/editor.c:
+ * src/gtkext/gtkbinview.c:
+ * src/gtkext/gtkbinview.h:
+ * src/gtkext/gtkbinview-int.h:
+ * src/gtkext/gtkgraphview.c:
+ * src/plugins/plugin.c:
+ * src/plugins/plugin-def.h:
+ * src/plugins/plugin.h:
+ * src/project.c:
+ * src/project.h:
+ Update code.
+
09-07-26 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/line.c: