diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-05-13 23:45:33 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-05-13 23:45:33 (GMT) |
commit | 7baab38a0e9717110f7b4fb54efeb2d864040ecd (patch) | |
tree | 1f1f58e0fffaeb948ad145d107120a01173c8376 /ChangeLog | |
parent | f97bc58b93126e51deaf620d15c7771a9b233de5 (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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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: |