diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-07-14 11:54:46 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-07-14 11:54:46 (GMT) |
commit | 24d7c72a124df20339a50bb61e66385352e68a1b (patch) | |
tree | be215cb28b1ee8e146d7ec6e86401fd792ce61a7 /ChangeLog | |
parent | c9465acd65e197e48da8648eb8d1ef602d6772ed (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-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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: |