summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4d129a..41501e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+14-11-29 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/disass/output.c:
+ Display segments in the disassembly view.
+
+ * src/arch/instruction.c:
+ Typo.
+
+ * src/format/elf/elf.c:
+ Quote segments names.
+
+ * src/format/executable.c:
+ * src/format/executable.h:
+ Find all binary portions and sort them.
+
+ * src/glibext/gbinportion.c:
+ * src/glibext/gbinportion.h:
+ Add a depth level to portions and allow to sort them.
+
+ * src/glibext/gbufferline.c:
+ * src/glibext/gbufferline.h:
+ Provide a way to fill the addresses columns quickly.
+
14-11-25 Cyrille Bagard <nocbos@gmail.com>
* src/dialogs/binparts.c: