# Generated by Makefile. Do not edit.

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(-)

commit a183e88f485b7805faaf857aa0ac7679f80b0dbc
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sun Jan 24 01:23:21 2010 +0200

    Release 0.3.9

 NEWS   |   13 +++++++++++++
 README |    2 +-
 2 files changed, 14 insertions(+), 1 deletions(-)

commit 9c289570398e9acecd3d0052f699b5a52f544296
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sun Jan 24 01:20:36 2010 +0200

    Fix my mail address in README

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

commit 5488c0eabda0fefb2b5a85dde6d6428cef06de29
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sun Jan 24 01:13:39 2010 +0200

    Generate ChangeLog on distcheck

 ChangeLog     | 2238 +--------------------------------------------------------
 ChangeLog.old | 2236 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Makefile.am   |   16 +-
 3 files changed, 2254 insertions(+), 2236 deletions(-)

commit 854bc3d368248bf08191dd4bcf6bfd058e77db4c
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sun Jan 24 00:59:56 2010 +0200

    Sanitize the gnutls checking
    
    Since it was completely broken, fix it.

 configure.in      |   14 +++++++-------
 src/Makefile.am   |    5 ++---
 tests/Makefile.am |    5 ++---
 3 files changed, 11 insertions(+), 13 deletions(-)

commit a8597b15ad9f2365b650b3efa268dfd2979c90cf
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sat Jan 23 23:32:28 2010 +0200

    Remove trailing whitespaces

 README                 |   36 +++++++-------
 configure.in           |    8 ++--
 src/gyrus-connection.c |  130 ++++++++++++++++++++++++------------------------
 3 files changed, 87 insertions(+), 87 deletions(-)

commit d9c3c5c5205cfd10010e8663a8212a61d199b7bb
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Jan 23 19:49:43 2010 +0100

    Added sl for Slovenian translation

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

commit eac820a0a7b4895af8d3871b7791a80ed80d5b4a
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Sat Jan 23 19:49:29 2010 +0100

    Updated Slovenian translation

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

commit e78af4bf155e61fcc2daac48b69ee427f5ac99bc
Author: Petr Kovar <pknbe@volny.cz>
Date:   Wed Jan 13 00:25:06 2010 +0100

    Updated Czech translation by Marek Cernocky

 po/cs.po |  307 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 154 insertions(+), 153 deletions(-)

commit f4d8e2e2c62f64606551ae38f0a87a1a0efdd622
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sat Oct 17 17:31:12 2009 +0200

    Updated German translation

 po/de.po |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit 9cf667d30bfe014df8ea3d07c883414a3d32dcc6
Author: Daniel Nylander <po@danielnylander.se>
Date:   Tue Jul 7 21:46:17 2009 +0200

    Updated Swedish translation

 po/sv.po |  131 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 72 insertions(+), 59 deletions(-)

commit b8770e379add9cc78af81852a563e34e787ebacb
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Tue May 19 21:41:42 2009 +0200

    Added German translation

 configure.in |    2 +-
 po/de.po     |  584 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 585 insertions(+), 1 deletions(-)

commit 52fcc5bf39304d0d7182abe82dd8b1dc60fa63c8
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Tue Apr 28 23:23:19 2009 +0300

    Add gyrus.doap file

 ChangeLog  |    4 ++++
 gyrus.doap |   19 +++++++++++++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)

commit e59d8630c67159114a727b4a6cb148a22d58cee5
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Tue Apr 28 23:13:41 2009 +0300

    Point to git repository in README

 ChangeLog |    4 ++++
 README    |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit c7dec51cf17de581b31bc1a5a5b89e0f2774e676
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Mon Feb 23 19:07:06 2009 +0000

    Use g_build_filename() instead of g_strdup_printf() to build the filename
    
    2009-02-23  Claudio Saavedra  <csaavedra@igalia.com>
    
    	* src/gyrus-admin.c: (gyrus_admin_init_get_widgets):
    	* src/gyrus-common.c: (gyrus_dialog_password_new):
    	* src/gyrus-dialog-find-mailbox.c:
    	(gyrus_dialog_find_mailbox_init_get_widgets):
    	* src/gyrus-dialog-mailbox-new.c:
    	(gyrus_dialog_mailbox_new_init_get_widgets):
    	* src/gyrus-preferences.c: (gyrus_preferences_show_dialog):
    	* src/gyrus-report.c: (gyrus_report_show_report):
    	* src/gyrus-session.c: (gyrus_session_load_interface),
    	(gyrus_session_edit_load_interface):
    
    	Use g_build_filename() instead of g_strdup_printf() to build the
    	filename for the glade files.
    
    
    svn path=/trunk/; revision=372

 ChangeLog                       |   16 ++++++++++++++++
 src/gyrus-admin.c               |    3 +--
 src/gyrus-common.c              |    3 +--
 src/gyrus-dialog-find-mailbox.c |    3 +--
 src/gyrus-dialog-mailbox-new.c  |    3 +--
 src/gyrus-preferences.c         |    3 +--
 src/gyrus-report.c              |    3 +--
 src/gyrus-session.c             |    6 ++----
 8 files changed, 24 insertions(+), 16 deletions(-)

commit 9648f5eb855193564b2654c3bdb1b2114ff1051f
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sun Feb 15 10:20:24 2009 +0000

    post release version bump
    
    2009-02-15  Claudio Saavedra  <csaavedra@igalia.com>
    
    	* configure.in: post release version bump
    
    
    
    svn path=/trunk/; revision=371

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

commit ccaef885e8b7c663e524dfadd7e7785a12de0d8d
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sun Feb 15 10:17:05 2009 +0000

    update version update for 0.3.8
    
    2009-02-15  Claudio Saavedra  <csaavedra@igalia.com>
    
            * README: update version
            * NEWS: update for 0.3.8
    
    
    svn path=/trunk/; revision=369

 ChangeLog |    5 +++++
 NEWS      |   25 +++++++++++++++++++++++++
 README    |    2 +-
 3 files changed, 31 insertions(+), 1 deletions(-)

commit 7210110c8655c58c5f7c9cf28374dcf3ad8f7706
Author: Jonh Wendell <jwendell@gnome.org>
Date:   Tue Jan 6 18:10:47 2009 +0000

    Updated Brazilian Portuguese translation by Flamarion Jorge and Vladimir
    
    2009-01-06  Jonh Wendell  <jwendell@gnome.org>
    
    	* pt_BR.po: Updated Brazilian Portuguese translation by Flamarion Jorge
    	and Vladimir Melo.
    
    
    svn path=/trunk/; revision=368

 po/ChangeLog |    5 +
 po/pt_BR.po  |  560 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 357 insertions(+), 208 deletions(-)

commit 677bcd2091d11d87d5c7a86981224383d3204a7b
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Wed Oct 22 15:31:06 2008 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=367

 po/ChangeLog |    4 +
 po/sv.po     |  249 ++++++++++++++++++++++++++++-----------------------------
 2 files changed, 126 insertions(+), 127 deletions(-)

commit 130e954dbfe10292df3f9e599cc0db21eaad41b0
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Thu Oct 16 20:23:59 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=366

 po/ChangeLog |    4 +
 po/es.po     |  194 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 106 insertions(+), 92 deletions(-)

commit ddf1f9687d9177a85397cc8320eeb08df476bf6c
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Tue Oct 14 18:20:38 2008 +0000

    Refer to the bug report.
    
    svn path=/trunk/; revision=365

 ChangeLog |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 87457d6deeaa00333cd1c4b8e7a1750b958cfbee
Author: Francisco Rojas <frojas@alumnos.utalca.cl>
Date:   Tue Oct 14 17:56:26 2008 +0000

    Use appropriate gsize instead of guint for bytes_written parameter.
    
    2008-10-14  Francisco Rojas  <frojas@alumnos.utalca.cl>
    
    	* src/gyrus-admin.c (gyrus_admin_listen_channel),
    	(gyrus_admin_write_channel): Use appropriate gsize instead of guint
    	for bytes_written parameter.
    
    
    svn path=/trunk/; revision=364

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

commit f1057910aceb7bf8fe942b813d5b72f1e38fc842
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Tue Oct 14 17:40:32 2008 +0000

    Fix previous commit.
    
    svn path=/trunk/; revision=363

 AUTHORS              |    2 +-
 src/gyrus-main-app.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit f268cbe4f9a56f5364d95076ba33085c7e0a6119
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Mon Oct 13 16:57:00 2008 +0000

    Credit Francisco.
    
    2008-10-13  Claudio Saavedra  <csaavedra@igalia.com>
    
    	* AUTHORS:
    	* README:
    	* src/gyrus-main-app.c: (gyrus_main_app_about): Credit Francisco.
    
    
    svn path=/trunk/; revision=362

 AUTHORS              |    1 +
 ChangeLog            |    6 ++++++
 README               |    4 ++++
 src/gyrus-main-app.c |    3 ++-
 4 files changed, 13 insertions(+), 1 deletions(-)

commit 64520a0dd10b40e4a3f526635e8b2ccf23057f11
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sun Oct 12 12:16:58 2008 +0000

    Bump GTK+ dependency (because of GtkPrint)
    
    2008-10-12  Claudio Saavedra  <csaavedra@igalia.com>
    
    	* configure.in: Bump GTK+ dependency (because of GtkPrint)
    
    
    svn path=/trunk/; revision=361

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

commit d73853c3f45062d766e7833b1925678e5a9eec71
Author: Francisco Rojas <frojas@alumnos.utalca.cl>
Date:   Sun Oct 12 12:14:41 2008 +0000

    Remove the dependency on libgnomeui Replace GnomeAppbar with GtkStatusbar
    
    2008-10-12  Francisco Rojas  <frojas@alumnos.utalca.cl>
    
    	* configure.in: Remove the dependency on libgnomeui
    	* src/gyrus-main-app.c (gyrus_main_app_init), (menu_item_select_cb),
    	(menu_item_deselect_cb), (connect_proxy_cb),
    	(disconnect_proxy_cb): Replace GnomeAppbar with GtkStatusbar and
    	GtkProgressBar.
    
    	Remove dependence on obsolete libgnomeui. Fixes bug #555919.
    
    
    svn path=/trunk/; revision=360

 ChangeLog            |   10 +++++
 configure.in         |    4 +--
 src/gyrus-main-app.c |   94 +++++++++++++++++++++++++++++++++++++++++++++++---
 3 files changed, 100 insertions(+), 8 deletions(-)

commit 9d4f35573a6bafdce69ebae8e47cd68dbbcf992c
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sun Oct 12 11:28:27 2008 +0000

    Give a more reasonable size to the dialog.
    
    2008-10-12  Claudio Saavedra  <csaavedra@igalia.com>
    
    	* src/glade/report.glade: Give a more reasonable size to the dialog.
    
    
    svn path=/trunk/; revision=359

 ChangeLog              |    4 ++++
 src/glade/report.glade |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 8945d43731faa487929209c368e7d343ffb4418a
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sun Oct 12 11:24:07 2008 +0000

    Plug a leak.
    
    2008-10-12  Claudio Saavedra  <csaavedra@igalia.com>
    
    	* src/gyrus-report.c: (draw_page): Plug a leak.
    
    
    svn path=/trunk/; revision=358

 ChangeLog          |    4 ++++
 src/gyrus-report.c |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

commit bb369368ac1d4d0e73ae3281e9c774e0cd8830fd
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Sun Oct 12 11:20:06 2008 +0000

    Fix ChangeLog format.
    
    svn path=/trunk/; revision=357

 po/ChangeLog |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit 2b43c809981cad709122a2962cf72c7f23138a8c
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sun Oct 12 11:18:19 2008 +0000

    Replace libgnomeprintui checks with gtkprint checks. Port the report to
    
    2008-10-12  Claudio Saavedra  <csaavedra@igalia.com>
    
    	* configure.in: Replace libgnomeprintui checks with gtkprint checks.
    	* src/gyrus-report.c: (gyrus_report_show_report),
    	(gyrus_report_on_button_cancel_clicked),
    	(gyrus_report_on_button_update_clicked), (begin_print),
    	(draw_page), (gyrus_report_on_button_print_clicked): Port the report
    	to printing to GtkPrint.
    
    	Remove dependence on obsolete libgnomeprintui.
    
    
    svn path=/trunk/; revision=356

 ChangeLog          |   11 ++
 configure.in       |    4 +-
 src/gyrus-report.c |  386 +++++++++++++++++++++++++++-------------------------
 3 files changed, 211 insertions(+), 190 deletions(-)

commit 72a6b1d7150b3a68a48055e4dc9f4a1a87349835
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sun Oct 12 11:14:25 2008 +0000

    Add gyrus.desktop.in
    
    2008-10-12  Claudio Saavedra  <csaavedra@igalia.com>
    
    	* POTFILES.skip: Add gyrus.desktop.in
    
    
    
    svn path=/trunk/; revision=355

 po/ChangeLog     |    4 ++++
 po/POTFILES.skip |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

commit 73315cb421f1b531f96601fe8325dcef7c9df8e3
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sat Oct 11 19:10:14 2008 +0000

    Set page-size to 0 in the adjustment, to fix a gtk-warning.
    
    2008-10-11  Claudio Saavedra  <csaavedra@igalia.com>
    
    	* src/glade/report.glade: Set page-size to 0 in the adjustment,
    	to fix a gtk-warning.
    
    
    svn path=/trunk/; revision=354

 ChangeLog              |    5 +++++
 src/glade/report.glade |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 439e862c401b1e4d756637f0b07092d3c727d24d
Author: Francisco Rojas <frojas@alumnos.utalca.cl>
Date:   Sat Oct 11 16:25:46 2008 +0000

    replace gnome_program_init() with gtk_init()
    
    2008-10-11  Francisco Rojas  <frojas@alumnos.utalca.cl>
    
    	* src/gyrus-main-app.c (main): replace gnome_program_init() with gtk_init()
    
    
    svn path=/trunk/; revision=353

 ChangeLog            |    4 ++++
 src/gyrus-main-app.c |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 854a7b1b30ca998bdae2847ddd40aadfbf426ebb
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Sat Oct 11 16:23:55 2008 +0000

    Add missing changelog entry.
    
    svn path=/trunk/; revision=352

 ChangeLog |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit b475a9bb30f06359d10e6a198e577e7b8df4f96e
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sat Oct 11 15:08:35 2008 +0000

    Mark private methods static. No need to expose private methods or
    
    2008-10-11  Claudio Saavedra  <csaavedra@igalia.com>
    
    	* src/gyrus-report.c: Mark private methods static.
    	* src/gyrus-report.h: No need to expose private methods or structures,
    	move to gyrus-report.c. Remove unused includes.
    
    
    svn path=/trunk/; revision=351

 src/gyrus-report.c |   52 ++++++++++++++++++++++++++++++++++++++++++----------
 src/gyrus-report.h |   47 +----------------------------------------------
 2 files changed, 43 insertions(+), 56 deletions(-)

commit ed1adadc4f29eea49883cd1175fdcbcbb1a49ae3
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sat Oct 11 14:27:37 2008 +0000

    Set page-size to 0 in the adjustment, to fix a gtk-warning.
    
    2008-10-11  Claudio Saavedra  <csaavedra@igalia.com>
    
    	* src/glade/sessions.glade: Set page-size to 0 in the adjustment,
    	to fix a gtk-warning.
    
    
    svn path=/trunk/; revision=350

 ChangeLog                |    5 +++++
 src/glade/sessions.glade |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit a85ae5194e2d3a9c67102e7fe20010b4e69ec082
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Oct 8 18:44:43 2008 +0000

    Added nb to ALL_LINGUAS.
    
    2008-10-08  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* configure.in: Added nb to ALL_LINGUAS.
    
    svn path=/trunk/; revision=349

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

commit fcb95aff08f42699e7ce437f3c5fde9ba1e5d0a8
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Oct 8 18:44:14 2008 +0000

    Add Norwegian bokmål translation.
    
    2008-10-08  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Add Norwegian bokmål translation.
    
    svn path=/trunk/; revision=348

 po/ChangeLog |    4 +
 po/nb.po     |  577 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 581 insertions(+), 0 deletions(-)

commit fc6410a15eecb1851f611b8c72475863a11c011e
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Thu Jul 31 10:36:08 2008 +0000

    Updated Arabic Translation by Djihed Afifi.
    
    svn path=/trunk/; revision=347

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit cc13b72bf2af431b44659824cf06ad7f1d31b421
Author: Petr Kovář <pmkovar@src.gnome.org>
Date:   Wed May 7 00:38:28 2008 +0000

    cs.po: Fixed Czech translation by Lucas Lommer (bug #517967).
    
    svn path=/trunk/; revision=346

 po/ChangeLog |    5 +++++
 po/cs.po     |   45 ++++++++++++++++-----------------------------
 2 files changed, 21 insertions(+), 29 deletions(-)

commit d748c4c93b858235ff8e91d2fd0d137c5b1173da
Author: Andre Klapper <a9016009@gmx.de>
Date:   Thu Mar 13 00:48:16 2008 +0000

    Fixed Czech translation on behalf of Lucas Lommer. See bug #517758.
    
    2008-03-13  Andre Klapper  <a9016009@gmx.de>
    
    	* cs.po: Fixed Czech translation on behalf of Lucas Lommer.
    	See bug #517758.
    
    
    svn path=/trunk/; revision=336

 po/ChangeLog |    5 ++
 po/cs.po     |  171 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 91 insertions(+), 85 deletions(-)

commit d9aec59868f3887870ef842c5e44f280acc73b78
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Sat Mar 8 10:02:21 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=335

 po/oc.po |  152 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 76 insertions(+), 76 deletions(-)

commit 7931d014cb676907ee0e1657c4412fa8fa996bba
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Fri Feb 29 15:49:58 2008 +0000

    s/strace/sparce in previous commit comment.
    
    svn path=/trunk/; revision=325

 ChangeLog |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e0fcc89f1af2e6a883e8cc571297440cb4ae43ff
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Fri Feb 29 15:48:42 2008 +0000

    Many, many functions and variables declaration fixes, courtesy of strace.
    
    2008-02-29  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
    	Many, many functions and variables declaration fixes, courtesy of
    	strace.
    
    
    svn path=/trunk/; revision=324

 ChangeLog                       |   40 ++++++++++++++++
 src/gyrus-admin-acl.c           |    8 ++-
 src/gyrus-admin-mailbox.c       |   63 ++++++++++++++-----------
 src/gyrus-admin.c               |   98 +++++++++++++++++++++------------------
 src/gyrus-common.c              |    9 ++--
 src/gyrus-connection.c          |   15 ++++--
 src/gyrus-dialog-find-mailbox.c |   16 ++++---
 src/gyrus-dialog-mailbox-new.c  |   15 +++---
 src/gyrus-main-app.c            |   23 ++++++----
 src/gyrus-report.c              |    8 ++-
 src/gyrus-session.c             |   66 +++++++++++++-------------
 11 files changed, 219 insertions(+), 142 deletions(-)

commit d0795a6525aa06164dc0d18e2fdd61ba124c945a
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Tue Feb 19 21:45:53 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=323

 po/oc.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c45e0096d4f312f347e12180bbd095ecb144cef1
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Mon Feb 4 12:32:20 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=322

 po/oc.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0c4a2beaed50d6ffe94fe3d62faf646aae9fa4fd
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Fri Jan 18 18:17:24 2008 +0000

    Add guidelines for working in the gyrus SVN.
    
    2008-01-18  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
    	* HACKING: Add guidelines for working in the gyrus SVN.
    
    
    svn path=/trunk/; revision=320

 ChangeLog |    4 ++++
 HACKING   |   31 +++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 0 deletions(-)

commit 67d8b560c660176add78e1022300a2ff6c17f644
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Mon Dec 31 21:06:22 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=316

 po/ChangeLog |    5 ++++-
 po/oc.po     |   19 ++++++++-----------
 2 files changed, 12 insertions(+), 12 deletions(-)

commit 297e15a6c8e25037a839ce0fb21c7e0bda01a07d
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Tue Nov 20 20:09:53 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=301

 po/oc.po |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)

commit 8aee98b1253654c7291e2ab398a2dff859d83838
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Mon Oct 22 22:24:19 2007 +0000

    Updated Arabic Translation by Djihed Afifi.
    
    svn path=/trunk/; revision=288

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit a38ebc8791c9c0b3c56333b5b0a8ca05f7ed2f3a
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Sun Oct 14 13:56:43 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=287

 ChangeLog    |    4 ++++
 configure.in |    2 +-
 po/oc.po     |   54 +++++++++++++++++++++++++++---------------------------
 3 files changed, 32 insertions(+), 28 deletions(-)

commit 1d71b24e7ff4eb36bf1e281942a547c21ff2df80
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Wed Oct 3 16:30:13 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=286

 po/oc.po |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit 1cb4a21c5c5aa95a276c5fe82c8919fc9ceb5ff9
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Sun Aug 19 20:37:09 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=285

 po/oc.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit e4594505aede448aad84c2bcc683fe2ff0e0ccea
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Fri Aug 17 17:38:00 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=284

 po/oc.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 45937362408231207b875267abadccae0277d802
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Mon Aug 13 02:52:04 2007 +0000

    Add file to comply with GNOME SVN standards.
    
    2007-08-12  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * MAINTAINERS: Add file to comply with GNOME SVN standards.
    
    
    svn path=/trunk/; revision=283

 ChangeLog                 |    4 ++++
 MAINTAINERS               |    3 +++
 src/gyrus-admin-mailbox.c |    9 ++++++++-
 3 files changed, 15 insertions(+), 1 deletions(-)

commit 480777ebe10f78557a423fa91c9ea3f908cfe895
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Sun Jul 29 11:51:41 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=282

 po/oc.po |  571 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 571 insertions(+), 0 deletions(-)

commit 8209c729989d664dc2dd50073e87a0865b28621b
Author: David Lodge <dlodge@src.gnome.org>
Date:   Wed May 16 07:25:22 2007 +0000

    Updated en_GB translation
    
    svn path=/trunk/; revision=281

 po/ChangeLog |    4 ++
 po/en_GB.po  |  168 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 88 insertions(+), 84 deletions(-)

commit 2f16d478ebdef44f4c50e4038d068f943c131b1f
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Wed May 2 22:33:00 2007 +0000

    Post release version bump.
    
    2007-05-02  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * configure.in: Post release version bump.
    
    
    
    svn path=/trunk/; revision=280

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

commit 7eb2b004ee703586d874432b57499ca29e978412
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Wed May 2 22:19:35 2007 +0000

    Updated for 0.3.7 release. Update version at the top of the file.
    
    2007-05-02  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * NEWS: Updated for 0.3.7 release.
            * README: Update version at the top of the file.
    
    
    svn path=/trunk/; revision=278

 ChangeLog |    7 +++++++
 NEWS      |   37 +++++++++++++++++++++++++++++++++++++
 README    |    2 +-
 3 files changed, 45 insertions(+), 1 deletions(-)

commit 99eee36b9f2c48cf0969ade1f557e2a03ff45220
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Mon Apr 30 23:19:35 2007 +0000

    Store signals ids in a static array instead of the class structure.
    
    2007-04-29  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-admin.c: (gyrus_admin_class_init),
            (gyrus_admin_post_login), (gyrus_admin_on_acl_selection_changed),
            (gyrus_admin_on_users_selection_changed): Store signals ids in a static
            array instead of the class structure. Renamed
    	"::acl-entry-selection-changed" signal to "::acl-selection-changed".
            (gyrus_admin_logged_out): Emit the "::disconnected" signal.
            * src/gyrus-admin.h:
            * src/gyrus-main-app.c: (main_app_on_acl_selection_changed): renamed.
            (gyrus_main_app_append_page): updated accordingly to GyrusAdmin changes.
    
    
    svn path=/trunk/; revision=277

 ChangeLog            |   12 ++++++++++++
 src/gyrus-admin.c    |   30 +++++++++++++++++++++---------
 src/gyrus-admin.h    |    4 ----
 src/gyrus-main-app.c |   10 +++++-----
 4 files changed, 38 insertions(+), 18 deletions(-)

commit fe15c8b02a805329750a788e7a307c11e7be4085
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Fri Apr 27 18:40:15 2007 +0000

    change file coding to UTF-8.
    
    2007-04-27  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * ChangeLog: change file coding to UTF-8.
    
    
    svn path=/trunk/; revision=276

 ChangeLog |   44 ++++++++++++++++++++++++--------------------
 1 files changed, 24 insertions(+), 20 deletions(-)

commit 9c22f50cbdda1911b4b47c4de38d3593739436a8
Author: Stéphane Raimbault <stephane.raimbault@gmail.com>
Date:   Fri Apr 27 18:33:32 2007 +0000

    Added fr entry.
    
    2007-04-27  Stéphane Raimbault  <stephane.raimbault@gmail.com>
    
    	* configure.in: Added fr entry.
    
    svn path=/trunk/; revision=275

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

commit 95c7cb00890507902a2dee5a9eac53277e5912e2
Author: Stéphane Raimbault <stephaner@src.gnome.org>
Date:   Fri Apr 27 18:29:24 2007 +0000

    Added French translation by Robert-André Mauchin and Claude Paroz.
    
    svn path=/trunk/; revision=274

 po/ChangeLog |    5 +
 po/fr.po     |  589 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 594 insertions(+), 0 deletions(-)

commit 58044a91a6cd32af0679ef3b764ff6883504dd6d
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Thu Apr 26 08:33:03 2007 +0000

    Updated Arabic Translation by Djihed Afifi.
    
    svn path=/trunk/; revision=273

 po/ChangeLog |    4 +
 po/ar.po     |  215 ++++++++++++++++++++++++----------------------------------
 2 files changed, 92 insertions(+), 127 deletions(-)

commit 3b6558e40e2ff201e8bd8cca1c9f7efd99b688e2
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Wed Apr 25 20:04:44 2007 +0000

    Do not force a size in the password dialog. In localized enviroments, it
    
    2007-04-25  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/glade/page.glade: Do not force a size in the password dialog.
            In localized enviroments, it looks ugly.
    
    
    
    svn path=/trunk/; revision=272

 ChangeLog            |    5 +++++
 src/glade/page.glade |    2 --
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 5d335ab9f2219e65a8fe9c7e277a4aa70e5b968a
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Wed Apr 25 20:01:16 2007 +0000

    Clean GyrusDialogMailboxNew class.
    
    2007-04-25  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-dialog-mailbox-new.c:
            (gyrus_dialog_mailbox_new_class_init):
            * src/gyrus-dialog-mailbox-new.h:
    
            Clean GyrusDialogMailboxNew class.
    
    
    svn path=/trunk/; revision=271

 ChangeLog                      |    8 ++++
 src/gyrus-dialog-mailbox-new.c |   79 +++++++++-------------------------------
 src/gyrus-dialog-mailbox-new.h |   13 -------
 3 files changed, 26 insertions(+), 74 deletions(-)

commit 39bfc9ccfd187625db258023366159cc399a73c5
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Wed Apr 25 19:59:47 2007 +0000

    Clean GyrusDialogFindMailbox class.
    
    2007-04-25  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-dialog-find-mailbox.c:
            (gyrus_dialog_find_mailbox_class_init),
            (gyrus_dialog_find_mailbox_finalize),
            (gyrus_dialog_find_mailbox_set_admin):
            * src/gyrus-dialog-find-mailbox.h:
    
            Clean GyrusDialogFindMailbox class.
    
    
    svn path=/trunk/; revision=270

 ChangeLog                       |   10 +++++
 src/gyrus-dialog-find-mailbox.c |   70 ++++++++++++---------------------------
 src/gyrus-dialog-find-mailbox.h |   12 -------
 3 files changed, 31 insertions(+), 61 deletions(-)

commit 9923c0ec1caccdc638cf760da01042eb39ae0eb1
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Wed Apr 25 19:54:36 2007 +0000

    More GObject cleaning. This time, GyrusConnection.
    
    2007-04-25  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-connection.c: (gyrus_connection_set_property),
            (gyrus_connection_class_init), (gyrus_connection_init): More
            GObject cleaning. This time, GyrusConnection.
    
    
    
    svn path=/trunk/; revision=269

 ChangeLog              |    6 +++++
 src/gyrus-connection.c |   57 ++++++++++++++---------------------------------
 2 files changed, 23 insertions(+), 40 deletions(-)

commit 0d16320898430c98a6ec2d6ec0ee612a4f0dc269
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Wed Apr 25 09:06:33 2007 +0000

    Updated Arabic Translation by Djihed Afifi.
    
    svn path=/trunk/; revision=268

 po/ChangeLog |    4 +
 po/ar.po     |  203 ++++++++++++++++++++++++----------------------------------
 2 files changed, 87 insertions(+), 120 deletions(-)

commit 245053c2db3fefb697d196d61a3ab833ef21d29a
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Tue Apr 24 22:14:26 2007 +0000

    Update according to the api change. Remove parent_app property. Remove the
    
    2007-04-24  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-admin-mailbox.c: (gyrus_admin_mailbox_delete_all),
            (gyrus_admin_delete_selected_acl_entry): Update according to
            the api change.
            * src/gyrus-admin-private.h: Remove parent_app property.
            * src/gyrus-admin.c: Remove the parent_app getter.
            * src/gyrus-admin.h: Ditto.
            * src/gyrus-main-app.c: (gyrus_main_app_append_page): Update
            according to the API change.
    
    
    
    svn path=/trunk/; revision=267

 ChangeLog                 |   11 +++++++++++
 src/gyrus-admin-mailbox.c |    9 +++------
 src/gyrus-admin-private.h |    2 --
 src/gyrus-admin.c         |    7 -------
 src/gyrus-admin.h         |    9 ---------
 src/gyrus-main-app.c      |    3 ---
 6 files changed, 14 insertions(+), 27 deletions(-)

commit b735483de36eceec907feb2c498c725e06268ae3
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Tue Apr 24 22:04:26 2007 +0000

    Add gyrus-admin-private.h
    
    2007-04-24  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/Makefile.am: Add gyrus-admin-private.h
            * src/gyrus-admin-mailbox.c:
            * src/gyrus-admin-private.h: New definition of the private data
            to hide it.
            * src/gyrus-admin.c: (gyrus_admin_class_init), (gyrus_admin_init),
            (gyrus_admin_finalize), (gyrus_admin_destroy): More GObject love.
            (+gyrus_admin_get_users_treeview): Added getter method.
            * src/gyrus-admin.h: Remove the private data declaration from
            here.
            * src/gyrus-dialog-find-mailbox.c: Use the getter instead of
            accessing to the private data directly.
            (gyrus_dialog_find_mailbox_on_button_find_clicked): Ditto.
            * src/gyrus-report.c: (gyrus_report_on_button_update_clicked):
            Ditto.
    
            More GObject love. This time, cleaned up GyrusAdmin class.
    
    
    
    svn path=/trunk/; revision=266

 ChangeLog                       |   19 +++++++++
 src/Makefile.am                 |    1 +
 src/gyrus-admin-mailbox.c       |    1 +
 src/gyrus-admin-private.h       |   79 +++++++++++++++++++++++++++++++++++++++
 src/gyrus-admin.c               |   54 +++++++++-----------------
 src/gyrus-admin.h               |   52 +++----------------------
 src/gyrus-dialog-find-mailbox.c |   10 +++-
 src/gyrus-report.c              |    5 ++-
 8 files changed, 136 insertions(+), 85 deletions(-)

commit b642904194e6c182d8cd1e0f4316840c61d756cb
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Tue Apr 24 20:58:40 2007 +0000

    Use GLib marshalers for VOID__BOOL instead of our own. remove
    
    2007-04-24  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-admin.c: (gyrus_admin_class_init): Use GLib
    marshalers
            for VOID__BOOL instead of our own.
            * src/gyrus-marshal.list: remove VOID:BOOLEAN.
    
    
    
    svn path=/trunk/; revision=265

 ChangeLog              |    6 ++++++
 src/gyrus-admin.c      |    7 +++----
 src/gyrus-marshal.list |    1 -
 3 files changed, 9 insertions(+), 5 deletions(-)

commit 6df83e3cec028d41c941fa559fc520911081de3e
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Tue Apr 24 19:44:08 2007 +0000

    Add the private structure definition here. Also improve the usage of the
    
    2007-04-24  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-main-app.c: (gyrus_main_app_finalize),
            (gyrus_main_app_destroy), (gyrus_main_app_class_init),
            (gyrus_main_app_init): Add the private structure definition
            here. Also improve the usage of the GObject facilities.
            * src/gyrus-main-app.h: Remove the definition of the
            private structure.
    
            Improve the usage of GObject facilities in the GyrusMainApp class.
            Based on a patch from Alejandro Valdes Jimenez  <avaldes@utalca.cl>.
            Partially fixes bug #429138.
    
    
    svn path=/trunk/; revision=264

 ChangeLog            |   13 +++++++
 src/gyrus-main-app.c |   96 +++++++++++++++++++++----------------------------
 src/gyrus-main-app.h |   10 -----
 3 files changed, 54 insertions(+), 65 deletions(-)

commit 398a7767cdb912c014c8b894ba28ad8d38f21e37
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Tue Apr 24 17:44:33 2007 +0000

    I fixed a typo in the code (#432628), updating translations accordingly to
    
    2007-04-24  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * ca.po:
            * cs.po:
            * dz.po:
            * es.po:
            * fi.po:
            * hu.po:
            * sv.po:
            * vi.po:
    
            I fixed a typo in the code (#432628), updating translations
            accordingly to avoid having extra fuzzy strings.
    
    
    svn path=/trunk/; revision=263

 po/ChangeLog |   14 +++
 po/ca.po     |   18 ++--
 po/cs.po     |  274 +++++++++++++++++++++++++++++----------------------------
 po/dz.po     |   76 +++++++---------
 po/es.po     |   44 +++-------
 po/fi.po     |   32 +++----
 po/hu.po     |  125 +++++++++++++-------------
 po/sv.po     |   98 ++++++++++++---------
 po/vi.po     |   90 +++++++++-----------
 9 files changed, 380 insertions(+), 391 deletions(-)

commit feb9a457512746e51eafaf9841695ced1cb3bf52
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Tue Apr 24 17:27:58 2007 +0000

    Fix a typo. Patch from Bob Mauchin <zebob.m@gmail.com>. Fixes bug #432628.
    
    2007-04-24  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-admin-mailbox.c:
            (gyrus_admin_mailbox_on_button_quota_apply_clicked),
            (gyrus_admin_mailbox_new): Fix a typo. Patch from
            Bob Mauchin <zebob.m@gmail.com>. Fixes bug #432628.
    
    
    svn path=/trunk/; revision=262

 ChangeLog                 |    7 +++++++
 src/gyrus-admin-mailbox.c |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

commit 9b024114b3aca1170bc18fd49b3b40a76d241911
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Sun Apr 22 00:24:12 2007 +0000

    Updated Arabic Translation by Djihed Afifi.
    
    svn path=/trunk/; revision=261

 po/ChangeLog |    4 +
 po/ar.po     |  365 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 176 insertions(+), 193 deletions(-)

commit 107566f4196f354e5f467a2b897cad1c5b0b91c4
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Thu Apr 12 22:26:06 2007 +0000

    Fix typo.
    
    svn path=/trunk/; revision=260

 ChangeLog |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9eb9d02e24f4f4d379a01d4244385b757a44808d
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Thu Apr 12 22:24:46 2007 +0000

    Update the logo. Add to svn the xcf version of the logo. Patch from
    
    2007-04-12  Claudio Saavedra <csaavedra@alumnos.utalca.cl>
    
            * src/pixmap/logo_gyrus.png: Update the logo.
            * src/pixmap/logo_gyrus.xcl: Add to svn the xcf version of the
            logo. Patch from Alejandro Valdes Jimenez  <avaldes@utalca.cl>.
            Fixes bug #429160.
    
    
    svn path=/trunk/; revision=259

 ChangeLog                  |    7 +++++++
 src/pixmaps/logo_gyrus.png |  Bin 5876 -> 4871 bytes
 src/pixmaps/logo_gyrus.xcf |  Bin 0 -> 6871 bytes
 3 files changed, 7 insertions(+), 0 deletions(-)

commit 6b64f7f9c55f744367817eb324403f6b03abf02c
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Sat Mar 17 16:20:31 2007 +0000

    Use correctly gnutls_record_recv () when it needs more than 1024 bytes.
    
    2007-03-17  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-connection.c: (gyrus_connection_conn_cb): Use correctly
            gnutls_record_recv () when it needs more than 1024 bytes. Fixes
            bug #319436.
    
    
    svn path=/trunk/; revision=258

 ChangeLog              |    6 ++++++
 src/gyrus-connection.c |   19 ++++++++++++-------
 2 files changed, 18 insertions(+), 7 deletions(-)

commit 0d81d8baaa43604e53c176e723f48d2a2473c957
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Sat Mar 17 01:48:05 2007 +0000

    Pimp the dialog a bit.
    
    2007-03-16  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/glade/sessions.glade: Pimp the dialog a bit.
    
    
    svn path=/trunk/; revision=257

 ChangeLog                |    4 ++++
 src/glade/sessions.glade |   13 ++++++-------
 2 files changed, 10 insertions(+), 7 deletions(-)

commit b33d69508aedb8b99922e6261d6d7617372479ef
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Sat Mar 17 01:03:52 2007 +0000

    Quote password to allow password with special characters. Fixes bug
    
    2007-03-16  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-admin.c: (gyrus_admin_listen_channel),
            (+imap_quote_string), (gyrus_admin_login): Quote password
            to allow password with special characters. Fixes bug #337655.
    
    
    svn path=/trunk/; revision=256

 ChangeLog         |    6 ++++++
 src/gyrus-admin.c |   52 +++++++++++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 53 insertions(+), 5 deletions(-)

commit eb4e9ffb3159119a83f60edf3e06ddce0d92c8e7
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Sat Mar 17 00:04:31 2007 +0000

    Make gnutls optional, and disable it by default, as it's currently not
    
    2007-03-16  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * configure.in:
            * src/gyrus-connection.c: (gyrus_connection_conn_cb),
            (gyrus_connection_instance_init), (gyrus_connection_connect),
            (gyrus_connection_send):
            * tests/gyrus-talk.c: (main):
            * tests/gyrus-talk.glade:
    
            Make gnutls optional, and disable it by default, as it's
            currently not working.
    
    
    svn path=/trunk/; revision=255

 ChangeLog              |   12 ++++++++++++
 configure.in           |   12 +++++++++++-
 src/gyrus-connection.c |   21 +++++++++++++++++++--
 tests/gyrus-talk.c     |   18 ++++++++++++++++--
 tests/gyrus-talk.glade |    1 -
 5 files changed, 58 insertions(+), 6 deletions(-)

commit fc7b45f67e510a803492440e123e728928fdde46
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Thu Mar 15 18:17:38 2007 +0000

    Fix the categories field.
    
    2007-03-15  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * gyrus.desktop.in.in: Fix the categories field.
    
    
    svn path=/trunk/; revision=254

 ChangeLog           |    4 ++++
 gyrus.desktop.in.in |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit ba3384a0b18e93bf49b59373650b501d05d25aac
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Wed Mar 14 05:56:18 2007 +0000

    Make tests build optional. Add --enable-tests parameter.
    
    2007-03-14  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * Makefile.am: Make tests build optional.
            * configure.in: Add --enable-tests parameter.
    
    
    
    svn path=/trunk/; revision=253

 ChangeLog    |    5 +++++
 Makefile.am  |    6 +++++-
 configure.in |    7 +++++++
 3 files changed, 17 insertions(+), 1 deletions(-)

commit 6585e28410d4be6664df0f7436100f2a0e0eb3a2
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Wed Mar 14 05:10:39 2007 +0000

    Use macros instead of hardcoded paths. Remove hardcoded include.
    
    2007-03-14  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * tests/Makefile.am: Use macros instead of hardcoded paths.
            * tests/gyrus-talk.c: Remove hardcoded include.
    
    
    
    svn path=/trunk/; revision=252

 ChangeLog          |    5 +++++
 tests/Makefile.am  |    7 +++++--
 tests/gyrus-talk.c |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)

commit 34b67c3be710aa5144e08d60c7059f69eea87f31
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Wed Mar 14 04:38:16 2007 +0000

    Use g_cclosure_marshal_VOID__INT for the "connect-response" signal, as
    
    2007-03-14  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-connection.c: (gyrus_connection_class_init):
            Use g_cclosure_marshal_VOID__INT for the "connect-response"
            signal, as ENUM is intended for real enums.
    
    
    svn path=/trunk/; revision=251

 ChangeLog              |    6 ++++++
 src/gyrus-connection.c |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 83be1adcf302ebf59831935378bbf1a0547f1dae
Author: Josep Puigdemont i Casamajó <joseppc@src.gnome.org>
Date:   Sun Mar 11 22:31:06 2007 +0000

    Added Catalan translation by Jordi Deu-Pons
    
    svn path=/trunk/; revision=250

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/ca.po     |  575 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 585 insertions(+), 1 deletions(-)

commit 4aea2e37592cccc3ae7902b73d9c153c0305c1cf
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Mon Feb 5 03:56:36 2007 +0000

    Fix the problems with the .desktop file. Update website address and clean
    
    2007-02-05  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * INSTALL:
            * Makefile.am: Fix the problems with the .desktop file.
            * README: Update website address and clean up a bit.
            * src/gyrus-main-app.c: (gyrus_main_app_about): Show the webpage
            in the about dialog.
    
    
    svn path=/trunk/; revision=249

 ChangeLog            |    8 +++
 INSTALL              |  172 +++++++++++++++++++++++++++++++++-----------------
 Makefile.am          |   10 ++--
 README               |   27 ++++----
 src/gyrus-main-app.c |    1 +
 5 files changed, 140 insertions(+), 78 deletions(-)

commit de7e45c4e50ebe025f89c044ff465ce3fdffaef1
Author: Claudio Saavedra <csaavedr@src.gnome.org>
Date:   Mon Jan 22 01:56:42 2007 +0000

    Removed files which didn't belong in SVN.
    
    svn path=/trunk/; revision=248

 ChangeLog    |    5 +
 config.guess | 1459 ------------------------------------------------------
 config.sub   | 1549 ----------------------------------------------------------
 3 files changed, 5 insertions(+), 3008 deletions(-)

commit 0f3772c7bc1b5714e41fe6ed83c8e62cce0a3c85
Author: Claudio Saavedra <csaavedr@src.gnome.org>
Date:   Mon Jan 22 00:11:23 2007 +0000

    remove .cvsignore and use svn:ignore property
    
    svn path=/trunk/; revision=247

 po/.cvsignore |   14 --------------
 po/ChangeLog  |    4 ++++
 2 files changed, 4 insertions(+), 14 deletions(-)

commit 9b4b65bec2b9f8012105d2ceeb59391cbd95d82e
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Sun Jan 21 23:52:51 2007 +0000

    s/gyrus.desktop.in/gyrus.desktop.in.in
    
    2007-01-21  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * POTFILES.in: s/gyrus.desktop.in/gyrus.desktop.in.in
    
    
    svn path=/trunk/; revision=246

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

commit eac6e01649e07995ffddb689a9d31cd8aff5dd38
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Sun Jan 21 23:49:32 2007 +0000

    Add gyrus.desktop.in to AC_OUTPUT and small fixes. Renamed to
    
    2007-01-21  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * configure.in: Add gyrus.desktop.in to AC_OUTPUT and small fixes.
            * gyrus.desktop.in: Renamed to gyrus.desktop.in.in, to properly
            generate set the VERSION value.
    
    
    svn path=/trunk/; revision=245

 ChangeLog           |    6 ++++++
 configure.in        |    6 ++----
 gyrus.desktop.in    |   12 ------------
 gyrus.desktop.in.in |   12 ++++++++++++
 4 files changed, 20 insertions(+), 16 deletions(-)

commit 565e116fdd357564814f78c30fc3284c4f4a0f02
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Mon Jan 1 01:05:48 2007 +0000

    Point to new GNOME SVN repository.
    
    2006-12-31  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * README: Point to new GNOME SVN repository.
    
    
    svn path=/trunk/; revision=239

 ChangeLog |    4 ++++
 README    |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit eea2aa0fa9e06e15af1ff17063e7e43c984b7a02
Author: Pema Geyleg <pgeyleg@src.gnome.org>
Date:   Mon Dec 25 08:51:52 2006 +0000

    *** empty log message ***
    
    svn path=/trunk/; revision=238

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/dz.po     |  585 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 594 insertions(+), 1 deletions(-)

commit 625c8936e295e5b133d76c1ca6d610abf4f72f17
Author: Francisco Javier F. Serrador <serrador@openshine.com>
Date:   Mon Dec 4 17:34:11 2006 +0000

    Updated Spanish translation.
    
    2006-12-04  Francisco Javier F. Serrador  <serrador@openshine.com>
    
    	* es.po: Updated Spanish translation.
    
    svn path=/trunk/; revision=237

 po/ChangeLog |    4 ++
 po/es.po     |   95 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 50 insertions(+), 49 deletions(-)

commit c6fda6718a00a3d1a8c80c7e2ee015c765e94f3b
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Sat Nov 18 20:01:20 2006 +0000

    Updated Arabic Translation.
    
    svn path=/trunk/; revision=236

 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/ar.po     |  680 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 686 insertions(+), 1 deletions(-)

commit 1d4c80f6a40a29a3b1b767dfbbc45ab3ade9d65f
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Tue Oct 3 07:10:27 2006 +0000

    Updated Finnish translation
    
    svn path=/trunk/; revision=235

 po/ChangeLog |    4 +
 po/fi.po     |  223 ++++++++++++++++++++++++++++-----------------------------
 2 files changed, 114 insertions(+), 113 deletions(-)

commit 934824ee66b4058cfbb9041981d786015c49ea5a
Author: David Lodge <dave@cirt.net>
Date:   Tue Sep 12 06:27:49 2006 +0000

    British (English) translation updated.
    
    2006-09-12  David Lodge <dave@cirt.net>
    
    	* en_GB.po: British (English) translation updated.
    
    svn path=/trunk/; revision=234

 po/ChangeLog |    4 +
 po/en_GB.po  |  525 ++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 335 insertions(+), 194 deletions(-)

commit e3c34943c2c2355bbb2c5fc8b21b8434fddd3734
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun Sep 10 13:13:41 2006 +0000

    Added hu to ALL_LINGUAS.
    
    2006-09-10  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* configure.in: Added hu to ALL_LINGUAS.
    
    svn path=/trunk/; revision=233

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

commit 957938db50fe8110ed11060f19934f355c627386
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun Sep 10 13:13:25 2006 +0000

    Translation added by Albitz NÃ³ra.
    
    2006-09-10  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Translation added by Albitz NÃ³ra.
    
    svn path=/trunk/; revision=232

 po/ChangeLog |    4 +
 po/hu.po     |  602 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 606 insertions(+), 0 deletions(-)

commit 8364ac6f10b0d7e1a3defbfdbfe2182c3636387b
Author: Daniel Nylander <po@danielnylander.se>
Date:   Tue Sep 5 06:55:55 2006 +0000

    Updated Swedish translation.
    
    2006-09-04  Daniel Nylander <po@danielnylander.se>
    
    	* sv.po: Updated Swedish translation.
    
    svn path=/trunk/; revision=231

 po/ChangeLog |    4 ++
 po/sv.po     |   92 ++++++++++++++++++++++++++-------------------------------
 2 files changed, 46 insertions(+), 50 deletions(-)

commit f778002a38470f3a1cf7c3338a01faefa3c797f9
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Thu Aug 24 12:31:14 2006 +0000

    vi.po: Updated Vietnamese translation.
    
    svn path=/trunk/; revision=230

 po/ChangeLog |    4 +
 po/vi.po     |  432 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 215 insertions(+), 221 deletions(-)

commit 23e2d6fcc532353f674dcb31d473eace67e787cd
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Mon Aug 7 20:05:42 2006 +0000

    Redesigned the sessions interface removing useless items and reordering
    
    2006-08-05  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/glade/sessions.glade: Redesigned the sessions interface removing
            useless items and reordering items.
            * src/gyrus-common.c: (gyrus_gtk_entry_has_text): Renamed gtk_entry_has_text ()
            to take it out from GTK+ namespace.
            * src/gyrus-common.h: ditto.
            * src/gyrus-dialog-find-mailbox.c:
            (gyrus_dialog_find_mailbox_on_entry_changed): ditto.
            * src/gyrus-dialog-mailbox-new.c:
            (gyrus_dialog_mailbox_new_on_checkbutton_toggled),
            (gyrus_dialog_mailbox_new_on_entry_changed): ditto.
            * src/gyrus-main-app.c: Use more stock items where possible.
            Renamed "Reports..." to "Create reports..." to improve
            usability.
            * src/gyrus-session.c:
            (gyrus_session_on_button_delete_session_clicked),
            (gyrus_session_on_row_activated), (gyrus_session_on_entry_changed),
            (gyrus_session_append_session),
            (gyrus_session_treeview_on_key_press_event),
            (gyrus_session_on_key_press_event),
            (gyrus_session_get_selected_session), (gyrus_session_open),
            (gyrus_session_load_interface),
            (gyrus_session_edit_load_interface):
    
            Remove wrapped function gyrus_session_name_compare_func ()
            and update accordly.
            Do not allow the user to accept in the edition dialog
            when there are empty entries.
            Use double click to open a session. Removed also
            the "session saved" dialog.
    
    svn path=/trunk/; revision=229

 ChangeLog                       |   32 ++++
 src/glade/sessions.glade        |  354 +++++++++++++++++++--------------------
 src/gyrus-common.c              |   19 ++-
 src/gyrus-common.h              |    2 +-
 src/gyrus-dialog-find-mailbox.c |    2 +-
 src/gyrus-dialog-mailbox-new.c  |    8 +-
 src/gyrus-main-app.c            |   28 ++--
 src/gyrus-session.c             |   82 ++++++---
 8 files changed, 292 insertions(+), 235 deletions(-)

commit 78a8a271142eba2788b3a0a7817bda0392d7306b
Author: Francisco Javier F. Serrador <serrador@openshine.com>
Date:   Sat Jul 29 17:41:45 2006 +0000

    Updated Spanish translation.
    
    2006-07-29  Francisco Javier F. Serrador  <serrador@openshine.com>
    
    	* es.po: Updated Spanish translation.
    
    svn path=/trunk/; revision=228

 po/ChangeLog |    4 +
 po/es.po     |  197 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 107 insertions(+), 94 deletions(-)

commit 7c5ef1e47bd147db9e1252ef0b103d536729d0d2
Author: Daniel Nylander <po@danielnylander.se>
Date:   Tue Apr 18 18:41:54 2006 +0000

    Updated Swedish translation.
    
    2006-04-18  Daniel Nylander <po@danielnylander.se>
    
            * sv.po: Updated Swedish translation.
    
    svn path=/trunk/; revision=227

 po/ChangeLog |    4 +
 po/sv.po     |  649 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 395 insertions(+), 258 deletions(-)

commit 6f255d804a72913d58ce44979d6006f30ebc0dc5
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Sat Mar 25 22:53:51 2006 +0000

    Post release bump.
    
    2006-03-25  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * configure.in: Post release bump.
    
    svn path=/trunk/; revision=226

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

commit 0f0b3e7e2d4aa361ab7255308282e5228c44bedc
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Sat Mar 25 22:50:04 2006 +0000

    Updated for version 0.3.6.
    
    2006-03-25  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * NEWS:
            * README: Updated for version 0.3.6.
    
    svn path=/trunk/; revision=224

 ChangeLog |    7 +++++++
 NEWS      |   32 ++++++++++++++++++++++++++++++++
 README    |   14 ++++++++------
 3 files changed, 47 insertions(+), 6 deletions(-)

commit 9fa99b48d0c3c11fb0a80b6efe5b2233ea837a3b
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Tue Mar 21 23:22:55 2006 +0000

    Remove useless action work that caused "RemoveMailbox" action to be
    
    2006-03-22  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-main-app.c: (gyrus_admin_delete_dialog_on_response):
            Remove useless action work that caused "RemoveMailbox" action
            to be disabled after trying to delete a mailbox. Blame me.
    
    svn path=/trunk/; revision=223

 ChangeLog            |    6 ++++++
 src/gyrus-main-app.c |    6 ------
 2 files changed, 6 insertions(+), 6 deletions(-)

commit b585c603e7e143e990e4941a0a612e4d48cd4082
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Tue Mar 21 22:52:17 2006 +0000

    Fixed leak.
    
    2006-03-21  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-admin-mailbox.c: (gyrus_admin_get_submailboxes):
            Fixed leak.
    
    svn path=/trunk/; revision=222

 ChangeLog                 |    5 +++++
 src/gyrus-admin-mailbox.c |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)

commit 9ff30c84e0bbaeb379b51449db5fc832097f0146
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Tue Mar 21 18:00:05 2006 +0000

    Use selection's "changed" signal instead of the
    
    2006-03-21  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-admin.c: (gyrus_admin_on_treeview_focused),
            (gyrus_admin_initialize_mailbox_tree_view),
            (gyrus_admin_initialize_acl_tree_view),
            (gyrus_admin_on_users_selection_changed):
    
            Use selection's "changed" signal instead of the
            (GtkTreeSelectionSelectFunc).
    
    svn path=/trunk/; revision=221

 ChangeLog         |   10 ++++++++
 src/gyrus-admin.c |   62 +++++++++++++++++++++++++---------------------------
 2 files changed, 40 insertions(+), 32 deletions(-)

commit ae67dbb93965f99c463c34fb19a9bb010542b624
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Tue Mar 21 14:25:47 2006 +0000

    Set a default item in the separator char combobox.
    
    2006-03-21  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-session.c: (gyrus_session_edit_load_interface): Set
            a default item in the separator char combobox.
    
    svn path=/trunk/; revision=220

 ChangeLog           |    5 +++++
 src/gyrus-session.c |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)

commit 244fac54daba80addf7356fcd5239245814d182e
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Tue Mar 21 12:57:32 2006 +0000

    Callback to set the last focused treeview from the mailboxes and the
    
    2006-03-21  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-admin.c: (gyrus_admin_set_selected_treeview): Callback
            to set the last focused treeview from the mailboxes and the orphaned
            mailboxes one.
            (gyrus_admin_initialize_mailbox_tree_view): Connecting "focus-in-event"
            signal.
            (gyrus_admin_get_selected_mailbox): Get selected mailbox from the
            last focused treeview.
            * TODO: Updated.
    
            Allow to delete selected orphaned mailboxes.
    
    svn path=/trunk/; revision=219

 ChangeLog         |   13 +++++++++++++
 TODO              |    5 ++---
 src/gyrus-admin.c |   28 +++++++++++++++++++++++++---
 3 files changed, 40 insertions(+), 6 deletions(-)

commit f70652114164f873b98974b58b82460d1225e447
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Fri Mar 10 05:01:09 2006 +0000

    Added Finnish translation
    
    svn path=/trunk/; revision=218

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/fi.po     |  600 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 609 insertions(+), 1 deletions(-)

commit f9349ceaefb7c277f38b5e8b2d9e836b97a721e2
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Mon Mar 6 13:37:58 2006 +0000

    Replace the two initialize treeview functions in a generic way.
    
    2006-03-06  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-admin.c: (gyrus_admin_init),
            (gyrus_admin_mailbox_tree_model_new), (gyrus_admin_get_users_list),
            (gyrus_admin_initialize_mailbox_tree_view): Replace the two
            initialize treeview functions in a generic way.
            (gyrus_admin_clean_mailbox_treeview): Abstract the cleaning of the
            mailbox treeviews when logging out of servers.
            (gyrus_admin_logged_out): Use
            gyrus_admin_clean_mailbox_treeview ().
            (gyrus_admin_select_foreach_func),
            (gyrus_admin_get_selected_mailbox),
            (gyrus_admin_on_users_selection_changed),
            (gyrus_admin_on_acl_identifier_edited): * src/gyrus-admin.h:
            Rewrote the GyrusColumnMailbox enum to make it clearer.
            * src/gyrus-dialog-find-mailbox.c: Using GyrusColumnMailbox enum.
            (gyrus_dialog_find_mailbox_on_button_find_clicked): Using
            GyrusColumnMailbox enum.
            * src/gyrus-report.c: (gyrus_report_evaluate_quota): Using
            GyrusColumnMailbox enum.
    
            Removed redundant code to manipulate mailboxes treeviews
            (duplicated functions, enumerations, etc).
    
    svn path=/trunk/; revision=217

 ChangeLog                       |   24 ++++++
 src/gyrus-admin.c               |  162 ++++++++++++++-------------------------
 src/gyrus-admin.h               |   10 +-
 src/gyrus-dialog-find-mailbox.c |    2 +-
 src/gyrus-report.c              |    2 +-
 5 files changed, 90 insertions(+), 110 deletions(-)

commit c6f203931bac8e4cde82e409e646dfe63fe381ab
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Fri Feb 10 06:42:44 2006 +0000

    vi.po: Updated Vietnamese translation.
    
    svn path=/trunk/; revision=216

 po/ChangeLog |    4 +++
 po/vi.po     |   65 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 41 insertions(+), 28 deletions(-)

commit 923b3d7e74312da2ad89b7b6f1ca300bff916ff1
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Tue Feb 7 13:13:34 2006 +0000

    Updated. Added treeview for orphaned mailboxes and vpaned. Added support
    
    2006-02-07  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * TODO: Updated.
            * src/glade/page.glade: Added treeview for orphaned mailboxes
            and vpaned.
            * src/gyrus-admin.c: (gyrus_admin_init_get_widgets),
            (gyrus_admin_init), (gyrus_admin_get_users_list),
            (gyrus_admin_corrupt_mailbox_tree_model_new),
            (gyrus_admin_initialize_corrupt_mailbox_tree_view),
            (gyrus_admin_logged_out): Added support for orphaned mailboxes. We fill
            a new model with those mailboxes that doesn't seem to fit in a sane
            mailboxes tree and we show it (fixes also the critical warning
            #330184).
            Right now we only show the orphaned mailboxes. Future work should
            allow to reparent them and/or delete them.
            * src/gyrus-admin.h: Added treeview for orphaned mailboxes to the
            private structure.
    
    svn path=/trunk/; revision=215

 ChangeLog            |   18 ++++++++
 TODO                 |   31 ++++++++-----
 src/glade/page.glade |   44 ++++++++++++++++---
 src/gyrus-admin.c    |  113 ++++++++++++++++++++++++++++++++++++++++++++++++--
 src/gyrus-admin.h    |   35 ++++++++--------
 5 files changed, 201 insertions(+), 40 deletions(-)

commit 5dc5dddbfd29b5ac889254d63b9e77feffd932cb
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Fri Jan 27 20:48:47 2006 +0000

    Adding necessary calls to gtk_action_group_set_translation_domain () to
    
    2006-01-27  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-main-app.c: (gyrus_main_app_init): Adding necessary
            calls to gtk_action_group_set_translation_domain () to get menu
            translated.
    
    svn path=/trunk/; revision=214

 ChangeLog            |    6 ++++++
 src/gyrus-main-app.c |    8 ++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)

commit e4c386a75816df4ee05358f4c34924e3aa69c202
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Sun Jan 22 15:55:50 2006 +0000

    Use KB here, too.
    
    2006-01-22  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-admin-mailbox.c: (gyrus_admin_mailbox_new): Use KB here, too.
            * src/gyrus-admin-mailbox.h:
            * src/gyrus-dialog-mailbox-new.c:
            (gyrus_dialog_mailbox_new_on_button_ok_clicked):
    
    svn path=/trunk/; revision=213

 ChangeLog                      |    7 +++++++
 src/gyrus-admin-mailbox.c      |    4 ++--
 src/gyrus-admin-mailbox.h      |    4 ++--
 src/gyrus-dialog-mailbox-new.c |    6 +++---
 4 files changed, 14 insertions(+), 7 deletions(-)

commit 7da732063b0b1a381cf3691367e264951ef24243
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Sun Jan 22 15:39:42 2006 +0000

    Changing gyrus_admin_mailbox_set_quota new_quota parameter to KB.
    
    2006-01-22  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-admin-mailbox.c: (gyrus_admin_mailbox_set_quota),
            (gyrus_admin_mailbox_on_button_quota_apply_clicked):
            * src/gyrus-admin-mailbox.h: Changing
            gyrus_admin_mailbox_set_quota new_quota parameter to KB. (#306485).
    
    svn path=/trunk/; revision=212

 ChangeLog                 |    7 +++++++
 src/gyrus-admin-mailbox.c |    8 ++++----
 src/gyrus-admin-mailbox.h |    4 ++--
 3 files changed, 13 insertions(+), 6 deletions(-)

commit d01f8d6304248735ec38728d84a855a5a49a856c
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Sun Jan 22 06:18:51 2006 +0000

    vi.po: Updated Vietnamese translation.
    
    svn path=/trunk/; revision=211

 po/ChangeLog |    4 +
 po/vi.po     |  188 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 98 insertions(+), 94 deletions(-)

commit 4c71e0b29c770122cdd8710579679f2013be8b8d
Author: Claudio Saavedra <csaavedr@src.gnome.org>
Date:   Sat Jan 21 13:56:49 2006 +0000

    Removing dependence on libbonoboui.
    
    svn path=/trunk/; revision=210

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

commit 8b2fb904ac9056cb43bafd2da4868a532451cbb5
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Fri Jan 20 00:10:31 2006 +0000

    Removed. Using automake 1.9. Fixes. Removed. Removed. Removed. Removing
    
    2006-01-20  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * acconfig.h: Removed.
            * autogen.sh: Using automake 1.9.
            * configure.in: Fixes.
            * install-sh: Removed.
            * missing: Removed.
            * mkinstalldirs: Removed.
            * src/Makefile.am: Removing gyrus-i18n.h
            * src/gyrus-admin-acl.c:
            * src/gyrus-admin-mailbox.c:
            * src/gyrus-admin.c:
            * src/gyrus-common.c:
            * src/gyrus-connection.c:
            * src/gyrus-dialog-find-mailbox.c:
            * src/gyrus-dialog-mailbox-new.c:
            * src/gyrus-i18n.h: Removed.
            * src/gyrus-main-app.c:
            * src/gyrus-preferences.c:
            * src/gyrus-report.c:
            * src/gyrus-session.c: Updating includes.
    
            Updates to automake 1.9 and some configure and build fixes. Also there
            are some files in cvs that don't belong there (install-sh, missing,
            mkinstalldirs, acconfig.h). (#327767, Patch from chpe@gnome.org).
    
    svn path=/trunk/; revision=209

 ChangeLog                       |   26 ++++
 acconfig.h                      |    8 -
 autogen.sh                      |    2 +-
 configure.in                    |   20 +--
 install-sh                      |  269 ---------------------------------------
 missing                         |  198 ----------------------------
 mkinstalldirs                   |  111 ----------------
 src/Makefile.am                 |    1 -
 src/gyrus-admin-acl.c           |    4 +-
 src/gyrus-admin-mailbox.c       |    4 +-
 src/gyrus-admin.c               |    4 +-
 src/gyrus-common.c              |    4 +-
 src/gyrus-connection.c          |    2 +
 src/gyrus-dialog-find-mailbox.c |    4 +-
 src/gyrus-dialog-mailbox-new.c  |    4 +-
 src/gyrus-i18n.h                |   39 ------
 src/gyrus-main-app.c            |    4 +-
 src/gyrus-preferences.c         |    4 +-
 src/gyrus-report.c              |    4 +-
 src/gyrus-session.c             |    4 +-
 20 files changed, 67 insertions(+), 649 deletions(-)

commit e91978ce08c17a2068c3dbd12bea928283f6c3a6
Author: Adam Weinberger <adamw@gnome.org>
Date:   Wed Jan 18 01:06:32 2006 +0000

    Updated Canadian English translation.
    
    
    2006-01-17  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.
    
    svn path=/trunk/; revision=208

 po/ChangeLog |    4 +
 po/en_CA.po  |  277 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 143 insertions(+), 138 deletions(-)

commit de188e2549ad889fd3db5bb6adc2c83a0204dc1c
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Mon Jan 16 14:39:01 2006 +0000

    Fixed typo (#327052, Pointed out by Clytie Siddall).
    
    2006-01-16  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-admin-mailbox.c: (gyrus_admin_mailbox_get_quota): Fixed
            typo (#327052, Pointed out by Clytie Siddall).
    
    svn path=/trunk/; revision=207

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

commit 7ccc028476f9a132d96e781a749d871042c4a441
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Tue Jan 10 12:18:50 2006 +0000

    vi.po: Updated Vietnamese translation.
    
    svn path=/trunk/; revision=206

 po/ChangeLog |    6 +
 po/vi.po     |  527 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 297 insertions(+), 236 deletions(-)

commit 5694a414262db4d1f85755277b94ae91b91febe1
Author: Stanislav Brabec <utx@src.gnome.org>
Date:   Fri Dec 30 19:41:29 2005 +0000

    Added Czech translation from Lukas Novotny.
    
    svn path=/trunk/; revision=205

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/cs.po     |  589 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 598 insertions(+), 1 deletions(-)

commit 07959ffa7699c57957170a5a9c32437410afa804
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Mon Dec 5 16:53:37 2005 +0000

    Better message for developers trying to build without having gnome-common.
    
    2005-12-05  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * autogen.sh: Better message for developers trying to build
            without having gnome-common.
    
    svn path=/trunk/; revision=204

 ChangeLog  |    5 +++++
 autogen.sh |    5 ++++-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit 7cb52544ba847a2e3f2e1b17c59e2dedf4548c8a
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Sun Dec 4 12:26:31 2005 +0000

    Freeing the lasts received bytes when no more needed.
    
    2005-12-04  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-connection.c: (gyrus_connection_tls_read):
            Freeing the lasts received bytes when no more needed.
            (gyrus_connection_conn_cb): Cleaning a little the record_rcv code. And
            making conn->priv->data = NULL after freeing it.
            * tests/gyrus-talk.c: (on_data_received): Cosmetic change.
    
    svn path=/trunk/; revision=203

 ChangeLog              |    8 ++++++
 src/gyrus-connection.c |   58 +++++++++++++++++++++++++----------------------
 tests/gyrus-talk.c     |    2 +-
 3 files changed, 40 insertions(+), 28 deletions(-)

commit b88f5572a00e3ef87a832aa2521b9ad0e97f170b
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sun Nov 13 15:05:24 2005 +0000

    Updated Spanish translation.
    
    2005-11-13  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.
    
    svn path=/trunk/; revision=202

 po/ChangeLog |    4 +
 po/es.po     |  266 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 170 insertions(+), 100 deletions(-)

commit bc8cd56a6b8a869591ea0443a5ad16a7c83e6750
Author: Adam Weinberger <adamw@gnome.org>
Date:   Tue Nov 1 17:57:09 2005 +0000

    Updated Canadian English translation.
    
    
    2005-11-01  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.
    
    svn path=/trunk/; revision=201

 po/ChangeLog   |    5 +
 po/POTFILES.in |    1 +
 po/en_CA.po    |  256 ++++++++++++++++++++++++++++++++++---------------------
 3 files changed, 164 insertions(+), 98 deletions(-)

commit e4919f948183f0735421a05f3d547458657f9c9b
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Fri Oct 28 18:36:58 2005 +0000

    If mailbox doesn't have an ACL entry then show the ACL treeview.
    
    2005-10-28  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-admin-mailbox.c: (gyrus_admin_add_acl_entry):
            If mailbox doesn't have an ACL entry then show the ACL
            treeview.
    
    svn path=/trunk/; revision=200

 ChangeLog                 |    6 ++++++
 src/gyrus-admin-mailbox.c |    6 ++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

commit 610cb8acee89e253517c0b9cfbf61b9c0446a6ee
Author: Claudio Saavedra <csaavedr@src.gnome.org>
Date:   Fri Oct 28 16:22:07 2005 +0000

    *** empty log message ***
    
    svn path=/trunk/; revision=199

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

commit 0d7319e03b6993f7d82bdf2bc1d8ce4774ce70aa
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Fri Oct 28 16:20:23 2005 +0000

    Updated stars email addresses.
    
    2005-10-28  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * AUTHORS:
            * src/gyrus-main-app.c: (gyrus_main_app_about):
    
            Updated stars email addresses.
    
    svn path=/trunk/; revision=198

 AUTHORS              |    2 +-
 ChangeLog            |    6 ++++++
 src/gyrus-main-app.c |    4 ++--
 3 files changed, 9 insertions(+), 3 deletions(-)

commit 207499812befdd7404ae0cd69388f9589ee6b988
Author: Claudio Saavedra <csaavedr@src.gnome.org>
Date:   Thu Oct 27 21:38:11 2005 +0000

    Removing src/schemas/Makefile.am src/schemas/gyrus.xml
    
    svn path=/trunk/; revision=197

 src/schemas/Makefile.am |    6 ---
 src/schemas/gyrus.xml   |   87 -----------------------------------------------
 2 files changed, 0 insertions(+), 93 deletions(-)

commit da56e435cb7fe717745af46bc7808ef4bebacc17
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Thu Oct 27 21:35:00 2005 +0000

    Removed references to src/schemas/*. Directory removed from distribution.
    
    2005-10-27  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * configure.in:
            * po/POTFILES.in:
            * src/Makefile.am:
    
            Removed references to src/schemas/*. Directory
            removed from distribution.
    
    svn path=/trunk/; revision=196

 ChangeLog       |    9 +++++++++
 configure.in    |    1 -
 po/POTFILES.in  |    1 -
 src/Makefile.am |    5 +----
 4 files changed, 10 insertions(+), 6 deletions(-)

commit 1473a1870d5545fd47e134ecff1693531c7921ce
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Thu Oct 27 21:28:49 2005 +0000

    Removed dependence on libbonoboui.
    
    2005-10-27  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * configure.in: Removed dependence on libbonoboui.
            * src/gyrus-admin-mailbox.c: (gyrus_admin_acl_set_tree_view):
            * src/gyrus-admin.c: (gyrus_admin_class_init),
            (gyrus_admin_logged_out), (gyrus_admin_post_login),
            (gyrus_admin_on_button_connect_clicked),
            (gyrus_admin_on_acl_selection_changed),
            (gyrus_admin_on_users_selection_changed):
            * src/gyrus-admin.h: Added signals ids.
            * src/gyrus-connection.c: (gyrus_connection_class_init):
            * src/gyrus-main-app.c: (gyrus_main_app_on_file_open_session),
            (gyrus_main_app_on_file_exit), (gyrus_main_app_on_edit_find),
            (gyrus_main_app_on_edit_mailbox_add),
            (gyrus_admin_delete_dialog_on_response),
            (gyrus_main_app_on_edit_mailbox_remove),
            (gyrus_main_app_on_edit_preferences),
            (gyrus_main_app_on_acl_entry_delete),
            (gyrus_main_app_on_acl_entry_rename),
            (gyrus_main_app_on_acl_entry_new),
            (gyrus_main_app_on_view_refresh), (gyrus_main_app_on_view_report),
            (gyrus_main_app_on_help_about),
            (gyrus_main_app_make_sensitivity_consistent),
            (gyrus_main_app_on_switch_page), (gyrus_main_app_get_type),
            (gyrus_main_app_init), (main_app_on_admin_connected),
            (main_app_on_admin_disconnected),
            (main_app_on_acl_entry_selection_changed),
            (main_app_on_mailbox_selection_changed),
            (gyrus_main_app_append_page), (gyrus_main_app_menu_set_sensitive),
            (main): Goodbye libbonoboui code! Hello GTK+!
            * src/gyrus-main-app.h: Parent class is now GtkWindow. Added
            elements to private structure to store GtkActionGroups.
            * src/gyrus-marshal.list: Added marshaling item.
            * src/gyrus-session.c:
    
            Removed dependence on libbonoboui. Using GtkUIManager. Using signals
            to notify the GyrusMainApp of changes on the status in GyrusAdmin
            objects. Code is now a little more clean.
    
    svn path=/trunk/; revision=195

 ChangeLog                 |   39 +++++
 TODO                      |    2 +-
 configure.in              |    2 -
 src/gyrus-admin-mailbox.c |    6 +-
 src/gyrus-admin.c         |  121 ++++++++------
 src/gyrus-admin.h         |    6 +-
 src/gyrus-connection.c    |   36 ++--
 src/gyrus-main-app.c      |  401 +++++++++++++++++++++++++++------------------
 src/gyrus-main-app.h      |   13 +-
 src/gyrus-marshal.list    |    1 +
 src/gyrus-session.c       |    1 -
 11 files changed, 387 insertions(+), 241 deletions(-)

commit c477c92d2139abcb74bcf1c3d3f7126f66b78069
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Tue Oct 11 23:26:45 2005 +0000

    Simplifying g_string code and improving indentation.
    
    2005-10-12  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-connection.c: (gyrus_connection_tls_read),
            (gyrus_connection_conn_cb), (gyrus_connection_inetaddr_cb),
            (gyrus_connection_set_property), (gyrus_connection_connect),
            (gyrus_connection_send): Simplifying g_string code and improving
            indentation.
    
    svn path=/trunk/; revision=194

 ChangeLog              |    8 ++++++++
 src/gyrus-connection.c |   34 +++++++++++++++-------------------
 2 files changed, 23 insertions(+), 19 deletions(-)

commit 61cd7a1465c56988706c2bf9ecf0b9e958d724f3
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Tue Oct 11 22:24:11 2005 +0000

    Updated Spanish translation.
    
    2005-10-12  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.
    
    svn path=/trunk/; revision=193

 po/ChangeLog |    4 +
 po/es.po     |  328 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 210 insertions(+), 122 deletions(-)

commit 8e677622938f62e4e6043600c4e129bf2774445b
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Sun Oct 9 11:02:41 2005 +0000

    Changing order of parameters.
    
    2005-10-09  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-connection.c: (gyrus_connection_receive),
            (gyrus_connection_tls_write), (gyrus_connection_conn_cb),
            (gyrus_connection_class_init), (gyrus_connection_get_type),
            (gyrus_connection_new): Changing order of parameters.
            * src/gyrus-connection.h:
            * tests/gyrus-talk.c: (make_connection), (progress_bar_pulse_func):
    
            Fixing typo: s/recive/receive. Improving indentation.
    
    svn path=/trunk/; revision=192

 ChangeLog              |   11 +++++++
 src/gyrus-connection.c |   78 ++++++++++++++++++++++++------------------------
 src/gyrus-connection.h |    7 ++--
 tests/gyrus-talk.c     |   16 +++++----
 4 files changed, 63 insertions(+), 49 deletions(-)

commit 2b020758a567f457138bc58f0a11e168e4cf6f7f
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Sun Oct 9 09:58:51 2005 +0000

    Fixing typo: s/recived/received
    
    2005-10-09  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-connection.c: (gyrus_connection_conn_cb),
            (gyrus_connection_class_init):
            * src/gyrus-connection.h:
            * tests/gyrus-talk.c: (on_data_received), (make_connection):
    
            Fixing typo: s/recived/received
    
    svn path=/trunk/; revision=191

 ChangeLog              |    9 +++++++++
 src/gyrus-connection.c |   24 ++++++++++++------------
 src/gyrus-connection.h |    2 +-
 tests/gyrus-talk.c     |    6 +++---
 4 files changed, 25 insertions(+), 16 deletions(-)

commit 1c318b4f4832f4a477c82527b34db1ea289407d5
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Sun Oct 2 16:21:23 2005 +0000

    Added dir tests. Search for path to glib-genmarshal. Adding LIBGNUTLS
    
    2005-10-02  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * Makefile.am: Added dir tests.
            * configure.in: Search for path to glib-genmarshal.
            * src/Makefile.am: Adding LIBGNUTLS flags and needed calls to
            generate gyrus-marshal.{c,h}. Sorted the list of sources files.
            * src/gyrus-connection.c: (gyrus_connection_recive),
            (gyrus_connection_tls_read), (gyrus_connection_tls_write),
            (gyrus_connection_prepare_ubuffer), (gyrus_connection_conn_cb),
            (gyrus_connection_inetaddr_cb), (gyrus_connection_class_finalize),
            (gyrus_connection_set_property), (gyrus_connection_get_property),
            (gyrus_connection_class_init), (gyrus_connection_instance_init),
            (gyrus_connection_get_type), (gyrus_connection_new),
            (gyrus_connection_destroy), (gyrus_connection_connect),
            (gyrus_connection_disconnect), (gyrus_connection_send),
            (gyrus_connection_get_connected), (gyrus_connection_get_host),
            (gyrus_connection_get_port): New file in project.
            * src/gyrus-connection.h: New file in project.
            * src/gyrus-marshal.list: New file in project.
            * tests/Makefile.am: New files to test gyrus-connection.
            * tests/gyrus-talk.c: (on_window_main_delete_event),
            (on_checkbutton_usetls_toggled), (on_button_connect_clicked),
            (on_entry_cmd_activate), (on_button_send_clicked),
            (on_connect_response), (on_data_recived), (on_connection_close),
            (log_append_text), (make_connection), (disconnect),
            (progress_bar_pulse_func), (wait_response), (response_done),
            (send_command), (main): New files to test gyrus-connection.
            * tests/gyrus-talk.glade: New files to test gyrus-connection.
    
    svn path=/trunk/; revision=190

 ChangeLog              |   29 ++
 Makefile.am            |    2 +-
 configure.in           |    9 +-
 src/Makefile.am        |   35 ++-
 src/gyrus-connection.c |  793 ++++++++++++++++++++++++++++++++++++++++++++++++
 src/gyrus-connection.h |   89 ++++++
 src/gyrus-marshal.list |    1 +
 tests/Makefile.am      |   20 ++
 tests/gyrus-talk.c     |  269 ++++++++++++++++
 tests/gyrus-talk.glade |  563 ++++++++++++++++++++++++++++++++++
 10 files changed, 1799 insertions(+), 11 deletions(-)

commit ec0d4fcfd9f401ff60decd3161891980ffa1874c
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Wed Sep 28 13:15:15 2005 +0000

    Added nl to ALL_LINGUAS.
    
    2005-09-28  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* configure.in: Added nl to ALL_LINGUAS.
    
    svn path=/trunk/; revision=189

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

commit 420064bed41deeb9aa96db352839dd29a5edf427
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Wed Sep 28 13:15:07 2005 +0000

    Translation added.
    
    2005-09-28  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation added.
    
    svn path=/trunk/; revision=188

 po/ChangeLog |    4 +
 po/nl.po     |  612 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 616 insertions(+), 0 deletions(-)

commit 5c5c82e336e74899af20200b71ea1e31aea2d65e
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Tue Sep 27 10:39:24 2005 +0000

    0.3.6 (now the version bump is _after_ the release and not _before_ it).
    
    2005-09-27  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * configure.in: 0.3.6 (now the version bump is _after_ the release and
            not _before_ it).
    
    svn path=/trunk/; revision=187

 ChangeLog    |    5 +++++
 configure.in |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 769378e213b46cc187d27c890324bd9f3198ebbf
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Tue Sep 27 10:27:48 2005 +0000

    0.3.5 0.3.5
    
    2005-09-27  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * NEWS: 0.3.5
            * configure.in: 0.3.5
    
    svn path=/trunk/; revision=185

 ChangeLog    |    5 +++++
 NEWS         |   18 ++++++++++++++++++
 configure.in |    4 ++--
 3 files changed, 25 insertions(+), 2 deletions(-)

commit 51332e8179f497ff10993710ed508279f3f4a246
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Tue Sep 20 15:55:18 2005 +0000

    Fixing memory leak.
    
    2005-09-20  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-session.c:
            (gyrus_session_on_button_delete_session_clicked): Fixing memory leak.
    
    svn path=/trunk/; revision=184

 ChangeLog           |    5 +++++
 src/gyrus-session.c |    7 +++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

commit 0fc46f793fb7722421bb6d1204a663f545335542
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Mon Sep 5 20:51:53 2005 +0000

    Added missing vi entry translation. Formats the percentage column with one
    
    2005-09-05  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * configure.in: Added missing vi entry translation.
            * src/gyrus-report.c: (gyrus_report_cell_data_func): Formats
            the percentage column with one decimal.
            (gyrus_report_initialize_tree_view): References to
            gyrus_report_cell_data_function.
            (gyrus_report_evaluate_quota): Updating code in #else.
            (gyrus_report_on_button_print_clicked),
            (gyrus_report_create_print), (gyrus_report_draw_begin),
            (gyrus_report_create_data_page), (gyrus_report_print_quota):
    
            Cleaned warnings and memory leaks.
    
    svn path=/trunk/; revision=183

 ChangeLog          |   14 +++++++++
 configure.in       |    2 +-
 src/gyrus-report.c |   79 ++++++++++++++++++++++++++++++++++++---------------
 3 files changed, 71 insertions(+), 24 deletions(-)

commit 71a892fdedf0902b83af12bb65b94645f66c4fd2
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Sat Sep 3 16:51:34 2005 +0000

    Check if returned gconf value is NULL and set it to a default value. If
    
    2005-09-03  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-session.c: (gyrus_session_get_with_name): Check if
            returned gconf value is NULL and set it to a default value. If
    session
            has no hierarchy character set (as in sessions created with
    versions
            olders than 0.3.4) doesn't crash when loading it. Fixes #314809.
    
    svn path=/trunk/; revision=182

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

commit 88056eb1e670fd1e236ec46a341554ac1c8e33a1
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Fri Sep 2 22:54:27 2005 +0000

    Added info about the mailing list.
    
    2005-09-03  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * README: Added info about the mailing list.
    
    svn path=/trunk/; revision=181

 ChangeLog |    4 ++++
 README    |   14 ++++++++++++--
 2 files changed, 16 insertions(+), 2 deletions(-)

commit e4771cb565995577bddb344fb46c40c63dd0ef97
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Sun Aug 28 16:05:06 2005 +0000

    Improved documentation of get_quota. Indented. Cleaned treeview code and
    
    2005-08-28  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-admin-mailbox.h: Improved documentation of get_quota.
            * src/gyrus-admin.c: (gyrus_admin_pre_login): Indented.
            * src/gyrus-report.c: (gyrus_report_show_report),
            (gyrus_report_initialize_tree_view),
            (gyrus_report_on_delete_event_window_report),
            (gyrus_report_on_button_cancel_clicked),
            (gyrus_report_on_button_update_clicked),
            (gyrus_report_evaluate_quota), (gyrus_report_print_quota):
            Cleaned treeview code and using GTK stock icons.
    
            * src/gyrus-report.h: Removed pixbuf_folder element of structure.
    
    svn path=/trunk/; revision=180

 ChangeLog                 |   14 +++++
 src/gyrus-admin-mailbox.h |    3 +
 src/gyrus-admin.c         |    3 +-
 src/gyrus-report.c        |  129 +++++++++++++++++++++++++-------------------
 src/gyrus-report.h        |    1 -
 5 files changed, 92 insertions(+), 58 deletions(-)

commit 3147b6d430d29c1c6e71a948c3adfed3761660c3
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Sun Aug 28 13:33:41 2005 +0000

    Removed unused documentors array.
    
    2005-08-28  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-main-app.c: (gyrus_main_app_about): Removed unused
            documentors array.
    
    svn path=/trunk/; revision=179

 ChangeLog            |    5 +++++
 src/gyrus-main-app.c |    3 ---
 2 files changed, 5 insertions(+), 3 deletions(-)

commit 30c7db58868bfca8aa282abe8f1fcb94841238f0
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Sun Aug 28 05:00:00 2005 +0000

    vi.po: Updated Vietnamese translation.
    
    svn path=/trunk/; revision=178

 po/ChangeLog |    4 ++
 po/vi.po     |  157 ++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 103 insertions(+), 58 deletions(-)

commit 581e307f6aa9582ee2fd0bceabab9dd9330c1a5e
Author: Adam Weinberger <adamw@gnome.org>
Date:   Sat Aug 27 23:21:10 2005 +0000

    Updated Canadian English translation.
    
    
    2005-08-27  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.
    
    svn path=/trunk/; revision=177

 po/ChangeLog |    4 ++
 po/en_CA.po  |  119 +++++++++++++++++++++++++++++++++------------------------
 2 files changed, 73 insertions(+), 50 deletions(-)

commit 6911deced65f8bab8682e470a38fe7df1ecd24dc
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Fri Aug 26 17:11:05 2005 +0000

    Improved UI string. Improved UI string. Added definition of function.
    
    2005-08-26  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * gyrus.desktop.in: Improved UI string.
            * src/gyrus-admin-mailbox.c: (gyrus_admin_mailbox_new): Improved UI
            string.
            * src/gyrus-admin.h: Added definition of function.
            * src/schemas/gyrus.xml: Improved UI string.
    
    svn path=/trunk/; revision=176

 ChangeLog                 |    8 ++++++++
 gyrus.desktop.in          |    2 +-
 src/gyrus-admin-mailbox.c |    2 +-
 src/gyrus-admin.h         |    9 +++++++++
 src/schemas/gyrus.xml     |    2 +-
 5 files changed, 20 insertions(+), 3 deletions(-)

commit f2d0f0a939b9723afe0f2131983650982377f663
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Fri Aug 26 06:49:05 2005 +0000

    vi.po: Updated Vietnamese translation.
    
    svn path=/trunk/; revision=175

 po/ChangeLog |    4 +
 po/vi.po     |  489 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 493 insertions(+), 0 deletions(-)

commit 393017a8b829fc4f8f239e274cd00b497efaa8f5
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Wed Aug 24 19:09:34 2005 +0000

    Removed folder.png
    
    2005-08-24  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/pixmaps/Makefile.am: Removed folder.png
            * src/pixmaps/folder.png:
    
    svn path=/trunk/; revision=174

 ChangeLog               |    5 +++++
 src/pixmaps/Makefile.am |    1 -
 src/pixmaps/folder.png  |  Bin 1472 -> 0 bytes
 3 files changed, 5 insertions(+), 1 deletions(-)

commit f0ca1175e7fba85a6a8b83bd5ef6af82736d8db5
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Tue Aug 23 15:31:10 2005 +0000

    0.3.4 0.3.4 0.3.4 Hiding (still) unused elements.
    
    2005-08-23  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * NEWS: 0.3.4
            * README: 0.3.4
            * configure.in: 0.3.4
            * src/glade/sessions.glade: Hiding (still) unused elements.
    
    svn path=/trunk/; revision=172

 ChangeLog                |    9 +++++++++
 NEWS                     |   31 +++++++++++++++++++++++++++++++
 README                   |   10 ++++++++++
 configure.in             |    2 +-
 src/glade/sessions.glade |    3 ---
 5 files changed, 51 insertions(+), 4 deletions(-)

commit ec0a46e9404766c21ed25040a2e0184b78589537
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Tue Aug 23 14:22:10 2005 +0000

    Removed files.
    
    2005-08-23  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * intltool-extract.in:
            * intltool-merge.in:
            * intltool-update.in:
    
            Removed files.
    
    svn path=/trunk/; revision=171

 ChangeLog           |    8 +
 intltool-extract.in |  839 -------------------------------
 intltool-merge.in   | 1356 ---------------------------------------------------
 intltool-update.in  | 1065 ----------------------------------------
 4 files changed, 8 insertions(+), 3260 deletions(-)

commit 10c78420ba56b6b6077e6d7204c855028b116459
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Mon Aug 22 22:30:43 2005 +0000

    Added GtkComboBox for choosing the separator char. Changing interface. Now
    
    2005-08-22  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/glade/sessions.glade: Added GtkComboBox for choosing the
            separator char.
            * src/gyrus-admin-mailbox.c:
            (gyrus_admin_mailbox_name_is_valid): Changing interface. Now
            requires also the GyrusAdmin instance.
            (gyrus_admin_mailbox_on_button_quota_apply_clicked),
            (gyrus_admin_mailbox_new), (gyrus_admin_get_submailboxes):
            Changing static "." separator for call to function to use
            the correct separator. Call to gyrus_admin_mailbox_name_is_valid ()
            according to new interface. Uses
            gyrus_admin_get_mailbox_from_list_message (). Now works
            correctly with newer versions of cyrus-imapd.
    
            * src/gyrus-admin.c: (gyrus_admin_get_mailbox_from_list_message):
            Obtains the name of the mailbox from a line of the LIST response. It is
            supposed to have a better support to newer versions of
            cyrus-imapd.
    
            (gyrus_admin_set_separator_char_auto): Autodetects the separator
            character and stores it in admin->priv->session.
    
            (gyrus_admin_get_users_list): Reads all the maiboxes,
            not only those beginning with "user.". Uses
            gyrus_admin_get_mailbox_from_list_message (). Now works
            correctly with newer versions of cyrus-imapd.
    
            (gyrus_admin_post_login): If character separator is set to
            autodetection, call gyrus_admin_set_separator_char_auto () to set
            it correctly.
    
            (gyrus_admin_select_foreach_func): Fixing memory leak.
    
            (gyrus_admin_get_separator_char): Obtains the hierarchy character
            separator from the session.
    
            (gyrus_admin_load_session_info): Loads the hierarchy separator.
    
            (gyrus_admin_on_users_selection_changed):
            Changing static "." separator everywhere for a call to function to use
            the correct separator.
    
            * src/gyrus-admin.h: Declares gyrus_admin_get_separator_char ().
            * src/gyrus-session.c: New column in model COLUMN_SEP_CHAR. New widget
            combobox_sep_char.
    
            (gyrus_session_on_button_delete_session_clicked): Deletes separator
            character from saved session too.
    
            (gyrus_session_edit_session): Saves sep. char. too.
            (gyrus_session_is_valid): Validates sep.char.
            (gyrus_session_append_session): The same...
            (gyrus_session_set_defaults_from_session),
            (gyrus_session_new_from_interface),
            (gyrus_session_add_session_to_treeview),
            (gyrus_session_treeview_on_key_press_event),
            (gyrus_session_set_treeview),
            (gyrus_session_create_model_sessions),
            (gyrus_session_get_selected_session),
            (gyrus_session_get_with_name), (gyrus_session_edit_load_interface),
            (gyrus_session_free):
            * src/gyrus-session.h:
    
            Changing static "." separator everywhere for a call to function to use
            the correct separator. Adding support for the storing and
            loading of the mailbox hierarchy separator.
    
    svn path=/trunk/; revision=170

 ChangeLog                 |   68 ++++++++++++++++++++++++++++++
 src/glade/sessions.glade  |   54 ++++++++++++++++++++++++
 src/gyrus-admin-mailbox.c |   20 ++++-----
 src/gyrus-admin.c         |   91 +++++++++++++++++++++++++++++++---------
 src/gyrus-admin.h         |    6 +++
 src/gyrus-session.c       |  100 ++++++++++++++++++++++++++++++++++-----------
 src/gyrus-session.h       |    1 +
 7 files changed, 283 insertions(+), 57 deletions(-)

commit 0f0985ce2411932cf3f269e197f2dfde3449bd2e
Author: Adam Weinberger <adamw@gnome.org>
Date:   Sun Aug 21 04:32:19 2005 +0000

    Updated Canadian English translation.
    
    
    2005-08-21  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.
    
    svn path=/trunk/; revision=169

 po/ChangeLog |    4 ++
 po/en_CA.po  |  100 ++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 64 insertions(+), 40 deletions(-)

commit 6954164d014b1b692bd787e401d009b36fb06288
Author: Mario Fuentes <mario@gnome.cl>
Date:   Sat Aug 20 09:45:45 2005 +0000

    UI improvement, re-design of the Session dialog, added fields to use with
    
    2005-08-19  Mario Fuentes  <mario@gnome.cl>
    
            * src/glade/page.glade:
            * src/glade/sessions.glade: UI improvement, re-design of the
            Session dialog, added fields to use     with the TLS support
    (work
            in progress).  Set treeview's shadow to "In".
            * src/src/gyrus-session.[ch]: added support for manage TLS
            sessions, included a gconf parameter.
    
    svn path=/trunk/; revision=168

 ChangeLog                |    9 +
 src/glade/page.glade     |  224 +++++++++++-----
 src/glade/sessions.glade |  638 ++++++++++++++++++++++++++++++----------------
 src/gyrus-session.c      |   56 ++++-
 src/gyrus-session.h      |    1 +
 5 files changed, 626 insertions(+), 302 deletions(-)

commit e16204c605e6df738f879b41c12f886d0b34e501
Author: Mario Fuentes <mario@gnome.cl>
Date:   Sat Aug 20 09:21:42 2005 +0000

    changed the first column of the ListStore from GDK_TYPE_PIXBUF to
    
    2005-08-19  Mario Fuentes <mario@gnome.cl>
    
            * src/gyrus-admin.c (gyrus_admin_users_tree_model_new): changed
            the first column of the ListStore from GDK_TYPE_PIXBUF to
            G_TYPE_STRING for uses the stock icon "gtk-directory".
            (gyrus_admin_get_users_list): Changed the first column of the
            Users's TreeView to uses the stock icon for Folders.
    
    svn path=/trunk/; revision=167

 ChangeLog         |    8 ++++++++
 src/gyrus-admin.c |   21 +++++++++------------
 2 files changed, 17 insertions(+), 12 deletions(-)

commit adaca2cd01c34936b81f489caee5807b5b813d5a
Author: Adam Weinberger <adamw@gnome.org>
Date:   Mon Aug 15 02:38:57 2005 +0000

    Updated Canadian English translation.
    
    
    2005-08-14  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.
    
    svn path=/trunk/; revision=166

 po/ChangeLog |    4 ++++
 po/en_CA.po  |   56 ++++++++++++++++++++++++++++++++------------------------
 2 files changed, 36 insertions(+), 24 deletions(-)

commit 9a2e60e5fcb018b1b00b625d90cba96ce4e113a6
Author: Pedro Villavicencio Garrido <pvillavi@gnome.org>
Date:   Sun Aug 14 15:15:33 2005 +0000

    port to GtkAboutDialog.
    
    2005-08-14  Pedro Villavicencio Garrido  <pvillavi@gnome.org>
    
            * src/gyrus-main-app.c (gyrus_main_app_about): port to
            GtkAboutDialog.
    
    svn path=/trunk/; revision=165

 ChangeLog            |    5 +++++
 src/gyrus-main-app.c |   30 +++++++++++-------------------
 2 files changed, 16 insertions(+), 19 deletions(-)

commit 819a3f016eca82501310a34e389fa7e01a1ea66f
Author: Pedro Villavicencio Garrido <pvillavi@gnome.org>
Date:   Sun Aug 14 05:23:43 2005 +0000

    use gtk-connect and gtk-disconnect instead of gtk-jump-to and gtk-stop.
    
    2005-08-14  Pedro Villavicencio Garrido  <pvillavi@gnome.org>
    
    	* src/gyrus-admin.c (gyrus_admin_logged_out),
    	(gyrus_admin_pre_login):
    	* src/glade/page.glade: use gtk-connect and gtk-disconnect
    	instead of gtk-jump-to and gtk-stop.
    
    	* configure.in: bump GTK+ dep to 2.6.
    
    svn path=/trunk/; revision=164

 ChangeLog            |    9 ++++++
 configure.in         |    2 +-
 src/glade/page.glade |   76 +++++++++++++++++++++++++++++++++++++++++++++----
 src/gyrus-admin.c    |   15 ++++++++-
 4 files changed, 92 insertions(+), 10 deletions(-)

commit 1f2dcf0b85e4404265654e44418eeded73dc6a40
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Sun Aug 14 00:40:36 2005 +0000

    Added support for [ALERT] server responses, as specified in RFC 2060.
    
    2005-08-14  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-admin.c: (gyrus_admin_listen_channel),
            (gyrus_admin_write_channel): Added support for [ALERT] server
            responses, as specified in RFC 2060. Fixes #305197.
    
    svn path=/trunk/; revision=163

 ChangeLog         |    6 +++++
 src/gyrus-admin.c |   66 +++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 52 insertions(+), 20 deletions(-)

commit 614e9aec824ea1a0a6c30f714deade15fc9df674
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Fri Aug 12 01:19:53 2005 +0000

    Updated Spanish translation (Hector Henriquez).
    
    2005-08-12  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * es.po: Updated Spanish translation (Hector Henriquez).
    
    svn path=/trunk/; revision=162

 intltool-extract.in |  351 +++++++++++++++++++++++++++++++++++++++++++++++++--
 intltool-merge.in   |  109 +++++++++++-----
 intltool-update.in  |   12 +-
 po/ChangeLog        |    4 +
 po/es.po            |  252 ++++++++++++++++++-------------------
 5 files changed, 547 insertions(+), 181 deletions(-)

commit 6031fadeffff692774f8e561ee949a0ee041d9f2
Author: Maxim Dziumanenko <mvd@mylinux.ua>
Date:   Tue Aug 9 06:53:38 2005 +0000

    Added Ukrainian translation.
    
    2005-08-09  Maxim Dziumanenko <mvd@mylinux.ua>
    
    	* Added Ukrainian translation.
    
    svn path=/trunk/; revision=161

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/uk.po     |  481 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 490 insertions(+), 1 deletions(-)

commit 4a11d58320a95b44cba118ddb14078104f1cfb00
Author: Adam Weinberger <adamw@gnome.org>
Date:   Sat Jul 23 18:52:42 2005 +0000

    Added missing files. Updated Canadian English translation.
    
    
    2005-07-23  Adam Weinberger  <adamw@gnome.org>
    
    	* POTFILES.in: Added missing files.
    	* en_CA.po: Updated Canadian English translation.
    
    svn path=/trunk/; revision=160

 po/ChangeLog   |    1 +
 po/POTFILES.in |    2 ++
 po/en_CA.po    |   50 +++++++++++++++++++++++++++++++++++++++++++-------
 3 files changed, 46 insertions(+), 7 deletions(-)

commit a709ffd0849bd27f4ff4652e7e5b3573a2e52978
Author: Adam Weinberger <adamw@gnome.org>
Date:   Sat Jul 23 18:50:54 2005 +0000

    Updated Canadian English translation.
    
    
    2005-07-23  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.
    
    svn path=/trunk/; revision=159

 po/ChangeLog |    4 +
 po/en_CA.po  |  211 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 114 insertions(+), 101 deletions(-)

commit 63455e4d06cfc892174e839b336c24d8478121de
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Fri Jul 22 19:56:04 2005 +0000

    Updated. Set the scrolling policy to automatic.
    
    2005-07-22  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * TODO: Updated.
            * src/glade/report.glade: Set the scrolling policy to automatic.
            * src/gyrus-report.c: (gyrus_report_show_report),
            (gyrus_report_initialize_tree_view), (gyrus_report_evaluate_quota):
    
            Fixing memory leaks. Beginning work to improve performance.
    
    svn path=/trunk/; revision=158

 ChangeLog              |    9 ++++
 TODO                   |   14 ++-----
 src/glade/report.glade |    4 +-
 src/gyrus-report.c     |  101 +++++++++++++++++++++++++++++-------------------
 4 files changed, 76 insertions(+), 52 deletions(-)

commit 6c93403c9443215745ce36106f911b59dd73b1d2
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Fri Jul 22 17:49:07 2005 +0000

    New dependences (libgnomeprintui). Added files (gyrus-report.[ch]). Added
    
    2005-07-22  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * configure.in: New dependences (libgnomeprintui).
            * src/Makefile.am: Added files (gyrus-report.[ch]).
            * src/glade/Makefile.am: Added file (report.glade).
            * src/glade/report.glade: New UI for reports.
            * src/gyrus-admin.h: Including <gtk/gtk.h>
            * src/gyrus-main-app.c: (gyrus_main_app_on_view_report),
            (gyrus_main_app_menu_set_sensitive):
            * src/gyrus-report.c: (gyrus_report_show_report),
            (gyrus_report_initialize_tree_view),
            (gyrus_report_on_delete_event_window_report),
            (gyrus_report_on_button_cancel_clicked),
            (gyrus_report_on_button_update_clicked),
            (gyrus_report_evaluate_quota),
            (gyrus_report_on_button_print_clicked),
            (gyrus_report_create_print), (gyrus_report_draw_begin),
            (gyrus_report_create_data_page), (gyrus_report_print_quota):
            * src/gyrus-report.h:
            * src/schemas/gyrus.xml: New menu entry.
    
            Merging changes from Alejandro ValdÃ©s in order to support the
            creation of reports with users overquota (#307181).
    
    svn path=/trunk/; revision=157

 ChangeLog              |   30 +++
 configure.in           |    4 +-
 src/Makefile.am        |    1 +
 src/glade/Makefile.am  |    3 +-
 src/glade/report.glade |  187 +++++++++++++++++++
 src/gyrus-admin.h      |    3 +-
 src/gyrus-main-app.c   |   15 ++
 src/gyrus-report.c     |  486 ++++++++++++++++++++++++++++++++++++++++++++++++
 src/gyrus-report.h     |   78 ++++++++
 src/schemas/gyrus.xml  |    5 +
 10 files changed, 809 insertions(+), 3 deletions(-)

commit a43f05a2ff9bff466bb75912ff04271bdfb63c9c
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Fri Jul 22 14:46:11 2005 +0000

    Puts the name of the active session in the title of the main window
    
    2005-07-22  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-main-app.c:
            (gyrus_main_app_on_button_close_page_clicked),
            (gyrus_main_app_on_switch_page): Puts the name of the active session in
            the title of the main window (#307293). Patch by HÃ©ctor EnrÃ­quez DÃ­az
            with little modifications.
    
    svn path=/trunk/; revision=156

 ChangeLog            |    8 ++
 intltool-extract.in  |   59 +++++++++++--
 intltool-merge.in    |  238 +++++++++++++++++++++++++++++++-------------------
 intltool-update.in   |   91 +++++++++++++------
 src/gyrus-main-app.c |    9 ++
 5 files changed, 279 insertions(+), 126 deletions(-)

commit de61f25951529f276a531825aa61c1cc6ab17f69
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Fri Jun 24 17:44:36 2005 +0000

    Check if the iter is seted correctly. Fix bug #308422. Patch from Juan
    
    2005-06-24  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-admin.c: (gyrus_admin_on_acl_identifier_edited): Check if
            the iter is seted correctly. Fix bug #308422. Patch from
            Juan Carlos Inostroza <jci@tux.cl>.
    
    svn path=/trunk/; revision=155

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

commit 88748e0c203c99570544f2ab8e4e8df4c42297d6
Author: Claudio Saavedra <csaavedr@src.gnome.org>
Date:   Thu Jun 9 22:27:04 2005 +0000

    Documented all the public API
    
    svn path=/trunk/; revision=154

 ChangeLog                       |   17 ++++++
 src/gyrus-admin-mailbox.c       |    8 ++--
 src/gyrus-admin-mailbox.h       |  110 ++++++++++++++++++++++++++++++++++++---
 src/gyrus-admin.h               |   63 ++++++++++++++++++++++
 src/gyrus-common.h              |    9 +++-
 src/gyrus-dialog-find-mailbox.h |    9 +++
 src/gyrus-dialog-mailbox-new.h  |    7 +++
 src/gyrus-main-app.h            |   50 ++++++++++++++++++
 src/gyrus-preferences.h         |    2 +
 src/gyrus-session.c             |    3 +-
 src/gyrus-session.h             |    7 ++-
 11 files changed, 270 insertions(+), 15 deletions(-)

commit a0acd8e187968424d531a3e5100dcbbe77e91023
Author: Claudio Saavedra <csaavedr@src.gnome.org>
Date:   Fri Jun 3 04:10:52 2005 +0000

    Updated README.
    
    svn path=/trunk/; revision=153

 ChangeLog |    4 ++++
 README    |    5 +++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit f80f708123df72320f29d5cace1af7acf0c6ce7a
Author: Adam Weinberger <adamw@gnome.org>
Date:   Mon May 23 17:12:41 2005 +0000

    Updated Canadian English translation.
    
    2005-05-23  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.
    
    svn path=/trunk/; revision=152

 po/ChangeLog |    4 +
 po/en_CA.po  |  205 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 106 insertions(+), 103 deletions(-)

commit 4d85a20fafce25e3c33cbd89ce1cc98ee98405b5
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Fri May 20 17:51:55 2005 +0000

    Uses gyrus_common_str_is_ascii.
    
    2005-05-20  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-admin-acl.c: (gyrus_admin_acl_set_entry):
            Uses gyrus_common_str_is_ascii.
            * src/gyrus-common.c: (gyrus_common_str_is_ascii):
            * src/gyrus-common.h:
            Function to check if a string is ASCII.
    
    svn path=/trunk/; revision=151

 ChangeLog             |    8 ++++++++
 src/gyrus-admin-acl.c |    2 +-
 src/gyrus-common.c    |   11 +++++++++++
 src/gyrus-common.h    |    6 ++++++
 4 files changed, 26 insertions(+), 1 deletions(-)

commit 98da1f996894f70ff422cbffa5ac59c2546c8b69
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Thu May 19 23:40:50 2005 +0000

    Updated. Increased version.
    
    2005-05-19  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * NEWS: Updated.
            * configure.in: Increased version.
            * po/en_CA.po:
            * po/en_GB.po:
            * po/es.po:
            * po/pt_BR.po:
            * po/sv.po:
            * po/zh_CN.po:
    
    svn path=/trunk/; revision=149

 ChangeLog    |   13 +++
 NEWS         |   22 +++++
 configure.in |    4 +-
 po/en_CA.po  |  203 +++++++++++++++++++++++----------------------
 po/en_GB.po  |  261 ++++++++++++++++++++++++++++++++++------------------------
 po/es.po     |  125 ++++++++++++++++++----------
 po/pt_BR.po  |  116 +++++++++++++++++---------
 po/sv.po     |  126 +++++++++++++++++++---------
 po/zh_CN.po  |  122 +++++++++++++++++++---------
 9 files changed, 624 insertions(+), 368 deletions(-)

commit 98e3ca84d9864a03395bf368c125550f3765761d
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Thu May 19 23:08:25 2005 +0000

    Rejects utf-8 identifiers, as cyrus doesn't allow those chars. Fixes bug
    
    2005-05-19  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * src/gyrus-admin-acl.c: (gyrus_admin_acl_set_entry): Rejects utf-8
            identifiers, as cyrus doesn't allow those chars. Fixes bug #301960.
    
    svn path=/trunk/; revision=148

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

commit 961d3bf24c2191b8f8d52642f52d33bc6ee2a5d8
Author: Adam Weinberger <adamw@gnome.org>
Date:   Thu May 19 18:42:46 2005 +0000

    Updated Canadian English translation.
    
    2005-05-19  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.
    
    svn path=/trunk/; revision=147

 po/ChangeLog |    4 ++
 po/en_CA.po  |  112 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 74 insertions(+), 42 deletions(-)

commit f30534941ba2c83f52faef9030355d08a38e9c0a
Author: Pedro Villavicencio Garrido <pvillavi@gnome.org>
Date:   Tue May 17 14:16:44 2005 +0000

    Added desktop entry. Updated for generate the .desktop. Added
    
    2005-05-16  Pedro Villavicencio Garrido  <pvillavi@gnome.org>
    
            * gyrus.desktop.in: Added desktop entry.
            * Makefile.am: Updated for generate the .desktop.
            * po/POTFILES.in: Added gyrus.desktop.in to the list.
    
    svn path=/trunk/; revision=146

 ChangeLog        |    6 ++++++
 Makefile.am      |    8 ++++++++
 gyrus.desktop.in |   12 ++++++++++++
 po/ChangeLog     |    4 ++++
 po/POTFILES.in   |    1 +
 po/es.po         |    8 ++++++++
 6 files changed, 39 insertions(+), 0 deletions(-)

commit 3b879aa73a1a638cdb2349e7f807dad95cc2ae2c
Author: Claudio Saavedra <csaavedr@src.gnome.org>
Date:   Fri May 13 20:33:53 2005 +0000

    Updated info. Added encoding message. Adding bind_textdomain_codeset()
    
            * TODO: Updated info.
            * po/POTFILES.in: Added encoding message.
            * src/gyrus-main-app.c: (main): Adding bind_textdomain_codeset()
            call. Fixes #303742. Patch from Pedro Villavicencio
            <pvillavi@gnome.org>.
    
    svn path=/trunk/; revision=145

 ChangeLog            |    8 +
 TODO                 |    4 -
 intltool-extract.in  |   31 ++--
 intltool-merge.in    |  442 ++++++++++++++++++++------------------------------
 intltool-update.in   |  108 ++++++++++---
 po/POTFILES.in       |    1 +
 src/gyrus-main-app.c |    1 +
 7 files changed, 293 insertions(+), 302 deletions(-)

commit 167f4988f35629f551854c9e627115da84f0391a
Author: Claudio Saavedra <csaavedr@src.gnome.org>
Date:   Fri May 13 19:58:15 2005 +0000

    Check if entry or mailbox name comes empty. Added headers to remove
    
            * src/gyrus-admin-acl.c: (gyrus_admin_acl_set_entry): Check if
            entry or mailbox name comes empty.
            * src/gyrus-admin-mailbox.h: Added headers to remove warnings.
            * src/gyrus-session.c: Commented out the unused
            gyrus_session_debug_pring_stored_session() function.
    
    svn path=/trunk/; revision=144

 ChangeLog                 |    8 ++++++++
 src/gyrus-admin-acl.c     |   11 +++++++++++
 src/gyrus-admin-mailbox.h |    5 +++++
 src/gyrus-session.c       |    2 ++
 4 files changed, 26 insertions(+), 0 deletions(-)

commit 805d859179ca5f7fbf0f76df50bfd0c07d34d2d8
Author: Claudio Saavedra <csaavedr@src.gnome.org>
Date:   Fri May 13 19:06:31 2005 +0000

    Updated info Added a dialog to ask for the password, changing entries to
    
            * TODO: Updated info
            * src/glade/page.glade: Added a dialog to ask for the
            password, changing entries to labels to make the app more HIG'ished.
            * src/gyrus-admin.c: (gyrus_admin_init_get_widgets),
            (gyrus_admin_init_connect_signals),
            (gyrus_admin_pre_login): Cleaned up code.
            (gyrus_admin_load_session_info), (gyrus_admin_new):
            * src/gyrus-admin.h:
            * src/gyrus-common.c: (gyrus_dialog_password_new): Create dialog to ask
            for the password.
            * src/gyrus-common.h:
            * src/gyrus-main-app.c: (gyrus_main_app_about): Changed string
            "translators" to "translators-credits" so translators will know where
            to put their credits.
    
    svn path=/trunk/; revision=143

 ChangeLog            |   17 ++
 TODO                 |   14 +-
 src/glade/page.glade |  506 ++++++++++++++++++++++++--------------------------
 src/gyrus-admin.c    |  101 ++++++-----
 src/gyrus-admin.h    |    9 +-
 src/gyrus-common.c   |   34 ++++-
 src/gyrus-common.h   |    5 +
 src/gyrus-main-app.c |    7 +-
 8 files changed, 368 insertions(+), 325 deletions(-)

commit 59fa3c648617d4be1b8f45d372efb518ed401985
Author: Gareth Owen <gowen@src.gnome.org>
Date:   Fri Apr 22 00:47:12 2005 +0000

    Updated British English translation
    
    svn path=/trunk/; revision=142

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/en_GB.po  |  406 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 415 insertions(+), 1 deletions(-)

commit f5cd7043d07a1564fd616d7e12e5d3f530de6039
Author: Adam Weinberger <adamw@gnome.org>
Date:   Wed Apr 20 20:33:23 2005 +0000

    Updated Canadian English translation.
    
    2005-04-20  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.
    
    svn path=/trunk/; revision=141

 po/ChangeLog |    4 +
 po/en_CA.po  |  230 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 111 insertions(+), 123 deletions(-)

commit b827c3adde7993e88853516e9f75ea4ebee1bfde
Author: Claudio Saavedra <csaavedr@src.gnome.org>
Date:   Wed Apr 20 15:56:54 2005 +0000

    increased version to 0.3.2
    
    svn path=/trunk/; revision=139

 ChangeLog    |   12 +++
 README       |    4 +-
 configure.in |    4 +-
 po/en_CA.po  |  252 ++++++++++++++++++++++++++++++--------------------------
 po/es.po     |  186 +++++++++++++++++++++---------------------
 po/pt_BR.po  |  247 +++++++++++++++++++++++++++++--------------------------
 po/sv.po     |  149 +++++++++++++++++++--------------
 po/zh_CN.po  |  261 +++++++++++++++++++++++++++++++---------------------------
 8 files changed, 602 insertions(+), 513 deletions(-)

commit 059a2926396c82a21c2a26e65d24290a2decab8c
Author: Claudio Saavedra V <csaavedra@alumnos.utalca.cl>
Date:   Tue Apr 19 20:09:43 2005 +0000

    Added info for 0.3.2
    
    2005-04-19  Claudio Saavedra V  <csaavedra@alumnos.utalca.cl>
    
            * AUTHORS:
            * NEWS: Added info for 0.3.2
            * intltool-extract.in:
            * intltool-merge.in:
            * intltool-update.in:
            * src/glade/page.glade: Removed RULES_HINTS from treeview and disabled
            auto search..
            * src/glade/preferences.glade: Removed RULES_HINTS from treeview.
            * src/glade/sessions.glade:
            * src/gyrus-admin-mailbox.c:
            (gyrus_admin_mailbox_on_button_quota_apply_clicked),
            (gyrus_admin_mailbox_exists), (gyrus_admin_mailbox_new),
            (gyrus_admin_mailbox_delete), (gyrus_admin_acl_set_tree_view),
            (gyrus_admin_start_editing_selected_acl),
            (gyrus_admin_add_acl_entry):
            Improved messages.
            Fixed bug that didn't allow to create mailboxes under maiboxes
            whose names have spaces.
            Allows to create ACL entries, with care of not overwriting previously
            existent entris.
            * src/gyrus-admin.c: (gyrus_admin_get_users_list),
            Better parsing of LIST command.
            (gyrus_admin_write_channel), (gyrus_admin_logged_out),
            (gyrus_admin_has_current_acl_access),
            Returns TRUE if user has access to ACL of selected mailbox.
            (gyrus_admin_on_users_selection_changed),
            Keeps sensitivity of items consistent.
            (gyrus_admin_on_acl_identifier_edited):
            Changed lot of g_print's to g_warning's.
            * src/gyrus-admin.h: indented comments. Header for
            gyrus_admin_has_current_acl_access.
            * src/gyrus-main-app.c: (gyrus_main_app_on_acl_entry_new),
            Adds an entry to current ACL.
            (gyrus_main_app_make_sensitivity_consistent),
            (gyrus_main_app_on_switch_page), (gyrus_main_app_about):
            Removed my second lastname (mom i love you :-).
            * src/gyrus-session.c: (gyrus_session_set_treeview),
            (gyrus_session_show_sessions):
            Keeps sessions list sorted.
    
    svn path=/trunk/; revision=138

 AUTHORS                     |    4 +-
 ChangeLog                   |   42 ++++
 NEWS                        |   29 +++
 po/ChangeLog                |    4 +
 po/es.po                    |  511 +++++++++++++++++++++++--------------------
 src/glade/page.glade        |    4 +-
 src/glade/preferences.glade |    6 +-
 src/glade/sessions.glade    |    4 +-
 src/gyrus-admin-acl.c       |    4 +-
 src/gyrus-admin-mailbox.c   |   95 +++++++-
 src/gyrus-admin.c           |   73 +++++--
 src/gyrus-admin.h           |   16 +-
 src/gyrus-main-app.c        |   19 ++-
 src/gyrus-session.c         |    6 +-
 src/schemas/gyrus.xml       |    6 +-
 15 files changed, 529 insertions(+), 294 deletions(-)

commit 0599c939705d283a41f48623d47355758167ebc7
Author: Adam Weinberger <adamw@gnome.org>
Date:   Fri Apr 15 16:01:48 2005 +0000

    Updated Canadian English translation.
    
    2005-04-15  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.
    
    svn path=/trunk/; revision=137

 po/ChangeLog |    4 ++++
 po/en_CA.po  |   12 ++++++------
 2 files changed, 10 insertions(+), 6 deletions(-)

commit 4c97d8792270e2e0571b6d483efee5da4683798a
Author: Claudio Saavedra <csaavedr@src.gnome.org>
Date:   Thu Apr 14 20:40:14 2005 +0000

    Fixed typos and improved messages.
    
    svn path=/trunk/; revision=136

 ChangeLog                   |    8 ++++++++
 src/glade/preferences.glade |    2 +-
 src/gyrus-admin.c           |    2 +-
 src/gyrus-main-app.c        |    2 +-
 4 files changed, 11 insertions(+), 3 deletions(-)

commit 914c8ef40af05ecae5be5312d03fa631070ab3ab
Author: Claudio Saavedra <csaavedr@src.gnome.org>
Date:   Tue Apr 12 15:12:36 2005 +0000

    Updated info in README. Also, added more items to TODO file.
    
    svn path=/trunk/; revision=135

 ChangeLog |    5 +++++
 README    |   33 ++++++++++++++++++---------------
 TODO      |   19 ++++++++++++++++++-
 3 files changed, 41 insertions(+), 16 deletions(-)

commit 259fc3c4b3e728df779a4fe9900a9eebe9c619dd
Author: Raphael Higino <raphaelh@src.gnome.org>
Date:   Sun Apr 10 00:37:01 2005 +0000

    Added pt_BR translation
    
    svn path=/trunk/; revision=134

 ChangeLog    |    6 +-
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/pt_BR.po  |  402 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 412 insertions(+), 2 deletions(-)

commit 797ed4b293c618efc92f821841a750f0c19b822d
Author: Adam Weinberger <adamw@gnome.org>
Date:   Sat Apr 9 17:14:38 2005 +0000

    Added en_CA to ALL_LINGUAS. Added Canadian English translation.
    
    2005-04-09  Adam Weinberger  <adamw@gnome.org>
    
    	* configure.in: Added en_CA to ALL_LINGUAS.
    	* po/en_CA.po: Added Canadian English translation.
    
    svn path=/trunk/; revision=133

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/en_CA.po  |  403 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 412 insertions(+), 1 deletions(-)

commit 006ab44b6ea98160b095bec7ca5b6dfcbb65c141
Author: Funda Wang <fundawang@linux.net.cn>
Date:   Sat Apr 9 17:06:47 2005 +0000

    Added "zh_CN" to ALL_LINGUAS. Added Simplified Chinese translation.
    
    2005-04-10  Funda Wang  <fundawang@linux.net.cn>
    
    	* configure.in: Added "zh_CN" to ALL_LINGUAS.
    	* po/zh_CN.po: Added Simplified Chinese translation.
    
    svn path=/trunk/; revision=132

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/zh_CN.po  |  402 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 411 insertions(+), 1 deletions(-)

commit 1d291257cda9d5c8fcdf581eb0081afbc1244782
Author: Christian Rose <menthos@menthos.com>
Date:   Fri Apr 8 22:40:09 2005 +0000

    Added "sv" to ALL_LINGUAS. Added Swedish translation.
    
    2005-04-09  Christian Rose  <menthos@menthos.com>
    
    	* configure.in: Added "sv" to ALL_LINGUAS.
    	* po/sv.po: Added Swedish translation.
    
    svn path=/trunk/; revision=131

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/sv.po     |  442 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 451 insertions(+), 1 deletions(-)

commit 8866e21add57de62a3bc7f2b805709d65cf52214
Author: Christian Rose <menthos@menthos.com>
Date:   Fri Apr 8 22:16:36 2005 +0000

    Added this file. Sorted and added comment.
    
    2005-04-09  Christian Rose  <menthos@menthos.com>
    
    	* .cvsignore: Added this file.
    	* POTFILES.in: Sorted and added comment.
    
    svn path=/trunk/; revision=130

 po/.cvsignore  |   14 ++++++++++++++
 po/ChangeLog   |    5 +++++
 po/POTFILES.in |   22 ++++++++++------------
 3 files changed, 29 insertions(+), 12 deletions(-)

commit 4a2469654a346386dc2b1d6e6f0f544c14706012
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Tue Apr 5 18:55:19 2005 +0000

    Added support to rename and delete ACL entries. Added a short TODO file.
    
    svn path=/trunk/; revision=129

 ChangeLog                 |   82 ++++++++++++++++++++
 Makefile.am               |    3 +-
 TODO                      |   30 ++++++++
 configure.in              |    2 +-
 src/gyrus-admin-acl.c     |  125 ++++++++++++-------------------
 src/gyrus-admin-acl.h     |   27 +++++++-
 src/gyrus-admin-mailbox.c |  136 +++++++++++++++++++++++++++++++++
 src/gyrus-admin-mailbox.h |    6 ++
 src/gyrus-admin.c         |  182 +++++++++++++++++++++++++++++++++++++++++++--
 src/gyrus-main-app.c      |  106 ++++++++++++++++++++++++---
 src/schemas/gyrus.xml     |   20 +++++-
 11 files changed, 622 insertions(+), 97 deletions(-)

commit e24b092df2b47caf891a1fd7d3fb3816c94f0176
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Mon Mar 28 19:34:20 2005 +0000

    NEWS: Added info of previous releases.
    
    svn path=/trunk/; revision=128

 ChangeLog |    4 ++++
 NEWS      |   46 +++++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 45 insertions(+), 5 deletions(-)

commit 978b95533c788b450c629052ab6ca9c590747700
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Mon Mar 28 18:46:33 2005 +0000

    Changed gconf path for UI configuration. Make edited session default
    
    2005-03-26  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * README:
            * po/es.gmo:
            * po/es.po:
            * po/gyrus.pot:
            * src/gyrus-main-app.c: (gyrus_main_app_init): Changed gconf path
            for UI configuration.
            * src/gyrus-session.c:
            (gyrus_session_edit_on_button_ok_clicked): Make edited session
            default selection in treeview. Also grab focus to "Open" button.
            (gyrus_session_edit_load_interface): Grab default to "OK" button.
            (gyrus_session_show_sessions): Select first session in list, if any,
            then grab focus to "Open" button. If no session exists, grab focus
            to "New" button.
            (gyrus_session_seek_session), (gyrus_session_select_session):
            Functions to get the edited session selected.
    
    2005-03-25  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
    
            * README: More descriptive README. Now in English.
            * po/de.po:
            * po/es.gmo:
            * po/es.po:
            * po/gyrus.pot:
            * src/gyrus-admin-acl.c:
            (gyrus_admin_acl_get): Corrects wrong comment.
            (gyrus_admin_acl_set_tree_view): Fix HORRIBLE bug, that showed
            'i' permission in the column where 'w' permission goes.
            * src/gyrus-admin.c:
            (gyrus_admin_initialize_acl_tree_view): Adds data to columns,
            so it can be recovered later in gyrus_admin_on_renderer_toggled.
            (gyrus_admin_on_renderer_toggled): Call gyrus_admin_acl_set_entry to
            change ACL permissions. Updates permissions when these are changed.
            * src/gyrus-admin.h: Renamed enum 'GyrusColumnsAcl' to
            'GyrusColumnAcl'.
    
    svn path=/trunk/; revision=127

 ChangeLog             |   37 ++++
 README                |   95 ++++++++-
 configure.in          |    2 +-
 intltool-extract.in   |   83 ++------
 intltool-merge.in     |  541 +++++++++++++++++++++++++++++--------------------
 intltool-update.in    |  164 ++++------------
 po/es.po              |   52 +++---
 src/gyrus-admin-acl.c |    6 +-
 src/gyrus-admin.c     |   96 ++++++++-
 src/gyrus-admin.h     |    4 +-
 src/gyrus-main-app.c  |    2 +-
 src/gyrus-session.c   |   53 +++++-
 12 files changed, 668 insertions(+), 467 deletions(-)

commit d2c5c413639d05baf3cd4833f71cb2a0d53d1754
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Thu Dec 30 21:16:42 2004 +0000

    Added file for i18n.
    
    svn path=/trunk/; revision=126

 src/gyrus-i18n.h |   39 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 39 insertions(+), 0 deletions(-)

commit 6a082d41983e4076b6ca110058adf298a1c328d2
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Thu Dec 30 21:15:15 2004 +0000

    Fixed bug #6. Given a little love to the label of pages in the notebook.
    
    svn path=/trunk/; revision=125

 ChangeLog                       |   57 +++++++++++++++
 configure.in                    |   12 ++--
 po/ChangeLog                    |   13 ++++
 po/es.po                        |  150 +++++++++++++++++++--------------------
 src/Makefile.am                 |    3 +-
 src/glade/sessions.glade        |   12 ++--
 src/gyrus-admin-acl.c           |    2 +
 src/gyrus-admin-mailbox.c       |    2 +-
 src/gyrus-admin.c               |   12 ++--
 src/gyrus-common.c              |    1 +
 src/gyrus-dialog-find-mailbox.c |   11 ++-
 src/gyrus-dialog-find-mailbox.h |    3 +
 src/gyrus-dialog-mailbox-new.c  |    3 +-
 src/gyrus-main-app.c            |   26 ++++---
 src/gyrus-main-app.h            |    4 +-
 src/gyrus-preferences.c         |    2 +
 src/gyrus-session.c             |   19 +++--
 17 files changed, 209 insertions(+), 123 deletions(-)

commit ea8df3d16f5448ce9d8a6f245c400a2b7ac70495
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Tue Dec 28 20:58:33 2004 +0000

    Fixes bug #7.
    
    svn path=/trunk/; revision=124

 ChangeLog             |   16 ++++++++++++
 src/glade/page.glade  |   65 ++++++++++++++++---------------------------------
 src/gyrus-admin-acl.c |   25 ++++++++++++++++--
 src/gyrus-admin.c     |    3 +-
 src/gyrus-admin.h     |    3 ++
 5 files changed, 64 insertions(+), 48 deletions(-)

commit 35b153b92a4f0c170e1c54c1c8f9a9674de262b2
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Mon Dec 27 21:22:19 2004 +0000

    Version 0.3.1
    
    svn path=/trunk/; revision=122

 ChangeLog    |    7 +++++++
 configure.in |    4 ++--
 po/es.po     |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)

commit d5cbe2f771a0b0c90d7ab01dd64de1f17f374a1f
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Mon Dec 27 20:48:22 2004 +0000

    Shows ACL. Find Mailboxes functionality implemented. Fixes some bugs.
    See ChangeLog for details.
    
    svn path=/trunk/; revision=121

 ChangeLog                       |  106 +++++++++++++
 po/POTFILES.in                  |   10 +-
 po/es.po                        |  267 +++++++++++++++++++---------------
 src/glade/page.glade            |  309 ++++++++++++++++++++++++++-------------
 src/gyrus-admin-acl.c           |  168 +++++++++++++++++++++-
 src/gyrus-admin-acl.h           |    3 +
 src/gyrus-admin-mailbox.c       |   48 +++++--
 src/gyrus-admin.c               |  110 +++++---------
 src/gyrus-admin.h               |   27 +++-
 src/gyrus-dialog-find-mailbox.c |  143 ++++++++++++++++++-
 src/gyrus-dialog-find-mailbox.h |    5 +
 src/gyrus-main-app.c            |    7 +
 12 files changed, 887 insertions(+), 316 deletions(-)

commit 0034f735f6d4dc57bba0855453711b6511a31c9b
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Fri Dec 17 18:50:47 2004 +0000

    New API for GyrusDialogFindMailbox, a dialog and engine for finding mailboxes.
    
    svn path=/trunk/; revision=120

 ChangeLog                       |   28 +++++
 intltool-extract.in             |   54 +++++++++-
 intltool-merge.in               |  135 ++++++++++++-------------
 intltool-update.in              |   36 +++++--
 po/es.po                        |   10 +-
 src/Makefile.am                 |    1 +
 src/glade/Makefile.am           |    3 +-
 src/glade/find.glade            |  167 ++++++++++++++++++++++++++++++
 src/gyrus-admin.c               |   19 ++--
 src/gyrus-dialog-find-mailbox.c |  212 +++++++++++++++++++++++++++++++++++++++
 src/gyrus-dialog-find-mailbox.h |   60 +++++++++++
 src/gyrus-main-app.c            |    7 +-
 12 files changed, 631 insertions(+), 101 deletions(-)

commit 73321c3de0c4ab135bed05bf96c6e46865a3c94b
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Thu Dec 16 21:37:24 2004 +0000

    Added break in the end of switch. Fixes bug #5.
    
    * src/gyrus-admin-acl.c: (gyrus_admin_acl_set_entry):
    
    Added break in the end of switch. Fixes bug #5.
    
    svn path=/trunk/; revision=119

 ChangeLog             |    9 +
 intltool-extract.in   |   31 ++--
 intltool-merge.in     |  444 ++++++++++++++++++++-----------------------------
 intltool-update.in    |  134 +++++++++++----
 src/gyrus-admin-acl.c |    1 +
 5 files changed, 309 insertions(+), 310 deletions(-)

commit 8ded0cf7a738a14835ac252d794fe5dc49d43b1a
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Mon Dec 13 17:29:43 2004 +0000

    Up version 0.3.0
    
    svn path=/trunk/; revision=117

 ChangeLog    |    8 ++++++++
 configure.in |    4 ++--
 po/es.po     |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)

commit bb30294d91d05330c6b821d90e7474ca05157da9
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Mon Dec 13 15:43:12 2004 +0000

    Added following modules:
    
    * Creation of mailboxes.
    * Deletion of mailboxes.
    * ACL management.
    
    Improved GUI:
    
    * Added a toolbar.
    * Added a appbar.
    * Improved messages.
    
    i18n:
    
    * Updated translations.
    * Added intltool to help with translation.
    * Improved structure of some messages.
    
    svn path=/trunk/; revision=116

 ChangeLog                      |  212 +++++++
 Makefile.am                    |   12 +-
 configure.in                   |    3 +-
 intltool-extract.in            |  468 ++++++++++++++
 intltool-merge.in              | 1341 ++++++++++++++++++++++++++++++++++++++++
 intltool-update.in             |  964 +++++++++++++++++++++++++++++
 po/ChangeLog                   |    5 +
 po/POTFILES.in                 |    8 +
 po/es.po                       |  416 +++++++------
 src/Makefile.am                |    4 +-
 src/glade/Makefile.am          |    3 +-
 src/glade/create_mailbox.glade |  199 ++++++
 src/glade/page.glade           |   46 --
 src/glade/sessions.glade       |    4 +-
 src/gyrus-admin-acl.c          |   61 ++
 src/gyrus-admin-acl.h          |   32 +
 src/gyrus-admin-mailbox.c      |  259 +++++++-
 src/gyrus-admin-mailbox.h      |   14 +-
 src/gyrus-admin.c              |  226 +++++--
 src/gyrus-admin.h              |   21 +-
 src/gyrus-common.c             |   16 +-
 src/gyrus-common.h             |    4 +
 src/gyrus-dialog-mailbox-new.c |  272 ++++++++
 src/gyrus-dialog-mailbox-new.h |   63 ++
 src/gyrus-main-app.c           |  257 ++++++---
 src/gyrus-main-app.h           |   21 +-
 src/gyrus-session.c            |    8 +-
 src/gyrus-session.h            |    2 +-
 src/schemas/gyrus.xml          |   32 +-
 29 files changed, 4560 insertions(+), 413 deletions(-)

commit ba3e4d463ac82a586a3d3cdbcb76eff554c8c0f2
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Mon Oct 18 22:49:21 2004 +0000

    version 0.2.99
    
    svn path=/trunk/; revision=114

 ChangeLog    |    6 ++++++
 configure.in |    4 ++--
 po/es.po     |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)

commit a69bd055b8c1d1d02c5999e8557fcb4fcbc66adb
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Mon Oct 18 21:57:38 2004 +0000

    *** empty log message ***
    
    svn path=/trunk/; revision=113

 ChangeLog                 |   40 +++++
 po/es.po                  |   68 +++++----
 src/glade/sessions.glade  |    2 +-
 src/gyrus-admin-mailbox.c |   31 +++--
 src/gyrus-admin-mailbox.h |    2 +-
 src/gyrus-admin.c         |  102 +++++++-----
 src/gyrus-admin.h         |    5 +
 src/gyrus-main-app.c      |   18 ++-
 src/gyrus-main-app.h      |    4 +
 src/gyrus-session.c       |  385 +++++++++++++++++++++++++--------------------
 src/gyrus-session.h       |    2 +
 11 files changed, 394 insertions(+), 265 deletions(-)

commit f87ae1bf6c5058c3807d02fdb259c9d691be83ac
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Fri Sep 24 23:50:15 2004 +0000

    Improved GyrusSession and Sessions GUI.
    
    svn path=/trunk/; revision=112

 ChangeLog                 |   35 ++
 configure.in              |    2 +
 src/glade/sessions.glade  | 1073 +++++++++++++++++----------------------------
 src/gyrus-admin-mailbox.c |    4 +-
 src/gyrus-admin-mailbox.h |    3 +
 src/gyrus-admin.c         |   21 +-
 src/gyrus-admin.h         |    2 +-
 src/gyrus-session.c       |  234 +++++++----
 src/gyrus-session.h       |    4 +
 9 files changed, 607 insertions(+), 771 deletions(-)

commit b391c5387ace8dda958c31ee3360e70c61ef709b
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Sat Sep 11 00:03:11 2004 +0000

    adding files for the support of preferences
    
    svn path=/trunk/; revision=111

 ChangeLog                   |   14 +++
 src/Makefile.am             |    3 +-
 src/glade/Makefile.am       |    3 +-
 src/glade/preferences.glade |  232 +++++++++++++++++++++++++++++++++++++++++++
 src/gyrus-main-app.c        |   23 +++-
 src/gyrus-preferences.c     |   44 ++++++++
 src/gyrus-preferences.h     |   35 +++++++
 src/schemas/gyrus.xml       |    5 +-
 8 files changed, 350 insertions(+), 9 deletions(-)

commit 2fc972c7d285aec8a742feb9f0a63cef150962ae
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Fri Sep 10 21:45:18 2004 +0000

    rewrote part of the sessions management system.
    
    svn path=/trunk/; revision=110

 ChangeLog           |   14 ++++++
 src/gyrus-session.c |  121 +++++++++++++++++++++++++++-----------------------
 2 files changed, 79 insertions(+), 56 deletions(-)

commit a4206730d12010184624a69064c6bdd351fcbc64
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Fri Sep 10 15:59:26 2004 +0000

    added another key event, ESC to close the sessions window.
    
    svn path=/trunk/; revision=109

 ChangeLog           |    8 ++++++++
 src/gyrus-session.c |   28 ++++++++++++++++++++++++++--
 2 files changed, 34 insertions(+), 2 deletions(-)

commit c82d4d9b82e7a82e9bb938b01190bbdf3d709816
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Fri Sep 10 15:25:09 2004 +0000

    activated Del and Intro keys in treeview of sessions
    
    svn path=/trunk/; revision=108

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

commit 2df93904aa95f19f167f2612599f8868d920c5bd
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Fri Sep 3 21:30:36 2004 +0000

    Fixed leak. Also, if user havent entered a quota, then does not change current.
    
    svn path=/trunk/; revision=107

 ChangeLog                 |    8 ++++++++
 src/gyrus-admin-mailbox.c |    7 ++++++-
 2 files changed, 14 insertions(+), 1 deletions(-)

commit 241b18cd94adc7dcb78eaacb1153c7ab5a2c5279
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Fri Sep 3 21:11:58 2004 +0000

    New api for changing a mailbox quota. Implemented UI for changing/updating quota.
    
    svn path=/trunk/; revision=106

 ChangeLog                 |   15 ++++++++++
 src/glade/page.glade      |    4 +-
 src/gyrus-admin-mailbox.c |   64 ++++++++++++++++++++++++++++++++++++++++-----
 src/gyrus-admin-mailbox.h |   11 +++++++
 src/gyrus-admin.c         |   27 ++++++++++++------
 5 files changed, 103 insertions(+), 18 deletions(-)

commit ac65fd7d09c067d39f55774857c5ad0476fde113
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Fri Sep 3 15:00:39 2004 +0000

    new finction to get a human readable user quota.
    
    svn path=/trunk/; revision=105

 ChangeLog                 |    9 +++++++++
 src/gyrus-admin-mailbox.c |   42 +++++++++++++++++++++++++++++++++++++-----
 src/gyrus-session.h       |    2 +-
 3 files changed, 47 insertions(+), 6 deletions(-)

commit 29b463d643118a9a2c8de884bac276f855bc78dc
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Fri Aug 20 22:30:37 2004 +0000

    some widgets unsensitive when no item selected in sessions list and some macros
    def soon to be removed.
    
    svn path=/trunk/; revision=104

 ChangeLog                 |   17 ++++++++++++++
 acconfig.h                |    3 +-
 configure.in              |   13 +++++-----
 po/es.po                  |   55 +++++++++++++++++++++++---------------------
 src/glade/sessions.glade  |    2 +-
 src/gyrus-admin-mailbox.c |   17 ++++++++-----
 src/gyrus-admin.c         |   32 ++++++++++++++++++--------
 src/gyrus-admin.h         |    3 +-
 src/gyrus-session.c       |   44 ++++++++++++++++++++++++-----------
 9 files changed, 120 insertions(+), 66 deletions(-)

commit 5e27eab7f302faa05a44ef071f9e7ef788f6bc01
Author: deb <deb@localhost>
Date:   Fri Aug 20 22:21:44 2004 +0000

    clean number of accounts. set numbers of accounts in header column of
    
    * src/gyrus-admin-mailbox.c: (gyrus_admin_mailbox_clear_info): clean
            number of accounts.
    	        * src/gyrus-admin.c: (gyrus_admin_get_users_list): set numbers of
    		        accounts in header column of treview-users.
    			        * src/pixmaps/logo_gyrus.png: change to version 0.2
    
    svn path=/trunk/; revision=103

 src/gyrus-admin-mailbox.c  |    6 ++++++
 src/gyrus-admin.c          |    9 +++++++++
 src/pixmaps/logo_gyrus.png |  Bin 5449 -> 5876 bytes
 3 files changed, 15 insertions(+), 0 deletions(-)

commit 4efa3782e9cb4e70943216c0106eb1007c6843ef
Author: deb <deb@localhost>
Date:   Fri Aug 20 22:03:27 2004 +0000

    *** empty log message ***
    
    svn path=/trunk/; revision=102

 ChangeLog |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit f9f804cb42b0451b36a83fc224578b26e0c66ecc
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Thu Aug 19 03:02:44 2004 +0000

    more files for HEAD
    
    svn path=/trunk/; revision=101

 src/Makefile.am          |   31 ++
 src/glade/Makefile.am    |   12 +
 src/glade/page.glade     |  840 ++++++++++++++++++++++++++++++++++++++++++++++
 src/glade/sessions.glade |  834 +++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1717 insertions(+), 0 deletions(-)

commit ccf29c804348da8ddcbb79b4bd55bdd24ca21f09
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Thu Aug 19 03:01:01 2004 +0000

    new version for HEAD
    
    svn path=/trunk/; revision=100

 ChangeLog                        |  113 +++-
 INSTALL                          |  182 ++++
 NEWS                             |    8 +
 README                           |    2 -
 configure.in                     |   28 +-
 mkinstalldirs                    |  111 ++-
 po/ChangeLog                     |    3 +
 po/POTFILES.in                   |   11 +-
 po/es.po                         |  326 ++++----
 src/Makefile.am                  |   25 -
 src/acl.c                        |  479 -----------
 src/acl.h                        |   72 --
 src/glade/Makefile.am            |   20 -
 src/glade/create_user.glade      |  307 -------
 src/glade/delete_mailbox.glade   |   97 ---
 src/glade/dialog.glade           |   88 --
 src/glade/entry.glade            |  118 ---
 src/glade/gyrus.glade            |  232 -----
 src/glade/page.glade             |  814 ------------------
 src/glade/pixmaps/Makefile.am    |    9 -
 src/glade/pixmaps/folder.png     |  Bin 1472 -> 0 bytes
 src/glade/pixmaps/logo_gyrus.png |  Bin 5449 -> 0 bytes
 src/glade/sessions.glade         |  834 ------------------
 src/gyrus-admin-mailbox.c        |  113 +++
 src/gyrus-admin-mailbox.h        |   40 +
 src/gyrus-admin.c                |  904 ++++++++++++++++++++
 src/gyrus-admin.h                |  116 +++
 src/gyrus-common.c               |   41 +
 src/gyrus-common.h               |   33 +
 src/gyrus-main-app.c             |  401 +++++++++
 src/gyrus-main-app.h             |   63 ++
 src/gyrus-session.c              |  508 +++++++++++
 src/gyrus-session.h              |   40 +
 src/gyrus.c                      | 1716 --------------------------------------
 src/gyrus.h                      |  133 ---
 src/main.c                       |   59 --
 src/pixmaps/Makefile.am          |    7 +
 src/pixmaps/folder.png           |  Bin 0 -> 1472 bytes
 src/pixmaps/logo_gyrus.png       |  Bin 0 -> 5449 bytes
 src/schemas/Makefile.am          |    6 +
 src/schemas/gyrus.xml            |   41 +
 src/sessions.c                   |  477 -----------
 42 files changed, 2911 insertions(+), 5666 deletions(-)

commit 147bcc63d4deeca7eec5750ebde5727a98b887aa
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Thu Aug 19 02:42:29 2004 +0000

    :)
    
    svn path=/trunk/; revision=98

 AUTHORS |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 1cb2fec57c6d49c266b9cd098bf3f7dc6a841943
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Thu Aug 19 02:34:41 2004 +0000

    prueba
    
    svn path=/trunk/; revision=97

 AUTHORS |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit feb95edd60a68ed85fcca906f291fe9591d2edcc
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Thu Aug 19 02:30:19 2004 +0000

    removing shit
    
    svn path=/trunk/; revision=96

 Makefile.in |  399 ----
 aclocal.m4  | 1707 ---------------
 config.h.in |   77 -
 configure   | 6850 -----------------------------------------------------------
 4 files changed, 0 insertions(+), 9033 deletions(-)

commit 62608eb2eb554183ad6fad4410b7551ac5c50548
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Wed Aug 18 23:09:41 2004 +0000

    forgoten files
    
    svn path=/trunk/; revision=95

 po/ChangeLog   |    4 +
 po/POTFILES.in |   10 +++
 po/es.po       |  243 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 257 insertions(+), 0 deletions(-)

commit c3482b29cf82ce4e7a931d08bc7995e41cccf2b3
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Wed Aug 18 23:03:26 2004 +0000

    Reincoporated old and dirty version of gyrus for historic reasons :-/
    
    svn path=/trunk/; revision=93

 AUTHORS                          |    3 +
 COPYING                          |  340 ++
 ChangeLog                        |  300 ++
 Makefile.am                      |   28 +
 Makefile.in                      |  399 +++
 README                           |   12 +
 acconfig.h                       |    7 +
 aclocal.m4                       | 1707 ++++++++++
 autogen.sh                       |   19 +
 config.guess                     | 1459 ++++++++
 config.h.in                      |   77 +
 config.sub                       | 1549 +++++++++
 configure                        | 6850 ++++++++++++++++++++++++++++++++++++++
 configure.in                     |   43 +
 install-sh                       |  269 ++
 missing                          |  198 ++
 mkinstalldirs                    |   40 +
 src/Makefile.am                  |   25 +
 src/acl.c                        |  479 +++
 src/acl.h                        |   72 +
 src/glade/Makefile.am            |   20 +
 src/glade/create_user.glade      |  307 ++
 src/glade/delete_mailbox.glade   |   97 +
 src/glade/dialog.glade           |   88 +
 src/glade/entry.glade            |  118 +
 src/glade/gyrus.glade            |  232 ++
 src/glade/page.glade             |  814 +++++
 src/glade/pixmaps/Makefile.am    |    9 +
 src/glade/pixmaps/folder.png     |  Bin 0 -> 1472 bytes
 src/glade/pixmaps/logo_gyrus.png |  Bin 0 -> 5449 bytes
 src/glade/sessions.glade         |  834 +++++
 src/gyrus.c                      | 1716 ++++++++++
 src/gyrus.h                      |  133 +
 src/main.c                       |   59 +
 src/sessions.c                   |  477 +++
 stamp-h.in                       |    1 +
 36 files changed, 18781 insertions(+), 0 deletions(-)

commit d19daaf4826d252ca0e9f960dc2bf5dc656ccb16
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Wed Aug 18 22:01:50 2004 +0000

    the last one file removed!
    
    svn path=/trunk/; revision=92

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

commit 602af997b3c8ffc178678e3a7b9c8c1bb317b75f
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Wed Aug 18 22:00:56 2004 +0000

    removed the last old files.
    
    svn path=/trunk/; revision=91

 po/ChangeLog   |    4 -
 po/POTFILES.in |   11 --
 po/es.po       |  306 --------------------------------------------------------
 3 files changed, 0 insertions(+), 321 deletions(-)

commit f0e045eac7fb3f2e208e6b97d32dcb0fc61cb1bf
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Wed Aug 18 21:59:55 2004 +0000

    removed more old files
    
    svn path=/trunk/; revision=90

 src/glade/Makefile.am            |   20 -
 src/glade/create_user.glade      |  307 -------
 src/glade/delete_mailbox.glade   |   97 --
 src/glade/dialog.glade           |   88 --
 src/glade/entry.glade            |  118 ---
 src/glade/gyrus.glade            |  227 -----
 src/glade/page.glade             |  814 -----------------
 src/glade/pixmaps/Makefile.am    |    9 -
 src/glade/pixmaps/folder.png     |  Bin 1472 -> 0 bytes
 src/glade/pixmaps/logo_gyrus.png |  Bin 5449 -> 0 bytes
 src/glade/sessions.glade         |  838 -----------------
 src/gyrus.c                      | 1871 --------------------------------------
 src/gyrus.h                      |  102 --
 src/main.c                       |   59 --
 src/sessions.c                   |  478 ----------
 15 files changed, 0 insertions(+), 5028 deletions(-)

commit cfefbeb9ba1a8903f687ede76df818c903087576
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Wed Aug 18 21:57:32 2004 +0000

    removed old version.
    
    svn path=/trunk/; revision=89

 AUTHORS      |    3 -
 COPYING      |  340 ----------------------------------------------------------
 ChangeLog    |  245 ------------------------------------------
 Makefile.am  |   28 -----
 README       |   12 --
 acconfig.h   |    7 --
 autogen.sh   |   19 ----
 configure.in |   43 --------
 stamp-h.in   |    1 -
 9 files changed, 0 insertions(+), 698 deletions(-)

commit 78960ddf40e4ef42b3dae4c999749ed42e8b17a6
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Tue May 11 15:06:32 2004 +0000

    Fixed ACL bug and removed unused element in structure Gyrus.
    
    svn path=/trunk/; revision=88

 ChangeLog   |   16 ++++++++++++----
 src/gyrus.c |   45 ++++++++++++++++++++++++---------------------
 src/gyrus.h |    2 --
 3 files changed, 36 insertions(+), 27 deletions(-)

commit 9380a961bde8a28618e6bcbf899ad1588b795298
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Tue May 11 13:50:42 2004 +0000

    *** empty log message ***
    
    svn path=/trunk/; revision=87

 AUTHORS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b78adf08d9ba051eea62cb4788780c35032afbb5
Author: Alejandro Valdes <avaldes@utalca.cl>
Date:   Wed May 5 20:15:28 2004 +0000

    - Se implemento la eliminación de los objectos gyrus que se guardaban el
    
    2004-04-27 Alejandro Valdes <avaldes@utalca.cl>
            * src/gyrus.c:
    	        - Se implemento la eliminación de los objectos gyrus que
    		        se guardaban el el GList.
    			        - Se dejo sin uso el campo de la estructura gyrus->n_page,no sirve.
    				        Falta sacarlo de la estructura. Esto ultimo se  hizo ya que no simpre guarda relación el número de la pestaña
    					        seleccionada con el numero de pagina asociado a la estructura.
    						        - Se reparo el tema de la busqueda en los arboles. Ahora busca en los
    							        arboles que corresponden y no abre mas ventanas de busqueda.
    								        - Se reordeno la funcion gyrus_create_new_page().
    									        - FIXME: falta actualizar la conexion con el servidor, una ves que ha
    										        pasado un tiempo, ya que por defecto las conexiones expiran por parte
    											        del servidor.
    												        * src/session.c: Reparaciones asocaidas a la obtención de la
    													        estructura gyrus actual.
    
    svn path=/trunk/; revision=86

 ChangeLog |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

commit bc5b92e3b134a62a6a67beed8e042fe8a1549d06
Author: deb <deb@localhost>
Date:   Tue Apr 27 20:43:50 2004 +0000

    *** empty log message ***
    
    svn path=/trunk/; revision=85

 AUTHORS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit cb4d81d27f655e7e98ed6d3acfdbf6c10fbaa668
Author: deb <deb@localhost>
Date:   Tue Apr 27 20:35:01 2004 +0000

    fixed some bugs...
    
    svn path=/trunk/; revision=84

 ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 71c79b578daed01eebd762b6afba67fc7276b0ca
Author: deb <deb@localhost>
Date:   Tue Apr 27 20:26:12 2004 +0000

    *** empty log message ***
    
    svn path=/trunk/; revision=83

 src/gyrus.c    |  321 ++++++++++++++++++++++++++++++--------------------------
 src/gyrus.h    |   26 +++--
 src/sessions.c |   80 +++++++--------
 3 files changed, 224 insertions(+), 203 deletions(-)

commit 7140b3917e1364a0a98aca802de89609e7903b4e
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Thu Mar 11 13:30:18 2004 +0000

    Removing ACL entries support in work. Almost ready.
    
    svn path=/trunk/; revision=82

 ChangeLog            |    9 ++-
 src/glade/page.glade |   12 ++-
 src/gyrus.c          |  269 ++++++++++++++++++++++++++++++++++----------------
 src/gyrus.h          |    2 +
 4 files changed, 204 insertions(+), 88 deletions(-)

commit c17006752593c578c847a79d20a0d11c5bcecb2b
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Fri Feb 27 23:55:54 2004 +0000

    Support for renaming ACL entries ready.
    
    svn path=/trunk/; revision=81

 ChangeLog   |    5 ++
 src/gyrus.c |  145 ++++++++++++++++++++++++++++++++++++++++++++++++----------
 2 files changed, 125 insertions(+), 25 deletions(-)

commit 76f737aafe4555e52d6d09a06c9f7a268d5294c9
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Thu Feb 26 05:27:12 2004 +0000

    Updated ACL management support.
    
    svn path=/trunk/; revision=80

 ChangeLog            |    7 ++++
 src/glade/page.glade |   30 ++++++++++++++++---
 src/gyrus.c          |   78 +++++++++++++++++++++++++++++++++++++++----------
 src/gyrus.h          |    1 +
 4 files changed, 95 insertions(+), 21 deletions(-)

commit 0a3f7727a19be19c2ef65f98a137a467efff3e12
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Sun Feb 15 18:44:11 2004 +0000

    Modifying ACL entries now ready. Cleaned up some messages.
    
    svn path=/trunk/; revision=79

 ChangeLog   |    4 ++++
 src/gyrus.c |   35 ++++++++++++++++++-----------------
 2 files changed, 22 insertions(+), 17 deletions(-)

commit 3c886eb826aa2600405461150bed6746bfc400bf
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Sat Feb 14 21:40:47 2004 +0000

    Fixed bugs, removed obsolete macro in configure.in, and added some functions for ACL modules.
    
    svn path=/trunk/; revision=78

 ChangeLog    |    7 ++++
 configure.in |    1 -
 src/gyrus.c  |   98 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 102 insertions(+), 4 deletions(-)

commit b4ec5ded77b0717f3cfea3a62fdf90bca647d7d5
Author: felipeb <felipeb@localhost>
Date:   Tue Feb 10 21:14:28 2004 +0000

    some changes
    
    svn path=/trunk/; revision=77

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

commit db298be0e8c4b0fd1471c4f538b2576d863c1d2e
Author: felipeb <felipeb@localhost>
Date:   Mon Feb 9 20:18:46 2004 +0000

    aplicado patch para las columnas del treeview
    
    svn path=/trunk/; revision=76

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

commit 75496e653fd34dcb3eef08266fe666f17c2656e3
Author: felipeb <felipeb@localhost>
Date:   Mon Feb 9 20:13:42 2004 +0000

    lala.-
    
    svn path=/trunk/; revision=75

 README |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 284c6327af4dfddc84649fd661a7155a03da2fd5
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Sat Feb 7 23:43:47 2004 +0000

    Fixed toggle status function for ACL.
    
    svn path=/trunk/; revision=74

 ChangeLog   |    6 ++++
 src/gyrus.c |   96 ++++++++++++++++++++++++++++++++++++++++++++---------------
 src/gyrus.h |    2 +-
 3 files changed, 79 insertions(+), 25 deletions(-)

commit 5488af4718edcf611dabd3e96dee564dfe7f1e7b
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Wed Feb 4 06:45:04 2004 +0000

    Correct display of the ACL of mailboxes.
    
    svn path=/trunk/; revision=73

 ChangeLog   |    3 +++
 src/gyrus.c |   32 +++++++++++++++++++++++++++-----
 2 files changed, 30 insertions(+), 5 deletions(-)

commit 1eb540247dfbd06a042389e5440431581e4f7209
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Fri Jan 30 02:43:25 2004 +0000

    Added functions to remove users.
    
    svn path=/trunk/; revision=72

 ChangeLog                      |   12 +++-
 src/glade/Makefile.am          |    3 +-
 src/glade/delete_mailbox.glade |   97 +++++++++++++++++++++++
 src/gyrus.c                    |  165 +++++++++++++++++++++++++++++++++++++++-
 src/gyrus.h                    |    3 +
 src/sessions.c                 |    4 +-
 6 files changed, 276 insertions(+), 8 deletions(-)

commit eb7037059f0b162ee72ddb0d2f9aa8b4197ecfdb
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Thu Jan 29 05:36:35 2004 +0000

    Added function to create users.
    
    svn path=/trunk/; revision=71

 ChangeLog                   |   10 ++
 src/glade/Makefile.am       |    3 +-
 src/glade/create_user.glade |  307 +++++++++++++++++++++++++++++++++++++++++++
 src/glade/page.glade        |  106 +++++++++++----
 src/gyrus.c                 |  168 +++++++++++++++++++++++-
 src/gyrus.h                 |    6 +
 6 files changed, 566 insertions(+), 34 deletions(-)

commit 02cc8a42d41d3b75c42286bedd302742457c8007
Author: Claudio Saavedra Valdes <csaavedra@alumnos.utalca.cl>
Date:   Wed Jan 28 17:46:57 2004 +0000

    Created gyrus_set_quota function. Definition of gyrus_set_quota function.
    
    2004-01-28 Claudio Saavedra Valdes <csaavedra@alumnos.utalca.cl>
           * src/gyrus.c: Created gyrus_set_quota function.
           * src/gyrus.h: Definition of gyrus_set_quota function.
    
    svn path=/trunk/; revision=70

 ChangeLog   |    4 ++
 src/gyrus.c |   89 +++++++++++++++++++++++++++++++++++------------------------
 src/gyrus.h |    1 +
 3 files changed, 58 insertions(+), 36 deletions(-)

commit 1be453ce79fd7e87a2f17caf5a3e53d14bc7f77f
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Wed Jan 14 16:27:37 2004 +0000

    src/gyrus.c: Automated creation of columns in ACL GtkTreeView.
    
    svn path=/trunk/; revision=69

 ChangeLog   |    3 +++
 src/gyrus.c |   53 +++++++++++++++++++++++++++++++++++------------------
 2 files changed, 38 insertions(+), 18 deletions(-)

commit f7d1604890632444c38f2b7d9b97ab44e894cd4f
Author: Alejandro Valdes <alejandro@gnome.cl>
Date:   Tue Jan 13 21:31:34 2004 +0000

    change function create_new_page for function libglade new file glade add
    
    2004-01-13 Alejandro Valdes <alejandro@gnome.cl>
            * src/gyrus.c: change function create_new_page for function libglade
    	        * src/glade/page.glade: new file glade
    		        * po/es.po: add some words
    			        * src/glade/gyrus.glade: add propierty scrollable to notebook
    
    svn path=/trunk/; revision=68

 src/gyrus.c |   23 +++++++++++++----------
 1 files changed, 13 insertions(+), 10 deletions(-)

commit 66c62a6a12f10bdadd7144a5fdda03ed67b8ed7f
Author: Alejandro Valdes <alejandro@gnome.cl>
Date:   Tue Jan 13 20:41:16 2004 +0000

    change function create_new_page for function libglade new file glade add
    
    2004-01-13 Alejandro Valdes <alejandro@gnome.cl>
            * src/gyrus.c: change function create_new_page for function libglade
    	        * src/glade/page.glade: new file glade
    		        * po/es.po: add some words
    			        * src/glade/gyrus.glade: add propierty scrollable to notebook
    
    svn path=/trunk/; revision=67

 po/es.po                 |    4 ++-
 src/glade/entry.glade    |   19 +++++++--------
 src/glade/sessions.glade |    4 +-
 src/gyrus.c              |   54 ++++++++++++++++++++-------------------------
 src/gyrus.h              |   25 +++++----------------
 src/sessions.c           |    3 +-
 6 files changed, 45 insertions(+), 64 deletions(-)

commit fc36f713500bd4108cf7b7bcaf06e1782fe2dc5c
Author: Alejandro Valdes <alejandro@gnome.cl>
Date:   Tue Jan 13 19:40:54 2004 +0000

    change function create_new_page for function libglade new file glade add
    
    2004-01-13 Alejandro Valdes <alejandro@gnome.cl>
            * src/gyrus.c: change function create_new_page for function libglade
    	        * src/glade/page.glade: new file glade
    		        * po/es.po: add some words
    			        * src/glade/gyrus.glade: add propierty scrollable to notebook
    
    svn path=/trunk/; revision=66

 ChangeLog             |    1 +
 src/glade/gyrus.glade |   19 +++++++++++++++++--
 2 files changed, 18 insertions(+), 2 deletions(-)

commit ab4836a143f1786cf6ab177074f712d9705525b5
Author: Alejandro Valdes <alejandro@gnome.cl>
Date:   Tue Jan 13 18:57:12 2004 +0000

    change function create_new_page for function libglade new file glade add
    
    2004-01-13 Alejandro Valdes <alejandro@gnome.cl>
            * src/gyrus.c: change function create_new_page for function libglade
    	        * src/glade/page.glade: new file glade
    		        * po/es.po: add some words
    
    svn path=/trunk/; revision=65

 ChangeLog   |    1 +
 po/es.po    |    8 +++++++-
 src/gyrus.c |    6 +++---
 src/gyrus.h |    4 +++-
 4 files changed, 14 insertions(+), 5 deletions(-)

commit 79d99977d0c5d27ec7f3020f527875c1abffc40d
Author: deb <deb@localhost>
Date:   Tue Jan 13 18:42:47 2004 +0000

    2004-01-13 Alejandro Valdes <alejandro@gnome.cl> * src/gyrus.c: change function create_new_page for function libglade * src/glade/page.glade: new file glade
    
    svn path=/trunk/; revision=64

 ChangeLog             |    4 +
 src/glade/Makefile.am |    3 +-
 src/glade/page.glade  |  738 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/gyrus.c           |  459 ++++++++-----------------------
 src/gyrus.h           |    9 +-
 src/sessions.c        |   16 -
 6 files changed, 861 insertions(+), 368 deletions(-)

commit 55d7ce8cb091b0183631141fe650ff12c58dda89
Author: deb <deb@localhost>
Date:   Tue Jan 13 14:27:51 2004 +0000

    2004-01-12 Alejandro Valdes <alejandro@gnome.cl> * src/gyrus.c: repare some bugs in function new page
    
    svn path=/trunk/; revision=63

 src/glade/gyrus-gtk.glade | 1364 ---------------------------------------------
 src/gyrus.c               |   33 +-
 src/gyrus.h               |    1 +
 src/sessions.c            |    9 -
 4 files changed, 12 insertions(+), 1395 deletions(-)

commit a8f107bbdb6cfc09f65324233dafa7ab298dac21
Author: deb <deb@localhost>
Date:   Mon Jan 12 22:00:57 2004 +0000

    2004-01-12 Alejandro Valdes <alejandro@gnome.cl> * src/gyrus.c: repare some bugs in function new page
    
    svn path=/trunk/; revision=62

 ChangeLog      |    4 ++
 src/gyrus.c    |  141 ++++++++++++++++++++++++++++++++------------------------
 src/gyrus.h    |   16 ++++--
 src/sessions.c |   12 +++--
 4 files changed, 103 insertions(+), 70 deletions(-)

commit 8a22f6ad7146a759789ab5e087e9ce1daf92c22a
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Fri Jan 9 23:22:19 2004 +0000

    *** empty log message ***
    
    svn path=/trunk/; revision=61

 ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 0338725b0c61a330d1d25a9cda6b7971a9f464fe
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Fri Jan 9 23:16:25 2004 +0000

    added functions new page...
    
    svn path=/trunk/; revision=60

 src/glade/gyrus.glade |  740 +------------------------------------------------
 src/gyrus.c           |  646 ++++++++++++++++++++++++++++++-------------
 src/gyrus.h           |    9 +-
 src/sessions.c        |   48 +++-
 4 files changed, 499 insertions(+), 944 deletions(-)

commit e09cc3bbbd0b257ba13b52d2223b373c309486f4
Author: Jorge Ferrer <jorge@src.gnome.org>
Date:   Fri Jan 9 23:10:41 2004 +0000

    *** empty log message ***
    
    svn path=/trunk/; revision=59

 AUTHORS |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit c8cf4770a5034d8eece415adccabbf822144208b
Author: Jorge Ferrer <jorge@src.gnome.org>
Date:   Thu Jan 8 21:02:34 2004 +0000

    Add new Keypress funtions
    
    svn path=/trunk/; revision=58

 ChangeLog   |    4 ++++
 src/gyrus.c |   20 +++++++++++++++++---
 src/gyrus.h |    3 ++-
 3 files changed, 23 insertions(+), 4 deletions(-)

commit c2b4928b5ce6ca08cc9c1995254b24e5987c97b9
Author: alejandro <alejandro@localhost>
Date:   Thu Jan 8 20:25:26 2004 +0000

    add markup to label detail user.
    
    svn path=/trunk/; revision=57

 src/glade/gyrus.glade |   10 +++++-----
 src/gyrus.c           |    9 +++++----
 2 files changed, 10 insertions(+), 9 deletions(-)

commit e5e4b9f097ef8edbac4edd22f10694dfa1a769f3
Author: alejandro <alejandro@localhost>
Date:   Thu Jan 8 18:48:11 2004 +0000

    *** empty log message ***
    
    svn path=/trunk/; revision=56

 src/glade/sessions.glade |    1 -
 src/gyrus.c              |  135 ++++++++++++++++++++++++----------------------
 src/gyrus.h              |   24 ++++++---
 src/sessions.c           |   34 +++++++-----
 4 files changed, 106 insertions(+), 88 deletions(-)

commit 917fa6d432bc3f5bb1f0c8f3f28b2a75f032f781
Author: Claudio Saavedra <csaavedra@src.gnome.org>
Date:   Thu Jan 8 17:27:54 2004 +0000

     src/gyrus.c: fixed gyrus_set_new_quota bug.
    
    svn path=/trunk/; revision=55

 ChangeLog   |    3 +++
 src/gyrus.c |   10 +++++++++-
 2 files changed, 12 insertions(+), 1 deletions(-)

commit 8b1295387110f471b4574c616c05c9a9648390fe
Author: alejandro <alejandro@localhost>
Date:   Thu Jan 8 14:09:17 2004 +0000

    add new functions: gyrus_refresh_treeview and gyrus_fill_treeview
    
    svn path=/trunk/; revision=54

 ChangeLog   |    4 +
 src/gyrus.c |  186 ++++++++++++++++++++++++++++++++---------------------------
 src/gyrus.h |    4 +-
 3 files changed, 108 insertions(+), 86 deletions(-)

commit 82eb15f8d9740a3a5ec29abfb3e9c4126de7a9d5
Author: Jorge Ferrer <jorge@src.gnome.org>
Date:   Thu Jan 8 12:50:35 2004 +0000

    Fixed Bug gyrus.c
    
    svn path=/trunk/; revision=53

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

commit cc31ee22efa8c9a619afa57f16f9a9250d882705
Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl>
Date:   Thu Jan 8 05:50:32 2004 +0000

    Fixed the 'user without quota' bug. My email was wrong in this file :)
    
    2004-01-08 Claudio Saavedra <csaavedra@alumnos.utalca.cl>
    	* src/gyrus.c: 	Fixed the 'user without quota' bug.
    	* AUTHORS:	My email was wrong in this file :)
    
    svn path=/trunk/; revision=52

 AUTHORS     |    2 +-
 ChangeLog   |    4 ++++
 src/gyrus.c |   17 +++++++++++++++--
 3 files changed, 20 insertions(+), 3 deletions(-)

commit 9b9fae8f7d868ecd9449f337d2b92afb1ebd6555
Author: alejandro <alejandro@localhost>
Date:   Wed Jan 7 21:01:56 2004 +0000

    add new developer to project. :D
    
    svn path=/trunk/; revision=51

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

commit f27954352a332ee50b1b188655cd0fa48df4a31a
Author: alejandro <alejandro@localhost>
Date:   Wed Jan 7 20:17:13 2004 +0000

    add new version of gyrus_find_account_in_treeview function.
    
    svn path=/trunk/; revision=50

 ChangeLog             |    4 ++
 src/glade/gyrus.glade |   32 +++++++++++++++++++-
 src/gyrus.c           |   77 +++++++++++++++++++++----------------------------
 src/sessions.c        |    1 +
 4 files changed, 68 insertions(+), 46 deletions(-)

commit 910c5b089f14cdd5760fbd5d19d82022ca93d49d
Author: alejandro <alejandro@localhost>
Date:   Fri Dec 12 19:22:57 2003 +0000

    add new struct gyrus
    
    svn path=/trunk/; revision=49

 ChangeLog      |    3 +
 po/es.po       |   46 +++---
 src/gyrus.c    |  535 ++++++++++++++++++++++++++++----------------------------
 src/gyrus.h    |   32 ++--
 src/sessions.c |    2 +-
 5 files changed, 313 insertions(+), 305 deletions(-)

commit 321869d55be53a18664b6283107b33c624b97e6d
Author: alejandro <alejandro@localhost>
Date:   Fri Dec 12 14:01:20 2003 +0000

    :D
    
    svn path=/trunk/; revision=48

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

commit 8314de015f142f5c8fa9d414e66961da9660f24c
Author: Jorge Ferrer <jorge@src.gnome.org>
Date:   Wed Dec 10 20:19:42 2003 +0000

    More Chains.
    
    svn path=/trunk/; revision=47

 po/es.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit b3818fa892e198e4b1d2c28b6c55ac4faf333b0c
Author: Jorge Ferrer <jorge@src.gnome.org>
Date:   Wed Dec 10 19:08:33 2003 +0000

    Added more chains
    
    svn path=/trunk/; revision=46

 po/es.po |  107 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 54 insertions(+), 53 deletions(-)

commit d4f91ec9c9fa3c4c33ecbf3aafc8932713794a79
Author: Jorge Ferrer <jorge@src.gnome.org>
Date:   Wed Dec 10 18:17:41 2003 +0000

    More Changes.
    
    svn path=/trunk/; revision=45

 po/es.po |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit d61c9149986c6c06f8ea80a0fbc85908f8e1a945
Author: Jorge Ferrer <jorge@src.gnome.org>
Date:   Wed Dec 10 18:12:55 2003 +0000

    Added strings chains and glade files
    
    svn path=/trunk/; revision=44

 po/POTFILES.in |    5 +
 po/es.po       |  294 +++++++++++++++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 273 insertions(+), 26 deletions(-)

commit c53fd7569ef2d36f9705a9815b850514d3b0c4d7
Author: Jorge Ferrer <jorge@src.gnome.org>
Date:   Wed Dec 10 17:57:57 2003 +0000

    *** empty log message ***
    
    svn path=/trunk/; revision=43

 po/ChangeLog   |    2 +-
 po/POTFILES    |    4 ----
 po/POTFILES.in |    6 +++---
 3 files changed, 4 insertions(+), 8 deletions(-)

commit afbb184576fa0cc0243de1395d3cf6bd7237451e
Author: Jorge Ferrer <jorge@src.gnome.org>
Date:   Wed Dec 10 17:53:36 2003 +0000

    *** empty log message ***
    
    svn path=/trunk/; revision=42

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 07334813d77e75d2d1ad81ccc3598773b356335c
Author: alejandro <alejandro@localhost>
Date:   Tue Dec 9 14:36:54 2003 +0000

    repair load sessions
    
    svn path=/trunk/; revision=41

 src/glade/gyrus.glade |    2 +-
 src/gyrus.c           |    1 +
 src/sessions.c        |    6 +++---
 3 files changed, 5 insertions(+), 4 deletions(-)

commit 170c12695227f699f459d67f41db234768b5826b
Author: alejandro <alejandro@localhost>
Date:   Fri Dec 5 15:30:25 2003 +0000

    add some string to es.po
    
    svn path=/trunk/; revision=40

 ChangeLog   |    3 +++
 po/es.po    |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/gyrus.c |   12 ++++++------
 3 files changed, 64 insertions(+), 6 deletions(-)

commit 6f07406e152b0009d3239f3dbfa30d5aa032412a
Author: alejandro <alejandro@localhost>
Date:   Fri Nov 28 21:48:19 2003 +0000

    replace gconfgtk for gconf-2.0
    
    svn path=/trunk/; revision=39

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

commit 62325b653d89d4bd044324f9b52fb19bc64302de
Author: alejandro <alejandro@localhost>
Date:   Fri Nov 28 21:30:52 2003 +0000

    change logo
    
    svn path=/trunk/; revision=38

 AUTHORS   |    1 -
 ChangeLog |    9 +++++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 50126bcdcc7d859214b833a4abf5560f6c2e12d6
Author: alejandro <alejandro@localhost>
Date:   Fri Nov 28 21:23:59 2003 +0000

    some changes :D
    
    svn path=/trunk/; revision=37

 src/glade/pixmaps/logo_gyrus.png |  Bin 64339 -> 5449 bytes
 src/gyrus.c                      |    4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

commit c289a78c5c914ce2d52d4ce2de3bfafc4796e100
Author: alejandro <alejandro@localhost>
Date:   Fri Nov 28 19:16:08 2003 +0000

    :D
    
    svn path=/trunk/; revision=36

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

commit 0c3aaf5d75a3630ed22f34260857f73517bc588e
Author: alejandro <alejandro@localhost>
Date:   Fri Nov 28 18:26:33 2003 +0000

    enable session management
    
    svn path=/trunk/; revision=35

 src/glade/gyrus.glade    | 1344 ++++++++++++++++++++++------------------------
 src/glade/sessions.glade |    2 +-
 src/gyrus.c              |   41 +-
 src/gyrus.h              |    8 +
 src/sessions.c           |   80 +---
 5 files changed, 672 insertions(+), 803 deletions(-)

commit aadf0e9f0138fa7cdcf523597e677519c936b76e
Author: alejandro <alejandro@localhost>
Date:   Fri Nov 28 16:19:39 2003 +0000

    rename some functions
    
    svn path=/trunk/; revision=34

 src/sessions.c |   54 ++++++++++++++++++++++++++----------------------------
 1 files changed, 26 insertions(+), 28 deletions(-)

commit 0d3559cf5a88feeb2e7d24f3ed65a00b3b0b5cc1
Author: alejandro <alejandro@localhost>
Date:   Fri Nov 28 16:07:05 2003 +0000

    some changes
    
    svn path=/trunk/; revision=33

 src/sessions.c |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

commit ab09292f35d3d38e7c829705a07a34c45a9116e9
Author: alejandro <alejandro@localhost>
Date:   Fri Nov 28 14:40:15 2003 +0000

    repair some bugs. :P
    
    svn path=/trunk/; revision=32

 src/glade/gyrus.glade    |    3 ++-
 src/glade/sessions.glade |    2 +-
 src/sessions.c           |   19 ++++++++-----------
 3 files changed, 11 insertions(+), 13 deletions(-)

commit 43460f7c04bb2db6965cc29b7e4c56e5615a0765
Author: alejandro <alejandro@localhost>
Date:   Fri Nov 28 12:47:38 2003 +0000

    some changes
    
    svn path=/trunk/; revision=31

 src/glade/sessions.glade |    2 +-
 src/gyrus.c              |   83 ++++----------------------------
 src/gyrus.h              |    2 -
 src/main.c               |    5 --
 src/sessions.c           |  116 ++++++----------------------------------------
 5 files changed, 26 insertions(+), 182 deletions(-)

commit 9d3978c8ba74982aa3533c5727fde796444181d2
Author: alejandro <alejandro@localhost>
Date:   Thu Nov 27 20:56:17 2003 +0000

    new interface sessions
    
    svn path=/trunk/; revision=30

 src/glade/sessions.glade |    4 +-
 src/gyrus.h              |    2 -
 src/sessions.c           |   66 +++++++++++++++++++++------------------------
 3 files changed, 33 insertions(+), 39 deletions(-)

commit 3616f1b7b5d055fdd856f471c5a1bcc5eb699ec3
Author: alejandro <alejandro@localhost>
Date:   Thu Nov 27 19:28:33 2003 +0000

    ups! new file sessions.c :D
    
    svn path=/trunk/; revision=29

 src/sessions.c |  614 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 614 insertions(+), 0 deletions(-)

commit 52fe25a405e8c9ac477ffedb8f54e04f782702ca
Author: alejandro <alejandro@localhost>
Date:   Thu Nov 27 19:26:50 2003 +0000

    new file sessions.c and sessions.glade
    
    svn path=/trunk/; revision=28

 ChangeLog                |    4 ++
 src/Makefile.am          |    3 +-
 src/glade/gyrus.glade    |    6 +-
 src/glade/sessions.glade |    6 +-
 src/gyrus.c              |  130 ++++++++++++---------------------------------
 src/gyrus.h              |    5 +-
 6 files changed, 50 insertions(+), 104 deletions(-)

commit 6e7e49e14f46c75e05955fdae234c25879acbe62
Author: alejandro <alejandro@localhost>
Date:   Thu Nov 27 18:34:43 2003 +0000

    new window sessions
    
    svn path=/trunk/; revision=27

 src/glade/Makefile.am    |    3 +-
 src/glade/sessions.glade |  839 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 841 insertions(+), 1 deletions(-)

commit cf712bd96e6bd71cd3a6a9f654038bd5ae703eb9
Author: alejandro <alejandro@localhost>
Date:   Thu Nov 27 14:04:05 2003 +0000

    *** empty log message ***
    
    svn path=/trunk/; revision=26

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

commit 92d3bc022a228e65d058181685d7f31f597f9eb8
Author: alejandro <alejandro@localhost>
Date:   Thu Nov 27 00:08:30 2003 +0000

    some changes
    
    svn path=/trunk/; revision=25

 src/glade/gyrus.glade |    2 +-
 src/gyrus.c           |   26 ++++++++++++++++++++++++++
 src/gyrus.h           |    1 +
 3 files changed, 28 insertions(+), 1 deletions(-)

commit e747d792c47f3af1c405280ea3fda12068d2c7f2
Author: Jorge Ferrer <jorge@src.gnome.org>
Date:   Thu Nov 27 00:04:08 2003 +0000

    Added Keypress Support
    
    svn path=/trunk/; revision=24

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

commit fae4547c13e89e4a0ef18e9986e8b9cceae45202
Author: Jorge Ferrer <jorge@src.gnome.org>
Date:   Wed Nov 26 23:58:03 2003 +0000

    Added Keypress Support
    
    svn path=/trunk/; revision=23

 src/gyrus.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 3ff0ac8fda8ccf4e29f6dd623e6e3b2385057d11
Author: alejandro <alejandro@localhost>
Date:   Wed Nov 26 23:52:48 2003 +0000

    *** empty log message ***
    
    svn path=/trunk/; revision=22

 ChangeLog             |    2 +-
 src/glade/gyrus.glade |    3 +-
 src/gyrus.c           |  819 +++++++++++++++++++++++--------------------------
 src/gyrus.h           |   17 +-
 4 files changed, 390 insertions(+), 451 deletions(-)

commit a2614b502614dbf9feb875c2db80342e594e2514
Author: Jorge Ferrer <jorge@src.gnome.org>
Date:   Wed Nov 26 23:44:36 2003 +0000

    Added Key Press Support
    
    svn path=/trunk/; revision=21

 ChangeLog   |    4 +
 src/gyrus.c |  724 +++++++++++++++++++++++++++++++++++------------------------
 src/gyrus.h |   14 +-
 src/main.c  |    4 +-
 4 files changed, 450 insertions(+), 296 deletions(-)

commit a1e084dba0d3e12704fc8f2607744871ac90c534
Author: alejandro <alejandro@localhost>
Date:   Wed Nov 26 21:11:30 2003 +0000

    add link to gconf library, modification of interface...
    
    svn path=/trunk/; revision=20

 ChangeLog             |    7 ++
 configure.in          |    2 +-
 src/glade/gyrus.glade |  278 ++++++++++++++++++++++++++++---------------------
 src/gyrus.c           |   99 ++++--------------
 src/main.c            |   12 ++-
 5 files changed, 193 insertions(+), 205 deletions(-)

commit ce004261dbc43bfee39c478f365549652029a640
Author: alejandro <alejandro@localhost>
Date:   Tue Nov 25 22:51:40 2003 +0000

    repair gyrus_click_check, but is incomplete
    
    svn path=/trunk/; revision=19

 ChangeLog   |    1 +
 src/gyrus.c |   55 +++++++++++++++++++++++++++++++++++++++++++------------
 2 files changed, 44 insertions(+), 12 deletions(-)

commit 53ff2b56f636b574325df69f3f386073ec9900b2
Author: alejandro <alejandro@localhost>
Date:   Tue Nov 25 16:01:22 2003 +0000

    add widget notebook to interfaz
    
    svn path=/trunk/; revision=18

 ChangeLog             |    3 +
 src/glade/gyrus.glade | 1251 +++++++++++++++++++++++++------------------------
 2 files changed, 630 insertions(+), 624 deletions(-)

commit 1c079e39b494dd0289bf4f8008b62beba38fe1c2
Author: alejandro <alejandro@localhost>
Date:   Fri Nov 21 21:31:48 2003 +0000

    add renderers type toggle for acl, add function gyrus_click_check() (incomplete)
    
    svn path=/trunk/; revision=17

 ChangeLog             |    4 +
 src/glade/gyrus.glade |  306 +++++++++++++++++++++++++++----------------------
 src/gyrus.c           |   71 ++++++++++--
 src/gyrus.h           |    2 +-
 4 files changed, 232 insertions(+), 151 deletions(-)

commit 06cb9ff5004f695ebaecc81756771ff82fe661e9
Author: alejandro <alejandro@localhost>
Date:   Fri Nov 21 17:14:17 2003 +0000

    replace ACL combo for gtktreeview, change interfaze
    
    svn path=/trunk/; revision=16

 ChangeLog             |    7 +
 src/glade/gyrus.glade |  860 +++++++++++++------------------------------------
 src/gyrus.c           |  141 +++++----
 src/gyrus.h           |    7 +-
 4 files changed, 326 insertions(+), 689 deletions(-)

commit 212be238d7d2c441ddd4281a20ddb1985ecd9da2
Author: alejandro <alejandro@localhost>
Date:   Wed Nov 19 23:22:41 2003 +0000

    get ACLs
    
    svn path=/trunk/; revision=15

 ChangeLog             |    2 +-
 src/glade/gyrus.glade |   46 +--------------------------------
 src/gyrus.c           |   67 ++++++++++++++++++++++++++++++------------------
 3 files changed, 45 insertions(+), 70 deletions(-)

commit 971124980cf7f355b08d6e8f881a16cf1b2bc53a
Author: alejandro <alejandro@localhost>
Date:   Wed Nov 19 20:03:40 2003 +0000

    Set focus on treeview an gtkentry
    
    svn path=/trunk/; revision=14

 ChangeLog   |    4 ++++
 src/gyrus.c |   31 +++++++++++++++++++------------
 2 files changed, 23 insertions(+), 12 deletions(-)

commit 07b54d715343517bbf46ffd1fc663ad4782ffbb0
Author: alejandro <alejandro@localhost>
Date:   Mon Nov 17 21:36:09 2003 +0000

    modify logo
    
    svn path=/trunk/; revision=13

 src/glade/pixmaps/logo_gyrus.png |  Bin 22525 -> 64339 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit 4e0edf33d539100b8fec468f450f01a4bd5f8a92
Author: alejandro <alejandro@localhost>
Date:   Mon Nov 17 21:18:41 2003 +0000

    rename functions name
    
    svn path=/trunk/; revision=12

 ChangeLog |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit e8e679a4bc77b2c141942345900f5cbeff6938c9
Author: alejandro <alejandro@localhost>
Date:   Mon Nov 17 21:12:18 2003 +0000

    rename functions name
    
    svn path=/trunk/; revision=11

 src/gyrus.c |   87 ++++++++++++++++++++++++++++++++---------------------------
 src/gyrus.h |   32 +++++++++++-----------
 src/main.c  |    2 +-
 3 files changed, 64 insertions(+), 57 deletions(-)

commit 8fbb764bec1aaf2b1ec31426dbd7408dc6092b29
Author: Mario Fuentes <mario@gnome.cl>
Date:   Thu Oct 16 06:04:51 2003 +0000

    added code for win32 portability, Now compile in win32!!, from now the
    
    2003-10-16 Mario Fuentes <mario@gnome.cl>
    	* src/main.c:
    	* src/gyrus.[ch]: added code for win32 portability,
    	  Now compile in win32!!,  from now the portability is
    	  imminent and a new feature :).
    	* src/glade/gyrus-gtk.glade: added, is a gyrus.glade modification
    	  without GNOME widgets, only GTK+, for windows port.
    
    svn path=/trunk/; revision=10

 ChangeLog                 |    8 +
 src/glade/gyrus-gtk.glade | 1364 +++++++++++++++++++++++++++++++++++++++++++++
 src/gyrus.c               |   98 +++-
 src/gyrus.h               |   11 +-
 src/main.c                |   13 +-
 5 files changed, 1466 insertions(+), 28 deletions(-)

commit 0eeab9fbcc90b2c2667c926f64b7f7a77a011a7a
Author: alejandro <alejandro@localhost>
Date:   Wed Oct 8 20:26:27 2003 +0000

    new function find account
    
    svn path=/trunk/; revision=9

 src/gyrus.c |   44 +++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 41 insertions(+), 3 deletions(-)

commit 4093cde3227c0d204213b81bc23c8e488b3f4fe6
Author: alejandro <alejandro@localhost>
Date:   Tue Oct 7 20:51:40 2003 +0000

    Add new function, search account in the GtkTreeView
    
    svn path=/trunk/; revision=8

 src/glade/entry.glade |    1 +
 src/gyrus.c           |   72 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/gyrus.h           |    4 ++-
 3 files changed, 76 insertions(+), 1 deletions(-)

commit 836cdcf4990986a28b1075ee02d166451bdf13ed
Author: alejandro <alejandro@localhost>
Date:   Tue Oct 7 19:02:40 2003 +0000

    new function find account
    
    svn path=/trunk/; revision=7

 ChangeLog             |    2 +
 src/glade/Makefile.am |    3 +-
 src/glade/entry.glade |  118 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/glade/gyrus.glade |    2 +-
 src/gyrus.c           |    8 +++-
 src/main.c            |    6 +-
 6 files changed, 133 insertions(+), 6 deletions(-)

commit 10196afdea8ca617a32b924d9da378ed3df4c504
Author: alejandro <alejandro@localhost>
Date:   Tue Oct 7 15:58:25 2003 +0000

    Add new item to menu (find).
    
    svn path=/trunk/; revision=6

 ChangeLog             |    3 +++
 src/glade/gyrus.glade |   21 ++++++++++++++++++++-
 2 files changed, 23 insertions(+), 1 deletions(-)

commit 121973f1be185d6dcfdc8f19df5383e3228a1770
Author: Jorge Ferrer <jorge@src.gnome.org>
Date:   Mon Oct 6 23:15:58 2003 +0000

    Initial revision
    
    svn path=/trunk/; revision=2

 AUTHORS                          |    3 +
 COPYING                          |  340 ++++++++++
 ChangeLog                        |   58 ++
 Makefile.am                      |   28 +
 README                           |   10 +
 acconfig.h                       |    7 +
 autogen.sh                       |   19 +
 configure.in                     |   44 ++
 po/POTFILES                      |    4 +
 po/POTFILES.in                   |    6 +
 src/Makefile.am                  |   23 +
 src/glade/Makefile.am            |   15 +
 src/glade/dialog.glade           |   88 +++
 src/glade/gyrus.glade            | 1350 ++++++++++++++++++++++++++++++++++++++
 src/glade/pixmaps/Makefile.am    |    9 +
 src/glade/pixmaps/folder.png     |  Bin 0 -> 1472 bytes
 src/glade/pixmaps/logo_gyrus.png |  Bin 0 -> 22525 bytes
 src/gyrus.c                      |  758 +++++++++++++++++++++
 src/gyrus.h                      |   54 ++
 src/main.c                       |   51 ++
 stamp-h.in                       |    1 +
 21 files changed, 2868 insertions(+), 0 deletions(-)
