summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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: