summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-08-13 19:19:40 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-08-13 19:19:40 (GMT)
commitf0ef296d23bcefffcfc292c5d8e6143d700f46fc (patch)
treecb40f1ce46810ed4e8e45c21481f415f2917ebc8 /ChangeLog
parente554e315b762d564b4e370fa77a26ef6a4a67ccc (diff)
Listed all errors occurred while loading a binary file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog47
1 files changed, 47 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1718899..3a61cbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+17-08-13 Cyrille Bagard <nocbos@gmail.com>
+
+ * pixmaps/Makefile.am:
+ Define ERROR_ICONS and extend oidapix_DATA.
+
+ * pixmaps/error_cpu.png:
+ * pixmaps/error_cpu.xcf:
+ * pixmaps/error_display.png:
+ * pixmaps/error_display.xcf:
+ * pixmaps/error_file.png:
+ * pixmaps/error_file.xcf:
+ New entries: create new pictures for errors.
+
+ * src/analysis/disass/area.c:
+ Collect disassembling errors.
+
+ * src/arch/vmpa.c:
+ * src/arch/vmpa.h:
+ Replace some macros by functions.
+
+ * src/core/core.c:
+ Register the vmpa_t structures as boxed type for GLib.
+
+ * src/format/format.h:
+ Typo.
+
+ * src/gui/core/panels.c:
+ Register the new error panel.
+
+ * src/gui/panels/Makefile.am:
+ Add the 'errors.ui' file to UI_FILES and the 'errors.[ch]' files to
+ libguipanels_la_SOURCES.
+
+ * src/gui/panels/bintree.c:
+ Typo.
+
+ * src/gui/panels/bintree.ui:
+ Automatic update by Glade.
+
+ * src/gui/panels/errors.c:
+ * src/gui/panels/errors.h:
+ * src/gui/panels/errors.ui:
+ New entries: list all errors occurred while loading a binary file.
+
+ * src/gui/panels/gresource.xml:
+ Register the 'errors.ui' file.
+
17-08-12 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/contents/file.c: