summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-03-26 21:21:24 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-03-26 21:21:24 (GMT)
commit4bc86c5dc8d3cfa9780103b56f52024a49913c22 (patch)
treeb71c0e7868441fa22067d6dc1bad0cfcc8bbec1d /ChangeLog
parent9895df71ae6ea14e09478cc243227b7b3a2139a3 (diff)
Fixed various bugs and mistakes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc07b31..87ff9df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
16-03-26 Cyrille Bagard <nocbos@gmail.com>
+ * src/glibext/delayed.c:
+ Temporary avoid a crash. This needs to be fixed.
+
+ * src/gtkext/gtkbufferview.c:
+ * src/gtkext/gtkbufferview.h:
+ * src/gtkext/gtkgraphview.c:
+ * src/gtkext/gtkviewpanel-int.h:
+ Provide the caret location in memory and in the right way.
+
+ * src/gtkext/gtkviewpanel.c:
+ Update code. Restore the computing of the preferred size.
+
+ * src/gui/menus/edition.c:
+ * src/gui/menus/view.c:
+ Update code.
+
+16-03-26 Cyrille Bagard <nocbos@gmail.com>
+
* src/analysis/disass/Makefile.am:
Add the 'dragon.[ch]' files to libanalysisdisass_la_SOURCES.