diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-07-12 15:26:23 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-07-12 15:26:23 (GMT) |
commit | c9465acd65e197e48da8648eb8d1ef602d6772ed (patch) | |
tree | fbb5ceaaa683bd1beb0b66d5e5d212b927a9f6b0 /ChangeLog | |
parent | 5f2cd35c377989e07b241870f89fdf87d851465d (diff) |
Read and saved projects from and into XML files.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@91 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 44 |
1 files changed, 43 insertions, 1 deletions
@@ -1,3 +1,45 @@ +09-07-12 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/binary.c: + * src/analysis/binary.h: + Read and save binaries from and into XML files. Remove the previous code. + + * src/common/extstr.c: + * src/common/extstr.h: + Build a list of words from a string. + + * src/configuration.c: + * src/configuration.h: + Manage basic and generic configurations. + + * src/editor.c: + Clean the code and update calls. Create an 'Open Project' menu item. + + * src/editor.h: + New entry: create a header for editor.c + + * src/main.c: + New entry: move code from editor.c here. Load and save the main + configuration. + + * src/Makefile.am: + Add the configuration.[ch], editor.h, main.c and params.[ch] to + openida_SOURCES. + + * src/params.c: + * src/params.h: + New entries: define the main configuration of the program. + + * src/project.c: + * src/project.h: + Read and save projects from and into XML files. Remove the previous code. + Display the content of a loaded project onto the GUI. + + * src/xml.c: + * src/xml.h: + Reorganize the interactions with the libxml2 : clean the code and + provide new functions to write XML files. These files need to be cleaned. + 09-07-03 Cyrille Bagard <nocbos@gmail.com> * src/graph/layout.c: @@ -350,7 +392,7 @@ Remove the useless AdressMode field. * src/Makefile.am: - Remove the pan_symbols.[ch] from openida_SOURCES. + Remove the pan_symbols.[ch] files from openida_SOURCES. * src/panel/log.c: Fix some compilation warnings. |