diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-05-03 06:55:04 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-05-03 06:55:04 (GMT) |
commit | 67a30aba353edf66b8307395097eef5058050c16 (patch) | |
tree | 06bb18764fcde4bb847f83aeeaeb7bae97021a4a /ChangeLog | |
parent | bbe0b6c2d6e19eeffbcabf3ea469b63c5f33a800 (diff) |
Fixed two bugs in the code buffer system.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +16-05-03 Cyrille Bagard <nocbos@gmail.com> + + * src/glibext/gbufferline.c: + * src/glibext/gbuffersegment.c: + Fix two bugs in the code buffer system. The first one is about OOB access, + the second one is about feeding the parsed markup with invalid names. + 16-05-02 Cyrille Bagard <nocbos@gmail.com> * src/gtkext/gtkgraphview.c: |