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