diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-11-18 23:20:16 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-11-18 23:20:16 (GMT) |
commit | 783e5e1977c1e4dadf938befa9fce9a311079413 (patch) | |
tree | 995423e1069e31db4fe0517fb9a45432dafceb6d /ChangeLog | |
parent | 26d75963fba34d8e5a5b9a6186604110552f3a38 (diff) |
Saved the current work on binary parts selection.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@137 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -1,3 +1,40 @@ +09-11-19 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add the new Makefile from the 'src/dialogs/Makefile' directory to + AC_CONFIG_FILES. + + * src/analysis/binary.c: + * src/analysis/binary.h: + Handle several kinds of binary parts. + + * src/dialogs/binparts.c: + * src/dialogs/binparts.h: + New entries: create a dialog window to select binary parts to disassemble. + + * src/dlg_sections.c: + * src/dlg_sections.h: + Moved entries: see the src/dialogs/binparts.[ch] files. + + * src/editor.c: + Update code and add menus. + + * src/format/elf/elf.c: + Load the name of sections. + + * src/format/elf/section.c: + Typo: add a 'FIXME' comment. + + * src/format/part.c: + * src/format/part.h: + Provide a way to retrieve the name of a binary part. + + * src/Makefile.am: + Add dialogs/libdialogs.a to openida_LDADD. + + * src/project.c: + Fix a bug when saving projects. + 09-11-07 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |