summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2013-06-09 23:01:31 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2013-06-09 23:01:31 (GMT)
commitaed45245289e3e16d421aa6154dcb803e86addaa (patch)
tree4c55410d7b46cb108c7ef9c69cac88644ef97f48 /ChangeLog
parented59530ca0cc8e4cf03ea8328122bb3d279840a9 (diff)
Fixed a bug when drawing carets at high addresses.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@352 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e8d9c4d..18ee7cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+13-06-10 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/glibext/gbuffersegment.c:
+ Change the color of selections.
+
+ * src/glibext/gcodebuffer.c:
+ Define a clip for Cairo.
+
+ * src/gtkext/gtkbufferview.c:
+ Fix a bug when drawing carets at high addresses. Disable the deprecated
+ GDK clip.
+
13-06-09 Cyrille Bagard <nocbos@gmail.com>
* pixmaps/Makefile.am: