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