diff options
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: |