summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 12ac1f3..656de9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+14-08-27 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/vmpa.c:
+ * src/arch/vmpa.h:
+ Compare vmpa_t types (by physical offset first). Convert strings to vmpa_t.
+
+ * src/dialogs/goto.c:
+ * src/dialogs/goto.h:
+ Update the dialog by asking for physical or virtual property.
+ Clean the code.
+
+ * src/glibext/gbufferline.c:
+ * src/glibext/gbufferline.h:
+ Provide the real and existing new address of a line.
+
+ * src/glibext/gcodebuffer.c:
+ * src/glibext/gcodebuffer.h:
+ Look for coordinates using the new addresses definitions, used when
+ scrolling to a given address.
+
+ * src/gtkext/easygtk.c:
+ * src/gtkext/easygtk.h:
+ Add the ability to quickly create radio buttons.
+
+ * src/gtkext/gtkbufferview.c:
+ * src/gtkext/gtkgraphview.c:
+ * src/gtkext/gtkviewpanel.c:
+ * src/gtkext/gtkviewpanel.h:
+ * src/gtkext/gtkviewpanel-int.h:
+ * src/gui/menus/edition.c:
+ Disable or update some code.
+
14-08-25 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/binary.h: