summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-02-22 11:35:09 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-02-22 11:35:09 (GMT)
commitb639c1f4abca32152bf88f8fd47a9cd114da701b (patch)
tree3c10f78c94e2747f4c22d692d276ae24c1f6a44d /ChangeLog
parentd450f573d94f795d83d09526546d63c81fde2e1d (diff)
Created a dialog box to select an entry point to display.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@476 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5949c37..6ebe5de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+15-02-22 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/pychrysa/glibext/bufferline.c:
+ Update code.
+
+ * src/arch/instruction.c:
+ Mark buffer lines as containing code.
+
+ * src/arch/vmpa.c:
+ * src/arch/vmpa.h:
+ Provide helpers for dealing with GLib. Convert locations into names and offsets.
+
+ * src/dialogs/gotox.c:
+ * src/dialogs/gotox.h:
+ Nen entries: create a dialog box to select an entry point to display.
+
+ * src/dialogs/Makefile.am:
+ Add the 'gotox.[ch]' files to libdialogs_la_SOURCES.
+
+ * src/glibext/gbinportion.c:
+ Update code.
+
+ * src/glibext/gbufferline.c:
+ * src/glibext/gbufferline.h:
+ * src/glibext/gbuffersegment.c:
+ * src/glibext/gbuffersegment.h:
+ Export parts of line content as text using optional markup.
+
+ * src/glibext/gcodebuffer.c:
+ * src/glibext/gcodebuffer.h:
+ Look for the first code lines located at a given address. Update code.
+
+ * src/gui/menus/binary.c:
+ Add a menu entry to select one binary entry.
+
15-02-18 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/disass/area.c: