commit 6b5167e90ac12e7970a5bc24f665e3f160a03f73
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Wed Dec 29 15:15:16 2010 +0200

    Release 0.3.10

 NEWS   |   20 ++++++++++++++++++++
 README |    2 +-
 2 files changed, 21 insertions(+), 1 deletions(-)

commit 54cd6edd1283d0917c08fe8747dde24f5f52bf36
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Wed Dec 29 02:31:43 2010 +0200

    Use stock items properly in the connect/disconnect button
    
    Fixes ugliness in the button after connected and removes a few
    strings from the translation catalog. Also, with this the settings
    for button icons will be respected.

 src/gyrus-admin.c |   15 ++-------------
 src/ui/page.xml   |   39 +++------------------------------------
 2 files changed, 5 insertions(+), 49 deletions(-)

commit c160962f283b5d46009a970b1dd70750357fdd18
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Tue Dec 28 13:46:21 2010 +0200

    Do not expect a endline char in incoming messages
    
    This is stripped out in the gsocket based code. Use just \0 or \r
    accordingly.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=593660

 src/gyrus-admin-acl.c |    6 +++---
 src/gyrus-admin.c     |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 790d7e27f8c3c8e3dd214f4235d6b3d8a02c18d4
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Tue Dec 28 13:11:56 2010 +0200

    Replace gnet with GSocketClient from gio
    
    Use a GSocketClient instead of the deprecated GNet library for
    connection to the servers. This is a very simple migration, without
    taking advantages of the asynchronous API of gio yet.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=593660

 README                    |    2 +-
 configure.ac              |    4 +-
 src/gyrus-admin-mailbox.c |    7 +--
 src/gyrus-admin-private.h |    5 +-
 src/gyrus-admin.c         |  156 ++++++++++++++++++++++++++++++---------------
 src/gyrus-admin.h         |    5 +-
 6 files changed, 114 insertions(+), 65 deletions(-)

commit 8fb6c9f66d7363eea0bc3980e19675b4351c62ac
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Wed Dec 29 01:51:34 2010 +0200

    Instantiate properly a private data structure
    
    This fixes a leak

 src/gyrus-dialog-mailbox-new.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 8f21e56912654b9ea88b402f11fd63d9fa54e816
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Wed Dec 29 01:41:11 2010 +0200

    Minor code refactoring

 src/gyrus-admin-mailbox.c |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

commit 6f5bd4ded528ec6f685c459493ae687a320b3e49
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Wed Dec 29 01:40:53 2010 +0200

    Fix a leak

 src/gyrus-admin-mailbox.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 8b51b35cc2230442fd32d69593ab6667e766a306
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Wed Dec 29 01:40:11 2010 +0200

    Do not leak the builder objects

 src/gyrus-admin.c              |    2 ++
 src/gyrus-common.c             |    2 ++
 src/gyrus-dialog-mailbox-new.c |    2 ++
 src/gyrus-report.c             |    1 +
 src/gyrus-session.c            |    2 ++
 5 files changed, 9 insertions(+), 0 deletions(-)

commit 278ad866f58c9217f5613a047a4919502247723d
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Tue Dec 28 12:19:33 2010 +0200

    Do not compile against gyrus-connection.c since it is unused

 src/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit c8200996d8244637d0e685a6590a13630ef94a32
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Mon Dec 27 13:01:08 2010 +0200

    Update comment

 src/ui/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 57f10fbdeab3be4152ad09f74ed9244062a13041
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Mon Dec 27 12:59:21 2010 +0200

    Remove leftover glade file

 src/ui/preferences.glade |  232 ----------------------------------------------
 1 files changed, 0 insertions(+), 232 deletions(-)

commit 7dc03adfea5df0008a9ccc36e710167f84bb5f54
Author: Claude Paroz <claude@2xlibre.net>
Date:   Mon Dec 27 11:45:07 2010 +0100

    Add prefix to GTKBuilder files in POTFILES.in

 po/POTFILES.in |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

commit dec94882102935058ac315cffdcbfbbdc50f87da
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sun Dec 26 17:46:02 2010 +0200

    Migrate test to GtkBuilder

 po/POTFILES.in         |    2 +-
 tests/Makefile.am      |    2 +-
 tests/gyrus-talk.c     |   58 +++---
 tests/gyrus-talk.glade |  562 ------------------------------------------------
 tests/gyrus-talk.xml   |  533 +++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 566 insertions(+), 591 deletions(-)

commit 9e0d79f52c05242d0a3d78bc50d561c2e12fb755
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sun Dec 26 17:26:57 2010 +0200

    Update README with new dependencies

 README |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

commit 7e909d7f9c28c86e81c63e6ed8df59d8af6f8ae5
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sun Dec 26 17:20:41 2010 +0200

    Add missing files to POTFILES.in

 po/POTFILES.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit bc969ac3005c7be68371b445faf845fce7d587eb
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sun Dec 26 17:20:00 2010 +0200

    Remove orphan references to glade

 configure.ac                    |    2 +-
 po/POTFILES.in                  |   10 +-
 src/Makefile.am                 |    6 +-
 src/glade/Makefile.am           |   17 --
 src/glade/create_mailbox.xml    |   83 -------
 src/glade/find.xml              |   72 ------
 src/glade/page.xml              |  485 ---------------------------------------
 src/glade/password.xml          |  117 ----------
 src/glade/preferences.glade     |  232 -------------------
 src/glade/report.xml            |  144 ------------
 src/glade/sessions.xml          |  163 -------------
 src/glade/sessions_edit.xml     |  371 ------------------------------
 src/gyrus-admin.c               |    2 +-
 src/gyrus-common.c              |    2 +-
 src/gyrus-dialog-find-mailbox.c |    2 +-
 src/gyrus-dialog-mailbox-new.c  |    2 +-
 src/gyrus-report.c              |    2 +-
 src/gyrus-session.c             |    4 +-
 src/ui/Makefile.am              |   17 ++
 src/ui/create_mailbox.xml       |   83 +++++++
 src/ui/find.xml                 |   72 ++++++
 src/ui/page.xml                 |  485 +++++++++++++++++++++++++++++++++++++++
 src/ui/password.xml             |  117 ++++++++++
 src/ui/preferences.glade        |  232 +++++++++++++++++++
 src/ui/report.xml               |  144 ++++++++++++
 src/ui/sessions.xml             |  163 +++++++++++++
 src/ui/sessions_edit.xml        |  371 ++++++++++++++++++++++++++++++
 27 files changed, 1700 insertions(+), 1700 deletions(-)

commit 8921b216c6ce41e98c143413d345c1d91cd6af04
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sun Dec 26 17:02:26 2010 +0200

    Mark for translation a forgotten string

 src/gyrus-session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 19eddd8f24260df45280d1c14920b72d99527462
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sun Dec 26 16:30:58 2010 +0200

    Remove usage of lots of deprecated GTK+ API

 configure.ac                    |    2 +-
 src/gyrus-admin.c               |   16 +---------------
 src/gyrus-dialog-find-mailbox.c |   10 +++++-----
 src/gyrus-dialog-mailbox-new.c  |    8 ++++----
 src/gyrus-main-app.c            |    2 +-
 5 files changed, 12 insertions(+), 26 deletions(-)

commit 686ebe823df09ce4c811ae2e5c42425fe7f4ea6d
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sun Dec 26 14:46:51 2010 +0200

    Remove reference to preferences in the code
    
    Since it doesn't exist and it's unlikely to be needed any time soon.

 po/POTFILES.in          |    1 -
 src/gyrus-main-app.c    |   12 ------------
 src/gyrus-preferences.c |   47 -----------------------------------------------
 src/gyrus-preferences.h |   37 -------------------------------------
 4 files changed, 0 insertions(+), 97 deletions(-)

commit 5483f2c8de7ec621367a3243c1db0c29e3a9a8a7
Author: Alejandro Valdes Jimenez <avaldes@gnome.org>
Date:   Mon Nov 22 22:10:10 2010 -0300

    Drop libglade dependency, use GtkBuilder

 configure.ac                    |    4 +-
 src/Makefile.am                 |    1 -
 src/glade/Makefile.am           |   19 +-
 src/glade/create_mailbox.glade  |  199 --------
 src/glade/create_mailbox.xml    |   83 ++++
 src/glade/find.glade            |  167 -------
 src/glade/find.xml              |   72 +++
 src/glade/page.glade            | 1026 ---------------------------------------
 src/glade/page.xml              |  485 ++++++++++++++++++
 src/glade/password.xml          |  117 +++++
 src/glade/report.glade          |  187 -------
 src/glade/report.xml            |  144 ++++++
 src/glade/sessions.glade        |  775 -----------------------------
 src/glade/sessions.xml          |  163 +++++++
 src/glade/sessions_edit.xml     |  371 ++++++++++++++
 src/gyrus-admin-mailbox.c       |    1 -
 src/gyrus-admin.c               |   81 ++--
 src/gyrus-common.c              |   18 +-
 src/gyrus-dialog-find-mailbox.c |   22 +-
 src/gyrus-dialog-mailbox-new.c  |   28 +-
 src/gyrus-main-app.c            |    1 -
 src/gyrus-report.c              |   43 +-
 src/gyrus-session.c             |   98 +++--
 23 files changed, 1601 insertions(+), 2504 deletions(-)

commit 9da66b3867061544c379e1c9ef20ec8d0589c13e
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sun Dec 26 13:37:34 2010 +0200

    Rename configure.in to configure.ac

 autogen.sh   |    2 +-
 configure.ac |   76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.in |   76 ----------------------------------------------------------
 3 files changed, 77 insertions(+), 77 deletions(-)

commit f89b215ee2dc15049b5f55dc3a83e21035bdd5e0
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sun Dec 26 13:30:23 2010 +0200

    Add po/LINGUAS
    
    Also bump intltool requirement to 0.40.0

 autogen.sh   |    1 +
 configure.in |    4 +---
 po/LINGUAS   |   25 +++++++++++++++++++++++++
 3 files changed, 27 insertions(+), 3 deletions(-)

commit ea0200d0f524d68da7a1a50856957d29975bbaf9
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Dec 5 14:41:56 2010 +0100

    Added Galician language to ALL_LINGUAS variable

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 71ba9dc89078f72f40f1afbb9ce8c0b469932f77
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Dec 5 14:38:49 2010 +0100

    Updated Galician translations

 po/gl.po |  584 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 584 insertions(+), 0 deletions(-)

commit 29ceda9aa129c37762093d07c6174b65ee240428
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Mon Aug 23 22:44:39 2010 +0200

    Added da to list of languages

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b08017898c40fada59529c91cf7e91d55c2bcb8d
Author: Joe Hansen <joedalton2@yahoo.dk>
Date:   Mon Aug 23 22:41:46 2010 +0200

    Updated Danish translation

 po/da.po |  589 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 589 insertions(+), 0 deletions(-)

commit 10ec8f51f900307be9e7bef1913b3e62d4b047b4
Author: Aron Xu <aronxu@gnome.org>
Date:   Sat Jul 31 12:10:58 2010 +0800

    Update Simplified Chinese translation.

 po/zh_CN.po |  529 +++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 331 insertions(+), 198 deletions(-)

commit 62255f35a39c06a0f8c57d7649c304a163eb3091
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Jun 16 21:00:02 2010 +0200

    Updated Slovenian translation

 po/sl.po | 1167 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 584 insertions(+), 583 deletions(-)

commit 671f2d549ce8337bc964a38e9c59979732118232
Author: Tomasz Dominikowski <dominikowski@gmail.com>
Date:   Wed Mar 31 18:00:00 2010 +0200

    Added pl

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a1e76661f65e95c03ee81ec13df4e9ce5baaab2b
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Wed Mar 31 17:44:18 2010 +0200

    Updated Polish translation

 po/pl.po |  581 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 581 insertions(+), 0 deletions(-)

commit 53209b39430d195d06299af19030a6712613052e
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Sun Mar 21 11:11:10 2010 +0100

    Updated French translation

 po/fr.po |  239 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 121 insertions(+), 118 deletions(-)

commit f47fc853daf7449075f045b5fe950b98ec668e50
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Feb 11 22:59:51 2010 +0100

    Hungarian translation updated

 po/hu.po |  232 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 105 insertions(+), 127 deletions(-)

commit a1204d20e3cc3190330186a59ae32fbc57be661d
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Sun Jan 24 22:13:07 2010 +0100

    Updated Slovenian translation

 po/sl.po |   40 ++++++++++++++++++++--------------------
 1 files changed, 20 insertions(+), 20 deletions(-)

commit adab45370fa34d372bb6d62d80c0960586bec4a7
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sun Jan 24 01:50:47 2010 +0200

    Post release version bump

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)