aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2017-02-10 07:39:36 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2017-02-10 07:39:36 +0000
commit55dd3cdbaa0a3dd4861f1ce27e23c8043be18922 (patch)
tree9abc772e480fcb0b9fe410ab5bec71d484fa0b08 /ChangeLog
parentdecf6d2ef62197a1769297f4d6cc7eb4b1f12e49 (diff)
src/editgroup.c: fixed selection after multiple move.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3531 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bd099aa2..014ef303 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2017-02-10
+ * src/editgroup.c: fixed selection after multiple move.
+
+2017-02-10
+
* src/editgroup.c: replaced GTKCList with GtkTreeView and also
enabled multiple selection.