summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d08796b..05c70ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,26 @@
15-04-12 Cyrille Bagard <nocbos@gmail.com>
+ * src/glibext/gbufferline.c:
+ * src/glibext/gbufferline.h:
+ Update code.
+
+ * src/glibext/gbuffersegment.c:
+ * src/glibext/gbuffersegment.h:
+ Fix a bug when computing the segment hash: use the final text.
+ Create a list structure to identify segment contents by their hash.
+ Draw the segments according to this kind of list.
+
+ * src/glibext/gcodebuffer.c:
+ * src/glibext/gcodebuffer.h:
+ Keep track of each highlighted segment.
+
+ * src/gtkext/gtkblockview.c:
+ * src/gtkext/gtkbufferview.c:
+ * src/gtkext/gtkbufferview-int.h:
+ Highlight the current segment on caret location changes.
+
+15-04-12 Cyrille Bagard <nocbos@gmail.com>
+
* src/core/params.c:
* src/core/params.h:
Allow to configure the drawing of the selection line.