diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-03-26 21:21:24 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-03-26 21:21:24 (GMT) |
commit | 4bc86c5dc8d3cfa9780103b56f52024a49913c22 (patch) | |
tree | b71c0e7868441fa22067d6dc1bad0cfcc8bbec1d /ChangeLog | |
parent | 9895df71ae6ea14e09478cc243227b7b3a2139a3 (diff) |
Fixed various bugs and mistakes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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. |