summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-07-14 20:36:35 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-07-14 20:36:35 (GMT)
commit46c8fd10ec5bff1ee1146a0b6a7aa7eb9f47a2da (patch)
treea3d1877165a08ffb8de8adc9df617832cfc22674 /ChangeLog
parent32e65656666b05faba999a0c01819949de9b28a1 (diff)
Moved the project information into the analysis domain.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@550 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fed6745..81fc42d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,29 @@
15-07-14 Cyrille Bagard <nocbos@gmail.com>
+ * plugins/ropgadgets/select.c:
+ * src/analysis/Makefile.am:
+ Update code.
+
+ * src/analysis/project.c:
+ * src/analysis/project.h:
+ New entries: move the project information into the analysis domain.
+
+ * src/dialogs/shellcode.h:
+ * src/editor.c:
+ * src/gui/editem.h:
+ * src/gui/menus/file.c:
+ * src/gui/menus/project.h:
+ * src/gui/menus/view.c:
+ * src/main.c:
+ * src/Makefile.am:
+ Update code.
+
+ * src/project.c:
+ * src/project.h:
+ Moved entries.
+
+15-07-14 Cyrille Bagard <nocbos@gmail.com>
+
* src/gui/panels/log.c:
* src/gui/panels/log.h:
Give to the log panel its own GLib instance.