summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-05-13 23:45:33 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-05-13 23:45:33 (GMT)
commit7baab38a0e9717110f7b4fb54efeb2d864040ecd (patch)
tree1f1f58e0fffaeb948ad145d107120a01173c8376 /ChangeLog
parentf97bc58b93126e51deaf620d15c7771a9b233de5 (diff)
Fixed a bug by searching lines in the whole code buffer instead of using the local one.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@536 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40a562b..046a4f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+15-05-14 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/glibext/gcodebuffer.c:
+ * src/glibext/gcodebuffer.h:
+ Give access to buffer lines with an index.
+
+ * src/gtkext/gtkbufferview.c:
+ Fix a bug by searching lines in the whole code buffer instead of using
+ the local one.
+
15-05-12 Cyrille Bagard <nocbos@gmail.com>
* src/gtkext/gtkgraphview.c: