summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-01-02 01:48:30 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-01-02 01:48:30 (GMT)
commit2d95ce74200c8cb7c328535235a8c8e74686794e (patch)
tree6e006e9b43b022a40ba53c58ed1f39be5327f880 /ChangeLog
parent7468875c1022337efbff78069d715672ae083150 (diff)
Provided ways to load, save and edit some binary parts selection.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@141 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5f5ab2..1a1ff62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+10-01-02 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/binary.c:
+ * src/analysis/binary.h:
+ Fix the prototype of the function giving access to disassembled parts.
+
+ * src/dialogs/binparts.c:
+ * src/dialogs/binparts.h:
+ Load, save and edit some binary parts selection.
+
+ * src/dialogs/Makefile.am:
+ News entry: add this missing file.
+
+ * src/editor.c:
+ Fix a call.
+
+ * src/format/elf/elf.c:
+ * src/format/elf/section.c:
+ * src/format/elf/section.h:
+ * src/format/executable.c:
+ * src/format/executable.h:
+ * src/format/executable-int.h:
+ Provide a way to translate addresses into file positions.
+
+ * src/format/part.c:
+ * src/format/part.h:
+ Create a function to dump parts.
+
09-12-13 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/binary.c: