summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog58
1 files changed, 58 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed1a6f7..d832495 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,61 @@
+15-03-08 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/disass/disassembler.c:
+ Update code.
+
+ * src/analysis/disass/links.c:
+ * src/analysis/disass/links.h:
+ Restore the code establishing links between instructions.
+
+ * src/arch/immediate.c:
+ * src/arch/immediate.h:
+ Attach the operand to output segments. Export values to virt_t types.
+
+ * src/arch/instruction.c:
+ * src/arch/instruction.h:
+ Find instructions by ranges or adreses in a given list.
+
+ * src/arch/target.c:
+ Attach the operand to output segments.
+
+ * src/dialogs/gotox.c:
+ * src/dialogs/gotox.h:
+ Handle cross references as well as entry points.
+
+ * src/glibext/gbufferline.c:
+ * src/glibext/gbufferline.h:
+ * src/glibext/gbuffersegment.c:
+ * src/glibext/gbuffersegment.h:
+ Memorize GLib instances as creator of lines or segments.
+
+ * src/glibext/gcodebuffer.c:
+ * src/glibext/gcodebuffer.h:
+ Find the line and its segment located at a given position.
+
+ * src/gtkext/gtkbufferview.c:
+ * src/gtkext/gtkbufferview-int.h:
+ * src/gtkext/gtkviewpanel.c:
+ * src/gtkext/gtkviewpanel.h:
+ * src/gtkext/gtkviewpanel-int.h:
+ Update code to get the current position in a view.
+
+ * src/gui/editem.c:
+ * src/gui/editem.h:
+ * src/gui/editem-int.h:
+ Allow to be notified when a view is created or destroyed.
+
+ * src/gui/menus/binary.c:
+ Update code.
+
+ * src/gui/menus/edition.c:
+ Add menu entries to follow addresses or cross references.
+
+ * src/gui/menus/menubar.c:
+ Manage views and track focus to enable/disable some menu items.
+
+ * src/project.c:
+ Update code.
+
15-03-04 Cyrille Bagard <nocbos@gmail.com>
* src/arch/arm/v7/post.c: