summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-11-20 19:56:34 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-11-20 19:56:34 (GMT)
commit29b390b5ed9f5c1a89db6d1e8d93d7126051b9a7 (patch)
tree685a1f321a2cc3c6ec55bcfbad2369199abe7576 /ChangeLog
parent27240161f95283b76260c570a95e11bbd2ed799d (diff)
Avoided flickering when playing on the borders of the glance panel.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@287 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6dcedb6..f5e628d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
12-11-20 Cyrille Bagard <nocbos@gmail.com>
+ * src/gui/panels/glance.c:
+ Avoid flickering when playing on the borders of the glance panel.
+
+12-11-20 Cyrille Bagard <nocbos@gmail.com>
+
* plugins/androhelpers/try_n_catch.c:
Fix some links to Dalvik exception handlers.