summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-04-09 11:36:09 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-04-09 11:36:09 (GMT)
commit9b7dfd449b08637c4b4fc6d95acf3a8fcb5fd58d (patch)
tree8d8a1fb3a3bdc9d93a2b9f061bfc8c2d6b4d2e6d /ChangeLog
parentfd8421351331f5d9b676e054af22f573402033a2 (diff)
Built interfaces using Glade and GLib resources.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bdc5d43..4b98bdc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+16-04-09 Cyrille Bagard <nocbos@gmail.com>
+
+ * .gitignore:
+ Hide resources built by glib-compile-resources.
+
+ * src/analysis/binary.c:
+ * src/analysis/binary.h:
+ Update all information about the storage configuration.
+
+ * src/gui/dialogs/Makefile.am:
+ Add the built 'resources.[ch]' files to libguidialogs_la_SOURCES
+
+ * src/gui/dialogs/binadmin.ui:
+ * src/gui/dialogs/gresource.xml:
+ New entries: build interfaces using Glade and GLib resources.
+
+ * src/gui/dialogs/storage.c:
+ * src/gui/dialogs/storage.h:
+ * src/gui/menus/binary.c:
+ Update code.
+
16-04-04 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/disass/output.c: