summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 701095d..efce196 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+09-07-14 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/configuration.c:
+ * src/configuration.h:
+ Load configuration files using the XDG directory. Define and provide the
+ value of string parameters.
+
+ * src/editor.c:
+ Clean the code and update calls.
+
+ * src/main.c:
+ Load the last project at startup.
+
+ * src/params.h:
+ Update the definition of the main parameters.
+
+ * src/project.c:
+ * src/project.h:
+ Clean the code. Manage the recent projects list.
+
09-07-12 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/binary.c: