summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-07-14 11:54:46 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-07-14 11:54:46 (GMT)
commit24d7c72a124df20339a50bb61e66385352e68a1b (patch)
treebe215cb28b1ee8e146d7ec6e86401fd792ce61a7 /ChangeLog
parentc9465acd65e197e48da8648eb8d1ef602d6772ed (diff)
Loaded the last project at startup.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@92 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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: