summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ace600..c1874c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+15-04-22 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/dialogs/export.c:
+ Update call to g_buffer_view_new().
+
+ * src/glibext/gcodebuffer.c:
+ * src/glibext/gcodebuffer.h:
+ Allow to refer to an external list for highlighted segments.
+
+ * src/gtkext/gtkblockview.c:
+ Send a signal when segments get [un]selected. Update call to
+ g_buffer_view_new().
+
+ * src/gtkext/gtkbufferview.c:
+ Do not draw a background for the selected line when a widget loses its focus.
+
+ * src/gtkext/gtkgraphview.c:
+ Update code.
+
+ * src/gtkext/gtksourceview.c:
+ Update call to g_buffer_view_new().
+
15-04-21 Cyrille Bagard <nocbos@gmail.com>
* src/arch/processor.c: