summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-09-17 20:49:05 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-09-17 20:49:05 (GMT)
commitf32b173243cf46f8a9cf84b610139b3d4bd20803 (patch)
treea91c4bf2371a2ded8bd8605f979cb89664567b61 /ChangeLog
parent944fc0a5638bfe77fc65e514fbdd945d8a652635 (diff)
Fixed a bug when splitting panels.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@263 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a2e548b..0b64d20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+12-09-17 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/python/androperms/androperms.py:
+ Change the destination area of the permissions panel.
+
+ * src/gtkext/gtkdockstation.c:
+ Fix compilation warnings. Show the last added tab first.
+
+ * src/gui/panels/panel.c:
+ Fix a bug when splitting panels.
+
12-09-15 Cyrille Bagard <nocbos@gmail.com>
* configure.ac: