commit 7ba8545fa891bbbb34ae560f8041cb4733b8832b Author: Jens Georg Date: Tue Aug 20 15:29:24 2013 +0200 Prepare 0.8.7 NEWS | 25 +++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) commit 195a55d3a7b9335481f1d1b588c33fc1a15e96e4 Author: Jens Georg Date: Tue Aug 20 14:39:33 2013 +0200 av-cp: Initialize some variables src/av-cp/playlist-treeview.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 7b52178df90bd7b36b81945485b067526081fab8 Author: Dimitris Spingos Date: Tue Jun 25 08:11:57 2013 +0300 Added Greek translation po/LINGUAS | 1 + po/el.po | 456 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 457 insertions(+) commit 07f5dbb4b5b354b26964e0525186f79fe42836bf Author: Jens Georg Date: Wed May 1 15:32:35 2013 +0200 Fix argument order https://bugzilla.gnome.org/show_bug.cgi?id=697325 src/av-cp/renderer-controls.c | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) commit b2fc4739586a74858a94d289768b746309e8b665 Author: Rafael Ferreira Date: Tue Apr 9 23:14:18 2013 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 114 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 63 insertions(+), 51 deletions(-) commit 466122add16dff2a705298d3990d6ee3e525569a Author: Мирослав Николић Date: Tue Apr 2 09:57:06 2013 +0200 Updated Serbian translation po/sr.po | 109 +++++++++++++++++++++++++++++-------------------------- po/sr@latin.po | 111 +++++++++++++++++++++++++++++++-------------------------- 2 files changed, 119 insertions(+), 101 deletions(-) commit a9e15f1d415bd844f250ddae2e3278be21e6b83f Author: Jens Georg Date: Mon Apr 1 15:15:09 2013 +0200 universal-cp: Preserve action argument order Instead of GHashTable, which doesn't keep order of insertion use the _begin_action_list variant when sending the action to preserve the argument order as retrieved from introspection. Fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519464 src/universal-cp/action-dialog.c | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-)