summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-04-11 22:34:59 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-04-11 22:34:59 (GMT)
commit054d2d76f1951c20822286bce0128e60c26c4b9b (patch)
tree450c707498f4008c99302c12e274baefc50f383c /ChangeLog
parent7bd707cb43ed8830add9d9eec3a670c9a0ce4d68 (diff)
Drawn a selection line on buffer views.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@510 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55e8dde..d08796b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+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.
+
+ * src/glibext/gcodebuffer.c:
+ * src/glibext/gcodebuffer.h:
+ * src/gtkext/gtkbufferview.c:
+ Draw a selection line on buffer views.
+
15-04-11 Cyrille Bagard <nocbos@gmail.com>
* src/glibext/gbufferline.c: