summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fa5720..9137274 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+15-05-06 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/pychrysa/glibext/codebuffer.c:
+ * src/analysis/binary.c:
+ Update code.
+
+ * src/arch/vmpa.c:
+ * src/arch/vmpa.h:
+ Tell if a range contains memory up to and including a given address.
+
+ * src/dialogs/gotox.c:
+ Update code.
+
+ * src/format/format.c:
+ * src/format/format.h:
+ Provide the next symbol following a given address.
+
+ * src/glibext/gcodebuffer.c:
+ * src/glibext/gcodebuffer.h:
+ Respect the MVC design pattern a little bit more when looking for lines.
+ Allow to get lines by indexes.
+
+ * src/gtkext/gtkbufferview.c:
+ Display a tooltip for strings or code symbols in buffer views.
+
15-05-05 Cyrille Bagard <nocbos@gmail.com>
* src/gtkext/gtkgraphview.c: