summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba0b7e2..e79d296 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+17-12-26 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/project.c:
+ * src/analysis/project.h:
+ Clean the code for projects.
+
+ * src/core/global.c:
+ * src/core/global.h:
+ Register the current project as a real global variable.
+
+ * src/gui/editor.c:
+ * src/gui/menus/file.c:
+ * src/gui/menus/project.c:
+ * src/gui/panels/welcome.c:
+ * src/main.c:
+ Update code.
+
17-12-15 Cyrille Bagard <nocbos@gmail.com>
* plugins/elf/python/dynamic.c: