summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-05-05 16:06:24 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-05-05 16:06:24 (GMT)
commitad593ed12e5851d619cf1d921f0800378fb54d04 (patch)
treecc53a1de2fd7121f47076d566b180e6c9987a510 /ChangeLog
parent7bfd47436b231f4cd8587850ca8c7ac54c2c254e (diff)
Fixed some warnings during the compilation.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@528 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d2f406..fab8a34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
15-05-05 Cyrille Bagard <nocbos@gmail.com>
+ * src/gtkext/gtkgraphview.c:
+ * src/gtkext/gtkgraphview.h:
+ Fix some warnings during the compilation.
+
+ * src/gtkext/gtklinkrenderer.c:
+ * src/gtkext/gtklinkrenderer.h:
+ Deleted entries.
+
+ * src/gtkext/gtkviewpanel.c:
+ * src/gtkext/gtkviewpanel.h:
+ Fix some warnings during the compilation.
+
+ * src/gtkext/Makefile.am:
+ Add the 'gtklinkrenderer.[ch]' files from libgtkext_la_SOURCES.
+
+15-05-05 Cyrille Bagard <nocbos@gmail.com>
+
* src/analysis/disass/area.c:
* src/arch/arm/v7/post.c:
Make labels for symbols look nicer.