commit 0ba36c4013fd6dc7e05a6eaa96e5d8c9f47c1905 Author: Erick Pérez Castellanos Date: Thu Dec 18 10:28:09 2014 -0500 Bump version to 3.10.2 for release configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3babb0f371dc9cb1c2ac965cf68d70f08a68aaa9 Author: Erick Pérez Castellanos Date: Thu Dec 18 10:27:02 2014 -0500 Update NEWS for release NEWS | 3 +++ 1 file changed, 3 insertions(+) commit c5ca1689f59f3dee576b38edd7e291dfafe1b838 Author: David King Date: Wed Dec 17 14:25:17 2014 +0000 Show address fields when adding the first contact The new contact dialog iterates over the list of address fields, which are declared as static in the Contact class. Static data in Vala is implemented by initializing the data during class_init(), or in other words, the first time that the class is instantiated. When adding the first contact, there are no instances of Contact, and so the address fields have not been initialized. This leads to a blank space in the new contact dialog, where the list of address fields should be. Ensure that class_init() of the Contact class has been called by calling g_type_class_ref() on the Type before iterating over the address fields. https://bugzilla.gnome.org/show_bug.cgi?id=702810 src/contacts-new-contact-dialog.vala | 8 ++++++++ 1 file changed, 8 insertions(+) commit 434bee9befa3ab4e5bebfb65815dfff9a0e00e6a Author: Hannie Dumoleyn Date: Fri Oct 24 10:49:38 2014 +0200 Update Dutch translation 3.10 po/nl.po | 88 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 45 insertions(+), 43 deletions(-) commit 0ed8c6830993ea070d17eac229bd6450ab032ec5 Author: Shankar Prasad Date: Tue Feb 4 18:05:43 2014 +0530 updated kn.po po/kn.po | 239 ++++++++++++++++++++++++++------------------------------------- 1 file changed, 97 insertions(+), 142 deletions(-) commit e4aef2b5adbec6da5c35f28d4e4449b176280147 Author: Shantha kumar Date: Thu Nov 21 16:35:25 2013 +0530 Tamil Translations Updated po/ta.po | 416 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 225 insertions(+), 191 deletions(-) commit 8f91b80ea9fe052c26206bb240eb485705ba7fb4 Author: 甘露(Lu Gan) Date: Thu Oct 31 23:59:23 2013 +0800 Update Simplified Chinese (zh_CN) translation po/zh_CN.po | 402 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 217 insertions(+), 185 deletions(-) commit 41ca683cd03cb2b33ea913a5e09cddc892310098 Author: Efstathios Iosifidis Date: Wed Oct 16 11:00:57 2013 +0300 Updated Greek translation po/el.po | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) commit f18bd385f0186092a33ba0a0c81a8fb6f1d09c17 Author: Efstathios Iosifidis Date: Wed Oct 16 10:55:06 2013 +0300 Updated Greek translation po/el.po | 422 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 230 insertions(+), 192 deletions(-) commit 628a19fb1496838454daedb95f80703d82aa9e94 Author: Erick Pérez Castellanos Date: Tue Oct 15 09:33:03 2013 -0400 Bump version to 3.10.1 for release configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0df0fafbe044fcd349753f9ba6a83195ff3e2d07 Author: Erick Pérez Castellanos Date: Tue Oct 15 09:30:50 2013 -0400 Update NEWS for release NEWS | 3 +++ 1 file changed, 3 insertions(+)