# Generated by Makefile. Do not edit.

commit cbae4d6584cb63053a29b573d55058cbb093d939
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun May 23 11:33:55 2010 -0400

    NEWS update for 2.31.2 release.

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

commit 1896d2aef5ceaa1cbfc0131b42dee2b443b11828
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat May 22 09:49:46 2010 -0400

    Fix compiler warnings.

 addressbook/printing/e-contact-print.c |    2 +-
 modules/calendar/e-cal-shell-backend.c |    2 ++
 widgets/table/e-cell-text.c            |    1 -
 3 files changed, 3 insertions(+), 2 deletions(-)

commit 8e3af3094e48e026cf52c584da50e8b600c4a216
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri May 21 17:32:57 2010 +0200

    Bug #617557 - Quits without asking user to save unfinished messages

 composer/e-msg-composer.c |   27 ++++++++++++++-------------
 1 files changed, 14 insertions(+), 13 deletions(-)

commit a5d79e9f915dc49ef0259ce7681c1f552c335a4c
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri May 21 16:30:40 2010 +0200

    Bug #546551 - Dialog for mark-all-read always mentions subfolders

 mail/mail-folder-cache.c                 |   33 ++++++++++++++++++++++++++++++
 mail/mail-folder-cache.h                 |    5 ++++
 mail/mail.error.xml                      |    7 ++++++
 modules/mail/e-mail-shell-view-actions.c |    6 ++++-
 plugins/mark-all-read/mark-all-read.c    |   10 +++++++-
 5 files changed, 58 insertions(+), 3 deletions(-)

commit 22b33668db988f628e411ef67ecc10520c9f20d3
Author: Vibha Yadav <yvibha@novell.com>
Date:   Fri May 21 11:10:33 2010 +0530

    Bug #531013 - Proxy login window is not in focus.
    
    Grab focus for the Proxy Login window.

 plugins/groupwise-features/proxy-login.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit ca4937f8f76ed57b3ab7a00b3de8a721321f4ba6
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu May 20 17:02:47 2010 -0400

    Bug 608855 - Can't drag and drop multiple attachments
    
    Based on EggTreeMultiDragSource in libegg.

 widgets/misc/e-attachment-icon-view.c |   15 +++
 widgets/misc/e-attachment-tree-view.c |   15 +++
 widgets/misc/e-attachment-view.c      |  160 ++++++++++++++++++++++++++++-----
 widgets/misc/e-attachment-view.h      |    9 ++
 4 files changed, 175 insertions(+), 24 deletions(-)

commit 077c5ca3abc299f41c74d48958477fa574d1824c
Author: Gert Michael Kulyk <gkulyk@yahoo.de>
Date:   Thu May 20 21:11:45 2010 +0200

    Bug #616889 - Force 24h format for locales not supporting 12h format

 calendar/gui/dialogs/cal-prefs-dialog.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 1d4c54eb68c4f5e381f1e0695b561a1374ba4ec4
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Thu May 20 19:43:08 2010 +0200

    Updated Galician translations

 po/gl.po | 1297 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 750 insertions(+), 547 deletions(-)

commit 0ebe59cfbaa760ef024ab212db8ad0489dd68f2a
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Thu May 20 15:29:44 2010 +0200

    [win32] Register evolution as able to handle ldif files too

 e-util/e-win32-defaults.c |  115 +++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 107 insertions(+), 8 deletions(-)

commit 86bdf0967bf8ab303fa92fffc723520e647728fe
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Thu May 20 14:36:41 2010 +0200

    On Windows, some LDIF files can have .ldi extension

 addressbook/importers/evolution-ldif-importer.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 71c0e4e0c2d5d8dfc8ab97650256c11108ffacba
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Thu May 20 14:24:06 2010 +0200

    Consider full name and also the first part of e-mail address for
    contact description in the import dialogue.

 addressbook/importers/evolution-vcard-importer.c |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

commit 428f26b128cf34f30e053584b07d29b1b44b0a36
Author: Chenthill Palanisamy <pchenthill@novell.com>
Date:   Thu May 20 13:11:04 2010 +0530

    Create the source groups required to ensure local adresssbooks and calendars are created

 modules/addressbook/e-book-shell-backend.c |    1 +
 modules/calendar/e-cal-shell-backend.c     |    7 +++++++
 2 files changed, 8 insertions(+), 0 deletions(-)

commit c8b4228f3d2db7f0bd866f16ed48b800256d3187
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed May 19 22:01:49 2010 -0400

    Improve attachment bar selection behavior.
    
    Some improvements made while investigating bug #608855.  This does not
    solve the bug however, and in fact I now believe the bug is actually a
    GTK+ issue after reproducing the bug in gtk-demo.
    
    These improvements restore multiple selections via Ctrl+Click and
    Shift+Click, and also reduces the frequency that we synchronize the
    selection between Icon View and Tree View.

 mail/e-mail-attachment-bar.c      |   64 ++++++++++++-------------------------
 widgets/misc/e-attachment-paned.c |   62 +++++++++++------------------------
 widgets/misc/e-attachment-view.c  |   38 ++++++++++-----------
 3 files changed, 59 insertions(+), 105 deletions(-)

commit a53abe730b9e0d491ae92586862336b226d297bf
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed May 19 18:17:06 2010 -0400

    Require GtkHtml 3.31.2 for new API in bug #220672.

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

commit 7aa52ff5caaaa6044be90b04af375d6c63e38355
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed May 19 23:48:58 2010 +0200

    Bug #220672 - Excessive autosaving uses lots of resources

 composer/e-composer-autosave.c |   78 +++++++++++++++++++++++++++-------------
 1 files changed, 53 insertions(+), 25 deletions(-)

commit 98adb40685d4a454d792b23c6ba23468b95c6216
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed May 19 23:09:26 2010 +0200

    Bug #304415 - Allow change of signature hash algorithm

 composer/e-msg-composer.c |   29 ++++++++--
 mail/em-account-editor.c  |   61 ++++++++++++++++++++
 mail/mail-config.ui       |  138 +++++++++++++++++++++++++++++++++++++++-----
 smime/lib/e-cert.c        |    9 +++
 4 files changed, 216 insertions(+), 21 deletions(-)

commit 0e7a51c8bb58197beb605f8cd2f87d702912d49a
Author: H.Habighorst <h.habighorst@googlemail.com>
Date:   Wed May 19 18:44:17 2010 +0200

    Add missing include

 widgets/misc/e-calendar-item.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 504b8dd26334aacbb939db59ef6aa92ac2e7abb1
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Wed May 19 17:22:28 2010 +0200

    [win32} Register evolution as "Contacts" application and .vcf handler

 e-util/e-win32-defaults.c |  154 +++++++++++++++++++++++++++++++++++++++++++-
 e-util/e-win32-defaults.h |    2 +
 shell/main.c              |    1 +
 3 files changed, 153 insertions(+), 4 deletions(-)

commit 37535d485773559602898b879c63c2d98ead3f74
Author: Gert Kulyk <gkulyk@yahoo.de>
Date:   Wed May 19 13:38:52 2010 +0200

    Bug #617041 - Set translation domain for e-mail-reader actions

 mail/e-mail-reader.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit b94a22ea8cb810fa1683534b92babc84caa8acea
Author: Yves-Alexis Perez <corsac@debian.org>
Date:   Wed May 19 13:10:19 2010 +0200

    Bug #598833 - Do not ship dropped evo_mail_notifier.png

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

commit 80ed887598a4187fd97f09a86032ec85943630bf
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed May 19 11:31:31 2010 +0200

    Bug #523775 - Order of Email Addresses in UI is broken

 addressbook/gui/contact-editor/contact-editor.ui |   24 +++++++++++-----------
 1 files changed, 12 insertions(+), 12 deletions(-)

commit df5f0b0269fdbf90cb2d5f136c6fa939e76d669e
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Wed May 19 10:20:36 2010 +0200

    [win32] Try to get the default application registration right

 e-util/e-win32-defaults.c |    3 ++-
 shell/main.c              |    6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

commit 79b0031a489e54319e7d3e19accaac40d6de7439
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue May 18 20:08:25 2010 -0400

    Bug 619010 - Mailer's crash avoidance features are broken

 modules/mail/e-mail-shell-content.c  |   53 ++++++++++++++++++++--------------
 modules/mail/e-mail-shell-settings.c |    4 ++
 shell/main.c                         |    3 ++
 3 files changed, 38 insertions(+), 22 deletions(-)

commit 3cda4f0d94c083199e89dae893ff5991ea3498c3
Author: Jim Ramsay <i.am@jimramsay.com>
Date:   Wed Apr 28 10:46:15 2010 -0400

    Bug 594153 (3/3) - Allow setting alarms on any meeting
    
    By tying the attachment view "editable" action group to comp-editor
    "individual" group, these add/remove actions are marked sensitive /
    insensitive in sync with the existing "Insert" menu items which are
    already in the "individual" group.
    
    Though not introduced with the other symptoms of this bug
    (0597b877c5bf4d21ac4048742ddf6b11e24877ba), the descreptency fixed
    here is integrally related.

 calendar/gui/dialogs/comp-editor.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit 25a4f7170655c9e55faa074664e1743c59c9f361
Author: Jim Ramsay <i.am@jimramsay.com>
Date:   Tue May 18 16:50:20 2010 -0400

    Bug 594153 (2/3) - Allow setting alarms on any meeting
    
    The "view-time-zone" and "view-categories" actions should not have
    been grouped with the "individual" action group but rather the "core"
    action group, as they should always be available regardless of whether
    or not the element being edited is read-only/owned, as they simply
    affect visibility of various widgets.
    
    This fixes a bug introduced in 0597b877c5bf4d21ac4048742ddf6b11e24877ba
    where these two actions were accidentally grouped with other actions
    that should legitimately be in the "individual" group.

 calendar/gui/dialogs/comp-editor.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 9b9899d5c249c6b01deb97e8b2099943a3f1b37d
Author: Jim Ramsay <i.am@jimramsay.com>
Date:   Tue May 18 16:39:47 2010 -0400

    Bug 594153 (1/3) - Allow setting alarms on any meeting
    
    This introduces a new action_group called "editable" in the comp-editor
    that can be used by other components to assign actions that should be
    sensitized separately from the existing "individual" group, such as the
    "Alarms" and "Show Time as Busy" event actions.
    
    This fixes a bug introduced in 0597b877c5bf4d21ac4048742ddf6b11e24877ba
    where these two actions were accidentally grouped with other actions that
    should legitimately be in the "individual" group.

 calendar/gui/dialogs/comp-editor.c  |   15 +++++++++++----
 calendar/gui/dialogs/event-editor.c |   32 +++++++++++++++++++++++---------
 calendar/gui/dialogs/event-page.c   |    3 +++
 calendar/gui/dialogs/memo-page.c    |    3 +++
 calendar/gui/dialogs/task-page.c    |    3 +++
 5 files changed, 43 insertions(+), 13 deletions(-)

commit ef7690c3845e3c1cebcf3caba7f7667a10e7123d
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue May 18 22:47:29 2010 +0200

    Bug #499320 - Preview before import from command line

 addressbook/importers/Makefile.am                  |    2 +
 .../importers/evolution-addressbook-importers.h    |    3 +
 addressbook/importers/evolution-csv-importer.c     |   81 +++-
 addressbook/importers/evolution-ldif-importer.c    |   63 +++-
 addressbook/importers/evolution-vcard-importer.c   |  345 +++++++++++++
 calendar/importers/Makefile.am                     |    3 +
 calendar/importers/icalendar-importer.c            |  515 +++++++++++++++++++-
 e-util/e-import.c                                  |   26 +
 e-util/e-import.h                                  |    6 +
 mail/importers/Makefile.am                         |    1 +
 mail/importers/elm-importer.c                      |    1 +
 mail/importers/evolution-mbox-importer.c           |  150 ++++++
 mail/importers/mail-importer.h                     |    7 +
 mail/importers/pine-importer.c                     |    1 +
 modules/mail/e-mail-shell-backend.c                |   33 ++
 widgets/misc/Makefile.am                           |    2 +
 widgets/misc/e-import-assistant.c                  |  105 ++++-
 widgets/misc/e-web-view-preview.c                  |  481 ++++++++++++++++++
 widgets/misc/e-web-view-preview.h                  |  101 ++++
 19 files changed, 1901 insertions(+), 25 deletions(-)

commit 0f92771be57383e5d6e7d0f3e05743d192066eb3
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Tue May 18 16:57:11 2010 +0200

    [win32] Implement --reinstall, --show-icons, --hide-icons options
    to be used by windows default application setting dialogue

 e-util/e-win32-defaults.c |  129 +++++++++++++++++++++------------------------
 shell/main.c              |   28 ++++++++++
 2 files changed, 89 insertions(+), 68 deletions(-)

commit bc054c94cb46e4f8f8881c2a1b0268e2f05b307b
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue May 18 08:07:19 2010 -0400

    Bug 618902 - Crash when viewing/closing messages quickly
    
    Closing an EMailBrowser window causes it to be disposed immediately,
    but ongoing async operations still hold an EMailBrowser reference --
    in particular, regenerating the internal message list and fetching a
    mail message.  The callback functions for these operations were not
    equipped to deal with the disposed-but-not-yet-finalized object.

 mail/e-mail-browser.c |    3 +-
 mail/e-mail-reader.c  |   55 +++++++++++++++++++++++++++++++-----------------
 mail/message-list.c   |    6 +---
 3 files changed, 39 insertions(+), 25 deletions(-)

commit 0ef487186875ab5dc9a049998ac1af0a2bec085e
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon May 17 23:38:18 2010 -0400

    EMailBrowser cleanup.

 mail/e-mail-browser.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit be8a06108f63d8ba1b8e1a2a6d5120a62c2bc5f2
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Mon May 17 23:24:48 2010 +0200

    Updated Galician translations

 po/gl.po |  576 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 289 insertions(+), 287 deletions(-)

commit 2bc81c527704c280323a8b1ab16338e132ecdd46
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon May 17 15:42:11 2010 -0400

    Bug 617865 - Various data file cleanups
    
    - Install evolution-alarm-notify in $(privlibexecdir) instead of
      $(bindir).
    
    - Set the X-GNOME-Bugzilla-Version in evolution-alarm-notify.desktop to
      @BASE_VERSION@.x (patch was missing the .x suffix).
    
    - Killed data/evolution.keys.in.in since it's full of CORBA cruft.
      The MimeType field in evolution.desktop fills this role now.
    
    - Copied the AS_AC_EXPAND macro from gnome-settings-daemon.  The macro
      sets up path-related substitutions for use in automake input files.
    
      So for example AS_AC_EXPAND(PRIVLIBEXECDIR, "$privlibexecdir") in
      configure.ac allows us to use @PRIVLIBEXECDIR@ in .desktop.in files.
    
    - Simplified .desktop rules using gnome-settings-daemon as a guide.

 calendar/gui/alarm-notify/Makefile.am     |    2 +-
 configure.ac                              |    6 +++
 data/Makefile.am                          |   24 +++-----------
 data/evolution-alarm-notify.desktop.in.in |    4 +-
 data/evolution.keys.in.in                 |   24 --------------
 m4/as-ac-expand.m4                        |   50 +++++++++++++++++++++++++++++
 po/POTFILES.in                            |    1 -
 7 files changed, 64 insertions(+), 47 deletions(-)

commit 24cf856a89418fd7d43028be6e9eabe21224e33c
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon May 17 15:14:14 2010 -0400

    Fix distcheck errors.

 po/POTFILES.in   |    5 ++---
 po/POTFILES.skip |    3 +++
 2 files changed, 5 insertions(+), 3 deletions(-)

commit a9a4178fe5928bafb3b2cabd437cb554f0d70c30
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Mon May 17 09:42:10 2010 +0200

    Ouch, fix a typo!

 e-util/e-win32-defaults.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 88d3c437e8340d8a61586339305b8f1f0dda3bac
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Mon May 17 09:09:28 2010 +0200

    [win32] Make Evolution actually appear in "Set Program Access and
    Defaults" dialogue and use quoted string instead of short path, since
    this is how the "Hotmail" e-mail provider is doing it (unlike what
    documentation says)

 e-util/e-win32-defaults.c |   18 ++++++------------
 1 files changed, 6 insertions(+), 12 deletions(-)

commit d9bff586ce64c6d17bb1520e2c8a4d3466d899c1
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Mon May 17 09:07:50 2010 +0200

    [win32] Don't call glib functions before g_thread_init was called and
    register evolution as capable to handle mailto: protocol on startup

 shell/main.c |   19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)

commit 3a9faf91a6c2e2f309718f139f69d0c3ddf56869
Author: Thomas Thurman <tthurman@gnome.org>
Date:   Sun May 16 13:42:15 2010 -0400

    Updated Shavian translation

 po/en@shaw.po | 1219 +++++++++++++++++++--------------------------------------
 1 files changed, 399 insertions(+), 820 deletions(-)

commit 491100bf58f34151cf0ce4fd3f0d8fe0d66472a7
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun May 16 11:20:37 2010 +0200

    Updated Spanish translation

 help/es/es.po |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit c5fa89443f6564d0b94b79871414e9485bf05a5a
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun May 16 11:20:34 2010 +0200

    Updated Spanish translation

 po/es.po |  166 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 81 insertions(+), 85 deletions(-)

commit ce37e4c0127a04471453ea02c7127a90a55fface
Author: Ivar Smolin <okul@linux.ee>
Date:   Sat May 15 12:47:58 2010 +0300

    Estonian translation updated

 po/et.po | 2860 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 1582 insertions(+), 1278 deletions(-)

commit 85ebbc32ede0178c85bee4a302c3bc1fd3fbe8ae
Author: Thomas Thurman <tthurman@gnome.org>
Date:   Fri May 14 20:26:04 2010 -0400

    Updated Shavian translation

 po/en@shaw.po |  859 +++++++++++++++++++++------------------------------------
 1 files changed, 319 insertions(+), 540 deletions(-)

commit fd151ac1b2ae622956e5ca45524d4fc4eb9082ba
Author: Thomas Thurman <tthurman@gnome.org>
Date:   Fri May 14 19:37:17 2010 -0400

    Updated Shavian translation

 po/en@shaw.po |  934 +++++++++++++++++++++++++--------------------------------
 1 files changed, 408 insertions(+), 526 deletions(-)

commit 9d78c2ce79d5a58ced8da3342cbd9930c3a37451
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri May 14 16:34:00 2010 -0400

    Bug 618578 - Require automake >= 1.10

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

commit 45cf94ed85e40b23c60bad861e56009e8f899e4c
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri May 14 16:31:52 2010 +0200

    Bug #531912 - Mail inline parser doesn't always work

 mail/em-format-html.c   |    2 +-
 mail/em-inline-filter.c |   79 ++++++++++++++++++++++++++++++----------------
 2 files changed, 52 insertions(+), 29 deletions(-)

commit c372b7016a8d626ec18a18dfd1d653b4d13698d5
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu May 13 23:40:16 2010 -0400

    Bug 615745 - New task pop up in calendar day view doesn't work

 modules/calendar/e-memo-shell-view-actions.c |   19 ++++++++++++++-----
 modules/calendar/e-task-shell-view-actions.c |   19 ++++++++++++++-----
 2 files changed, 28 insertions(+), 10 deletions(-)

commit 5a124a6add633ba4af8babc8de7a8a9b8058899e
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu May 13 23:49:58 2010 +0200

    Bug #607257 - Add checks for event->comp_data != NULL

 calendar/gui/e-cal-list-view.c               |    3 +
 calendar/gui/e-calendar-view.c               |   54 +++++-
 calendar/gui/e-calendar-view.h               |    8 +
 calendar/gui/e-day-view-main-item.c          |   12 +
 calendar/gui/e-day-view-top-item.c           |   13 +
 calendar/gui/e-day-view.c                    |  302 +++++++++++++++++++++++---
 calendar/gui/e-week-view-event-item.c        |   39 ++++
 calendar/gui/e-week-view.c                   |  155 +++++++++++++-
 calendar/gui/ea-cal-view-event.c             |   10 +
 calendar/gui/print.c                         |    9 +
 modules/calendar/e-cal-shell-view-actions.c  |   36 +++-
 modules/calendar/e-cal-shell-view-private.c  |    3 +
 modules/calendar/e-cal-shell-view.c          |    2 +-
 plugins/groupwise-features/gw-ui.c           |    2 +-
 plugins/groupwise-features/process-meeting.c |   16 +-
 15 files changed, 623 insertions(+), 41 deletions(-)

commit b936a2301feb69f420d930f8f74436dde35b9f04
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu May 13 21:34:28 2010 +0200

    Bug #604971 - Evolution allows deletion of default views

 widgets/menus/gal-define-views-dialog.c |   40 ++++++++++++++++++------------
 1 files changed, 24 insertions(+), 16 deletions(-)

commit 74857dc13698763b8136092ba4267802fe53a399
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Thu May 13 15:35:06 2010 +0200

    Initial implementation of setting evolution as default mail client and mailto handler.

 e-util/Makefile.am        |    2 +-
 e-util/e-win32-defaults.c |  277 +++++++++++++++++++++++++++++++++++++++++++++
 e-util/e-win32-defaults.h |   36 ++++++
 3 files changed, 314 insertions(+), 1 deletions(-)

commit 0b60ec7c89f99eaf4ac8c655ed953d705cf034c3
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu May 13 09:17:25 2010 -0400

    Convert "default-mailer" plugin to an extension.

 configure.ac                                       |    4 +-
 mail/em-utils.c                                    |    2 +-
 modules/Makefile.am                                |    1 +
 modules/mailto-handler/Makefile.am                 |   54 ++++
 ...-evolution-mail-prompts-checkdefault.schemas.in |   16 ++
 modules/mailto-handler/evolution-mailto-handler.c  |  274 ++++++++++++++++++++
 plugins/default-mailer/Makefile.am                 |   66 -----
 ...-evolution-mail-prompts-checkdefault.schemas.in |   16 --
 plugins/default-mailer/default-mailer.c            |  106 --------
 .../org-gnome-default-mailer.eplug.xml             |   20 --
 .../org-gnome-default-mailer.error.xml             |   10 -
 shell/main.c                                       |    3 +
 12 files changed, 351 insertions(+), 221 deletions(-)

commit 801c425ada572a88375a44e91745799d65539495
Author: Thomas Thurman <tthurman@gnome.org>
Date:   Wed May 12 18:41:37 2010 -0400

    Updated Shavian transliteration

 po/en@shaw.po |17150 ++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 10769 insertions(+), 6381 deletions(-)

commit 933e668804e32a1831e2c76dc75c5e69f278227d
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Wed May 12 23:51:56 2010 +0200

    Updated Galician translations

 po/gl.po |  238 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 127 insertions(+), 111 deletions(-)

commit 4e53d5e948214fceadb1eb477dac11c1bcaae8d5
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed May 12 19:27:45 2010 +0200

    Bug #603006 - Move All Contacts To enabled for read-only address books

 addressbook/gui/widgets/e-addressbook-view.c |   11 +++++++++--
 modules/addressbook/e-book-shell-view.c      |    4 ++++
 2 files changed, 13 insertions(+), 2 deletions(-)

commit 4abf496f28e91caeb434b0d13259434302acade7
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue May 11 22:59:57 2010 -0500

    Bug 615291 - Preview pane's attachment bar accepts drop

 widgets/misc/e-attachment-view.c |   19 ++++++++++++++-----
 1 files changed, 14 insertions(+), 5 deletions(-)

commit bb0209061c1c3d9947a769015b204d0d5d6c9ec0
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue May 11 21:44:42 2010 -0500

    Bug 618400 - "Mark All Messages as Read" shortcut missing

 modules/mail/e-mail-shell-view-actions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit cadba671f336345f2b73728f757218b800439098
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue May 11 13:13:10 2010 -0500

    Bug 616640 - Don't display attachment size if it's unknown

 widgets/misc/e-attachment-tree-view.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit 073d7e15933e6ec96a486e25111c8d8c621bc91b
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue May 11 20:10:11 2010 +0200

    Updated Norwegian bokmål translation

 po/nb.po |  415 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 221 insertions(+), 194 deletions(-)

commit 2f57daa7382c1dc64047c418fa000de6f12ec71e
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Tue May 11 14:47:12 2010 +0530

    Updated Oriya Translation

 po/or.po |   38 +++++++++++++++++++-------------------
 1 files changed, 19 insertions(+), 19 deletions(-)

commit a516af7fee05648f1480092dc0b8f95f24ee3153
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Tue May 11 14:39:13 2010 +0530

    Updated Oriya Translation

 po/or.po | 8004 +++++++++++++++++++++++++++-----------------------------------
 1 files changed, 3437 insertions(+), 4567 deletions(-)

commit aa3e354b6ab3daef7bb7829ae32aec1bac64e5fa
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Tue May 11 13:42:14 2010 +0530

    Updated Oriya Translation

 po/or.po |21896 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 11573 insertions(+), 10323 deletions(-)

commit 8b53dacec60eb150d376cc90c571540fb32a6af4
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Mon May 10 22:51:11 2010 +0200

    [win32] Set patch to evolution's bindir because some child processes
    need it in some situations.

 shell/main.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit 8254cecbb865761e1cd1a854f5a8779b6448cb81
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Mon May 10 21:20:59 2010 +0200

    [help] Updated German help translation screenshots

 help/de/de.po                                    |   19 ++++---------------
 help/de/figures/categories_a.png                 |  Bin 0 -> 75778 bytes
 help/de/figures/contacts_mainwindow_a.png        |  Bin 0 -> 60203 bytes
 help/de/figures/evo_caltasks_a.png               |  Bin 0 -> 151937 bytes
 help/de/figures/evo_edit_search.png              |  Bin 0 -> 100400 bytes
 help/de/figures/evo_junk_a.png                   |  Bin 0 -> 186690 bytes
 help/de/figures/evo_label_a.png                  |  Bin 0 -> 66364 bytes
 help/de/figures/evo_labels_a.png                 |  Bin 0 -> 74563 bytes
 help/de/figures/evo_mail_a.png                   |  Bin 0 -> 178821 bytes
 help/de/figures/evo_memo_a.png                   |  Bin 26980 -> 60784 bytes
 help/de/figures/evo_rule_a.png                   |  Bin 0 -> 61556 bytes
 help/de/figures/evo_shd_memo_a.png               |  Bin 0 -> 67958 bytes
 help/de/figures/evolution_contact_preference.png |  Bin 0 -> 69203 bytes
 help/de/figures/evolution_mail_preference.png    |  Bin 0 -> 141040 bytes
 help/de/figures/exchng-rec-mails.png             |  Bin 0 -> 85101 bytes
 help/de/figures/filter-new-fig.png               |  Bin 0 -> 70449 bytes
 help/de/figures/local_ics_calendar.png           |  Bin 0 -> 50831 bytes
 help/de/figures/mailer_preferences.png           |  Bin 82364 -> 186927 bytes
 help/de/figures/ver_view_a.png                   |  Bin 0 -> 217200 bytes
 19 files changed, 4 insertions(+), 15 deletions(-)

commit e1bae2893805b835fd255cff3c38e1e2c231ab80
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon May 10 19:32:16 2010 +0200

    Updated Spanish translation

 po/es.po |  648 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 301 insertions(+), 347 deletions(-)

commit 3c40a61b2904aec2765ff9bfecc777fa05b626b5
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon May 10 19:05:10 2010 +0200

    Bug #616823 - Evolution allows moving IMAP Inbox to other folders

 mail/em-folder-tree.c |   26 +++++++++++++++++++++++++-
 1 files changed, 25 insertions(+), 1 deletions(-)

commit 05148d661f58145f4a7482eebbd02b5b54e0019c
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon May 10 18:26:12 2010 +0200

    There is no 'shadow-type' property on a GtkExpander

 addressbook/gui/contact-editor/contact-editor.ui |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit b41e9b362942d7503e9f61d503dd23ffb007ddf5
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon May 10 12:10:45 2010 +0200

    Bug #618177 - Mobile Phone of imported contact not shown in preview

 addressbook/importers/evolution-vcard-importer.c |   31 ++++++++++++++--------
 1 files changed, 20 insertions(+), 11 deletions(-)

commit d8df50d395c42d8e82e0a895d3bd1f2fa4ee901d
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon May 10 11:22:18 2010 +0200

    Bug #617496 - Critical warnings when open a task

 calendar/gui/dialogs/task-editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c08d9241d6de79304a932c812360f41fe568e57a
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat May 8 11:00:01 2010 -0500

    Bug 618113 - Missing icon in alarm dialog

 calendar/gui/alarm-notify/Makefile.am   |    1 +
 calendar/gui/alarm-notify/notify-main.c |    4 ++++
 2 files changed, 5 insertions(+), 0 deletions(-)

commit 8ad0c51edff9677ca22c46257f4a596dc23d2055
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed May 5 21:47:44 2010 -0400

    Adapt to Camel API changes.
    
    This also removes the boxed CamelObject GType, since CamelObject is an
    honest-to-goodness GObject now.

 calendar/gui/e-cal-component-preview.c  |    1 +
 e-util/e-marshal.list                   |    8 +-
 e-util/e-util.c                         |   30 +-
 e-util/e-util.h                         |    6 -
 mail/e-mail-backend.c                   |   23 +-
 mail/em-composer-utils.c                |    2 +-
 mail/em-folder-tree-model.c             |   54 ++-
 mail/em-folder-utils.c                  |    2 +-
 mail/mail-folder-cache.c                |  856 +++++++++++++++----------------
 mail/mail-folder-cache.h                |   88 ++--
 mail/mail-send-recv.c                   |    4 +-
 mail/mail-session.c                     |    2 +-
 mail/mail-vfolder.c                     |   47 +-
 mail/message-list.c                     |   30 +-
 plugins/itip-formatter/itip-formatter.c |    2 +-
 widgets/misc/e-attachment.c             |    4 +-
 16 files changed, 548 insertions(+), 611 deletions(-)

commit 27eb820ea13c49af3d4f67c4c483aa0d3bbc1a94
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Fri May 7 20:19:02 2010 +0300

    Added be to LINGUAS

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

commit 769582c9e9f54148f5bdc889cc0f75ea2dea8baf
Author: Bharath Acharya <abharath@novell.com>
Date:   Fri May 7 13:48:31 2010 +0530

    Fix the double-free.

 mail/em-subscribe-editor.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 37b839a2d3be8bacf160df237e673d33b1689204
Author: Vibha Yadav <yvibha@novell.com>
Date:   Fri May 7 11:30:49 2010 +0530

    Bug #545462 - Printing of contacts is weird.
    
    Lot of improvements in contact printing. A few more to follow suit.

 addressbook/gui/widgets/e-addressbook-view.c |    6 +-
 addressbook/printing/e-contact-print.c       |  145 +++++++++++++++++++++++---
 addressbook/printing/e-contact-print.h       |    3 +
 widgets/table/e-cell-text.c                  |   28 +++++-
 widgets/table/e-table-group-container.c      |    9 ++-
 5 files changed, 168 insertions(+), 23 deletions(-)

commit 0b743a787cf5cc69b2521d41e1c7f5ec8a798101
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu May 6 17:19:07 2010 +0200

    Bug #240317 - Allow searching in subscribe dialog

 mail/em-subscribe-editor.c |  509 ++++++++++++++++++++++++++++++++++----------
 mail/mail-dialogs.ui       |   98 ++++++++--
 2 files changed, 482 insertions(+), 125 deletions(-)

commit 518c616d27de69fe92834440a22c1c45982c3d0f
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Tue May 4 07:00:07 2010 +0300

    Estonian translation updated

 po/et.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 0a0657836b429289a918f509504813f7e4e112df
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon May 3 22:35:45 2010 +0200

    Bug #593890 - New folder window is not in focus in filter dialog

 mail/em-folder-utils.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit 7636175248e8b6a8fa73244327f52230415cbaa6
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon May 3 21:36:50 2010 +0200

    Bug #611560 - 'Mark as junk' should be disabled in junk folder

 mail/e-mail-reader.c |    6 +++++-
 mail/e-mail-reader.h |    3 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)

commit e1b44a9c3e8db677b58723cb9738ce626a7a08da
Author: Chenthill Palanisamy <pchenthill@novell.com>
Date:   Mon May 3 20:04:38 2010 +0530

    post release version bump

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

commit 011dbce2eb63a1980cba0f8c0e04cdbf5b4e352d
Author: Chenthill Palanisamy <pchenthill@novell.com>
Date:   Mon May 3 18:02:06 2010 +0530

    news update for 2.31.1 release

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

commit 38d70bcccb3b1c61b60388043d4b5bb287f8efe7
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Sun May 2 22:56:40 2010 +0200

    Updated German help translation

 help/de/de.po |   57 +++++++++++++++++++++++++++++++++------------------------
 1 files changed, 33 insertions(+), 24 deletions(-)

commit 27a30b9323701c1b4e740b3bc43513cd980238c0
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun May 2 13:44:12 2010 +0200

    Updated German translation

 po/de.po | 9287 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 4726 insertions(+), 4561 deletions(-)

commit 2034c0c16d255c9a1c48db8ad7e5110b713c2782
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun May 2 13:25:04 2010 +0200

    Updated Galician translation

 po/gl.po |  798 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 402 insertions(+), 396 deletions(-)

commit c30d29425eccafea02e95ea6e81679508c878784
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat May 1 23:18:28 2010 -0400

    Coding style and whitespace cleanup.

 addressbook/gui/contact-editor/e-contact-editor.c |   20 ++--
 calendar/gui/gnome-cal.c                          |    2 -
 calendar/gui/print.c                              |   17 ++-
 capplet/settings/anjal-mail-view.c                |    2 +-
 capplet/settings/mail-decoration.c                |   10 +-
 capplet/settings/mail-guess-servers.c             |   23 +++-
 composer/e-composer-post-header.c                 |    2 +-
 e-util/e-alert-dialog.c                           |    8 +-
 e-util/gconf-bridge.c                             |    3 +-
 mail/e-mail-reader-utils.c                        |   36 ++++--
 mail/em-account-editor.c                          |    5 +-
 mail/em-folder-tree.c                             |    8 +-
 modules/calendar/e-cal-shell-content.c            |   26 ++--
 modules/calendar/e-cal-shell-sidebar.c            |   36 +++++-
 modules/calendar/e-cal-shell-view-actions.c       |    6 +-
 modules/calendar/e-cal-shell-view-private.c       |    4 +-
 modules/calendar/e-cal-shell-view.c               |   28 ++--
 modules/calendar/e-memo-shell-sidebar.c           |   36 +++++-
 modules/calendar/e-task-shell-sidebar.c           |   36 +++++-
 modules/connman/evolution-connman.c               |    6 +-
 modules/mail/e-mail-shell-sidebar.c               |   22 ++--
 modules/windows-sens/evolution-windows-sens.c     |   42 +++---
 plugins/bogo-junk-plugin/bf-junk-filter.c         |    6 +-
 plugins/caldav/caldav-source.c                    |   22 +++-
 plugins/calendar-file/calendar-file.c             |    7 +-
 plugins/sa-junk-plugin/em-junk-filter.c           |    6 +-
 shell/e-shell-meego.c                             |   26 ++--
 shell/e-shell-switcher.c                          |    2 +-
 shell/e-shell-view.c                              |    5 +-
 shell/e-shell-window-actions.c                    |    6 +-
 shell/e-shell-window-private.c                    |    2 +-
 widgets/misc/e-calendar.h                         |    2 +-
 widgets/table/e-table.c                           |  151 ++++++++++++++-------
 33 files changed, 409 insertions(+), 204 deletions(-)

commit 6c7520b73d1360504672804ebeba6c4de18de318
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat May 1 20:06:48 2010 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 8161 +++++++++++++++++++++++++++-----------------------------------
 1 files changed, 3582 insertions(+), 4579 deletions(-)

commit aec33928b7b77fe64b0afdf13b5db126e7f5dfac
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Apr 26 08:36:24 2010 -0400

    Adapt to Camel API changes.

 mail/e-mail-backend.c                            |    7 +-
 mail/e-mail-reader-utils.c                       |    7 +-
 mail/e-mail-reader.c                             |   11 +-
 mail/em-composer-utils.c                         |    7 +-
 mail/em-folder-properties.c                      |  234 ++++++----------------
 mail/em-folder-tree.c                            |   16 +-
 mail/em-folder-utils.c                           |   27 ++-
 mail/em-utils.c                                  |   36 +++-
 mail/importers/mail-importer.c                   |    4 +-
 mail/mail-folder-cache.c                         |   35 ++--
 mail/mail-ops.c                                  |   27 ++-
 mail/mail-tools.c                                |   15 +-
 mail/mail-vfolder.c                              |   26 ++-
 mail/message-list.c                              |   12 +-
 modules/mail/e-mail-attachment-handler.c         |   14 +-
 modules/mail/e-mail-shell-view-private.c         |   23 +-
 modules/mail/e-mail-shell-view.c                 |    2 +-
 plugins/groupwise-features/junk-mail-settings.c  |    2 +-
 plugins/groupwise-features/mail-retract.c        |    6 +-
 plugins/groupwise-features/share-folder-common.c |   16 +-
 plugins/groupwise-features/status-track.c        |    2 +-
 plugins/itip-formatter/itip-formatter.c          |   16 +-
 plugins/mail-notification/mail-notification.c    |    5 +-
 plugins/mark-all-read/mark-all-read.c            |   13 +-
 plugins/templates/templates.c                    |   10 +-
 25 files changed, 273 insertions(+), 300 deletions(-)

commit 2214b6049d9402f91567d1bea66259b29993ae9f
Author: Michel Dänzer <daenzer@debian.org>
Date:   Fri Apr 30 14:54:13 2010 +0200

    Bug #614346 - Use cached table row height rather than recalculate

 widgets/table/e-table-item.c |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

commit 5a2dda78f9118af6d56cbb23b0bcb223f3193732
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Fri Apr 30 08:13:16 2010 +0200

    Updated Spanish translation

 po/es.po |  129 +++++++++++++++++++++++++++++--------------------------------
 1 files changed, 61 insertions(+), 68 deletions(-)

commit a2019ba327586e97bb303f43d6dddcc279365b20
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Apr 29 21:08:09 2010 -0400

    Revert "Work around another dropped gnome-icon-theme icon."
    
    This reverts commit edf6286a38279e6db82dee4da50e94c587f06e02.
    
    gnome-icon-theme got it wrong, not us.  See bug #616954.

 mail/e-mail-reader.c                     |   10 +++++-----
 modules/mail/e-mail-shell-view-actions.c |    2 +-
 modules/mail/e-mail-shell-view-actions.h |    4 ++--
 ui/evolution-mail-reader.ui              |    4 ++--
 ui/evolution-mail.ui                     |    2 +-
 5 files changed, 11 insertions(+), 11 deletions(-)

commit e2769948a5e2b95590912c70180ae901d33148cb
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Apr 29 20:01:29 2010 +0200

    Updated Spanish translation

 po/es.po |  721 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 349 insertions(+), 372 deletions(-)

commit b3bf8c6ff01aae6b43c82746ef0bef01437836cb
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Apr 29 17:40:03 2010 +0200

    Updated Spanish translation

 po/es.po | 1116 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 613 insertions(+), 503 deletions(-)

commit ad1b3754f7152ecdf76a9f9ddde2a394c0588800
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Apr 29 16:31:31 2010 +0200

    Bug #545505 - Properly free unused message infos periodically

 mail/e-mail-reader-utils.c |    1 +
 mail/e-mail-reader.c       |    6 +++++-
 mail/em-composer-utils.c   |    8 ++++----
 mail/em-utils.c            |   12 ++++++------
 mail/mail-folder-cache.c   |    2 +-
 mail/message-list.c        |   21 ++++++++++-----------
 6 files changed, 27 insertions(+), 23 deletions(-)

commit cbd3b67ea03a1c4c4333f88a2bb569df62678645
Author: Bharath Acharya <abharath@novell.com>
Date:   Thu Apr 29 14:07:34 2010 +0530

    Bug #609052 - Crash printing contacts in List View
    
    The returned widget does not have a reference added, so you do not need to unref it.

 addressbook/gui/widgets/e-addressbook-view.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit bf623787d8a73fdd6bc0cc5b2028f4747c83f7c8
Author: Mario Carrion <mario@carrion.mx>
Date:   Wed Apr 28 13:11:48 2010 -0400

    [i18n] Strings not aligned in ui. (bgo #616181)

 mail/mail-config.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 80cf17c1c6301428f75ac2684d670a5a885589fd
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Wed Apr 28 16:05:58 2010 +0300

    Fixed bug #569523 in be.po

 po/be@latin.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 91751c40d4f2b1fadcce4040defb066e30409a10
Author: Punit Jain <jpunit@novell.com>
Date:   Wed Apr 28 11:57:16 2010 +0530

    Bug #609052 - Proper warning should be shown.
    
    when saving calendar items without summary.

 calendar/calendar.error.xml      |   14 +++++++-------
 calendar/gui/dialogs/send-comp.c |    4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

commit ba4d6184e5781dec59c78eb8d2b0a4a5784e40fd
Author: Punit Jain <jpunit@novell.com>
Date:   Wed Apr 28 11:56:25 2010 +0530

    Bug #614900 - Description field in calendar list view.

 calendar/gui/e-cal-list-view.etspec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 34ea417fff1e1e15e40757ed776b1cf7df23df2b
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Apr 27 19:06:10 2010 +0200

    Bug #604430 - Calendar view not remembered

 widgets/menus/gal-view-instance.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 8f9f3a9d5fcd3246d26a6acbd2030a0bedabceb7
Author: Francisco Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Apr 27 17:34:52 2010 +0200

    Updated Galician translations

 po/gl.po | 1400 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 713 insertions(+), 687 deletions(-)

commit d6fd193f8f4487a10a3fbde7a5fff0bd21c54b21
Author: Roy Marples <roy@marples.name>
Date:   Tue Apr 27 16:31:05 2010 +0200

    Bug #610495 - Plugins should define e_plugin_lib_enable

 plugins/addressbook-file/addressbook-file.c        |    8 ++++++++
 plugins/audio-inline/audio-inline.c                |    8 ++++++++
 plugins/backup-restore/backup-restore.c            |    8 ++++++++
 plugins/calendar-file/calendar-file.c              |    8 ++++++++
 plugins/calendar-http/calendar-http.c              |    8 ++++++++
 plugins/default-mailer/default-mailer.c            |    7 +++++++
 plugins/default-source/default-source.c            |    8 ++++++++
 plugins/external-editor/external-editor.c          |    8 ++++++++
 plugins/face/face.c                                |    7 +++++++
 plugins/imap-features/imap-headers.c               |    7 +++++++
 plugins/itip-formatter/itip-formatter.c            |    7 +++++++
 .../mailing-list-actions/mailing-list-actions.c    |    7 +++++++
 plugins/mark-all-read/mark-all-read.c              |    7 +++++++
 plugins/profiler/profiler.c                        |    8 ++++++++
 plugins/save-calendar/save-calendar.c              |    9 +++++++++
 plugins/startup-wizard/startup-wizard.c            |    7 +++++++
 plugins/subject-thread/subject-thread.c            |    7 +++++++
 plugins/vcard-inline/vcard-inline.c                |    7 +++++++
 18 files changed, 136 insertions(+), 0 deletions(-)

commit bb8ce8052ef2eb6553b889086ca280431d088107
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Tue Apr 27 16:07:17 2010 +0200

    Updated French translation

 po/fr.po | 2126 ++++++++++++++++----------------------------------------------
 1 files changed, 549 insertions(+), 1577 deletions(-)

commit 7c84255b8a18eb52b46fdab8213a363ab2275f4f
Author: Holger Mickler <holger.mickler@web.de>
Date:   Tue Apr 27 14:04:48 2010 +0200

    Bug #615384 - Use contact's free/busy URL only when not empty

 calendar/gui/e-meeting-store.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit c7f20f594746ac5126e6e99219962bfa3b9cd80f
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Mon Apr 26 23:32:51 2010 +0200

    One more fix of the icon installation

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

commit 4da7e09202bc30961f36e2d59809fadaca3fda02
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Mon Apr 26 23:28:23 2010 +0200

    Fix a typo on Makefile.am that prevents installation of a big chunk
    of the stock icons

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

commit a47fafad2c60fab68e2a7b39c5a4fcaa7f403d0e
Author: Peteris Krisjanis <pecisk@gmail.com>
Date:   Mon Apr 26 23:57:00 2010 +0300

    Updated Latvian translation.

 po/lv.po |23317 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 13369 insertions(+), 9948 deletions(-)

commit f1eae39e4eeb41347f5559896f2fd724ffa67c01
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Apr 26 18:06:08 2010 +0200

    Use default headers when none stored to display in mailer
    
    As part of bug #603418, to fix a corner case

 mail/e-mail-reader-utils.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit faddd5106749fb3493c4bbc73f96571c5f6ded40
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Mon Apr 26 16:44:58 2010 +0200

    Fix linking of face plugin

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

commit cd7c20d152dcaa2b92c3e78822b5243a71a94514
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Apr 26 16:42:02 2010 +0200

    Bug #603418 - Custom headers not displayed in message preview

 mail/e-mail-browser.c               |    2 +
 mail/e-mail-reader-utils.c          |  186 +++++++++++++++++++++++++++++++++++
 mail/e-mail-reader-utils.h          |   15 +++
 modules/mail/e-mail-shell-content.c |    3 +
 modules/mail/em-mailer-prefs.c      |  128 ++----------------------
 modules/mail/em-mailer-prefs.h      |   12 ---
 6 files changed, 216 insertions(+), 130 deletions(-)

commit bfd1a13f60b3b0bf914ce6d6e92f097c1ee05197
Author: Cedric Bosdonnat <cedric.bosdonnat@free.fr>
Date:   Mon Apr 26 16:01:47 2010 +0200

    Bug #613392 - No copyright/licensing information for geo-utils

 plugins/contacts-map/geo-utils.c |   22 ++++++++++++++++++++++
 plugins/contacts-map/geo-utils.h |   22 ++++++++++++++++++++++
 2 files changed, 44 insertions(+), 0 deletions(-)

commit 6daa837701f3af98eefa24a2f85e8960230fb123
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Mon Apr 26 08:10:10 2010 +0300

    Estonian translation updated

 po/et.po |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

commit 36c845adbd49318ded71293791cf763eeeef073a
Author: Michael Meeks <michael.meeks@novell.com>
Date:   Fri Apr 23 15:43:58 2010 +0100

    include missing header

 calendar/gui/alarm-notify/notify-main.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit bc90469e7f3bfd31dc6530c2d1ba1cc519a8a3a7
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Apr 23 10:28:53 2010 -0400

    Camel is now GObject-based.

 calendar/gui/dialogs/comp-editor.c               |    2 +-
 calendar/gui/itip-utils.c                        |    4 +-
 capplet/settings/mail-capplet-shell.c            |    2 +-
 composer/e-composer-autosave.c                   |    4 +-
 composer/e-composer-header-table.c               |    2 +-
 composer/e-composer-private.c                    |    6 +-
 composer/e-msg-composer.c                        |  118 ++++++++--------
 e-util/e-signature-utils.c                       |   12 +-
 e-util/e-util.c                                  |    4 +-
 em-format/em-format-quote.c                      |   18 ++--
 em-format/em-format.c                            |   78 ++++++------
 em-format/em-stripsig-filter.c                   |  100 ++++++--------
 em-format/em-stripsig-filter.h                   |   41 ++++--
 mail/e-mail-backend.c                            |    2 +-
 mail/e-mail-local.c                              |    2 +-
 mail/e-mail-migrate.c                            |   36 ++----
 mail/e-mail-reader.c                             |    8 +-
 mail/e-mail-store.c                              |   16 +-
 mail/em-composer-utils.c                         |   78 ++++++------
 mail/em-config.c                                 |    4 +-
 mail/em-event.c                                  |    8 +-
 mail/em-folder-properties.c                      |    4 +-
 mail/em-folder-tree-model.c                      |   24 ++--
 mail/em-folder-tree.c                            |   24 ++--
 mail/em-folder-utils.c                           |   30 ++--
 mail/em-format-html-display.c                    |    4 +-
 mail/em-format-html.c                            |   58 ++++----
 mail/em-html-stream.c                            |   76 ++++-------
 mail/em-html-stream.h                            |   23 ++-
 mail/em-inline-filter.c                          |  157 ++++++++++------------
 mail/em-inline-filter.h                          |   40 ++++--
 mail/em-subscribe-editor.c                       |    4 +-
 mail/em-sync-stream.c                            |   91 ++++++-------
 mail/em-sync-stream.h                            |   22 ++-
 mail/em-utils.c                                  |   30 ++--
 mail/importers/mail-importer.c                   |    8 +-
 mail/mail-folder-cache.c                         |   22 ++--
 mail/mail-ops.c                                  |  140 ++++++++++----------
 mail/mail-send-recv.c                            |   18 ++--
 mail/mail-session.c                              |  125 +++++++++---------
 mail/mail-session.h                              |    2 +-
 mail/mail-tools.c                                |    6 +-
 mail/mail-vfolder.c                              |   22 ++--
 mail/message-list.c                              |   22 ++--
 modules/addressbook/eab-composer-util.c          |    2 +-
 modules/calendar/e-cal-attachment-handler.c      |    2 +-
 modules/mail/e-mail-attachment-handler.c         |   18 ++--
 modules/mail/e-mail-shell-settings.c             |    2 +-
 modules/mail/e-mail-shell-view-private.c         |    4 +-
 modules/mail/e-mail-shell-view.c                 |   14 +-
 plugins/audio-inline/audio-inline.c              |    6 +-
 plugins/bogo-junk-plugin/bf-junk-filter.c        |    8 +-
 plugins/groupwise-features/install-shared.c      |   12 +-
 plugins/groupwise-features/proxy.c               |    2 +-
 plugins/groupwise-features/share-folder-common.c |   12 +-
 plugins/image-inline/image-inline.c              |    6 +-
 plugins/itip-formatter/itip-formatter.c          |    2 +-
 plugins/mail-to-task/mail-to-task.c              |    2 +-
 plugins/pst-import/pst-importer.c                |   26 ++--
 plugins/sa-junk-plugin/em-junk-filter.c          |    4 +-
 plugins/templates/templates.c                    |   12 +-
 plugins/tnef-attachments/tnef-plugin.c           |   14 +-
 plugins/vcard-inline/vcard-inline.c              |    6 +-
 widgets/misc/e-account-combo-box.c               |    2 +-
 widgets/misc/e-attachment-view.c                 |    4 +-
 widgets/misc/e-attachment.c                      |   26 ++--
 widgets/misc/e-web-view.c                        |    4 +-
 67 files changed, 834 insertions(+), 853 deletions(-)

commit f862e946b83d5f70001c3d81290ecc8a0d8ca2a0
Author: Michael Meeks <michael.meeks@novell.com>
Date:   Fri Apr 23 14:13:42 2010 +0100

    Initialize dbus threading to avoid loosing alarms

 calendar/gui/alarm-notify/notify-main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 1a5e1620d3d28c2bf74d55cd02d258620c61d6b5
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Fri Apr 23 14:20:47 2010 +0200

    Relocating EVOLUTION_BINDIR which will be used in plugin
    setting Evolution comme defaut mail application on windows.

 e-util/Makefile.am      |    1 +
 e-util/e-util-private.h |    4 ++++
 e-util/e-win32-reloc.c  |    3 +++
 3 files changed, 8 insertions(+), 0 deletions(-)

commit 06b16e2055ee657bc62fef96029cecb4c8483521
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Fri Apr 23 13:23:32 2010 +0200

    Remove 3 leftover references to non-existing libraries

 calendar/gui/Makefile.am        |    4 ----
 modules/addressbook/Makefile.am |    4 ----
 widgets/text/Makefile.am        |    4 ----
 3 files changed, 0 insertions(+), 12 deletions(-)

commit 91020b05a3107e4ae51d7aa33dc0bebe5b668e6d
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Apr 23 11:20:50 2010 +0200

    Bug #360461 - Avoid markup in translatable messages

 calendar/gui/e-itip-control.c                      |   79 ++++++++------
 capplet/settings/mail-account-view.c               |   13 ++-
 capplet/settings/mail-settings-view.c              |    5 +-
 composer/e-msg-composer.c                          |    5 +-
 mail/em-format-html.c                              |   10 ++-
 mail/mail-config.ui                                |   36 ++++++-
 plugins/caldav/caldav-browse-server.c              |    7 +-
 .../google-account-setup/google-contacts-source.c  |    5 +-
 plugins/groupwise-features/properties.ui           |    5 +-
 plugins/groupwise-features/proxy-login-dialog.ui   |    5 +-
 plugins/itip-formatter/itip-view.c                 |  108 +++++++++++--------
 .../webdav-account-setup/webdav-contacts-source.c  |    5 +-
 12 files changed, 186 insertions(+), 97 deletions(-)

commit edf6286a38279e6db82dee4da50e94c587f06e02
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Apr 22 18:28:17 2010 -0400

    Work around another dropped gnome-icon-theme icon.
    
    mail-mark-notjunk -> mail-mark-not-junk

 mail/e-mail-reader.c                     |   10 +++++-----
 modules/mail/e-mail-shell-view-actions.c |    2 +-
 modules/mail/e-mail-shell-view-actions.h |    4 ++--
 ui/evolution-mail-reader.ui              |    4 ++--
 ui/evolution-mail.ui                     |    2 +-
 5 files changed, 11 insertions(+), 11 deletions(-)

commit 761235315b920d2e3d37265d56ad4d450f3e30ce
Author: Shankar Prasad <sprasad@git.gnome.org>
Date:   Thu Apr 22 13:52:25 2010 +0530

    Updated Kannada translations

 po/kn.po |25492 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 12924 insertions(+), 12568 deletions(-)

commit f3d260bfa9859e092357f807ff3966b4f4d6dc2b
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Thu Apr 22 00:08:24 2010 +0200

    Added Catalan (Valencian) translation

 po/LINGUAS        |    1 +
 po/ca@valencia.po |28299 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 28300 insertions(+), 0 deletions(-)

commit ffeeb7b8a40f5c50e66bde743b9147523bfc1bad
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Apr 21 14:34:46 2010 +0100

    Fix migration event hook for google-account-setup and calendar-weather plugins

 .../org-gnome-calendar-weather.eplug.xml           |    2 +-
 .../org-gnome-evolution-google.eplug.xml           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit c63a32aec01965c5ea713669b95a124a64d31955
Author: Michael Meeks <michael.meeks@novell.com>
Date:   Wed Apr 21 14:41:50 2010 +0100

    fix disappearing e-table headers by realising the (horrible)
    pet widget we are going to steal the gc from, so it actually has it.

 widgets/table/e-table-header-utils.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 7539873f095e9da238d7b7077fa1f7522330ed75
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Apr 21 00:05:41 2010 -0400

    Adapt to Camel API changes.

 mail/mail-session.c |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

commit a4cb2af92266116c86703b59ce5d92baf259d610
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Apr 21 00:05:00 2010 -0400

    Fix compiler warnings.

 doc/reference/shell/tmpl/action-groups.sgml       |    3 +++
 doc/reference/shell/tmpl/e-account-utils.sgml     |    5 +++++
 doc/reference/shell/tmpl/e-alert.sgml             |    3 +++
 doc/reference/shell/tmpl/e-binding.sgml           |    3 +++
 doc/reference/shell/tmpl/e-bit-array.sgml         |    3 +++
 doc/reference/shell/tmpl/e-categories-config.sgml |    3 +++
 doc/reference/shell/tmpl/e-datetime-format.sgml   |    3 +++
 doc/reference/shell/tmpl/e-dialog-utils.sgml      |    3 +++
 doc/reference/shell/tmpl/e-extensible.sgml        |    3 +++
 doc/reference/shell/tmpl/e-extension.sgml         |    3 +++
 doc/reference/shell/tmpl/e-html-utils.sgml        |    3 +++
 doc/reference/shell/tmpl/e-icon-factory.sgml      |    3 +++
 doc/reference/shell/tmpl/e-logger.sgml            |    3 +++
 doc/reference/shell/tmpl/e-module.sgml            |    3 +++
 doc/reference/shell/tmpl/e-print.sgml             |    4 ++++
 doc/reference/shell/tmpl/e-selection.sgml         |    3 +++
 doc/reference/shell/tmpl/e-shell-backend.sgml     |    3 +++
 doc/reference/shell/tmpl/e-shell-content.sgml     |    3 +++
 doc/reference/shell/tmpl/e-shell-searchbar.sgml   |    3 +++
 doc/reference/shell/tmpl/e-shell-settings.sgml    |    3 +++
 doc/reference/shell/tmpl/e-shell-sidebar.sgml     |    3 +++
 doc/reference/shell/tmpl/e-shell-switcher.sgml    |    4 ++++
 doc/reference/shell/tmpl/e-shell-taskbar.sgml     |    3 +++
 doc/reference/shell/tmpl/e-shell-utils.sgml       |    3 +++
 doc/reference/shell/tmpl/e-shell-view.sgml        |    3 +++
 doc/reference/shell/tmpl/e-shell-window.sgml      |    3 +++
 doc/reference/shell/tmpl/e-shell.sgml             |    4 ++++
 doc/reference/shell/tmpl/e-signature-list.sgml    |    3 +++
 doc/reference/shell/tmpl/e-signature-utils.sgml   |    4 ++++
 doc/reference/shell/tmpl/e-signature.sgml         |    4 ++++
 doc/reference/shell/tmpl/e-util.sgml              |   11 +++++++++++
 doc/reference/shell/tmpl/e-xml-utils.sgml         |    3 +++
 doc/reference/shell/tmpl/gconf-bridge.sgml        |    5 +++++
 doc/reference/shell/tmpl/shell-actions.sgml       |    3 +++
 shell/e-shell-content.c                           |    2 +-
 widgets/misc/e-online-button.c                    |    2 +-
 widgets/table/e-tree.c                            |    8 +++++---
 37 files changed, 126 insertions(+), 5 deletions(-)

commit c99b9f5849ea09b7aae6a1e10f07bb3c2f2e287f
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Wed Apr 21 12:51:46 2010 +0200

    Updated German help translation

 help/de/de.po |  398 +++++++++++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 334 insertions(+), 64 deletions(-)

commit 96922dc1fb24e84e3d26d28879553891a37935c9
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Wed Apr 21 13:45:53 2010 +0700

    Updated Thai translation.

 po/th.po |  136 ++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 67 insertions(+), 69 deletions(-)

commit b8ef7f08188f8a12a48eb8333a47aee0d14b75cb
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Mon Apr 19 19:45:59 2010 +0700

    Updated Thai translation.

 po/th.po |25727 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 13708 insertions(+), 12019 deletions(-)

commit 492c4710d31f26fe32f3c010b182bf8916d2e2ba
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Tue Apr 20 15:35:17 2010 +0200

    Don't bundle 256x256 icon since it does not work anyway

 .../gui/alarm-notify/evolution-alarm-notify.ico    |  Bin 290014 -> 17542 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit e234598bdf2afc9f722c53bd993d074cd0e0d5e1
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Tue Apr 20 15:15:11 2010 +0200

    Give the windows version of evolution-alarm-notify a nice win32 icon

 calendar/gui/alarm-notify/Makefile.am              |   15 +++++++++++++--
 .../alarm-notify/evolution-alarm-notify-icon.rc    |    1 +
 .../gui/alarm-notify/evolution-alarm-notify.ico    |  Bin 0 -> 290014 bytes
 shell/Makefile.am                                  |    4 ++--
 4 files changed, 16 insertions(+), 4 deletions(-)

commit e77f659abe8b05f95c10b6e75ef1a832cffce8de
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Tue Apr 20 10:13:42 2010 +0200

    Adding the stock_people icon needed and absent in gnome-icon-theme

 data/icons/Makefile.am                            |    3 +++
 data/icons/hicolor_actions_16x16_stock_people.png |  Bin 0 -> 764 bytes
 data/icons/hicolor_actions_24x24_stock_people.png |  Bin 0 -> 1499 bytes
 data/icons/hicolor_actions_48x48_stock_people.png |  Bin 0 -> 3667 bytes
 4 files changed, 3 insertions(+), 0 deletions(-)

commit f1948140d2bef6b385f927b3203647b22035f5ed
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Apr 20 08:03:11 2010 +0200

    Updated Spanish translation

 po/es.po |  109 ++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 54 insertions(+), 55 deletions(-)

commit e713fafdba958fd1dd89d713c344b9b299d1545f
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Apr 19 19:45:26 2010 -0400

    Add more stock icons dropped from gnome-icon-theme.

 data/icons/Makefile.am                             |    6 ++++++
 ...lor_actions_16x16_stock_new-24h-appointment.png |  Bin 0 -> 780 bytes
 data/icons/hicolor_actions_16x16_stock_notes.png   |  Bin 0 -> 534 bytes
 ...lor_actions_24x24_stock_new-24h-appointment.png |  Bin 0 -> 1246 bytes
 data/icons/hicolor_actions_24x24_stock_notes.png   |  Bin 0 -> 913 bytes
 ...lor_actions_48x48_stock_new-24h-appointment.png |  Bin 0 -> 3550 bytes
 data/icons/hicolor_actions_48x48_stock_notes.png   |  Bin 0 -> 2454 bytes
 7 files changed, 6 insertions(+), 0 deletions(-)

commit dc947a92ef1211658a0709145ade513e4abc6525
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Apr 19 19:28:38 2010 -0400

    Revise legacy stock icon contexts.
    
    The legacy stock icons need to be installed into context directories
    that gnome-icon-theme still supports (actions, places, status, etc.).

 data/icons/Makefile.am                             |  138 ++++++++++----------
 data/icons/hicolor_actions_16x16_stock_bell.png    |  Bin 0 -> 491 bytes
 .../hicolor_actions_16x16_stock_contact-list.png   |  Bin 0 -> 450 bytes
 .../hicolor_actions_16x16_stock_insert-note.png    |  Bin 0 -> 265 bytes
 ...olor_actions_16x16_stock_mail-filters-apply.png |  Bin 0 -> 475 bytes
 ...ons_16x16_stock_mail-flag-for-followup-done.png |  Bin 0 -> 515 bytes
 ..._actions_16x16_stock_mail-flag-for-followup.png |  Bin 0 -> 562 bytes
 ...olor_actions_16x16_stock_mail-open-multiple.png |  Bin 0 -> 661 bytes
 ...or_actions_16x16_stock_mail-unread-multiple.png |  Bin 0 -> 553 bytes
 .../hicolor_actions_16x16_stock_new-meeting.png    |  Bin 0 -> 827 bytes
 .../hicolor_actions_16x16_stock_shared-by-me.png   |  Bin 0 -> 777 bytes
 .../hicolor_actions_16x16_stock_shared-to-me.png   |  Bin 0 -> 825 bytes
 .../icons/hicolor_actions_16x16_stock_show-all.png |  Bin 0 -> 186 bytes
 ...icolor_actions_16x16_stock_task-assigned-to.png |  Bin 0 -> 467 bytes
 .../hicolor_actions_16x16_stock_task-assigned.png  |  Bin 0 -> 482 bytes
 .../hicolor_actions_16x16_stock_task-recurring.png |  Bin 0 -> 475 bytes
 data/icons/hicolor_actions_16x16_stock_task.png    |  Bin 0 -> 292 bytes
 .../icons/hicolor_actions_16x16_stock_timezone.png |  Bin 0 -> 922 bytes
 data/icons/hicolor_actions_16x16_stock_todo.png    |  Bin 0 -> 560 bytes
 ...olor_actions_16x16_stock_video-conferencing.png |  Bin 0 -> 1090 bytes
 .../hicolor_actions_16x16_stock_view-details.png   |  Bin 0 -> 467 bytes
 .../hicolor_actions_24x24_stock_contact-list.png   |  Bin 0 -> 899 bytes
 .../hicolor_actions_24x24_stock_insert-note.png    |  Bin 0 -> 1284 bytes
 ...olor_actions_24x24_stock_mail-filters-apply.png |  Bin 0 -> 849 bytes
 ...olor_actions_24x24_stock_mail-open-multiple.png |  Bin 0 -> 1033 bytes
 ...or_actions_24x24_stock_mail-unread-multiple.png |  Bin 0 -> 813 bytes
 .../hicolor_actions_24x24_stock_new-meeting.png    |  Bin 0 -> 1801 bytes
 .../hicolor_actions_24x24_stock_shared-by-me.png   |  Bin 0 -> 1078 bytes
 .../hicolor_actions_24x24_stock_shared-to-me.png   |  Bin 0 -> 959 bytes
 .../icons/hicolor_actions_24x24_stock_show-all.png |  Bin 0 -> 543 bytes
 ...icolor_actions_24x24_stock_task-assigned-to.png |  Bin 0 -> 899 bytes
 .../hicolor_actions_24x24_stock_task-assigned.png  |  Bin 0 -> 907 bytes
 .../hicolor_actions_24x24_stock_task-recurring.png |  Bin 0 -> 814 bytes
 data/icons/hicolor_actions_24x24_stock_task.png    |  Bin 0 -> 608 bytes
 .../icons/hicolor_actions_24x24_stock_timezone.png |  Bin 0 -> 1124 bytes
 data/icons/hicolor_actions_24x24_stock_todo.png    |  Bin 0 -> 853 bytes
 ...olor_actions_24x24_stock_video-conferencing.png |  Bin 0 -> 1724 bytes
 data/icons/hicolor_actions_48x48_stock_alarm.png   |  Bin 0 -> 5022 bytes
 ...ons_48x48_stock_mail-flag-for-followup-done.png |  Bin 0 -> 3273 bytes
 ..._actions_48x48_stock_mail-flag-for-followup.png |  Bin 0 -> 3397 bytes
 .../hicolor_actions_48x48_stock_new-meeting.png    |  Bin 0 -> 3766 bytes
 .../icons/hicolor_actions_48x48_stock_timezone.png |  Bin 0 -> 2870 bytes
 data/icons/hicolor_actions_48x48_stock_todo.png    |  Bin 0 -> 2936 bytes
 .../hicolor_status_16x16_stock_check-filled.png    |  Bin 0 -> 270 bytes
 .../hicolor_status_16x16_stock_score-high.png      |  Bin 0 -> 383 bytes
 .../hicolor_status_16x16_stock_score-higher.png    |  Bin 0 -> 381 bytes
 .../hicolor_status_16x16_stock_score-highest.png   |  Bin 0 -> 376 bytes
 .../icons/hicolor_status_16x16_stock_score-low.png |  Bin 0 -> 387 bytes
 .../hicolor_status_16x16_stock_score-lower.png     |  Bin 0 -> 382 bytes
 .../hicolor_status_16x16_stock_score-lowest.png    |  Bin 0 -> 378 bytes
 .../hicolor_status_16x16_stock_score-normal.png    |  Bin 0 -> 343 bytes
 .../hicolor_status_16x16_stock_signature-bad.png   |  Bin 0 -> 839 bytes
 .../hicolor_status_16x16_stock_signature-ok.png    |  Bin 0 -> 1110 bytes
 .../icons/hicolor_status_16x16_stock_signature.png |  Bin 0 -> 1108 bytes
 .../hicolor_status_24x24_stock_signature-bad.png   |  Bin 0 -> 1618 bytes
 .../hicolor_status_24x24_stock_signature-ok.png    |  Bin 0 -> 1659 bytes
 .../icons/hicolor_status_24x24_stock_signature.png |  Bin 0 -> 1548 bytes
 .../hicolor_status_48x48_stock_signature-bad.png   |  Bin 0 -> 4764 bytes
 .../hicolor_status_48x48_stock_signature-ok.png    |  Bin 0 -> 4273 bytes
 .../icons/hicolor_status_48x48_stock_signature.png |  Bin 0 -> 3730 bytes
 ...icolor_stock_data_16x16_stock_signature-bad.png |  Bin 839 -> 0 bytes
 ...hicolor_stock_data_16x16_stock_signature-ok.png |  Bin 1110 -> 0 bytes
 .../hicolor_stock_data_16x16_stock_signature.png   |  Bin 1108 -> 0 bytes
 ...icolor_stock_data_24x24_stock_signature-bad.png |  Bin 1618 -> 0 bytes
 ...hicolor_stock_data_24x24_stock_signature-ok.png |  Bin 1659 -> 0 bytes
 .../hicolor_stock_data_24x24_stock_signature.png   |  Bin 1548 -> 0 bytes
 ...icolor_stock_data_48x48_stock_signature-bad.png |  Bin 4764 -> 0 bytes
 ...hicolor_stock_data_48x48_stock_signature-ok.png |  Bin 4273 -> 0 bytes
 .../hicolor_stock_data_48x48_stock_signature.png   |  Bin 3730 -> 0 bytes
 ...stock_document_16x16_stock_task-assigned-to.png |  Bin 467 -> 0 bytes
 ...or_stock_document_16x16_stock_task-assigned.png |  Bin 482 -> 0 bytes
 ...r_stock_document_16x16_stock_task-recurring.png |  Bin 475 -> 0 bytes
 .../hicolor_stock_document_16x16_stock_task.png    |  Bin 292 -> 0 bytes
 .../hicolor_stock_document_16x16_stock_todo.png    |  Bin 560 -> 0 bytes
 ...stock_document_24x24_stock_task-assigned-to.png |  Bin 899 -> 0 bytes
 ...or_stock_document_24x24_stock_task-assigned.png |  Bin 907 -> 0 bytes
 ...r_stock_document_24x24_stock_task-recurring.png |  Bin 814 -> 0 bytes
 .../hicolor_stock_document_24x24_stock_task.png    |  Bin 608 -> 0 bytes
 .../hicolor_stock_document_24x24_stock_todo.png    |  Bin 853 -> 0 bytes
 .../hicolor_stock_document_48x48_stock_todo.png    |  Bin 2936 -> 0 bytes
 .../hicolor_stock_generic_16x16_stock_bell.png     |  Bin 491 -> 0 bytes
 ...olor_stock_generic_16x16_stock_check-filled.png |  Bin 270 -> 0 bytes
 ...color_stock_generic_16x16_stock_new-meeting.png |  Bin 827 -> 0 bytes
 ...icolor_stock_generic_16x16_stock_score-high.png |  Bin 383 -> 0 bytes
 ...olor_stock_generic_16x16_stock_score-higher.png |  Bin 381 -> 0 bytes
 ...lor_stock_generic_16x16_stock_score-highest.png |  Bin 376 -> 0 bytes
 ...hicolor_stock_generic_16x16_stock_score-low.png |  Bin 387 -> 0 bytes
 ...color_stock_generic_16x16_stock_score-lower.png |  Bin 382 -> 0 bytes
 ...olor_stock_generic_16x16_stock_score-lowest.png |  Bin 378 -> 0 bytes
 ...olor_stock_generic_16x16_stock_score-normal.png |  Bin 343 -> 0 bytes
 .../hicolor_stock_generic_16x16_stock_show-all.png |  Bin 186 -> 0 bytes
 .../hicolor_stock_generic_16x16_stock_timezone.png |  Bin 922 -> 0 bytes
 ...olor_stock_generic_16x16_stock_view-details.png |  Bin 467 -> 0 bytes
 ...color_stock_generic_24x24_stock_new-meeting.png |  Bin 1801 -> 0 bytes
 .../hicolor_stock_generic_24x24_stock_show-all.png |  Bin 543 -> 0 bytes
 .../hicolor_stock_generic_24x24_stock_timezone.png |  Bin 1124 -> 0 bytes
 .../hicolor_stock_generic_48x48_stock_alarm.png    |  Bin 5022 -> 0 bytes
 ...color_stock_generic_48x48_stock_new-meeting.png |  Bin 3766 -> 0 bytes
 .../hicolor_stock_generic_48x48_stock_timezone.png |  Bin 2870 -> 0 bytes
 .../hicolor_stock_net_16x16_stock_contact-list.png |  Bin 450 -> 0 bytes
 ...or_stock_net_16x16_stock_mail-filters-apply.png |  Bin 475 -> 0 bytes
 ...net_16x16_stock_mail-flag-for-followup-done.png |  Bin 515 -> 0 bytes
 ...tock_net_16x16_stock_mail-flag-for-followup.png |  Bin 562 -> 0 bytes
 ...or_stock_net_16x16_stock_mail-open-multiple.png |  Bin 661 -> 0 bytes
 ..._stock_net_16x16_stock_mail-unread-multiple.png |  Bin 553 -> 0 bytes
 .../hicolor_stock_net_16x16_stock_shared-by-me.png |  Bin 777 -> 0 bytes
 .../hicolor_stock_net_16x16_stock_shared-to-me.png |  Bin 825 -> 0 bytes
 ...or_stock_net_16x16_stock_video-conferencing.png |  Bin 1090 -> 0 bytes
 .../hicolor_stock_net_24x24_stock_contact-list.png |  Bin 899 -> 0 bytes
 ...or_stock_net_24x24_stock_mail-filters-apply.png |  Bin 849 -> 0 bytes
 ...or_stock_net_24x24_stock_mail-open-multiple.png |  Bin 1033 -> 0 bytes
 ..._stock_net_24x24_stock_mail-unread-multiple.png |  Bin 813 -> 0 bytes
 .../hicolor_stock_net_24x24_stock_shared-by-me.png |  Bin 1078 -> 0 bytes
 .../hicolor_stock_net_24x24_stock_shared-to-me.png |  Bin 959 -> 0 bytes
 ...or_stock_net_24x24_stock_video-conferencing.png |  Bin 1724 -> 0 bytes
 ...net_48x48_stock_mail-flag-for-followup-done.png |  Bin 3273 -> 0 bytes
 ...tock_net_48x48_stock_mail-flag-for-followup.png |  Bin 3397 -> 0 bytes
 ...icolor_stock_object_16x16_stock_insert-note.png |  Bin 265 -> 0 bytes
 ...icolor_stock_object_24x24_stock_insert-note.png |  Bin 1284 -> 0 bytes
 119 files changed, 68 insertions(+), 70 deletions(-)

commit 1ff91f837a1508d7c3f327a3fc796534411270c2
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Apr 19 13:35:34 2010 -0400

    Adapt to libedataserverui API changes.

 .../contact-list-editor/e-contact-list-editor.c    |    4 +++-
 calendar/gui/dialogs/memo-page.c                   |    4 +++-
 calendar/gui/e-meeting-list-view.c                 |    4 +++-
 composer/e-composer-name-header.c                  |    7 +++++--
 4 files changed, 14 insertions(+), 5 deletions(-)

commit 3bdad9ecb7ebf5020fe443fec1f1440e0afeb930
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Apr 19 19:25:47 2010 +0200

    Updated Spanish translation

 po/es.po |   54 +++++++++++++++++++++++++++---------------------------
 1 files changed, 27 insertions(+), 27 deletions(-)

commit 7e7a145b8f482ebaca88a0427069166f1f117566
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Sep 28 15:16:14 2009 +0100

    Bug 583742 — Port to external libgdata
    
    Port Google account setup plugin to external libgdata. This drops the
    dependency on libgdata-1.2 from e-d-s, and add a dependency on the external
    libgdata >= 0.4.0. Closes: bgo#583742

 configure.ac                                 |   11 +++--
 plugins/google-account-setup/Makefile.am     |    6 ++-
 plugins/google-account-setup/google-source.c |   73 +++++++++++++------------
 3 files changed, 49 insertions(+), 41 deletions(-)

commit 24a269487823900e491cafd76af2c973f34898fb
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Apr 19 13:18:50 2010 +0200

    Bug #494047 - Unescape uris in composer's Post-To

 composer/e-composer-post-header.c |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

commit 5974489593515109b910f3becfb87672cdd2086c
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Apr 19 12:36:19 2010 +0200

    Bug #615331 - Message list/Folder tree focus policy has changed

 mail/em-folder-tree.c                    |   89 ++++++++++++++++++++++++++++++
 mail/em-folder-tree.h                    |    4 +
 modules/mail/e-mail-shell-view-private.c |    1 +
 3 files changed, 94 insertions(+), 0 deletions(-)

commit dc42b2404c1700d942df64a81df5c579d9d35589
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Apr 18 21:57:52 2010 +0200

    Updated Spanish translation

 po/es.po |   43 +++++++------------------------------------
 1 files changed, 7 insertions(+), 36 deletions(-)

commit ca14525fbb14e4150365860ab1354695d3153cdf
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Apr 18 09:43:53 2010 -0400

    Bug 616097 - Remembers page ranges
    
    Exclude print settings that should not persist.  This topic has a lot of
    grey areas and GTK+ offers no help, so we'll do this by popular demand.
    
    For starters, I'm excluding settings that have messed -me- up in the past:
    
        GTK_PRINT_SETTINGS_N_COPIES
        GTK_PRINT_SETTINGS_PAGE_RANGES
        GTK_PRINT_SETTINGS_PAGE_SET
        GTK_PRINT_SETTINGS_PRINT_PAGES

 e-util/e-print.c |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit b0c6583c07d925a1d344170a6142ff12df67d428
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Apr 18 09:21:36 2010 -0400

    Use newer GTK+ API to manage print settings.

 e-util/e-print.c |   22 ++++++----------------
 1 files changed, 6 insertions(+), 16 deletions(-)

commit fad9dbd630ae119022bcc2045b334aee72e85ea4
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Sun Apr 18 14:11:32 2010 +0200

    Updated French translation

 po/fr.po | 8026 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 3892 insertions(+), 4134 deletions(-)

commit 1f2bf4042d4004a6aba11a05cf0e532d4ec15290
Author: Francisco Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Apr 18 12:51:11 2010 +0200

    Updated Galician translations

 po/gl.po |  142 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 69 insertions(+), 73 deletions(-)

commit 8063db5a071068731f648d630b2632efcf074dd7
Author: Francisco Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Apr 18 12:42:40 2010 +0200

    Updated Galician translations

 po/gl.po | 8037 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 4018 insertions(+), 4019 deletions(-)

commit 2c90bea1a1da8b53328fd7a0ffbe1d841ae9eeef
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Apr 13 11:20:36 2010 +0100

    Miscellaneous string fixes
    
    Various small string fixes, from missing "the"s and small typos, to removal
    of extraneous "whether or not"s. Helps: bgo#615712

 smime/gui/smime-ui.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d49349bcb3587d977df06643397535cf09035246
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Apr 13 10:42:43 2010 +0100

    Fix usage of "backup" in translatable strings
    
    "to back up" (verb) is different from "backup" (noun); correct some issues
    with confusion of the two words. Helps: bgo#615712

 plugins/backup-restore/backup.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit bd4c5298000598e3a9681f8e06cd53c7bcb56078
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Apr 18 10:14:22 2010 +0200

    Updated Spanish translation

 po/es.po |  239 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 109 insertions(+), 130 deletions(-)

commit c994e62b8fb72e43a4c7290371bda21b98876619
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Apr 18 00:42:27 2010 -0400

    Bug 592986 - Preferences window shows some buttons on icons

 smime/gui/smime-ui.ui |  177 ++++++++-----------------------------------------
 1 files changed, 27 insertions(+), 150 deletions(-)

commit 1927a133147fc05c5caeade4589048aa414a283f
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Apr 18 00:32:53 2010 -0400

    Open and save smime-ui.ui in Glade 3.

 smime/gui/smime-ui.ui | 1671 +++++++++++++------------------------------------
 1 files changed, 450 insertions(+), 1221 deletions(-)

commit 1b9ca3faf63eff9ddbeacd1b68cb7a6d63aab6e2
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Apr 17 21:36:37 2010 -0400

    Bug 610428 - Duplicate mnemonic in itip formatted message

 plugins/itip-formatter/itip-view.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 64f78ae2fbe746cd5a217eb8bbbd85f60b2ef853
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Apr 17 21:27:00 2010 -0400

    Install stock icons in "hicolor" instead of "gnome".

 data/icons/Makefile.am                             |  118 ++++++++++----------
 .../gnome_stock_data_16x16_stock_signature-bad.png |  Bin 839 -> 0 bytes
 .../gnome_stock_data_16x16_stock_signature-ok.png  |  Bin 1110 -> 0 bytes
 .../gnome_stock_data_16x16_stock_signature.png     |  Bin 1108 -> 0 bytes
 .../gnome_stock_data_24x24_stock_signature-bad.png |  Bin 1618 -> 0 bytes
 .../gnome_stock_data_24x24_stock_signature-ok.png  |  Bin 1659 -> 0 bytes
 .../gnome_stock_data_24x24_stock_signature.png     |  Bin 1548 -> 0 bytes
 .../gnome_stock_data_48x48_stock_signature-bad.png |  Bin 4764 -> 0 bytes
 .../gnome_stock_data_48x48_stock_signature-ok.png  |  Bin 4273 -> 0 bytes
 .../gnome_stock_data_48x48_stock_signature.png     |  Bin 3730 -> 0 bytes
 ...stock_document_16x16_stock_task-assigned-to.png |  Bin 467 -> 0 bytes
 ...me_stock_document_16x16_stock_task-assigned.png |  Bin 482 -> 0 bytes
 ...e_stock_document_16x16_stock_task-recurring.png |  Bin 475 -> 0 bytes
 .../gnome_stock_document_16x16_stock_task.png      |  Bin 292 -> 0 bytes
 .../gnome_stock_document_16x16_stock_todo.png      |  Bin 560 -> 0 bytes
 ...stock_document_24x24_stock_task-assigned-to.png |  Bin 899 -> 0 bytes
 ...me_stock_document_24x24_stock_task-assigned.png |  Bin 907 -> 0 bytes
 ...e_stock_document_24x24_stock_task-recurring.png |  Bin 814 -> 0 bytes
 .../gnome_stock_document_24x24_stock_task.png      |  Bin 608 -> 0 bytes
 .../gnome_stock_document_24x24_stock_todo.png      |  Bin 853 -> 0 bytes
 .../gnome_stock_document_48x48_stock_todo.png      |  Bin 2936 -> 0 bytes
 .../icons/gnome_stock_generic_16x16_stock_bell.png |  Bin 491 -> 0 bytes
 ...nome_stock_generic_16x16_stock_check-filled.png |  Bin 270 -> 0 bytes
 ...gnome_stock_generic_16x16_stock_new-meeting.png |  Bin 827 -> 0 bytes
 .../gnome_stock_generic_16x16_stock_score-high.png |  Bin 383 -> 0 bytes
 ...nome_stock_generic_16x16_stock_score-higher.png |  Bin 381 -> 0 bytes
 ...ome_stock_generic_16x16_stock_score-highest.png |  Bin 376 -> 0 bytes
 .../gnome_stock_generic_16x16_stock_score-low.png  |  Bin 387 -> 0 bytes
 ...gnome_stock_generic_16x16_stock_score-lower.png |  Bin 382 -> 0 bytes
 ...nome_stock_generic_16x16_stock_score-lowest.png |  Bin 378 -> 0 bytes
 ...nome_stock_generic_16x16_stock_score-normal.png |  Bin 343 -> 0 bytes
 .../gnome_stock_generic_16x16_stock_show-all.png   |  Bin 186 -> 0 bytes
 .../gnome_stock_generic_16x16_stock_timezone.png   |  Bin 922 -> 0 bytes
 ...nome_stock_generic_16x16_stock_view-details.png |  Bin 467 -> 0 bytes
 ...gnome_stock_generic_24x24_stock_new-meeting.png |  Bin 1801 -> 0 bytes
 .../gnome_stock_generic_24x24_stock_show-all.png   |  Bin 543 -> 0 bytes
 .../gnome_stock_generic_24x24_stock_timezone.png   |  Bin 1124 -> 0 bytes
 .../gnome_stock_generic_48x48_stock_alarm.png      |  Bin 5022 -> 0 bytes
 ...gnome_stock_generic_48x48_stock_new-meeting.png |  Bin 3766 -> 0 bytes
 .../gnome_stock_generic_48x48_stock_timezone.png   |  Bin 2870 -> 0 bytes
 .../gnome_stock_net_16x16_stock_contact-list.png   |  Bin 450 -> 0 bytes
 ...me_stock_net_16x16_stock_mail-filters-apply.png |  Bin 475 -> 0 bytes
 ...net_16x16_stock_mail-flag-for-followup-done.png |  Bin 515 -> 0 bytes
 ...tock_net_16x16_stock_mail-flag-for-followup.png |  Bin 562 -> 0 bytes
 ...me_stock_net_16x16_stock_mail-open-multiple.png |  Bin 661 -> 0 bytes
 ..._stock_net_16x16_stock_mail-unread-multiple.png |  Bin 553 -> 0 bytes
 .../gnome_stock_net_16x16_stock_shared-by-me.png   |  Bin 777 -> 0 bytes
 .../gnome_stock_net_16x16_stock_shared-to-me.png   |  Bin 825 -> 0 bytes
 ...me_stock_net_16x16_stock_video-conferencing.png |  Bin 1090 -> 0 bytes
 .../gnome_stock_net_24x24_stock_contact-list.png   |  Bin 899 -> 0 bytes
 ...me_stock_net_24x24_stock_mail-filters-apply.png |  Bin 849 -> 0 bytes
 ...me_stock_net_24x24_stock_mail-open-multiple.png |  Bin 1033 -> 0 bytes
 ..._stock_net_24x24_stock_mail-unread-multiple.png |  Bin 813 -> 0 bytes
 .../gnome_stock_net_24x24_stock_shared-by-me.png   |  Bin 1078 -> 0 bytes
 .../gnome_stock_net_24x24_stock_shared-to-me.png   |  Bin 959 -> 0 bytes
 ...me_stock_net_24x24_stock_video-conferencing.png |  Bin 1724 -> 0 bytes
 ...net_48x48_stock_mail-flag-for-followup-done.png |  Bin 3273 -> 0 bytes
 ...tock_net_48x48_stock_mail-flag-for-followup.png |  Bin 3397 -> 0 bytes
 .../gnome_stock_object_16x16_stock_insert-note.png |  Bin 265 -> 0 bytes
 .../gnome_stock_object_24x24_stock_insert-note.png |  Bin 1284 -> 0 bytes
 ...icolor_stock_data_16x16_stock_signature-bad.png |  Bin 0 -> 839 bytes
 ...hicolor_stock_data_16x16_stock_signature-ok.png |  Bin 0 -> 1110 bytes
 .../hicolor_stock_data_16x16_stock_signature.png   |  Bin 0 -> 1108 bytes
 ...icolor_stock_data_24x24_stock_signature-bad.png |  Bin 0 -> 1618 bytes
 ...hicolor_stock_data_24x24_stock_signature-ok.png |  Bin 0 -> 1659 bytes
 .../hicolor_stock_data_24x24_stock_signature.png   |  Bin 0 -> 1548 bytes
 ...icolor_stock_data_48x48_stock_signature-bad.png |  Bin 0 -> 4764 bytes
 ...hicolor_stock_data_48x48_stock_signature-ok.png |  Bin 0 -> 4273 bytes
 .../hicolor_stock_data_48x48_stock_signature.png   |  Bin 0 -> 3730 bytes
 ...stock_document_16x16_stock_task-assigned-to.png |  Bin 0 -> 467 bytes
 ...or_stock_document_16x16_stock_task-assigned.png |  Bin 0 -> 482 bytes
 ...r_stock_document_16x16_stock_task-recurring.png |  Bin 0 -> 475 bytes
 .../hicolor_stock_document_16x16_stock_task.png    |  Bin 0 -> 292 bytes
 .../hicolor_stock_document_16x16_stock_todo.png    |  Bin 0 -> 560 bytes
 ...stock_document_24x24_stock_task-assigned-to.png |  Bin 0 -> 899 bytes
 ...or_stock_document_24x24_stock_task-assigned.png |  Bin 0 -> 907 bytes
 ...r_stock_document_24x24_stock_task-recurring.png |  Bin 0 -> 814 bytes
 .../hicolor_stock_document_24x24_stock_task.png    |  Bin 0 -> 608 bytes
 .../hicolor_stock_document_24x24_stock_todo.png    |  Bin 0 -> 853 bytes
 .../hicolor_stock_document_48x48_stock_todo.png    |  Bin 0 -> 2936 bytes
 .../hicolor_stock_generic_16x16_stock_bell.png     |  Bin 0 -> 491 bytes
 ...olor_stock_generic_16x16_stock_check-filled.png |  Bin 0 -> 270 bytes
 ...color_stock_generic_16x16_stock_new-meeting.png |  Bin 0 -> 827 bytes
 ...icolor_stock_generic_16x16_stock_score-high.png |  Bin 0 -> 383 bytes
 ...olor_stock_generic_16x16_stock_score-higher.png |  Bin 0 -> 381 bytes
 ...lor_stock_generic_16x16_stock_score-highest.png |  Bin 0 -> 376 bytes
 ...hicolor_stock_generic_16x16_stock_score-low.png |  Bin 0 -> 387 bytes
 ...color_stock_generic_16x16_stock_score-lower.png |  Bin 0 -> 382 bytes
 ...olor_stock_generic_16x16_stock_score-lowest.png |  Bin 0 -> 378 bytes
 ...olor_stock_generic_16x16_stock_score-normal.png |  Bin 0 -> 343 bytes
 .../hicolor_stock_generic_16x16_stock_show-all.png |  Bin 0 -> 186 bytes
 .../hicolor_stock_generic_16x16_stock_timezone.png |  Bin 0 -> 922 bytes
 ...olor_stock_generic_16x16_stock_view-details.png |  Bin 0 -> 467 bytes
 ...color_stock_generic_24x24_stock_new-meeting.png |  Bin 0 -> 1801 bytes
 .../hicolor_stock_generic_24x24_stock_show-all.png |  Bin 0 -> 543 bytes
 .../hicolor_stock_generic_24x24_stock_timezone.png |  Bin 0 -> 1124 bytes
 .../hicolor_stock_generic_48x48_stock_alarm.png    |  Bin 0 -> 5022 bytes
 ...color_stock_generic_48x48_stock_new-meeting.png |  Bin 0 -> 3766 bytes
 .../hicolor_stock_generic_48x48_stock_timezone.png |  Bin 0 -> 2870 bytes
 .../hicolor_stock_net_16x16_stock_contact-list.png |  Bin 0 -> 450 bytes
 ...or_stock_net_16x16_stock_mail-filters-apply.png |  Bin 0 -> 475 bytes
 ...net_16x16_stock_mail-flag-for-followup-done.png |  Bin 0 -> 515 bytes
 ...tock_net_16x16_stock_mail-flag-for-followup.png |  Bin 0 -> 562 bytes
 ...or_stock_net_16x16_stock_mail-open-multiple.png |  Bin 0 -> 661 bytes
 ..._stock_net_16x16_stock_mail-unread-multiple.png |  Bin 0 -> 553 bytes
 .../hicolor_stock_net_16x16_stock_shared-by-me.png |  Bin 0 -> 777 bytes
 .../hicolor_stock_net_16x16_stock_shared-to-me.png |  Bin 0 -> 825 bytes
 ...or_stock_net_16x16_stock_video-conferencing.png |  Bin 0 -> 1090 bytes
 .../hicolor_stock_net_24x24_stock_contact-list.png |  Bin 0 -> 899 bytes
 ...or_stock_net_24x24_stock_mail-filters-apply.png |  Bin 0 -> 849 bytes
 ...or_stock_net_24x24_stock_mail-open-multiple.png |  Bin 0 -> 1033 bytes
 ..._stock_net_24x24_stock_mail-unread-multiple.png |  Bin 0 -> 813 bytes
 .../hicolor_stock_net_24x24_stock_shared-by-me.png |  Bin 0 -> 1078 bytes
 .../hicolor_stock_net_24x24_stock_shared-to-me.png |  Bin 0 -> 959 bytes
 ...or_stock_net_24x24_stock_video-conferencing.png |  Bin 0 -> 1724 bytes
 ...net_48x48_stock_mail-flag-for-followup-done.png |  Bin 0 -> 3273 bytes
 ...tock_net_48x48_stock_mail-flag-for-followup.png |  Bin 0 -> 3397 bytes
 ...icolor_stock_object_16x16_stock_insert-note.png |  Bin 0 -> 265 bytes
 ...icolor_stock_object_24x24_stock_insert-note.png |  Bin 0 -> 1284 bytes
 119 files changed, 59 insertions(+), 59 deletions(-)

commit 0356d29367a665b4caa61a5ee65ff1bb05e8cb32
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Apr 17 19:40:01 2010 -0400

    Bug 614041 - Filter's relative date combos aren't set

 filter/filter.ui |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 3469517c5e27af7fc4b8105ca6a54d49f84a9d01
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Apr 17 15:57:50 2010 -0400

    Bug 615814 - Missing mnemonic in import dialog

 mail/importers/evolution-mbox-importer.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit 3f20fda6fe4ddbba92e2fa5403b6c9d700cce9d5
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Apr 17 20:37:26 2010 +0200

    Added Spanish translation

 help/es/es.po |   23 +++++++----------------
 1 files changed, 7 insertions(+), 16 deletions(-)

commit 6046f7ae5863f3c5544ac0917ab08b0dd4d04267
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Apr 17 20:37:22 2010 +0200

    Updated Spanish translation

 po/es.po |37172 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 23709 insertions(+), 13463 deletions(-)

commit 4b929c6aec9d50c07293aed37d3d8c6d5670a136
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Apr 17 20:36:39 2010 +0200

    Updated Spanish translation

 po/es.po |37172 +++++++++++++++++++++++---------------------------------------
 1 files changed, 13463 insertions(+), 23709 deletions(-)

commit 6e664c8c0b6bde5bff02eb11c64aac017f170b7a
Author: Marios Zindilis <m.zindilis@dmajor.org>
Date:   Sat Apr 17 14:24:29 2010 -0400

    Bug 613867 - Minor typo in Evolution documentation

 help/C/evolution.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8bce26958ff1dddadfeeeba9475239473fc71a94
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Apr 17 13:44:29 2010 -0400

    Bug 600861 - Backup utility should use --quit instead of --force-shutdown

 plugins/backup-restore/backup.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 8e433f20cccb8e0672739476f62d6c46700692df
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Apr 17 19:06:15 2010 +0200

    Updated Spanish translation

 po/es.po |   75 +++++++++++++++++++-------------------------------------------
 1 files changed, 23 insertions(+), 52 deletions(-)

commit c88ead8e25d3e0b19d5a33dd2eb79d1f1894da26
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Sat Apr 17 17:09:27 2010 +0530

    Typos corrected

 po/bn_IN.po |24078 ++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 12273 insertions(+), 11805 deletions(-)

commit 75527ed8de38f26eaca22f9c93d53e54d8240280
Author: Andika Triwidada <andika@gmail.com>
Date:   Sat Apr 17 12:22:56 2010 +0700

    Updated Indonesian translation to fix bug #569516

 po/id.po |27578 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 13504 insertions(+), 14074 deletions(-)

commit 5f628d800a160746657d0a67f169ca2e73a832f7
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Fri Apr 16 19:11:53 2010 +0200

    Updated Spanish translation

 po/es.po | 7987 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 3884 insertions(+), 4103 deletions(-)

commit 1869e4ebe8d2bfd09110e6a81e9a32f653266aff
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Fri Apr 16 00:59:15 2010 +0200

    Remove comments that have no point after pthreads dependency disappeared

 mail/em-composer-utils.c                      |    5 ++---
 mail/message-list.c                           |   11 +++++++----
 widgets/e-timezone-dialog/e-timezone-dialog.c |    7 ++++---
 3 files changed, 13 insertions(+), 10 deletions(-)

commit 7793a363608f4c1c68bff611b8b8fa37e4a14705
Author: Sandy Armstrong <sanfordarmstrong@gmail.com>
Date:   Thu Apr 15 12:28:12 2010 -0700

    Remove duplicate use_system_timezone pref, set default to true
    
    https://bugzilla.gnome.org/show_bug.cgi?id=615878

 calendar/gui/apps_evolution_calendar.schemas.in |   16 ++--------------
 1 files changed, 2 insertions(+), 14 deletions(-)

commit 140341c97f6a0b8f8bc848b2e74718f498d5467a
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Thu Apr 15 15:59:52 2010 +0200

    [win32] Fix a build breakage by adding a proper define for gmtime_r
    instead of the broken one that used to be pulled by including
    pthread.h

 plugins/pst-import/pst-importer.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 200f6ec5e4d4aa45589a381acd42651fd54cecc3
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Apr 15 14:43:20 2010 +0200

    Bug #608766 - Replace pthread with GLib's GThread

 configure.ac                      |    4 ++--
 modules/plugin-python/Makefile.am |    2 +-
 shell/main.c                      |   12 +++++-------
 3 files changed, 8 insertions(+), 10 deletions(-)

commit 4b4fce32b7005d14d601ea2c600d8a3ae095a1fc
Author: vasudeven <agnihot3@gmail.com>
Date:   Thu Apr 15 13:23:45 2010 +0530

    updated Tamil translation

 po/ta.po | 7788 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 3724 insertions(+), 4064 deletions(-)

commit bea357129718b21a82fffd6b5835cde92b6e5108
Author: vasudeven <agnihot3@gmail.com>
Date:   Thu Apr 15 11:09:39 2010 +0530

    updated Tamil translation

 po/ta.po |  394 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 228 insertions(+), 166 deletions(-)

commit 0cdd9484fec0b1fec0801df7d7e0b05c6544ba9b
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Apr 14 12:39:49 2010 +0200

    Bug #608203 - Left pane of mailer window is really narrow at startup

 e-util/gconf-bridge.c          |   32 +++++++++++++++++++++++++++-----
 shell/e-shell-window-private.c |   34 ++++++++++++++++++----------------
 2 files changed, 45 insertions(+), 21 deletions(-)

commit 3cefe7b14c2346c89fdfe5bda3ec26d61b4a42a5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Apr 13 09:13:00 2010 +0100

    Updated British English translation

 po/en_GB.po | 7672 +++++++++++++++++++++++++++++------------------------------
 1 files changed, 3711 insertions(+), 3961 deletions(-)

commit 96421ff37cd554af1ac11527bcad25cc2f2f1930
Author: Javier Jardón <jjardon@gnome.org>
Date:   Tue Apr 13 07:20:31 2010 +0200

    Use accessor functions instead direct access (GSEAL work)
    
    Still remaining:
    GtkAccessible::widget
    GtkAssistant::forward
    GtkAssistant::back
    GtkObject::flags
    GtkTreeStore::stamp
    
    The GtkAssistant fields are related to bug #596428.  We don't
    need accessor functions so much as the enhancement described
    there implemented.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=615613

 addressbook/gui/contact-editor/e-contact-editor.c |    3 ++-
 calendar/gui/dialogs/calendar-setup.c             |   16 +++++++++-------
 calendar/gui/e-day-view.c                         |    2 +-
 calendar/gui/e-select-names-renderer.c            |    4 +++-
 calendar/gui/e-timezone-entry.c                   |    2 +-
 calendar/gui/e-week-view.c                        |    2 +-
 capplet/anjal-settings-main.c                     |    2 +-
 capplet/settings/mail-account-view.c              |    4 +++-
 capplet/settings/mail-capplet-shell.c             |    6 +++++-
 capplet/settings/mail-decoration.c                |   20 +++++++++++++++-----
 capplet/settings/mail-settings-view.c             |    4 +++-
 composer/e-composer-header.c                      |    2 +-
 e-util/e-plugin-util.c                            |    7 ++++---
 filter/e-filter-rule.c                            |    4 ++--
 mail/e-mail-attachment-bar.c                      |    4 ++--
 mail/em-account-editor.c                          |    9 +++++----
 mail/em-filter-rule.c                             |    4 ++--
 mail/em-folder-tree.c                             |    2 +-
 mail/em-format-html-display.c                     |    2 +-
 modules/calendar/e-cal-shell-view-actions.c       |    2 +-
 modules/calendar/e-cal-shell-view.c               |    3 ++-
 plugins/attachment-reminder/attachment-reminder.c |    6 +++---
 plugins/bogo-junk-plugin/bf-junk-filter.c         |    8 ++++++--
 plugins/caldav/caldav-source.c                    |    6 +++++-
 plugins/calendar-file/calendar-file.c             |    6 +++++-
 plugins/calendar-weather/calendar-weather.c       |    8 ++++----
 plugins/email-custom-header/email-custom-header.c |    6 +++---
 plugins/google-account-setup/google-source.c      |    4 ++--
 plugins/prefer-plain/prefer-plain.c               |    4 ++--
 plugins/sa-junk-plugin/em-junk-filter.c           |    8 ++++++--
 plugins/templates/templates.c                     |    6 +++---
 shell/e-shell-content.c                           |    2 +-
 shell/e-shell-sidebar.c                           |    2 +-
 shell/e-shell-switcher.c                          |    4 ++--
 widgets/misc/e-attachment-paned.c                 |    4 ++--
 widgets/misc/e-calendar.c                         |   17 ++++++++++-------
 widgets/misc/e-map.c                              |    9 ++++++---
 widgets/misc/e-menu-tool-button.c                 |    3 +--
 widgets/misc/e-online-button.c                    |    2 +-
 widgets/misc/e-preferences-window.c               |    2 +-
 widgets/table/e-cell-combo.c                      |    8 ++------
 widgets/table/e-table-field-chooser.c             |    6 +++---
 widgets/table/e-table.c                           |    2 +-
 widgets/table/e-tree.c                            |    4 ++--
 44 files changed, 137 insertions(+), 94 deletions(-)

commit 7e931d4c10c0b0d06c9df571589d003e43790690
Author: punit <jpunit@novell.com>
Date:   Tue Apr 13 14:25:54 2010 +0200

    Bug #610229 - Status bar progress goes beyond 100 percentage

 e-util/e-activity.c |    2 +-
 mail/mail-mt.c      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit cbbc0a2c1f8e085fac314df90a940999fdc60b51
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Apr 12 23:57:35 2010 +0200

    Bug #615263 - SIGSEGV on Evolution close in e-tree.c:1990

 widgets/table/e-tree.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit c0855fa50a3bd29facbbbe4122409cf36050a66a
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Apr 12 23:44:28 2010 +0200

    Bug #611646 - Calendar shows recurring birthdays incorrectly

 calendar/gui/e-cal-model.c              |    2 ++
 modules/calendar/e-cal-shell-sidebar.c  |    3 +++
 modules/calendar/e-memo-shell-sidebar.c |    3 +++
 modules/calendar/e-task-shell-sidebar.c |    3 +++
 4 files changed, 11 insertions(+), 0 deletions(-)

commit 51e5ae5524c778309800530e1e25fdf74f2226da
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Apr 12 15:55:53 2010 -0400

    Adapt to Camel API changes.

 calendar/gui/dialogs/comp-editor.c          |   15 +++++++++------
 em-format/em-format.c                       |   25 +++++++++++++++++--------
 mail/em-composer-utils.c                    |   20 +++++++++++---------
 mail/em-format-html-display.c               |   14 +++++++++-----
 mail/em-utils.c                             |   16 ++++++++++------
 plugins/groupwise-features/install-shared.c |   14 ++++++++------
 plugins/itip-formatter/itip-formatter.c     |   17 +++++++++++------
 plugins/mail-to-task/mail-to-task.c         |   13 +++++++------
 8 files changed, 82 insertions(+), 52 deletions(-)

commit 742b2d946553f3317a7cecc21f735441c37e4478
Author: Dominique Leuenberger <dominique-gnomezilla@leuenberger.net>
Date:   Fri Apr 9 10:12:04 2010 +0200

    Bug #589393 - Configure fails to detect pilot-link utf8 capabilities

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 448685bd5dee4b2ac08e1139b2ca43b98f2e97cf
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Apr 8 11:33:01 2010 -0400

    Forgot to commit some bits.

 addressbook/gui/contact-editor/e-contact-editor.c  |    9 +++++++++
 .../gui/contact-editor/e-contact-quick-add.c       |    2 +-
 calendar/gui/dialogs/recurrence-page.c             |    1 +
 modules/mail/e-mail-shell-sidebar.c                |    4 ----
 4 files changed, 11 insertions(+), 5 deletions(-)

commit 72797decc12602b181f69dba7c54df7a0d1b9326
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Jan 30 14:03:19 2010 -0500

    Giant leap towards GSEAL compliance.

 .../gui/contact-editor/e-contact-editor-fullname.c |   39 ++-
 addressbook/gui/contact-editor/e-contact-editor.c  |   31 +-
 .../gui/contact-editor/e-contact-quick-add.c       |   34 +-
 .../contact-list-editor/e-contact-list-editor.c    |    9 +-
 addressbook/gui/merging/eab-contact-merging.c      |   30 +-
 addressbook/gui/widgets/e-addressbook-selector.c   |    2 +-
 addressbook/gui/widgets/e-addressbook-view.c       |   10 +-
 addressbook/gui/widgets/e-minicard-label.c         |   18 +-
 addressbook/gui/widgets/e-minicard-view-widget.c   |   26 +-
 addressbook/gui/widgets/e-minicard-view.c          |   18 +-
 addressbook/gui/widgets/e-minicard.c               |   30 +-
 addressbook/gui/widgets/eab-gui-util.c             |    5 +-
 calendar/gui/alarm-notify/alarm-notify-dialog.c    |   14 +-
 calendar/gui/alarm-notify/alarm-queue.c            |   18 +-
 calendar/gui/comp-util.c                           |   17 +-
 calendar/gui/dialogs/alarm-dialog.c                |    9 +-
 calendar/gui/dialogs/alarm-list-dialog.c           |   14 +-
 calendar/gui/dialogs/delete-comp.c                 |    8 +-
 calendar/gui/dialogs/event-editor.c                |   12 +-
 calendar/gui/dialogs/event-page.c                  |    8 +-
 calendar/gui/dialogs/memo-page.c                   |    4 +-
 calendar/gui/dialogs/recur-comp.c                  |    7 +-
 calendar/gui/dialogs/recurrence-page.c             |   42 ++-
 calendar/gui/dialogs/schedule-page.c               |    4 +-
 calendar/gui/dialogs/send-comp.c                   |    6 +-
 calendar/gui/dialogs/task-details-page.c           |   19 +-
 calendar/gui/dialogs/task-editor.c                 |    5 +-
 calendar/gui/dialogs/task-page.c                   |    4 +-
 calendar/gui/e-calendar-selector.c                 |    6 +-
 calendar/gui/e-calendar-view.c                     |   73 ++--
 calendar/gui/e-day-view-main-item.c                |    8 -
 calendar/gui/e-day-view-time-item.c                |    9 +-
 calendar/gui/e-day-view-top-item.c                 |   17 +-
 calendar/gui/e-day-view.c                          |  399 +++++++++++++-------
 calendar/gui/e-meeting-time-sel-item.c             |   17 +-
 calendar/gui/e-meeting-time-sel.c                  |  286 +++++++++------
 calendar/gui/e-memo-table.c                        |    4 -
 calendar/gui/e-select-names-renderer.c             |   11 +-
 calendar/gui/e-task-table.c                        |    4 -
 calendar/gui/e-timezone-entry.c                    |   24 --
 calendar/gui/e-week-view-event-item.c              |   58 ++-
 calendar/gui/e-week-view-main-item.c               |    4 -
 calendar/gui/e-week-view-titles-item.c             |   26 +-
 calendar/gui/e-week-view.c                         |  256 ++++++++-----
 calendar/gui/ea-cal-view-event.c                   |    9 +-
 calendar/gui/ea-cal-view.c                         |    8 -
 calendar/gui/ea-day-view.c                         |    4 -
 calendar/gui/ea-week-view.c                        |    4 -
 calendar/gui/gnome-cal.c                           |    9 +-
 calendar/gui/tag-calendar.c                        |    8 -
 calendar/gui/weekday-picker.c                      |   25 +-
 composer/e-composer-actions.c                      |    4 +-
 composer/e-msg-composer.c                          |    4 +-
 e-util/e-alert-dialog.c                            |    2 +-
 mail/e-mail-attachment-bar.c                       |    4 -
 mail/e-mail-reader.c                               |    4 -
 mail/em-composer-utils.c                           |    6 +-
 mail/em-filter-folder-element.c                    |    4 +-
 mail/em-filter-rule.c                              |    7 +-
 mail/em-folder-properties.c                        |    8 +-
 mail/em-folder-selector.c                          |   19 +-
 mail/em-folder-tree.c                              |   44 ++-
 mail/em-format-html-display.c                      |   17 +-
 mail/em-subscribe-editor.c                         |    9 +-
 mail/em-utils.c                                    |   95 ++++--
 mail/mail-send-recv.c                              |   19 +-
 mail/mail-vfolder.c                                |   44 ++-
 mail/message-list.c                                |   59 ++--
 modules/addressbook/addressbook-config.c           |   32 ++-
 modules/calendar/e-task-shell-view-actions.c       |    5 +-
 modules/mail/em-mailer-prefs.c                     |   12 +-
 modules/mail/em-network-prefs.c                    |   16 +-
 plugins/attachment-reminder/attachment-reminder.c  |    7 +-
 plugins/backup-restore/backup.c                    |   20 +-
 plugins/bbdb/bbdb.c                                |    6 +-
 plugins/calendar-weather/calendar-weather.c        |    6 +-
 plugins/email-custom-header/email-custom-header.c  |   10 +-
 plugins/groupwise-features/junk-mail-settings.c    |   10 +-
 plugins/groupwise-features/mail-retract.c          |   16 +-
 plugins/groupwise-features/share-folder-common.c   |    6 +-
 plugins/groupwise-features/status-track.c          |    4 +-
 plugins/image-inline/image-inline.c                |    4 +-
 plugins/itip-formatter/itip-formatter.c            |    6 +-
 plugins/itip-formatter/itip-view.c                 |    4 -
 plugins/mail-notification/mail-notification.c      |    5 +-
 plugins/mark-all-read/mark-all-read.c              |    5 +-
 plugins/publish-calendar/url-editor-dialog.c       |    8 +-
 plugins/startup-wizard/startup-wizard.c            |   23 +-
 shell/e-shell-content.c                            |   16 +-
 shell/e-shell-sidebar.c                            |    2 +-
 shell/e-shell-switcher.c                           |   19 +-
 shell/e-shell-taskbar.c                            |   16 +-
 shell/e-shell-window-actions.c                     |    8 +-
 shell/main.c                                       |   15 +-
 smime/gui/ca-trust-dialog.c                        |   12 +-
 smime/gui/certificate-manager.c                    |    4 +-
 smime/gui/certificate-viewer.c                     |   13 +-
 smime/gui/e-cert-selector.c                        |    4 +-
 widgets/e-timezone-dialog/e-timezone-dialog.c      |   10 +-
 widgets/menus/gal-define-views-dialog.c            |   11 +-
 widgets/menus/gal-view-instance-save-as-dialog.c   |   11 +-
 widgets/menus/gal-view-new-dialog.c                |   20 +-
 widgets/misc/e-activity-proxy.c                    |    2 +-
 widgets/misc/e-buffer-tagger.c                     |    4 -
 widgets/misc/e-calendar-item.c                     |    4 -
 widgets/misc/e-calendar.c                          |   17 -
 widgets/misc/e-canvas-background.c                 |    4 -
 widgets/misc/e-canvas.c                            |    4 -
 widgets/misc/e-dateedit.c                          |    4 -
 widgets/misc/e-hinted-entry.c                      |    4 -
 widgets/misc/e-map.c                               |   41 --
 widgets/misc/e-online-button.c                     |    4 -
 widgets/misc/e-search-bar.c                        |    4 -
 widgets/table/e-cell-combo.c                       |  102 ++++--
 widgets/table/e-cell-date-edit.c                   |   38 +--
 widgets/table/e-cell-popup.c                       |    8 +-
 widgets/table/e-cell-text.c                        |   53 ++-
 widgets/table/e-cell-toggle.c                      |    4 +-
 widgets/table/e-cell-tree.c                        |   72 +++-
 widgets/table/e-table-click-to-add.c               |   67 ++--
 widgets/table/e-table-config.c                     |   50 ++-
 widgets/table/e-table-field-chooser-dialog.c       |   17 +-
 widgets/table/e-table-field-chooser-item.c         |   40 ++-
 widgets/table/e-table-field-chooser.c              |    4 +-
 widgets/table/e-table-group-container.c            |    4 +-
 widgets/table/e-table-header-item.c                |  160 ++++++---
 widgets/table/e-table-header-utils.c               |    4 +-
 widgets/table/e-table-item.c                       |   53 ++--
 widgets/table/e-table-utils.c                      |    5 +-
 widgets/table/e-table.c                            |  286 +++++++++-----
 widgets/table/e-tree.c                             |  364 ++++++++++++------
 widgets/table/gal-a11y-e-cell-popup.c              |    5 +-
 widgets/table/gal-a11y-e-cell-toggle.c             |    9 +-
 widgets/table/gal-a11y-e-table-click-to-add.c      |   28 +-
 widgets/table/gal-a11y-e-table.c                   |    8 -
 widgets/text/e-reflow.c                            |  193 +++++++---
 widgets/text/e-text.c                              |   12 -
 widgets/text/gal-a11y-e-text.c                     |    4 +-
 138 files changed, 2509 insertions(+), 1600 deletions(-)

commit 3ba0b61f9f447b01c3a83bfb78ee33a45d413700
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Mar 2 13:13:56 2010 -0500

    Replace ESpinner with GtkSpinner.
    
    Also, bump our GTK+ requirement to 2.20.

 configure.ac                          |    2 +-
 plugins/caldav/caldav-browse-server.c |    4 +-
 widgets/misc/Makefile.am              |    2 -
 widgets/misc/e-activity-proxy.c       |    5 +-
 widgets/misc/e-spinner.c              |  992 ---------------------------------
 widgets/misc/e-spinner.h              |   39 --
 6 files changed, 5 insertions(+), 1039 deletions(-)

commit f585bf4b61434414feef95711feb7d53213e1098
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Apr 8 10:16:18 2010 -0400

    Remove gtk_notebook_set_tab_label_packing().

 capplet/settings/mail-view.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit d9deaf9bbc7fd9d0c72d5cf9b1981e3a56ed1162
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Apr 8 13:55:10 2010 +0200

    Bug #614325 - Shrink/expand To,Cc header images is missing

 mail/e-mail-display.c |    4 +-
 mail/em-format-html.c |   68 +++++++++++++++---------------------------------
 2 files changed, 23 insertions(+), 49 deletions(-)

commit 230002baad84470d68a5275a3b650668a1e72138
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Apr 8 12:13:22 2010 +0200

    Bug #612236 - Find-As-You-Type in Folder list stops working

 mail/message-list.c |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

commit e16baf2b51cdbf2bd4d1feb9507603c261599d11
Author: Michael Meeks <michael.meeks@novell.com>
Date:   Wed Apr 7 17:49:19 2010 +0100

    hook out X symbols via g_module to avoid direct X linkage.

 shell/e-shell-meego.c |   63 +++++++++++++++++++++++++++++++++---------------
 1 files changed, 43 insertions(+), 20 deletions(-)

commit c63a626b5e401da99d499402dc17d535f5724050
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Apr 7 11:31:22 2010 -0400

    Bug 614644 - Email window's title is blank when subject is blank

 mail/e-mail-browser.c |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

commit 16a3dce75b3f331e0f7ed12d1faf2d0488b47e2a
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Wed Apr 7 13:11:14 2010 +0300

    Updated Ukrainian translation

 po/uk.po | 6961 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 3374 insertions(+), 3587 deletions(-)

commit 6bf10247c0ad49e1b666783993f8aae835ad26d2
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Apr 7 10:47:04 2010 +0200

    Do not hide junk mail when vJunk folder not supported by store
    
    This is part of bug #257641, to not hide junk emails in folders
    where their store doesn't support vJunk folder. In that case
    the junk mail should be either placed in a real junk folder or
    not having the flag set. But because there can be mails with
    the junk flag set, and they would be otherwise hidden for a user,
    then this allows to show them.

 mail/message-list.c |   30 +++++++++++++++++++++++-------
 1 files changed, 23 insertions(+), 7 deletions(-)

commit 09390f2a916e7b89aa8af579002471ffa48021b5
Author: Matt McCutchen <matt@mattmccutchen.net>
Date:   Wed Apr 7 10:19:32 2010 +0200

    Bug #614647 - Don't reset names and colors of default mail labels

 mail/e-mail-label-list-store.c |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

commit 879b8753ff91abec1d47da262582dc6ad8c73c49
Author: Jürg Billeter <j@bitron.ch>
Date:   Tue Apr 6 23:48:04 2010 -0400

    Bug 614813 - Crash during e-mail migration

 mail/e-mail-migrate.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 084c926b592a9efbb8de5eaea8a03fffc19d8473
Author: Paolo Borelli <pborelli@gnome.org>
Date:   Tue Apr 6 23:41:13 2010 -0400

    Bug 614889 - Memory leaks in EMailSidebar

 mail/e-mail-sidebar.c |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

commit dadaaef68d7bf661583f70136d8bf29def39914b
Author: Paolo Borelli <pborelli@gnome.org>
Date:   Tue Apr 6 23:34:15 2010 -0400

    Bug 614892 - String leak in the composer

 composer/e-msg-composer.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 2ea18b834cf0797aba1003f8ff52c260eed3bbfc
Author: Javier Jardón <jjardon@gnome.org>
Date:   Tue Apr 6 23:29:09 2010 -0400

    Bug 614918 - GnomeGoal: Correct Desktop Files

 data/evolution-settings.desktop.in.in |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit b00f2e7294d91ec3eaa27406b92a9acc9662da56
Author: Matt McCutchen 2 <matt@mattmccutchen.net>
Date:   Tue Apr 6 23:25:44 2010 -0400

    Bug 614926 - Memos and Tasks accelerators switched since 2.28

 modules/calendar/e-memo-shell-backend.c |    2 +-
 modules/calendar/e-task-shell-backend.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 6c190ce39426a5128e2bcbb9c5bf30e04c22da3e
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Apr 6 21:34:38 2010 -0400

    Fix distcheck errors.

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

commit c5763d544097e5924fc449d4ea0df89f4dc69bc4
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Apr 6 19:51:07 2010 -0400

    Drop the "hula-account-setup" plugin.
    
    Novell's Hula project died half a decade ago.

 configure.ac                                       |    3 +-
 plugins/hula-account-setup/Makefile.am             |   35 --
 plugins/hula-account-setup/camel-hula-listener.c   |  595 --------------------
 plugins/hula-account-setup/camel-hula-listener.h   |   58 --
 plugins/hula-account-setup/hula-account-setup.c    |   56 --
 ...rg-gnome-evolution-hula-account-setup.eplug.xml |   26 -
 6 files changed, 1 insertions(+), 772 deletions(-)

commit 915beda60280ee6cf70cd07a416421b89428ac3c
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Apr 6 19:34:38 2010 +0200

    Bug #591939 - Use ngettext in e-datetime-format.c

 e-util/e-datetime-format.c |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

commit 4c47304e3d9113bbad034ea78428372fb586a408
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Apr 6 19:15:20 2010 +0200

    Bug #574755 - Add translator comments

 widgets/misc/e-send-options.ui |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit b864a0a5031b30cba6941613d6e25785a521cdc0
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Apr 6 19:02:02 2010 +0200

    Bug #567304 - Add translator comment and remove few strings

 mail/mail.error.xml |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

commit b4ec02d9531fa46475e82dc4d3c76aa4caba60c4
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Apr 6 18:50:50 2010 +0200

    Bug #571714 - Remove obsolete strings

 calendar/calendar.error.xml |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

commit 6060c29567271ff3b1553db1811f3d6e209adabc
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Apr 6 18:34:36 2010 +0200

    Bug #567304 - Review strings for translation

 addressbook/gui/contact-editor/contact-editor.ui   |    4 +-
 calendar/gui/dialogs/comp-editor-util.c            |   96 --------------------
 calendar/gui/dialogs/comp-editor-util.h            |    2 -
 calendar/gui/dialogs/event-page.ui                 |    4 +-
 calendar/gui/e-meeting-time-sel.c                  |    2 +-
 calendar/gui/e-memo-table.c                        |    2 +
 calendar/gui/goto-dialog.ui                        |    2 +-
 calendar/gui/print.c                               |   18 +++-
 mail/mail-config.ui                                |    4 +-
 mail/mail-dialogs.ui                               |    2 +-
 mail/mail.error.xml                                |    4 +-
 modules/addressbook/e-book-shell-view-actions.c    |    6 +-
 modules/addressbook/ldap-config.ui                 |   12 ++--
 .../apps-evolution-attachment-reminder.schemas.in  |    2 +-
 widgets/misc/e-attachment-paned.c                  |    2 +-
 15 files changed, 39 insertions(+), 123 deletions(-)

commit e96830d65e1f92a437156852f33f2a66070366d6
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Tue Apr 6 16:47:59 2010 +0200

    Revert "[win32] #undef some conflicting defines"
    
    This reverts commit 0e239e555149729fb536d6a48b3640b5462a2e47.

 widgets/table/e-table-group.c |    5 -----
 widgets/table/e-table-item.c  |    4 ----
 widgets/table/e-table.c       |    4 ----
 widgets/table/e-tree.c        |    4 ----
 4 files changed, 0 insertions(+), 17 deletions(-)

commit 0e239e555149729fb536d6a48b3640b5462a2e47
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Tue Apr 6 12:21:21 2010 +0200

    [win32] #undef some conflicting defines

 widgets/table/e-table-group.c |    5 +++++
 widgets/table/e-table-item.c  |    4 ++++
 widgets/table/e-table.c       |    4 ++++
 widgets/table/e-tree.c        |    4 ++++
 4 files changed, 17 insertions(+), 0 deletions(-)

commit a8feedf3901a6db06e810f0dfd6ef370b23a2718
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Apr 3 16:55:23 2010 -0400

    Adapt to Camel API changes.

 calendar/gui/dialogs/comp-editor.c          |    2 +-
 composer/e-composer-private.c               |    2 +-
 composer/e-msg-composer.c                   |   69 ++++++++++++++-------------
 e-util/e-signature-utils.c                  |    9 ++--
 em-format/em-format-quote.c                 |   24 +++++----
 em-format/em-format.c                       |   58 ++++++++++++----------
 mail/em-composer-utils.c                    |   22 ++++----
 mail/em-format-html-display.c               |    2 +-
 mail/em-format-html.c                       |   48 ++++++++++--------
 mail/em-inline-filter.c                     |    2 +-
 mail/em-utils.c                             |   11 ++--
 mail/mail-autofilter.c                      |    2 +-
 mail/mail-ops.c                             |   15 +++---
 mail/mail-tools.c                           |    4 +-
 modules/calendar/e-cal-attachment-handler.c |    2 +-
 modules/mail/e-mail-attachment-handler.c    |   12 ++--
 plugins/audio-inline/audio-inline.c         |    2 +-
 plugins/groupwise-features/install-shared.c |    6 +-
 plugins/groupwise-features/status-track.c   |    2 +-
 plugins/image-inline/image-inline.c         |    2 +-
 plugins/itip-formatter/itip-formatter.c     |    4 +-
 plugins/mail-to-task/mail-to-task.c         |   10 ++--
 plugins/prefer-plain/prefer-plain.c         |    4 +-
 plugins/pst-import/pst-importer.c           |   12 ++--
 plugins/tnef-attachments/tnef-plugin.c      |    6 +-
 plugins/vcard-inline/vcard-inline.c         |    2 +-
 widgets/misc/e-attachment.c                 |   22 +++++----
 27 files changed, 190 insertions(+), 166 deletions(-)

commit 26240e0b180bdaf92702e513a21da2f859883fb3
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Apr 2 17:51:41 2010 -0400

    Generate ChangeLog files for tarball releases.
    
    Remove old ChangeLog files that predate our switch to git.

 ChangeLog                              | 3494 +-----
 ChangeLog.pre-1-4                      | 8530 -----------
 Makefile.am                            |   21 +-
 a11y/ChangeLog                         |  860 --
 addressbook/ChangeLog                  |10627 --------------
 addressbook/ChangeLog.pre-1-4          |16758 ---------------------
 addressbook/Makefile.am                |    1 -
 art/ChangeLog                          |  230 -
 art/ChangeLog.pre-1-4                  |  712 -
 art/Makefile.am                        |    2 -
 calendar/ChangeLog                     |18580 ------------------------
 calendar/ChangeLog.pre-1-4             |21872 ----------------------------
 calendar/Makefile.am                   |    1 -
 composer/ChangeLog                     | 2468 ----
 composer/ChangeLog.pre-1-4             | 4037 ------
 composer/Makefile.am                   |    3 +-
 designs/ChangeLog                      |   53 -
 doc/ChangeLog.pre-1-4                  | 1146 --
 doc/Makefile.am                        |    2 -
 doc/devel/ChangeLog                    |   82 -
 doc/devel/ChangeLog.pre-1-4            |  286 -
 doc/devel/Makefile.am                  |    3 +-
 e-util/ChangeLog                       | 2737 ----
 e-util/ChangeLog.pre-1-4               | 2649 ----
 e-util/Makefile.am                     |    1 -
 filter/ChangeLog                       |  984 --
 filter/ChangeLog.pre-1-4               | 2967 ----
 filter/Makefile.am                     |    3 +-
 help/ChangeLog                         | 1450 --
 help/ChangeLog.pre-1-4                 | 2072 ---
 mail/ChangeLog                         |17137 ----------------------
 mail/ChangeLog.pre-1-4                 |24750 --------------------------------
 mail/Makefile.am                       |    1 -
 plugins/addressbook-file/ChangeLog     |   59 -
 plugins/attachment-reminder/ChangeLog  |  196 -
 plugins/audio-inline/ChangeLog         |  102 -
 plugins/backup-restore/ChangeLog       |  182 -
 plugins/bbdb/ChangeLog                 |  347 -
 plugins/bogo-junk-plugin/ChangeLog     |  123 -
 plugins/caldav/ChangeLog               |  124 -
 plugins/calendar-file/ChangeLog        |   60 -
 plugins/calendar-http/ChangeLog        |  103 -
 plugins/calendar-weather/ChangeLog     |  140 -
 plugins/default-mailer/ChangeLog       |  123 -
 plugins/default-source/ChangeLog       |   80 -
 plugins/email-custom-header/ChangeLog  |  127 -
 plugins/external-editor/ChangeLog      |  101 -
 plugins/face/ChangeLog                 |   77 -
 plugins/google-account-setup/ChangeLog |  170 -
 plugins/groupwise-features/ChangeLog   | 1181 --
 plugins/hula-account-setup/ChangeLog   |   64 -
 plugins/imap-features/ChangeLog        |   80 -
 plugins/itip-formatter/ChangeLog       | 1121 --
 plugins/mail-notification/ChangeLog    |  217 -
 plugins/mail-to-task/ChangeLog         |  241 -
 plugins/mailing-list-actions/ChangeLog |  142 -
 plugins/mark-all-read/ChangeLog        |   98 -
 plugins/plugin-manager/ChangeLog       |  184 -
 plugins/prefer-plain/ChangeLog         |  136 -
 plugins/profiler/ChangeLog             |   30 -
 plugins/pst-import/ChangeLog           |   22 -
 plugins/publish-calendar/ChangeLog     |  316 -
 plugins/sa-junk-plugin/ChangeLog       |  154 -
 plugins/save-calendar/ChangeLog        |  293 -
 plugins/startup-wizard/ChangeLog       |  105 -
 plugins/subject-thread/ChangeLog       |   68 -
 plugins/templates/ChangeLog            |   49 -
 plugins/tnef-attachments/ChangeLog     |   74 -
 plugins/webdav-account-setup/ChangeLog |   55 -
 po/ChangeLog                           |11606 ---------------
 po/ChangeLog.pre-1-4                   | 4726 ------
 shell/ChangeLog                        | 3978 -----
 shell/ChangeLog.pre-1-4                |15363 --------------------
 shell/Makefile.am                      |    1 -
 smime/ChangeLog                        |  896 --
 ui/ChangeLog                           | 1085 --
 ui/ChangeLog.pre-1-4                   | 1894 ---
 ui/Makefile.am                         |    4 +-
 views/ChangeLog                        |   80 -
 views/ChangeLog.pre-1-4                |  109 -
 views/Makefile.am                      |    2 -
 widgets/ChangeLog                      | 1050 --
 widgets/ChangeLog.pre-1-4              |  506 -
 widgets/Makefile.am                    |    3 -
 widgets/misc/ChangeLog                 | 3010 ----
 widgets/misc/ChangeLog.pre-1-4         | 1903 ---
 widgets/misc/Makefile.am               |    3 +-
 widgets/table/ChangeLog                |10156 -------------
 88 files changed, 24 insertions(+), 207614 deletions(-)

commit 167b482c9e39a093dcfecc5ef430261c0504e370
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Apr 2 17:22:58 2010 -0400

    Remove dead Bonobo-era source files.

 calendar/gui/calendar-commands.c.dead  |  380 -----------
 calendar/gui/calendar-commands.h.dead  |   44 --
 calendar/gui/calendar-component.c.dead |  710 ---------------------
 calendar/gui/calendar-component.h.dead |   55 --
 mail/em-folder-browser.c.dead          | 1089 --------------------------------
 mail/em-folder-browser.h.dead          |   62 --
 mail/em-folder-view.c.dead             | 1014 -----------------------------
 mail/em-folder-view.h.dead             |  166 -----
 mail/mail-component.c.dead             |  385 -----------
 mail/mail-component.h.dead             |  106 ---
 10 files changed, 0 insertions(+), 4011 deletions(-)

commit fabb6b035c40673e7c263040db323d6b7607606e
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Apr 2 16:41:47 2010 -0400

    Only #include Camel's top-level header.

 addressbook/gui/widgets/eab-gui-util.c             |    2 +-
 calendar/gui/Makefile.am                           |    3 ++-
 calendar/gui/alarm-notify/notify-main.c            |    2 +-
 calendar/gui/dialogs/Makefile.am                   |    3 ++-
 calendar/gui/dialogs/comp-editor.c                 |   10 ----------
 calendar/gui/e-cal-component-preview.c             |    1 -
 calendar/gui/itip-utils.c                          |    1 -
 capplet/settings/mail-account-view.h               |    1 -
 composer/e-composer-autosave.c                     |    2 --
 composer/e-composer-header-table.c                 |    1 -
 composer/e-composer-post-header.c                  |    2 +-
 composer/e-composer-private.h                      |   19 -------------------
 composer/e-msg-composer.h                          |    4 +---
 e-util/e-signature-utils.c                         |    7 +------
 e-util/e-unicode.c                                 |    2 +-
 e-util/e-util.c                                    |    2 --
 e-util/e-util.h                                    |    3 +--
 em-format/em-format-quote.c                        |   13 -------------
 em-format/em-format-quote.h                        |    1 -
 em-format/em-format.c                              |   17 -----------------
 em-format/em-format.h                              |    8 +-------
 em-format/em-stripsig-filter.h                     |    2 +-
 mail/e-mail-backend.c                              |    2 --
 mail/e-mail-browser.c                              |    1 -
 mail/e-mail-label-list-store.c                     |    2 +-
 mail/e-mail-local.h                                |    3 +--
 mail/e-mail-migrate.c                              |    6 ------
 mail/e-mail-reader-utils.c                         |    4 +---
 mail/e-mail-reader.h                               |    2 +-
 mail/e-mail-store.c                                |    4 +---
 mail/e-mail-store.h                                |    2 +-
 mail/e-mail-tag-editor.h                           |    3 +--
 mail/em-composer-utils.c                           |    7 -------
 mail/em-composer-utils.h                           |    3 ---
 mail/em-config.c                                   |   11 -----------
 mail/em-config.h                                   |    3 +--
 mail/em-event.c                                    |   11 -----------
 mail/em-filter-source-element.c                    |    8 ++++----
 mail/em-folder-properties.c                        |    7 +------
 mail/em-folder-properties.h                        |    2 +-
 mail/em-folder-selector.c                          |    4 ----
 mail/em-folder-tree-model.c                        |    5 -----
 mail/em-folder-tree-model.h                        |    2 +-
 mail/em-folder-tree.c                              |    9 ---------
 mail/em-folder-tree.h                              |    2 +-
 mail/em-folder-utils.c                             |    7 -------
 mail/em-folder-utils.h                             |    3 +--
 mail/em-format-html-display.c                      |   13 -------------
 mail/em-format-html.c                              |   20 --------------------
 mail/em-format-html.h                              |    4 ----
 mail/em-inline-filter.c                            |    3 ---
 mail/em-inline-filter.h                            |    4 +---
 mail/em-junk.h                                     |    3 +--
 mail/em-subscribe-editor.c                         |    3 ---
 mail/em-sync-stream.c                              |    1 -
 mail/em-sync-stream.h                              |    2 +-
 mail/em-utils.c                                    |    9 ---------
 mail/em-utils.h                                    |    7 +------
 mail/em-vfolder-rule.c                             |    1 -
 mail/importers/elm-importer.c                      |    2 --
 mail/importers/evolution-mbox-importer.c           |    2 --
 mail/importers/mail-importer.c                     |    7 -------
 mail/importers/mail-importer.h                     |    2 +-
 mail/importers/pine-importer.c                     |    2 --
 mail/mail-autofilter.c                             |    3 ---
 mail/mail-autofilter.h                             |    2 +-
 mail/mail-config.h                                 |    2 +-
 mail/mail-folder-cache.c                           |    9 +--------
 mail/mail-folder-cache.h                           |    2 +-
 mail/mail-mt.c                                     |    3 ---
 mail/mail-mt.h                                     |    3 +--
 mail/mail-ops.c                                    |   11 -----------
 mail/mail-ops.h                                    |   11 +++--------
 mail/mail-send-recv.c                              |    5 -----
 mail/mail-send-recv.h                              |    2 +-
 mail/mail-session.c                                |    3 ---
 mail/mail-session.h                                |    2 +-
 mail/mail-tools.c                                  |    4 ----
 mail/mail-tools.h                                  |    3 +--
 mail/mail-vfolder.c                                |    3 ---
 mail/mail-vfolder.h                                |    3 +--
 mail/message-list.c                                |    8 --------
 mail/message-list.h                                |    4 +---
 modules/calendar/Makefile.am                       |    1 +
 modules/calendar/e-cal-attachment-handler.c        |    2 +-
 modules/calendar/e-memo-shell-migrate.c            |    2 +-
 modules/mail/e-mail-attachment-handler.c           |    2 --
 modules/mail/e-mail-junk-hook.c                    |    1 -
 modules/mail/e-mail-shell-backend.c                |    4 ----
 modules/mail/e-mail-shell-backend.h                |    2 --
 modules/mail/e-mail-shell-content.c                |    1 -
 modules/mail/e-mail-shell-view-private.h           |    6 ------
 modules/mail/em-account-prefs.c                    |    2 --
 modules/mail/em-composer-prefs.c                   |    2 --
 modules/mail/em-mailer-prefs.c                     |    1 -
 plugins/attachment-reminder/attachment-reminder.c  |    8 --------
 plugins/audio-inline/audio-inline.c                |    4 ----
 plugins/bbdb/bbdb.c                                |    1 -
 plugins/bogo-junk-plugin/bf-junk-filter.c          |    5 -----
 plugins/external-editor/external-editor.c          |    1 -
 plugins/groupwise-features/camel-gw-listener.c     |    1 +
 plugins/groupwise-features/camel-gw-listener.h     |    1 -
 plugins/groupwise-features/install-shared.c        |    8 --------
 plugins/groupwise-features/junk-settings.h         |    1 -
 plugins/groupwise-features/mail-retract.c          |    2 --
 plugins/groupwise-features/proxy-login.c           |    2 --
 plugins/groupwise-features/proxy.c                 |    2 --
 plugins/groupwise-features/send-options.c          |    1 -
 plugins/groupwise-features/share-folder-common.c   |    5 -----
 plugins/groupwise-features/share-folder.h          |    2 +-
 plugins/groupwise-features/status-track.c          |    5 -----
 plugins/hula-account-setup/camel-hula-listener.c   |    1 +
 plugins/hula-account-setup/camel-hula-listener.h   |    1 -
 plugins/image-inline/image-inline.c                |    3 ---
 plugins/imap-features/imap-headers.c               |    3 ---
 plugins/itip-formatter/itip-formatter.c            |   11 -----------
 plugins/itip-formatter/itip-view.c                 |    4 ----
 plugins/mail-notification/mail-notification.c      |    2 --
 plugins/mail-to-task/mail-to-task.c                |    8 --------
 .../mailing-list-actions/mailing-list-actions.c    |    4 ----
 plugins/mark-all-read/mark-all-read.c              |    1 -
 plugins/prefer-plain/prefer-plain.c                |    3 ---
 plugins/pst-import/Makefile.am                     |    6 ++++--
 plugins/pst-import/pst-importer.c                  |   10 ----------
 plugins/sa-junk-plugin/em-junk-filter.c            |    6 ------
 plugins/templates/templates.c                      |    4 ----
 plugins/tnef-attachments/tnef-plugin.c             |    6 ------
 plugins/vcard-inline/vcard-inline.c                |    3 ---
 widgets/misc/e-account-combo-box.c                 |    1 -
 widgets/misc/e-account-combo-box.h                 |    2 +-
 widgets/misc/e-account-tree-view.c                 |    2 +-
 widgets/misc/e-attachment-view.c                   |    1 -
 widgets/misc/e-attachment.c                        |    8 --------
 widgets/misc/e-attachment.h                        |    5 +----
 widgets/misc/e-web-view.c                          |    3 +--
 widgets/table/e-table-sorting-utils.c              |    3 +--
 136 files changed, 63 insertions(+), 500 deletions(-)

commit 6ea092ac02df94ea04d471b0e49d833cb374d655
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Apr 2 18:40:39 2010 +0200

    Bug #549971 - "Report Junk Failed", "Check Junk Failed" strings

 mail/mail.error.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 1ef1a3df6f3964972dcd9a5ee7c6c593d092d34c
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Apr 2 18:28:41 2010 +0200

    Bug #547368 - Messages with unclear meaning (add translator comments)

 widgets/table/gal-a11y-e-cell-popup.c  |    5 +++--
 widgets/table/gal-a11y-e-cell-text.c   |    3 ++-
 widgets/table/gal-a11y-e-cell-toggle.c |    5 +++--
 widgets/table/gal-a11y-e-cell-tree.c   |    6 ++++--
 4 files changed, 12 insertions(+), 7 deletions(-)

commit 1dbb706baad7656d296e8727731d25a0cef07a02
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Apr 2 15:28:20 2010 +0200

    Bug #458828 - What is the "Top Posting Option"?

 mail/mail-config.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4e4fcdad46e710f18d3d802d9734fc53213bc6b8
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Apr 2 07:55:50 2010 -0400

    Miscellaneous cleanup bits from WebKit branch.

 addressbook/gui/merging/Makefile.am           |    3 +-
 addressbook/gui/widgets/eab-contact-display.c |   63 ++++++++++---------
 calendar/gui/e-cal-component-preview.c        |    6 --
 modules/addressbook/e-book-shell-content.c    |    7 ++
 modules/mail/e-mail-shell-view-private.c      |   19 +-----
 widgets/misc/e-web-view.c                     |   85 +++++++++++++++++--------
 widgets/misc/e-web-view.h                     |    5 ++
 7 files changed, 109 insertions(+), 79 deletions(-)

commit a7cdda3232a8c0b0ed4d0ea279a67b9cf72cbb7c
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Apr 2 14:48:52 2010 +0200

    Bug #458510 - Cannot translate "_Backup Settings..."

 plugins/backup-restore/backup-restore.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 3bb6a9453283fdc70dfa9fac4e508db574ec0aa0
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Apr 2 14:44:57 2010 +0200

    Bug #458499 - 'epoch' in evolution-mail.schemas.in

 mail/evolution-mail.schemas.in |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 0cc775cb06b312177dc8154a77d8dc5e9660fab1
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Apr 2 14:16:25 2010 +0200

    Bug #417412 - Improve "display text part of limited size" DoS strings

 mail/evolution-mail.schemas.in |   11 ++++++-----
 mail/mail-config.ui            |    2 +-
 2 files changed, 7 insertions(+), 6 deletions(-)

commit fdd0b87471b8164224a0815fa530fca898cf168f
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Apr 2 13:23:48 2010 +0200

    Bug #347330 - Mark forgotten strings for translation

 calendar/gui/dialogs/delete-comp.c |    2 +-
 plugins/groupwise-features/proxy.c |    2 +-
 widgets/misc/e-send-options.c      |    6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

commit 31d42a59fe34484d996f50349f7ce7a0ad9afe53
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Apr 2 13:06:14 2010 +0200

    Bug #333039 - Merge some i18n strings

 calendar/gui/e-cal-list-view.c |    1 +
 calendar/gui/e-task-table.c    |   26 +++++++++++++++-----------
 2 files changed, 16 insertions(+), 11 deletions(-)

commit cb410273d8af9e180a65a00cf9e0228e89aa0a3a
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Apr 2 12:40:19 2010 +0200

    Bug #329694 - "Visual" needs translator comments

 e-util/e-charset.c |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

commit 6f37596c495c9f62b911890478fbdc7623239983
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Apr 2 12:28:52 2010 +0200

    Bug #325616 - Remove whitespace, add translator comments

 widgets/table/e-table-group-container.c |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

commit b60af969cf5c390d2aa6ca01233d6278959c0af2
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Apr 2 11:58:29 2010 +0200

    Bug #325609 - Add translator comment for "%s = %s"

 smime/lib/e-cert.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit c0f4235331cfbbcba5b7b8a410ccf55ee69fa458
Author: pepp <pelloux@gmail.com>
Date:   Fri Apr 2 11:21:09 2010 +0200

    Bug #592117 - Calendar compressed weekend print improvement

 calendar/gui/print.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit f6ffaaf692756df1c31c4c823bf95702fa128293
Author: Jordi Serratosa <jordis.lists@gmail.com>
Date:   Thu Apr 1 22:44:05 2010 +0200

    Fixes to Catalan translation

 po/ca.po | 3770 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 1723 insertions(+), 2047 deletions(-)

commit 5eace9f71a2f0f760a1a9ae0dd41e8bffc4c71f6
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Apr 1 21:42:32 2010 +0200

    Workaround broken build due to direct X function calls

 shell/e-shell-meego.c |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

commit b2e7e4fedd23cf8ecff28b43e77d0d1c8ff398d6
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Apr 1 21:40:19 2010 +0200

    Bug #325121 - Do not translate developer strings in g_param_spec_*

 .../gui/contact-editor/e-contact-editor-fullname.c |    8 +-
 addressbook/gui/contact-editor/e-contact-editor.c  |   32 +++---
 addressbook/gui/contact-editor/eab-editor.c        |    4 +-
 .../contact-list-editor/e-contact-list-editor.c    |   16 +-
 addressbook/gui/widgets/e-addressbook-model.c      |    6 +-
 .../gui/widgets/e-addressbook-reflow-adapter.c     |   16 +-
 addressbook/gui/widgets/e-addressbook-view.c       |    6 +-
 addressbook/gui/widgets/e-minicard-label.c         |   32 +++---
 addressbook/gui/widgets/e-minicard-view-widget.c   |   16 +-
 addressbook/gui/widgets/e-minicard-view.c          |   16 +-
 addressbook/gui/widgets/e-minicard.c               |   28 ++--
 calendar/gui/e-cal-model.c                         |    2 +-
 calendar/gui/e-memo-table.c                        |    4 +-
 calendar/gui/e-task-table.c                        |    4 +-
 e-util/e-logger.c                                  |    4 +-
 e-util/e-module.c                                  |    4 +-
 e-util/e-plugin.c                                  |    4 +-
 e-util/e-text-event-processor.c                    |    4 +-
 mail/e-mail-browser.c                              |   10 +-
 mail/message-list.c                                |    4 +-
 modules/addressbook/e-book-shell-backend.c         |    4 +-
 modules/addressbook/e-book-shell-content.c         |   12 +-
 modules/addressbook/e-book-shell-sidebar.c         |    4 +-
 modules/calendar/e-cal-shell-backend.c             |    4 +-
 modules/calendar/e-cal-shell-sidebar.c             |   12 +-
 modules/calendar/e-memo-shell-backend.c            |    4 +-
 modules/calendar/e-memo-shell-content.c            |    8 +-
 modules/calendar/e-memo-shell-sidebar.c            |    8 +-
 modules/calendar/e-task-shell-backend.c            |    4 +-
 modules/calendar/e-task-shell-content.c            |    8 +-
 modules/calendar/e-task-shell-sidebar.c            |    8 +-
 modules/mail/e-mail-shell-content.c                |    8 +-
 shell/e-shell-switcher.c                           |    8 +-
 shell/e-shell-view.c                               |   48 ++++----
 shell/e-shell-window.c                             |   42 +++---
 shell/e-shell.c                                    |   20 ++--
 widgets/menus/gal-define-views-dialog.c            |    4 +-
 widgets/menus/gal-define-views-model.c             |    8 +-
 widgets/menus/gal-view-instance-save-as-dialog.c   |    4 +-
 widgets/menus/gal-view-new-dialog.c                |    8 +-
 widgets/misc/e-action-combo-box.c                  |    4 +-
 widgets/misc/e-canvas-background.c                 |   32 +++---
 widgets/misc/e-canvas-vbox.c                       |   16 +-
 widgets/misc/e-online-button.c                     |    4 +-
 widgets/misc/e-paned.c                             |   16 +-
 widgets/misc/e-selection-model-array.c             |    8 +-
 widgets/misc/e-selection-model.c                   |   12 +-
 widgets/table/e-cell-pixbuf.c                      |   12 +-
 widgets/table/e-cell-text.c                        |   24 ++--
 widgets/table/e-table-click-to-add.c               |   20 ++--
 widgets/table/e-table-col.c                        |    2 +-
 widgets/table/e-table-config.c                     |    4 +-
 widgets/table/e-table-field-chooser-dialog.c       |    6 +-
 widgets/table/e-table-field-chooser-item.c         |   10 +-
 widgets/table/e-table-field-chooser.c              |    6 +-
 widgets/table/e-table-group-container.c            |   48 ++++----
 widgets/table/e-table-group-leaf.c                 |   48 ++++----
 widgets/table/e-table-header-item.c                |   14 +-
 widgets/table/e-table-item.c                       |   56 ++++----
 widgets/table/e-table-selection-model.c            |    8 +-
 widgets/table/e-table-sorter.c                     |    4 +-
 widgets/table/e-table.c                            |   24 ++--
 widgets/table/e-tree-selection-model.c             |   14 +-
 widgets/table/e-tree.c                             |   36 +++---
 widgets/text/e-reflow.c                            |   24 ++--
 widgets/text/e-text.c                              |  138 ++++++++++----------
 66 files changed, 517 insertions(+), 519 deletions(-)

commit 125573b8fd62f4d0d38907c95c70168ca984d3c4
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Apr 1 20:00:36 2010 +0200

    Bug #302742 - The mail error messages is difficult to understand/translate

 mail/mail-autofilter.c |   33 +++++++++++++++++++++++++++------
 mail/mail-vfolder.c    |   30 +++++++++++++++++++++++++-----
 mail/mail.error.xml    |   12 ++----------
 3 files changed, 54 insertions(+), 21 deletions(-)

commit 0d66851bd58f75b21f30942c05a96fa7c4bf5817
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Apr 1 19:22:32 2010 +0200

    Bug #272567 - Evolution message needs ngettext support

 mail/em-utils.c     |    9 ++++++++-
 mail/mail.error.xml |    2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)

commit e61f815c1b69b31984aba527dfa0ed41cf9e4cbc
Author: Ushveen Kaur <kushveen@novell.com>
Date:   Thu Apr 1 19:02:47 2010 +0200

    Bug #261979 - Untranslatable string due to sentence splitting

 calendar/gui/dialogs/alarm-dialog.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 816614eb40ad857b550fe25d3ac84bdeefda7c18
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Apr 1 18:37:05 2010 +0200

    Bug #261062 - Do not translate untranslatable texts

 addressbook/addressbook.error.xml |   12 ++++--------
 calendar/calendar.error.xml       |    2 +-
 mail/mail.error.xml               |    6 +++---
 po/POTFILES.in                    |    1 -
 4 files changed, 8 insertions(+), 13 deletions(-)

commit 2e1a8c389948bde089f9de42d4fed683708c7732
Author: Michael Meeks <michael.meeks@novell.com>
Date:   Thu Apr 1 17:30:24 2010 +0100

    Add meego detection logic, it needs to be used (next pass) to
    configure the shell, to name widgets differently, and re-order
    some menu/toolbar bits.

 shell/Makefile.am     |    2 +
 shell/e-shell-meego.c |  126 +++++++++++++++++++++++++++++++++++++++++++++++++
 shell/e-shell-meego.h |   24 +++++++++
 3 files changed, 152 insertions(+), 0 deletions(-)

commit e542b376b8cc7298c789a6d9ac5be22f1af74461
Author: Michael Meeks <michael.meeks@novell.com>
Date:   Thu Apr 1 16:05:32 2010 +0100

    Enable the alarm daemon on MeeGo.

 data/evolution-alarm-notify.desktop.in.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 5bffe4927d0886dd65c88d2593d93cf222e170fb
Author: Paul Bolle <pebolle@tiscali.nl>
Date:   Thu Apr 1 17:01:04 2010 +0200

    Bug #605745 - Use a few more named constants

 plugins/tnef-attachments/tnef-plugin.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 04bac0cf69e4dd26274cfe5fcb9d077a759c9fd6
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Apr 1 16:16:25 2010 +0200

    Bug #613352 - Changed time range not propagated to calendar

 calendar/gui/e-cal-list-view.c              |    9 ++
 calendar/gui/gnome-cal.c                    |  186 +++++++++++++++++++++++----
 calendar/gui/gnome-cal.h                    |    4 +
 modules/calendar/e-cal-shell-view-private.c |    6 +-
 shell/e-shell-view.c                        |   59 +++++++++-
 shell/e-shell-view.h                        |    4 +
 6 files changed, 238 insertions(+), 30 deletions(-)

commit fc4fbc6cabf39ef1356a05931983dca09fc83549
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Apr 1 15:31:35 2010 +0200

    Bug #613356 - Calendar doesn't save Task/Memo table state

 modules/calendar/e-cal-shell-content.c      |   81 +++++++++++++++++++++++----
 modules/calendar/e-cal-shell-content.h      |    2 +
 modules/calendar/e-cal-shell-view-private.c |    4 +
 3 files changed, 75 insertions(+), 12 deletions(-)

commit b3c6fdfc6b91198da99d435fc85c39d58e6dc347
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Apr 1 15:25:16 2010 +0200

    Bug #613354 - Folder->Mark all messages as read does not work

 modules/mail/e-mail-shell-view-actions.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit e835906dcc57e84aab564a6edfda5ac28e9c628a
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Apr 1 15:20:22 2010 +0200

    Bug #613261 - application/mbox not shown properly

 em-format/em-format.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c4a3b12e650b156003123d66a33b89f8d9fd03aa
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Apr 1 15:15:27 2010 +0200

    Bug #612916 - Runtime error on console when opening a message window

 mail/e-mail-browser.c |   28 ++++++++++++----------------
 1 files changed, 12 insertions(+), 16 deletions(-)

commit 256dd08704c45cab43723a1e01a927155ed2339b
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Apr 1 15:09:51 2010 +0200

    Bug #612821 - Uses freed memory when changing task's source

 calendar/gui/dialogs/comp-editor.c |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)

commit 72c4520b70f8cac10f365e31bd5bbf7d594b6a64
Author: Viswanath S <viswanathgs@gmail.com>
Date:   Thu Apr 1 14:53:47 2010 +0200

    Bug #602801 - Duplicate mnemonic

 modules/addressbook/addressbook-config.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6cd8c4e93b80a5d93806024f83efdd6dc2923f35
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Apr 1 14:37:33 2010 +0200

    Bug #569945 - Recurrence icon not removed after changing to single event

 calendar/gui/dialogs/recurrence-page.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 09e53887ce88141c014bb99e117fbb28f47febcc
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Apr 1 14:13:23 2010 +0200

    Bug #488979 - Disable Edit for card views in contacts

 widgets/menus/gal-define-views-dialog.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit 94cc603cca2152ad8aedcbec3cd0e28110e9a21c
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Apr 1 14:02:43 2010 +0200

    Bug #374533 - Read window stays open after last email is deleted

 mail/e-mail-browser.c |   23 +++++++++++++++++++++++
 mail/message-list.c   |   27 +++++++++++++++++++++++++++
 mail/message-list.h   |    2 +-
 3 files changed, 51 insertions(+), 1 deletions(-)

commit 73c01425323bb9208ad477fc06ff96cc33d1cafc
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Apr 1 12:46:19 2010 +0200

    camel/camel-i18n.h gone, adapt to it properly

 mail/em-format-html-print.c                      |    2 +-
 mail/mail-session.c                              |    2 +-
 plugins/groupwise-features/camel-gw-listener.c   |    2 +-
 plugins/hula-account-setup/camel-hula-listener.c |    2 +-
 plugins/sa-junk-plugin/em-junk-filter.c          |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

commit 55d6580d8627a9a85df1e6b19529196d4d9ac95a
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Mar 31 20:02:13 2010 -0400

    Stop relying on CamelObject meta-data.

 em-format/em-format-quote.c             |    6 +-
 em-format/em-format.c                   |   71 ++++++++++++++++++++++--------
 em-format/em-format.h                   |    2 +-
 mail/em-format-hook.c                   |    5 +-
 mail/em-format-html-display.c           |    4 +-
 mail/em-format-html.c                   |   20 ++++-----
 modules/plugin-mono/Camel.cs            |   62 ---------------------------
 plugins/itip-formatter/itip-formatter.c |    2 +-
 plugins/prefer-plain/prefer-plain.c     |    4 +-
 plugins/tnef-attachments/tnef-plugin.c  |    4 +-
 10 files changed, 75 insertions(+), 105 deletions(-)

commit f91c4d78082e75b66bd394840670a88be09ec63c
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Mar 31 18:42:26 2010 -0400

    Add gtk-doc tests, but leave them disabled.

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

commit 26dce62cbb2158f140f5d3f96a5b189eb02e324c
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Mar 31 18:21:19 2010 -0400

    Add --name-space to MKDB_OPTIONS.

 doc/reference/shell/Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 32e811aff0f069ea8759c22bc3b10fc15f2818ba
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Mar 31 18:05:32 2010 -0400

    More build fixes.

 configure.ac               |    1 +
 plugins/bbdb/gaimbuddies.c |   26 +++++++++++++++++++-------
 2 files changed, 20 insertions(+), 7 deletions(-)

commit 21fa5cdc1cbf4460e2ac95401ee24a5e6c21216a
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Mar 31 17:42:14 2010 -0400

    Capplet cleanups.

 capplet/anjal-settings-main.c         |   95 ++-------
 capplet/settings/anjal-mail-view.c    |   37 ++--
 capplet/settings/anjal-mail-view.h    |   20 +--
 capplet/settings/mail-account-view.c  |  176 ++++++----------
 capplet/settings/mail-account-view.h  |   13 +-
 capplet/settings/mail-capplet-shell.c |  169 +++------------
 capplet/settings/mail-capplet-shell.h |   14 +-
 capplet/settings/mail-decoration.c    |   99 ++++-----
 capplet/settings/mail-decoration.h    |    9 +-
 capplet/settings/mail-guess-servers.c |   77 ++++----
 capplet/settings/mail-guess-servers.h |   32 ++--
 capplet/settings/mail-settings-view.c |   34 ++--
 capplet/settings/mail-settings-view.h |   10 +-
 capplet/settings/mail-view.c          |  384 ++++++++-------------------------
 capplet/settings/mail-view.h          |   15 +-
 15 files changed, 359 insertions(+), 825 deletions(-)

commit aac92ccc526ce5cbbd7af8836cd1fb7a57ab0bae
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Mar 31 16:32:19 2010 -0400

    Move EPoolv back to Evolution from libedataserver.
    
    MessageList is the only thing still using it.
    EMemPool is gone now, so it uses CamelMemPool instead (same thing).

 doc/reference/shell/eshell-docs.sgml    |    1 +
 doc/reference/shell/eshell-sections.txt |   10 ++
 e-util/Makefile.am                      |    2 +
 e-util/e-poolv.c                        |  146 +++++++++++++++++++++++++++++++
 e-util/e-poolv.h                        |   41 +++++++++
 mail/message-list.c                     |    3 +-
 6 files changed, 201 insertions(+), 2 deletions(-)

commit dc3535158168a80f1593880ad1c103fa79cade98
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Mar 31 16:33:50 2010 -0400

    Post-release version bump.

 configure.ac |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 4f848ac25536eb1f3475b58e36faf42d0555192d
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Wed Mar 31 18:19:44 2010 +0200

    [win32] Test for eventsys.h and sensevts.h properly

 configure.ac                                  |   12 ++++++++
 modules/windows-sens/evolution-windows-sens.c |   35 +++++++++++++++---------
 2 files changed, 34 insertions(+), 13 deletions(-)

commit 5fca82f0b00fbecf8e7045ea5ba99016e03605fb
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Mar 31 11:32:05 2010 -0400

    Fix build settings under capplet.

 capplet/Makefile.am          |   17 +++++------------
 capplet/settings/Makefile.am |   14 +++++---------
 2 files changed, 10 insertions(+), 21 deletions(-)

commit 5d9609032b277e78ddc6aa4e16c4dbc1fe860eca
Author: Michael Meeks <michael.meeks@novell.com>
Date:   Wed Mar 31 15:12:23 2010 +0100

    Disable the status bar for all but the mail view.
    Not implemented prettily, but cf. mail_shell_backend_window_created_cb
    getting invoked even for addressbok windows ...

 shell/e-shell-window-private.c |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

commit d56b26ea3a61a3caa125f844f6859b9180a137d7
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Wed Mar 31 10:54:39 2010 +0300

    Updated Ukrainian translation

 po/uk.po |21842 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 10027 insertions(+), 11815 deletions(-)

commit f0e8977241f764dabeec3c3c6d78a65606863085
Author: caiqm <caiqm@marathon.Prc.Sun.COM>
Date:   Wed Mar 31 14:39:56 2010 +0800

    If no <> in the email address, the address should be the full email address.
    Fix for #613564

 .../gui/contact-editor/e-contact-quick-add.c       |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit ac49d56810b0d908bb17608f58cb0635c87d6240
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Wed Mar 31 07:39:49 2010 +0200

    Build libevolution-mail-settings as dll on windows

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

commit c516014a5afb2338d1b2e6d7b0438a1835bf9fa8
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Mar 30 08:27:49 2010 -0400

    Express: Composer always defaults to HTML mode
    
    Composer and signature editor always default to HTML in Express mode.
    Hide the corresponding composer preference.  This will not affect the
    user preference in normal mode.

 composer/e-msg-composer.c           |    4 ----
 mail/em-account-editor.c            |    5 -----
 modules/mail/e-mail-shell-backend.c |   11 +++++++++++
 modules/mail/em-composer-prefs.c    |   19 +++++++++++++------
 4 files changed, 24 insertions(+), 15 deletions(-)

commit ca79c7993fc6ed146c62d3ce984878350be7c110
Author: Srinivasa Ragavan <sragavan@gnome.org>
Date:   Tue Mar 30 18:05:04 2010 +0530

    Hide searchbar in calendar view in express mode.

 modules/calendar/e-cal-shell-view.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit 0347770e9931dc2b90d9df1813cdcb6236eea99b
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Mar 29 19:18:05 2010 -0400

    Update API docs.

 doc/reference/shell/eshell-sections.txt |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit a215775e891ed281a1cf24f45e5ddeefe312cb88
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Mar 29 19:12:55 2010 -0400

    Fix a compiler warning in main.c.

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

commit 797acc24457e34c29332d9f1be5bd19e84aab111
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Mar 2 15:00:01 2010 -0500

    Drop support for migrating from Evolution < 2.0.
    
    There's too much ancient, crufty code there that we can't realistically
    support anymore.  A workaround for those poor users still on 1.x is to
    upgrade to some 2.x release first, then upgrade again to 3.x.  An error
    dialog explaining this will be shown at startup.

 doc/reference/shell/tmpl/e-util.sgml       |   28 -
 e-util/Makefile.am                         |    4 -
 e-util/e-bconf-map.c                       |  537 -------
 e-util/e-bconf-map.h                       |   95 --
 e-util/e-file-utils.c                      |  105 --
 e-util/e-file-utils.h                      |    3 -
 e-util/e-folder-map.c                      |  187 ---
 e-util/e-folder-map.h                      |   36 -
 mail/e-mail-migrate.c                      | 2331 +---------------------------
 mail/mail-vfolder.c                        |   14 +-
 modules/addressbook/e-book-shell-migrate.c | 1011 ------------
 modules/calendar/e-cal-shell-migrate.c     |  555 +-------
 modules/calendar/e-task-shell-migrate.c    |  495 +------
 shell/Makefile.am                          |    4 +-
 shell/e-config-upgrade.c                   |  162 --
 shell/e-config-upgrade.h                   |   29 -
 shell/e-shell-migrate.c                    |  194 +--
 shell/main.c                               |   29 -
 shell/shell.error.xml                      |   40 +-
 19 files changed, 46 insertions(+), 5813 deletions(-)

commit 3c1c071f490c2b090326b53c29540fff713af380
Author: Nikos Bakaoukas <nikolaosx1@gmail.com>
Date:   Tue Mar 30 00:26:25 2010 +0300

    Updated Greek translation for evolution documentation

 help/el/el.po |  154 +++++++++------------------------------------------------
 1 files changed, 23 insertions(+), 131 deletions(-)

commit f84793e87c4fa62f1dbcb6b70dee8dff840d8d79
Author: Michael Meeks <michael.meeks@novell.com>
Date:   Mon Mar 29 17:21:00 2010 +0100

    remove redundant print elements from express mode

 ui/evolution-contacts.ui |    2 ++
 ui/evolution-shell.ui    |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

commit 2944cd164091be9353cd8fe92274b946c04b2847
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Mar 29 11:22:23 2010 -0400

    Bug 614049 - Attachment bar causes drawing issues in RTL locales

 widgets/misc/e-attachment-paned.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

commit 83c22e1531224bfa45e80ba3fc8c81cd874da2d6
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Mon Mar 29 17:19:05 2010 +0200

    Reformat code so that it looks ok

 modules/windows-sens/evolution-windows-sens.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

commit e8d27a6f70969fefc9b9897cc607b81bfd8bd06f
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Mon Mar 29 17:10:38 2010 +0200

    [win32] Don't brew your own macro if glib has one suitable available

 modules/windows-sens/evolution-windows-sens.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit 5162756fb4958bf9e63bc906bb7bb6af70b0dbe7
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Mon Mar 29 15:30:40 2010 +0200

    [win32] Windows SENS module cannot be built with C++ compiler

 modules/windows-sens/evolution-windows-sens.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

commit f60b04f24e0bf71e45ed1dc6d9dc7945681a0900
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Mon Mar 29 12:40:00 2010 +0200

    [win32] Some buildability tweaks for Windows SENS module
    
    Don't try to build Windows SENS when not building for Windows.
    Extract the relevant COM structs and typedefs from mingw-w64 headers
    to allow to build the module with mingw.org toolchain and fix
    build breakages with Microsoft compilers.

 configure.ac                                  |   10 +-
 modules/windows-sens/evolution-windows-sens.c |  162 ++++++++++++++++++++++++-
 2 files changed, 168 insertions(+), 4 deletions(-)

commit b947206eed3d00573bf6577d60a5f53bf5fe89e7
Author: Michael Meeks <michael.meeks@novell.com>
Date:   Mon Mar 29 09:49:53 2010 +0100

    Last scroll-pane, and manual sizing tweak

 addressbook/gui/contact-editor/contact-editor.ui  |   20 ++++++++++++++++++++
 addressbook/gui/contact-editor/e-contact-editor.c |    2 +-
 2 files changed, 21 insertions(+), 1 deletions(-)

commit 4df23d489b8542ecb942e29289d2c28686d9dc9d
Author: Michael Meeks <michael.meeks@novell.com>
Date:   Fri Mar 26 22:55:12 2010 +0000

    Get the new contact sizing right despite the scrolled regions.
    Add Claire's calendar popup feedback wrt. express mode

 addressbook/gui/contact-editor/contact-editor.ui  |    2 +-
 addressbook/gui/contact-editor/e-contact-editor.c |   10 ++++++++++
 ui/evolution-calendars.ui                         |   16 ++++++++++++++++
 ui/evolution-contacts.ui                          |    4 +++-
 4 files changed, 30 insertions(+), 2 deletions(-)

commit cc9452d075be663ade764abf0326ba8695631c54
Author: Michael Meeks <michael.meeks@novell.com>
Date:   Fri Mar 26 10:41:02 2010 +0000

    Scrolled window for personal bits ...

 addressbook/gui/contact-editor/contact-editor.ui |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

commit bf2bd28c5779e268de9a1661ad22e5f0e49e16ee
Author: Michael Meeks <michael.meeks@novell.com>
Date:   Fri Mar 26 10:34:41 2010 +0000

    Add a scrolled area to cope if we want to expand mail settigns

 addressbook/gui/contact-editor/contact-editor.ui |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

commit 0b61248ed66f1993e22441371930f635d254d14c
Author: Michael Meeks <michael.meeks@novell.com>
Date:   Fri Mar 26 10:10:06 2010 +0000

    Add conditionally enabled expanders for 'Other' address and 'Misc'
    personal items, to fit on a 600 pixel high screen.

 addressbook/gui/contact-editor/contact-editor.ui  |   11 +++------
 addressbook/gui/contact-editor/e-contact-editor.c |   25 ++++++++++++++++----
 2 files changed, 24 insertions(+), 12 deletions(-)

commit 8d86849064ac285c93e78b87113b40d3d08420b4
Author: Rodrigo Flores <rlmflores@gnome.org>
Date:   Sun Mar 28 21:10:36 2010 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 1437 +++++++++++++++++++++++++++++------------------------------
 1 files changed, 708 insertions(+), 729 deletions(-)

commit 22f92c774eaa788ee4fc9f8899890eaad7c4e832
Author: Petr Kovar <pknbe@volny.cz>
Date:   Mon Mar 29 01:28:55 2010 +0200

    Fix Czech translation by Lucas Lommer

 po/cs.po |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

commit fa2da5acd6f45520739f747062d04cdb866b2428
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Mar 28 18:54:27 2010 -0400

    Fix mismatched quotes.

 calendar/gui/alarm-notify/alarm-queue.c          |    2 +-
 composer/e-msg-composer.c                        |    2 +-
 composer/mail-composer.error.xml                 |    4 +-
 e-util/e-binding.c                               |    2 +-
 e-util/e-folder-map.c                            |   10 +++---
 e-util/e-util.c                                  |    4 +-
 mail/e-mail-migrate.c                            |   30 +++++++++++-----------
 mail/e-mail-reader.c                             |    2 +-
 mail/em-folder-utils.c                           |    2 +-
 mail/em-format-html.c                            |    4 +-
 mail/importers/mail-importer.c                   |    2 +-
 mail/mail-ops.c                                  |    6 ++--
 mail/mail-tools.c                                |    6 ++--
 modules/addressbook/e-book-shell-migrate.c       |   12 ++++----
 modules/calendar/e-cal-shell-backend.c           |    2 +-
 modules/calendar/e-cal-shell-migrate.c           |    2 +-
 modules/calendar/e-memo-shell-backend.c          |    2 +-
 modules/calendar/e-task-shell-backend.c          |    2 +-
 modules/calendar/e-task-shell-migrate.c          |    2 +-
 plugins/groupwise-features/share-folder-common.c |    2 +-
 plugins/profiler/profiler.c                      |    2 +-
 plugins/pst-import/pst-importer.c                |    4 +-
 smime/gui/component.c                            |    2 +-
 smime/lib/e-cert-db.c                            |    2 +-
 smime/lib/e-pkcs12.c                             |    4 +-
 widgets/table/e-cell-text.c                      |    2 +-
 26 files changed, 58 insertions(+), 58 deletions(-)

commit 68581a10047876899dc97cb30777435e1f42a5a1
Author: Nikos Bakaoukas <nikolaosx1@gmail.com>
Date:   Mon Mar 29 01:05:17 2010 +0300

    Updated Greek translation for evolution documentation

 help/el/el.po |12579 +++++++++++++++------------------------------------------
 1 files changed, 3157 insertions(+), 9422 deletions(-)

commit 767c3110dce4eb6110f337c0fda277b6bb5e539c
Author: Petr Kovar <pknbe@volny.cz>
Date:   Sun Mar 28 17:41:47 2010 +0200

    Update Czech translation by Jiri Eischmann

 po/cs.po | 2531 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 1408 insertions(+), 1123 deletions(-)

commit 33d31dba3c3332c7cc5e3239e99de05cea45b5ce
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Mar 28 10:25:59 2010 -0400

    Remove some unused MessageList constants.

 mail/message-list.h |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

commit 86efefd39f4e0b9c5f7eaaee4048ecb52260559e
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Mar 28 10:15:07 2010 -0400

    Bug 468448 - Kill "Hide Read Messages" and "Hide Selected Messages"
    
    Removed the following menu items under View:
    
        Hide Selected Messages
        Hide Read Messages
        Show Hidden Messages
    
    These options are confusing and don't fit with the rest of the mailer
    design.
    
    Hidden messages were tracked by folder in:
    
        ~/.evolution/mail/config/hidestate-<<folder-uri>>
    
    So by simply not loading those files any more we reveal all previously
    hidden messages and avoid any risk of lost messages.
    
    Also inverted "Hide Deleted Messages" to "Show Deleted Messages".

 mail/message-list.c                      |  358 +-----------------------------
 mail/message-list.h                      |   18 --
 modules/mail/e-mail-shell-content.c      |    4 -
 modules/mail/e-mail-shell-view-actions.c |  105 ++-------
 modules/mail/e-mail-shell-view-actions.h |   10 +-
 ui/evolution-mail.ui                     |    5 +-
 6 files changed, 33 insertions(+), 467 deletions(-)

commit bf58178b2a47da0c540582091b4a6a079f6c8359
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Mar 28 08:41:22 2010 -0400

    Only show "Send/Receive" in mailer when using express mode.

 ui/evolution-calendars.ui |    2 ++
 ui/evolution-contacts.ui  |    4 ++++
 ui/evolution-mail.ui      |    6 ++++--
 ui/evolution-memos.ui     |   18 ++++++++++--------
 ui/evolution-shell.ui     |    2 --
 ui/evolution-tasks.ui     |    4 ++++
 6 files changed, 24 insertions(+), 12 deletions(-)

commit 9b004420959bf14bb50d82d2668d4789061dac17
Author: Kostas Papadimas <pkst@gnome.org>
Date:   Sun Mar 28 11:08:58 2010 +0300

    Updated Greek translation

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

commit a8d9c890d1ecd33ab9feb556fc82f957ec90266a
Author: Kostas Papadimas <pkst@gnome.org>
Date:   Sun Mar 28 11:07:24 2010 +0300

    Updated Greek translation

 po/el.po | 4727 ++++++++++++++++++++------------------------------------------
 1 files changed, 1547 insertions(+), 3180 deletions(-)

commit ed22e4a048cc28bba9024af8b190ecf5de53b335
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun Mar 28 07:52:51 2010 +0000

    Updated Hungarian translation

 po/hu.po |20162 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 9776 insertions(+), 10386 deletions(-)

commit 47aff9e3e4d3a68d610162528d32f4d25cfa4a32
Author: A S Alam <aalam@users.sf.net>
Date:   Sun Mar 28 09:21:15 2010 +0530

    complete Translation for Punjabi by A S Alam

 po/pa.po |  468 +++++++++++---------------------------------------------------
 1 files changed, 78 insertions(+), 390 deletions(-)

commit 532249a3e5fc8d923c3ad2188f658a7321b8ee95
Merge: 30bcf40 ebf898a
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Mar 27 18:48:46 2010 -0400

    Merge branch 'string-changes-2.31'

commit ebf898a9fc2f3b025533b27c9d835d57b089e84b
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Mar 5 10:00:30 2010 -0500

    Bug 611883 - Missing mnemonic in automatic contacts tab

 plugins/bbdb/bbdb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0d44ea680269bc7b6da7eac9e6d4a5c2d6315970
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Mar 5 09:49:57 2010 -0500

    Bug 611882 - Missing mnemonics in Date/Time format preferences

 calendar/gui/dialogs/cal-prefs-dialog.c     |    4 ++--
 modules/addressbook/autocompletion-config.c |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit a2959194569cdcb948816c0342b439d12d39e2c5
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Mar 5 09:36:13 2010 -0500

    Bug 611881 - Duplicate mnemonic in mail preference -> headers tab

 mail/mail-config.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 30bcf40a8ee6f8bf2e0ac0fecfbe616670e3348f
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Sat Mar 27 22:23:55 2010 +0100

    Updated Danish translation

 po/da.po | 1779 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 993 insertions(+), 786 deletions(-)

commit 096d8724db86150233d363e460f9bf0721d634fe
Author: Thanos Lefteris <alefteris@gmail.com>
Date:   Sat Mar 27 22:12:20 2010 +0200

    Updated Greek translation of evolution

 po/el.po | 1862 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 1004 insertions(+), 858 deletions(-)

commit d2ca64ae1456648f1f239cf5cac729a890c6bcb2
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Sat Mar 27 23:37:40 2010 +0600

    Updated Bengali translation

 po/bn.po | 4911 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 2367 insertions(+), 2544 deletions(-)

commit f7547cc6ac347ea5e9dd92034264a23e6fd48ac4
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Mar 26 18:33:00 2010 -0400

    Simplify the search UI for express mode.
    
    For express mode:
    
    - Move the search bar up to the toolbar.
    
    - Hide the "filter" combo box and lock down the first item.
    
    - Hide the "scope" combo box and lock down the first item.
      (This is the combo box with "Current Folder" only in the mailer.)
    
    - EShellView owns the search bar widget now instead of EShellContent.
    
    - Insert several nasty hacks that will likely come back to bite me.

 doc/reference/shell/eshell-sections.txt         |   13 +-
 doc/reference/shell/tmpl/e-shell-content.sgml   |   13 +--
 doc/reference/shell/tmpl/e-shell-searchbar.sgml |   31 ++++-
 doc/reference/shell/tmpl/e-shell-view.sgml      |   20 +++
 doc/reference/shell/tmpl/e-util.sgml            |    8 +
 doc/reference/shell/tmpl/eshell-unused.sgml     |   38 ++++++
 modules/addressbook/e-book-shell-content.c      |    4 +-
 modules/calendar/e-cal-shell-content.c          |    9 +-
 modules/calendar/e-memo-shell-content.c         |    4 +-
 modules/calendar/e-task-shell-content.c         |    4 +-
 modules/mail/e-mail-shell-content.c             |    4 +-
 shell/e-shell-content.c                         |  156 +++++++----------------
 shell/e-shell-content.h                         |    8 +-
 shell/e-shell-searchbar.c                       |  106 +++++++++++++---
 shell/e-shell-searchbar.h                       |   11 +-
 shell/e-shell-view.c                            |  134 +++++++++++++++++++-
 shell/e-shell-view.h                            |    6 +
 shell/e-shell-window-private.c                  |    1 -
 shell/e-shell-window.c                          |   25 +++-
 ui/evolution-shell.ui                           |    1 +
 20 files changed, 421 insertions(+), 175 deletions(-)

commit 0a0f417006abe5afd56c078142d480a26b611950
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Fri Mar 26 21:40:38 2010 +0100

    [win32] Remove the C++ dependency
    Implement the Windows SENS network monitoring in plain C

 configure.ac                                  |    1 -
 modules/windows-sens/Makefile.am              |    1 +
 modules/windows-sens/evolution-windows-sens.c |  382 ++++++++++++++++---------
 3 files changed, 250 insertions(+), 134 deletions(-)

commit 56daae923f75506d49ff9677c7d629028925d9ef
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Fri Mar 26 16:58:26 2010 +0100

    [win32] Converting the Windows SENS from C++ to plain C

 modules/windows-sens/Makefile.am                |    2 +-
 modules/windows-sens/evolution-windows-sens.c   |  322 ++++++++++++++++++++++
 modules/windows-sens/evolution-windows-sens.cxx |  323 -----------------------
 3 files changed, 323 insertions(+), 324 deletions(-)

commit 181b10d8b83b56fb53048af5a78b6be88f665ba3
Author: Federico Mena Quintero <federico@novell.com>
Date:   Fri Mar 26 13:04:18 2010 -0600

    Move the day start / day end widgets to the same line
    
    This saves us one whole row of widgets.
    
    We put both labels in a size group so that they attain the same amount of space
    between the label and their date-edit widget, hopefully.
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

 calendar/gui/dialogs/cal-prefs-dialog.ui |  104 +++++++++++++++++-------------
 1 files changed, 59 insertions(+), 45 deletions(-)

commit f6634a935650b0fb7002140bf5764e428102e02b
Author: Federico Mena Quintero <federico@novell.com>
Date:   Fri Mar 26 12:50:15 2010 -0600

    Remove a superfluous row in a GtkTable
    
    This was causing the General page of the calendar's preferences notebook tab
    to have an extra 12 pixels of vertical space
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

 calendar/gui/dialogs/cal-prefs-dialog.ui |  267 +++++++++++-------------------
 1 files changed, 95 insertions(+), 172 deletions(-)

commit 1dd4c129bda1f84a9f2906f8f5cf0287c1edf060
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Mar 26 11:32:54 2010 -0400

    Fix build break due to GTK+ deprecations.

 modules/mail/e-mail-shell-sidebar.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 7f6f4dfde87156779c89f57b0ebc8150c7acca7e
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Mar 26 11:05:06 2010 -0400

    Minor EMailReader cleanup.
    
    Add a load_string() method to EWebView.  Have EMailDisplay override
    load_string() and check that the formatter is not busy before loading
    the string.  Have EMailReader call e_web_view_load_string() directly
    on the EMailDisplay instance, and eliminate update_webview_content().

 mail/e-mail-display.c     |   20 ++++++++++++++++++++
 mail/e-mail-reader.c      |   38 ++++++++++++--------------------------
 widgets/misc/e-web-view.c |   21 +++++++++++++++++----
 widgets/misc/e-web-view.h |    2 ++
 4 files changed, 51 insertions(+), 30 deletions(-)

commit cb10cf2a8e7bf697caab441e03e9056b863ae739
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Fri Mar 26 15:11:33 2010 +0530

    Updated Telugu Translations

 po/te.po |22847 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 12470 insertions(+), 10377 deletions(-)

commit c4d869abdd88a2d10e08252fb0548493a20ae486
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Fri Mar 26 14:57:35 2010 +0530

    Updated Telugu Translations

 po/te.po |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 1457c12bb1aae829a67a754a3785a3654ed717c4
Author: Federico Mena Quintero <federico@novell.com>
Date:   Wed Mar 24 13:23:10 2010 -0600

    Ensure that the width of the mail sidebar is not too wide
    
    We just clamp this to one fourth of the screen's width; we do
    some voodoo to guess the monitor we are in.
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

 modules/mail/e-mail-shell-sidebar.c |   49 ++++++++++++++++++++++++++++++++++-
 1 files changed, 48 insertions(+), 1 deletions(-)

commit 5c105c137f166922678cd7b48e9875ab7d56c9e0
Author: Michael Meeks <michael.meeks@novell.com>
Date:   Thu Mar 25 20:03:05 2010 +0000

    Switch back to an older version with my changes.

 addressbook/gui/contact-editor/contact-editor.ui | 1962 ++++++++++++++++------
 1 files changed, 1491 insertions(+), 471 deletions(-)

commit e79ac3b017cea004affe33bd6c64ab0b306998e4
Author: Michael Meeks <michael.meeks@novell.com>
Date:   Thu Mar 25 19:51:31 2010 +0000

    Adapt and further compact the UI with new expander-alike

 addressbook/gui/contact-editor/e-contact-editor.c |  126 ++++++++++++++-------
 1 files changed, 87 insertions(+), 39 deletions(-)

commit b44765efd012745ecbc9407a8649f0441b7b5fbf
Author: Michael Meeks <michael.meeks@novell.com>
Date:   Thu Mar 25 19:28:37 2010 +0000

    Add expander button to E-mail pieces.

 addressbook/gui/contact-editor/contact-editor.ui |   66 ++++++++++++++++++++++
 1 files changed, 66 insertions(+), 0 deletions(-)

commit 078ed06d74f556c348c91e20b99cd6da515df673
Author: Michael Meeks <michael.meeks@novell.com>
Date:   Thu Mar 25 19:11:46 2010 +0000

    Add vertical orientation properties to make glade-3 happy.

 addressbook/gui/contact-editor/contact-editor.ui |   62 ++++++++++++++++++++++
 1 files changed, 62 insertions(+), 0 deletions(-)

commit 342fa27bb78f177150e1deb7842f749637c91948
Author: Michael Meeks <michael.meeks@novell.com>
Date:   Wed Mar 24 10:24:56 2010 +0000

    Add ConnMan support (words fail me ...)

 configure.ac                        |   14 +++-
 modules/Makefile.am                 |    7 +-
 modules/connman/Makefile.am         |   22 ++++
 modules/connman/evolution-connman.c |  204 +++++++++++++++++++++++++++++++++++
 4 files changed, 245 insertions(+), 2 deletions(-)

commit 7b953918ebc9e5dd6812dcb55a3bf272cfa8a530
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Thu Mar 25 17:08:46 2010 +0100

    [win32] Fix on-the-fly UUID creation and change names of functions
    and variables so that they look more like what we do in Evolution

 modules/windows-sens/evolution-windows-sens.cxx |   33 ++++++++++++++++------
 1 files changed, 24 insertions(+), 9 deletions(-)

commit b7acebe2154d019b2d3ccf0aa70d9b64c8873a94
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Thu Mar 25 17:05:15 2010 +0100

    Avoid warning about redefined localtime_r

 e-util/e-datetime-format.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 2fabf227bb51ea8eefdb56760103f5b338ba1200
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Thu Mar 25 13:49:48 2010 +0100

    [win32] Generate UUID on the fly in Windows SENS module

 configure.ac                                    |    4 ++--
 modules/windows-sens/evolution-windows-sens.cxx |   21 ++++++++++++++-------
 2 files changed, 16 insertions(+), 9 deletions(-)

commit 0ba5b9bca48eb476f3ffd9035ad0e7716578be2b
Author: Μάριος Ζηντίλης <m.zindilis@dmajor.org>
Date:   Thu Mar 25 11:20:11 2010 +0200

    Updated Greek translation

 help/el/el.po | 5815 ++++++++++++++++++++++++++++++---------------------------
 1 files changed, 3111 insertions(+), 2704 deletions(-)

commit ef1d18b2e364a4821626f816ee85daa3eb3497b5
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Thu Mar 25 06:18:53 2010 +0100

    [win32] Miscellaneous fixes to Windows SENS module
    
    Check actually the return values and bail out if the registration
    to receive system events failed.
    
    Reformat the code to be consistent wrt tabs vs. space use.
    
    Extract frequently used patterns into an inline function.

 modules/windows-sens/evolution-windows-sens.cxx |  219 +++++++++++++----------
 1 files changed, 120 insertions(+), 99 deletions(-)

commit fd3a79715148fe84230c0794de5ca1f299a8ca7c
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date:   Thu Mar 25 06:17:25 2010 +0100

    Mention Windows SENS in configure summary information

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 9fb4259b6d64a92e42f0565b2669e200c7e39d88
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Mar 24 16:19:54 2010 -0400

    Refresh contact-editor.ui.
    
    Just letting Glade have its way with the file.  No manual changes other
    than setting GtkVBox orientations to "vertical".

 addressbook/gui/contact-editor/contact-editor.ui | 2019 +++++-----------------
 1 files changed, 461 insertions(+), 1558 deletions(-)

commit dcec8c208697106401f714547a79afe48acf750b
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Mar 24 16:00:30 2010 -0400

    Add a Glade 3 catalog.
    
    Evolution maintainers should install this so they can safely open
    GtkBuilder files in Glade 3 without Glade silently deleting custom
    widgets it doesn't understand.  The catalog makes it understand.

 Makefile.am         |    6 ++++++
 configure.ac        |   15 +++++++++++++++
 maint/Makefile.am   |   25 +++++++++++++++++++++++++
 maint/evolution.xml |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 93 insertions(+), 0 deletions(-)

commit 37287b0f468259ef56bb7cfa9c0bcdc157456b94
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Mar 24 11:27:57 2010 -0400

    Bug 613798 - Marcus Bains line is grey

 calendar/gui/e-calendar-view.c |   12 ++++++++++--
 calendar/gui/e-day-view.c      |    3 +++
 calendar/gui/e-week-view.c     |    3 +++
 3 files changed, 16 insertions(+), 2 deletions(-)

commit 86d8b1aa89c01cdef96ffb5e3768e08b2552bf56
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Wed Mar 24 14:25:54 2010 +0100

    Updated French doc translation

 help/fr/fr.po | 5826 ++++++++++++++++++++++++++++-----------------------------
 1 files changed, 2846 insertions(+), 2980 deletions(-)

commit 412bfc3dcfcb9ff578734048d722f6fdf5ed832b
Author: Fridrich Strba <fridrich.strba@bluewin.ch>
Date:   Wed Mar 24 11:06:51 2010 +0100

    [win32] Little modifications to Windows SENS module
    
    Make the MySensNetwork class inherit from ISensNetwork interface
    instead of IDispatch (this assures, inter alia, that we use the
    right function signatures for the callbacks).
    
    Make the subscription to the network status notification receive
    the event only if the ownerof the subscription is logged on to
    the same computer as the publisher. This makes this module work
    on Windows Vista and Windows 7 with normal user account.

 modules/windows-sens/evolution-windows-sens.cxx |   37 ++++++++++++++++++----
 1 files changed, 30 insertions(+), 7 deletions(-)

commit 8a8e79622eadb6c2577e77f5a3d7655e743dd219
Author: Fridrich Strba <fridrich.strba@bluewin.ch>
Date:   Tue Mar 23 18:54:37 2010 +0100

    [win32] Implement network status detection
    
    The implementation is done using System Event Notification Service
    by implementing ConnectionMade ConnectionMadeNoQOCInfo and
    ConnectionLost methods of ISensNetwork interface.
    
    Introduces C++ dependency for Windows port only

 configure.ac                                    |   22 ++
 modules/Makefile.am                             |    7 +-
 modules/windows-sens/Makefile.am                |   19 ++
 modules/windows-sens/evolution-windows-sens.cxx |  257 +++++++++++++++++++++++
 4 files changed, 304 insertions(+), 1 deletions(-)

commit af5bfa98a8c7a11a345e2b7403b792ed970d5cef
Author: Fridrich Strba <fridrich.strba@bluewin.ch>
Date:   Tue Mar 23 18:46:57 2010 +0100

    [win32] Avoid warnings about redefined localtime_r

 filter/e-filter-datespec.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit ea1837378a80c79891202f1500fb2124de9bdbd6
Author: Fridrich Strba <fridrich.strba@bluewin.ch>
Date:   Tue Mar 23 18:46:24 2010 +0100

    [win32] Don't bother with overriding .gnome2 directory

 e-util/e-util.c |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

commit 2e1c9b54391ad02a10443dd142f284e15c2ac538
Author: Fridrich Strba <fridrich.strba@bluewin.ch>
Date:   Tue Mar 23 17:38:05 2010 +0100

    Clear one more instance of lockdown settings

 modules/mail/em-composer-prefs.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit aba12c7f7872706afcbb05e7f089e17fef132d7a
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Mar 23 10:22:44 2010 -0400

    Bug 613639 - Evolution hard codes .gnome2

 doc/reference/shell/eshell-sections.txt   |    1 +
 e-util/e-util.c                           |   27 ++++++++++++++++++++++++++-
 e-util/e-util.h                           |    1 +
 widgets/misc/e-attachment-handler-image.c |   11 ++++-------
 4 files changed, 32 insertions(+), 8 deletions(-)

commit 7f4874e7ce21129029ce1e4eb0de5ef238c4ca31
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Mar 23 09:23:09 2010 -0400

    Bug 613639 - Evolution hard codes .gnome2

 widgets/misc/e-attachment-handler-image.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

commit 495f8f8003ac98ab63fa68aa89fbe8668c357320
Author: Michael Meeks <michael.meeks@novell.com>
Date:   Tue Mar 23 10:24:31 2010 +0000

    Alter UI conditional syntax to be more familiar cpp style, which
    avoids the need for intltool changes.

 e-util/e-ui-manager.c                              |   27 +++++++++----------
 plugins/bbdb/gaimbuddies.c                         |    1 +
 .../mail-to-task/org-gnome-mail-to-task.eplug.xml  |   10 +++---
 ui/evolution-calendars.ui                          |   20 +++++++-------
 ui/evolution-mail-reader.ui                        |   12 ++++----
 ui/evolution-mail.ui                               |   12 ++++----
 ui/evolution-shell.ui                              |   12 ++++----
 7 files changed, 47 insertions(+), 47 deletions(-)

commit f794e6a0032c9cee5ffb00eeefb8dc92662742de
Author: Federico Mena Quintero <federico@novell.com>
Date:   Thu Mar 18 14:35:28 2010 -0600

    Oops, remove debug printf
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

 modules/mail/e-mail-shell-sidebar.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

commit 7245c36554efbdb90aca29840fff74661ddf540e
Author: Srinivasa Ragavan <sragavan@gnome.org>
Date:   Tue Mar 23 14:25:40 2010 +0530

    Don't hardcode a width, but compute a suitable one
    
    We do this by measuring a template string, which contains a sample name for an email account.
    This is what normally gets displayed in the folder tree, so such a sample string
    should give a reasonable width.
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
    
    Conflicts:
    
    	modules/mail/e-mail-shell-sidebar.c

 modules/mail/e-mail-shell-sidebar.c |    9 +++++++++
 modules/mail/e-mail-shell-view.c    |   17 +----------------
 2 files changed, 10 insertions(+), 16 deletions(-)

commit f644fea17fcce98a7b1c9f2f613592797c5a22c1
Author: Federico Mena Quintero <federico@novell.com>
Date:   Wed Mar 17 18:07:24 2010 -0600

    Start the mailer's folder sidebar with a reasonable width
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

 modules/mail/e-mail-shell-view.c |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

commit 73fbebb1b09499f16b07ae9db9c5970b3bf9ca63
Author: Srinivasa Ragavan <sragavan@gnome.org>
Date:   Tue Mar 23 14:15:36 2010 +0530

    Close only the current window than the entire shell.

 modules/calendar/e-cal-shell-view-actions.c |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

commit 0d14d23d9ff94302ec4684ff1746e69d7eee132d
Author: Игор Несторовић <igor@prevod.org>
Date:   Tue Mar 23 01:03:34 2010 +0100

    Updated Serbian translations

 po/sr.po       |21966 +++++++++++++++++++++++++-------------------------------
 po/sr@latin.po |21966 +++++++++++++++++++++++++-------------------------------
 2 files changed, 19896 insertions(+), 24036 deletions(-)

commit c8ead63857d9bdd38d02ce031ea983a7a879295e
Author: Federico Mena Quintero <federico@novell.com>
Date:   Wed Mar 17 18:07:24 2010 -0600

    Start the mailer's folder sidebar with a reasonable width
    
    We do this by measuring a template string, which contains a sample name for an email account.
    This is what normally gets displayed in the folder tree, so such a sample string
    should give a reasonable width.
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

 modules/mail/e-mail-shell-sidebar.c |   37 +++++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)

commit 00617a0d227b7f6274ab3bc825ff9183eae8dbd9
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Mon Mar 22 18:30:28 2010 +0100

    Updated Basque language

 po/eu.po |   90 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 45 insertions(+), 45 deletions(-)

commit 404872ec332417d51d22fd308c8b8434dc5382ef
Author: Kostas Papadimas <pkst@gnome.org>
Date:   Mon Mar 22 18:27:46 2010 +0200

    Updated Greek translation.

 po/el.po |17061 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 8022 insertions(+), 9039 deletions(-)

commit 7094f32df13b8ddfe0e41c746481efb6d9f750fd
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Mar 22 12:03:46 2010 -0400

    Add an extension to configure EWebView.
    
    Make EWebView extensible and register an extension to automatically
    bind every EWebView instance to the appropriate EShellSettings.

 mail/e-mail-reader.c                  |    4 -
 modules/mail/Makefile.am              |    2 +
 modules/mail/e-mail-config-web-view.c |  100 ++++++++++++++++
 modules/mail/e-mail-config-web-view.h |   30 +++++
 modules/mail/e-mail-shell-backend.c   |   15 ---
 modules/mail/evolution-module-mail.c  |    2 +
 widgets/misc/e-web-view.c             |  211 ++++++++++++++++++++++++++-------
 widgets/misc/e-web-view.h             |    9 ++
 8 files changed, 310 insertions(+), 63 deletions(-)

commit 5c3c117a73f22054fd981d5011d01bbb3d60e711
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Mar 21 23:30:06 2010 -0400

    More API documentation tweaking.

 doc/reference/shell/eshell-docs.sgml               |   10 +-
 doc/reference/shell/eshell-sections.txt            |    6 +-
 doc/reference/shell/tmpl/Evolution-DataServer.sgml | 1139 --------
 doc/reference/shell/tmpl/e-account-utils.sgml      |    2 +-
 doc/reference/shell/tmpl/e-activity-handler.sgml   |   19 -
 doc/reference/shell/tmpl/e-categories-config.sgml  |    2 +-
 doc/reference/shell/tmpl/e-config-upgrade.sgml     |   32 -
 doc/reference/shell/tmpl/e-datetime-format.sgml    |    2 +-
 doc/reference/shell/tmpl/e-dialog-utils.sgml       |    2 +-
 doc/reference/shell/tmpl/e-extensible.sgml         |    2 +-
 doc/reference/shell/tmpl/e-extension.sgml          |    2 +-
 doc/reference/shell/tmpl/e-icon-factory.sgml       |    2 +-
 doc/reference/shell/tmpl/e-module.sgml             |    2 +-
 doc/reference/shell/tmpl/e-print.sgml              |    2 +-
 doc/reference/shell/tmpl/e-shell-common.sgml       |   21 -
 doc/reference/shell/tmpl/e-shell-constants.sgml    |  140 -
 doc/reference/shell/tmpl/e-shell-marshal.sgml      |   41 -
 doc/reference/shell/tmpl/e-shell-module.sgml       |  180 --
 .../shell/tmpl/e-shell-window-actions.sgml         |  309 ---
 .../shell/tmpl/e-shell-window-private.sgml         |   25 -
 doc/reference/shell/tmpl/e-shell.sgml              |    2 +-
 doc/reference/shell/tmpl/e-signature-utils.sgml    |    2 +-
 doc/reference/shell/tmpl/e-test-shell-view.sgml    |   41 -
 doc/reference/shell/tmpl/es-event.sgml             |  147 -
 doc/reference/shell/tmpl/eshell-unused.sgml        | 2915 --------------------
 .../shell/tmpl/evolution-importer-client.sgml      |   94 -
 .../shell/tmpl/evolution-importer-listener.sgml    |   56 -
 doc/reference/shell/tmpl/evolution-importer.sgml   |  117 -
 .../shell/tmpl/evolution-intelligent-importer.sgml |   67 -
 doc/reference/shell/tmpl/intelligent.sgml          |   26 -
 e-util/e-module.c                                  |    1 +
 31 files changed, 22 insertions(+), 5386 deletions(-)

commit 906f93a130d8d670c4b5213c2c2bf03c47c02337
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Mar 21 22:22:57 2010 -0400

    Demonstrate extending the EExtension API.
    
    Introduce e_extensible_list_extensions(), which provides extensible
    objects access to their own extensions, or a subset of them.
    
    Convert EShellBackend to an abstract EExtension subtype.  EShell will
    load its extensions with e_extensible_load_extensions(), and then obtain
    a list of EShellBackend extensions as follows:
    
        shell_backends = e_extensible_list_extensions (
                E_EXTENSIBLE (shell), E_TYPE_SHELL_BACKEND);
    
    Because EShellBackend is abstract, its GType is skipped while traversing
    the GType hierarchy to find EShell extensions.

 doc/reference/shell/eshell-sections.txt       |    1 +
 doc/reference/shell/tmpl/e-extensible.sgml    |   10 ++
 doc/reference/shell/tmpl/e-shell-backend.sgml |    5 -
 doc/reference/shell/tmpl/eshell-unused.sgml   |    6 +
 e-util/e-extensible.c                         |   46 ++++++++-
 e-util/e-extensible.h                         |    2 +
 shell/e-shell-backend.c                       |  148 ++++++-------------------
 shell/e-shell-backend.h                       |    5 +-
 shell/e-shell.c                               |   34 ++----
 9 files changed, 115 insertions(+), 142 deletions(-)

commit 5368aec9721e9ccd97280d05e6916e1197fa14a1
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Mar 21 21:36:34 2010 -0400

    Fix build breakage.

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

commit 07926de8c140f90c1a4152d85b88ed8dd914c00a
Author: David Planella <david.planella@gmail.com>
Date:   Mon Mar 22 00:59:54 2010 +0100

    Updated Catalan translation

 po/ca.po |  673 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 336 insertions(+), 337 deletions(-)

commit 6beca48807e0ec6012da70820696a1819b03478f
Author: David Planella <david.planella@gmail.com>
Date:   Mon Mar 22 00:14:57 2010 +0100

    Updated Catalan translation

 po/ca.po | 1631 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 918 insertions(+), 713 deletions(-)

commit ef72ec313987ea8a8e0bfff8efc795bcb04ccbdf
Author: Adi Roiban <adi@roiban.ro>
Date:   Sun Mar 21 23:53:52 2010 +0200

    Update Romanian translation

 po/ro.po |22567 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 10743 insertions(+), 11824 deletions(-)

commit f9dd2dd10b3639a5924b7724624547ae56f2a4a0
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Mar 21 17:24:42 2010 -0400

    Move "section" documentation out of header files.

 e-util/e-account-utils.c  |    5 +++++
 e-util/e-account-utils.h  |    5 -----
 e-util/e-module.c         |    5 +++++
 e-util/e-module.h         |    5 -----
 e-util/e-selection.c      |    6 ++++++
 e-util/e-selection.h      |    6 ------
 e-util/e-ui-manager.c     |    9 +++++++++
 e-util/e-ui-manager.h     |    9 ---------
 e-util/e-util.c           |    5 +++++
 e-util/e-util.h           |    5 -----
 mail/mail-folder-cache.c  |    5 +++++
 mail/mail-folder-cache.h  |    5 -----
 shell/e-shell-backend.c   |    6 ++++++
 shell/e-shell-backend.h   |    6 ------
 shell/e-shell-content.c   |    6 ++++++
 shell/e-shell-content.h   |    6 ------
 shell/e-shell-searchbar.c |    6 ++++++
 shell/e-shell-searchbar.h |    6 ------
 shell/e-shell-settings.c  |    6 ++++++
 shell/e-shell-settings.h  |    6 ------
 shell/e-shell-sidebar.c   |    6 ++++++
 shell/e-shell-sidebar.h   |    6 ------
 shell/e-shell-switcher.c  |    6 ++++++
 shell/e-shell-switcher.h  |    6 ------
 shell/e-shell-taskbar.c   |    6 ++++++
 shell/e-shell-taskbar.h   |    6 ------
 shell/e-shell-utils.c     |    6 ++++++
 shell/e-shell-utils.h     |    6 ------
 shell/e-shell-view.c      |    6 ++++++
 shell/e-shell-view.h      |    6 ------
 shell/e-shell-window.c    |    6 ++++++
 shell/e-shell-window.h    |    6 ------
 shell/e-shell.c           |    6 ++++++
 shell/e-shell.h           |    6 ------
 34 files changed, 101 insertions(+), 101 deletions(-)

commit ecdb79111cdc6a38234655b668d81d1fed95ec30
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Mar 21 14:33:38 2010 -0400

    Document EExtensible and EExtension.
    
    The mechanism here is simple but hard to explain without leaning heavily
    on object-oriented jargon.  Consider this a rough draft.  Illustrations
    would certainly help clarify.

 doc/reference/shell/eshell-docs.sgml       |    2 +
 doc/reference/shell/eshell-sections.txt    |   34 +++++++++++++++++++
 doc/reference/shell/eshell.types           |    2 +
 doc/reference/shell/tmpl/e-extensible.sgml |   33 +++++++++++++++++++
 doc/reference/shell/tmpl/e-extension.sgml  |   39 ++++++++++++++++++++++
 e-util/e-extensible.c                      |   49 ++++++++++++++++++++++++++++
 e-util/e-extension.c                       |   31 +++++++++++++++++
 e-util/e-extension.h                       |    6 +++
 8 files changed, 196 insertions(+), 0 deletions(-)

commit 11cd3fda1a54523ffa450b90f7ac859198d49fbe
Author: Fridrich Strba <fridrich.strba@bluewin.ch>
Date:   Sun Mar 21 00:12:01 2010 +0100

    [win32] Be consistent in disabling the lockdown options.

 mail/e-mail-reader.c             |    4 ++++
 modules/mail/em-composer-prefs.c |    2 ++
 shell/e-shell-utils.c            |    2 ++
 shell/e-shell-window-private.c   |    2 ++
 widgets/misc/e-web-view.c        |    2 ++
 5 files changed, 12 insertions(+), 0 deletions(-)

commit 0b43cfad3226e96bcd84a64be1468083fed10aea
Author: Žygimantas Beručka <zygis@gnome.org>
Date:   Sun Mar 21 00:40:20 2010 +0200

    Updated Lithuanian translation

 po/lt.po |18456 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 9756 insertions(+), 8700 deletions(-)

commit 9089986a461de097942a920037d95d065c126c91
Author: A S Alam <aalam@users.sf.net>
Date:   Sat Mar 20 23:18:39 2010 +0530

    update Punjabi Translation

 po/pa.po | 4841 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 2263 insertions(+), 2578 deletions(-)

commit 6c569e64af88867f2a0007f1fb047a00fb8f9ef0
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Mar 20 11:38:33 2010 -0400

    Convert NetworkManager integration to an EShell extension.
    
    This demonstrates how to extend EShell without having to modify and
    recompile e-shell.c.  If NetworkManager integration is enabled, the
    extension is loaded automatically when the EShell is created.
    
    The same pattern can be applied to integrate other network monitoring
    software like ConnMan or Microsoft's Wireless Zero Configuration.

 configure.ac                                       |   15 +-
 modules/Makefile.am                                |   13 +-
 modules/network-manager/Makefile.am                |   22 ++
 .../network-manager/evolution-network-manager.c    |  245 ++++++++++++++++++++
 shell/Makefile.am                                  |   12 -
 shell/e-shell-nm.c                                 |  177 --------------
 shell/e-shell.c                                    |    8 -
 7 files changed, 285 insertions(+), 207 deletions(-)

commit 185b7b2a0b5641bdfafd440568d11c4521c42573
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Mar 20 00:00:28 2010 -0400

    Make EShell and related classes extensible.

 shell/e-shell-content.c   |   44 ++++++++------------------------
 shell/e-shell-searchbar.c |   42 +++++++------------------------
 shell/e-shell-sidebar.c   |   46 +++++++++-------------------------
 shell/e-shell-switcher.c  |   60 +++++++++++++-------------------------------
 shell/e-shell-taskbar.c   |   46 +++++++++-------------------------
 shell/e-shell-view.c      |   16 ++++++++++-
 shell/e-shell-window.c    |   43 ++++++++------------------------
 shell/e-shell.c           |   47 +++++++++-------------------------
 8 files changed, 101 insertions(+), 243 deletions(-)

commit 8ffcfb4e106bb0081714455239cfe13a524c365f
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Mar 19 20:32:47 2010 -0400

    Add extensions to configure calender widgets.
    
    Make ECalendarItem, ECalendarView, ECalModel, EDateEdit, EMeetingStore,
    and EMeetingTimeSelector extensible and register extensions to
    automatically bind every instance to the appropriate EShellSettings.

 calendar/gui/dialogs/comp-editor-util.c            |   26 +----
 calendar/gui/dialogs/comp-editor-util.h            |    6 +-
 calendar/gui/dialogs/event-editor.c                |   13 --
 calendar/gui/dialogs/event-page.c                  |    2 -
 calendar/gui/dialogs/memo-page.c                   |    1 -
 calendar/gui/dialogs/recurrence-page.c             |   34 +-----
 calendar/gui/dialogs/schedule-page.c               |   16 ---
 calendar/gui/dialogs/task-details-page.c           |    1 -
 calendar/gui/dialogs/task-editor.c                 |   13 --
 calendar/gui/dialogs/task-page.c                   |    2 -
 calendar/gui/e-cal-model-calendar.c                |    8 +-
 calendar/gui/e-cal-model-calendar.h                |    4 +-
 calendar/gui/e-cal-model-memos.c                   |    8 +-
 calendar/gui/e-cal-model-memos.h                   |    2 +-
 calendar/gui/e-cal-model-tasks.c                   |   30 +----
 calendar/gui/e-cal-model-tasks.h                   |    2 +-
 calendar/gui/e-cal-model.c                         |   81 +-----------
 calendar/gui/e-cal-model.h                         |    2 -
 calendar/gui/e-calendar-view.c                     |    7 +-
 calendar/gui/e-day-view.c                          |   48 +-------
 calendar/gui/e-meeting-store.c                     |   51 ++------
 calendar/gui/e-meeting-time-sel.c                  |    7 +-
 calendar/gui/e-week-view.c                         |   10 --
 calendar/gui/gnome-cal.c                           |   62 +---------
 calendar/gui/gnome-cal.h                           |    5 +-
 modules/calendar/Makefile.am                       |   12 ++
 modules/calendar/e-cal-config-calendar-item.c      |   79 ++++++++++++
 modules/calendar/e-cal-config-calendar-item.h      |   30 +++++
 modules/calendar/e-cal-config-date-edit.c          |   79 ++++++++++++
 modules/calendar/e-cal-config-date-edit.h          |   30 +++++
 modules/calendar/e-cal-config-meeting-store.c      |   79 ++++++++++++
 modules/calendar/e-cal-config-meeting-store.h      |   30 +++++
 .../calendar/e-cal-config-meeting-time-selector.c  |   83 +++++++++++++
 .../calendar/e-cal-config-meeting-time-selector.h  |   30 +++++
 modules/calendar/e-cal-config-model.c              |   99 +++++++++++++++
 modules/calendar/e-cal-config-model.h              |   30 +++++
 modules/calendar/e-cal-config-view.c               |  130 ++++++++++++++++++++
 modules/calendar/e-cal-config-view.h               |   31 +++++
 modules/calendar/e-cal-shell-content.c             |    4 +-
 modules/calendar/e-memo-shell-content.c            |    2 +-
 modules/calendar/e-task-shell-content.c            |    2 +-
 modules/calendar/evolution-module-calendar.c       |   14 ++
 widgets/misc/e-calendar-item.c                     |    7 +-
 widgets/misc/e-calendar-item.h                     |   24 +++-
 widgets/misc/e-dateedit.c                          |   39 ++-----
 45 files changed, 843 insertions(+), 432 deletions(-)

commit 7c51d1c1a631a4a8daf26dd44a0aed41eb4726e0
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Mar 19 19:30:48 2010 -0400

    Add an extension to configure EMFormatHTML.
    
    Make EMFormatHTML extensible and register an extension to automatically
    bind every EMFormatHTML instance to the appropriate EShellSettings.

 mail/e-mail-reader.c                     |   22 -------
 mail/em-format-html.c                    |   12 ++++
 modules/mail/Makefile.am                 |    2 +
 modules/mail/e-mail-config-format-html.c |   93 ++++++++++++++++++++++++++++++
 modules/mail/e-mail-config-format-html.h |   30 ++++++++++
 modules/mail/evolution-module-mail.c     |    4 +
 6 files changed, 141 insertions(+), 22 deletions(-)

commit 84feab41bb9aae3362414ee818139a149a705903
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Mar 19 17:18:19 2010 -0400

    Introduce a simple extension system for objects.
    
    This introduces a simple means of extending Evolution objects.
    
    Any GObject subclass wishing to be extensible need only call
    
       g_type_add_interface_static (type, E_TYPE_EXTENSIBLE, NULL);
    
    when registering its GType, and then at some point during initialization
    call e_extensible_load_extensions() to load extensions for that subclass.
    
    Extensions are implemented by subclassing EExtension, setting the GType
    being extended in EExtensionClass, and making sure its own GType gets
    registered at startup.  This usually done while loading a GTypeModule.
    
    e_extension_get_extensible() provides extensions access to the object
    being extended.

 e-util/Makefile.am    |    4 +
 e-util/e-extensible.c |  112 ++++++++++++++++++++++++++++++++++
 e-util/e-extensible.h |   57 +++++++++++++++++
 e-util/e-extension.c  |  160 +++++++++++++++++++++++++++++++++++++++++++++++++
 e-util/e-extension.h  |   67 ++++++++++++++++++++
 5 files changed, 400 insertions(+), 0 deletions(-)

commit 3a6669b8da6ef619dccee17c8ff24d4eb1f89ab9
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sat Mar 20 19:32:09 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 2734 ++++++++++++++++++++++++++++++++---------------------------
 po/zh_TW.po | 2744 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 3015 insertions(+), 2463 deletions(-)

commit 8117594d26d0b3a397cd1e4674222e3d353bd3cd
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Fri Mar 19 23:40:44 2010 +0100

    Updated Italian translation for welcome message

 mail/default/it/Inbox | 1353 +++++--------------------------------------------
 1 files changed, 118 insertions(+), 1235 deletions(-)

commit 36d3e3673ac0177ea4394a09c71496c8bed5f910
Author: Claude Paroz <claude@2xlibre.net>
Date:   Fri Mar 19 21:13:01 2010 +0100

    Updated French translation

 po/fr.po | 1510 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 881 insertions(+), 629 deletions(-)

commit 799cc8483c1c4bf7dbead3ed70f9706def38baba
Author: Srinivasa Ragavan <sragavan@gnome.org>
Date:   Fri Mar 19 22:41:25 2010 +0530

    Redo Calendar for express mode. Just design/layout changes.

 modules/calendar/e-cal-shell-content.c      |   94 +++++++++++++++-----------
 modules/calendar/e-cal-shell-view-actions.c |   49 +++++++++++----
 modules/calendar/e-cal-shell-view-private.c |   56 +++++++++-------
 modules/calendar/e-cal-shell-view.c         |   30 +++++++++
 ui/evolution-calendars.ui                   |   14 ++++
 5 files changed, 166 insertions(+), 77 deletions(-)

commit 8383becdb1c61b2bdef0c0f1e316124b3b24fba6
Author: Djavan Fagundes <djavan@comum.org>
Date:   Thu Mar 18 23:29:01 2010 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po |22139 ++++++++++++++++++++++++++++-------------------------------
 1 files changed, 10558 insertions(+), 11581 deletions(-)

commit 628ced7a4258fe1e3ede6555f2b5caee4692ebb4
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Thu Mar 18 22:39:46 2010 +0100

    Updated Italian translation

 po/it.po |  279 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 129 insertions(+), 150 deletions(-)

commit c1ee17544085eeeb61ef36b53bcee7ca11098279
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Mar 18 12:25:29 2010 -0400

    Bug 612209 - Missing stock icons in Evolution
    
    Bundle needed stock icons recently dropped from gnome-icon-theme.
    
    Need to reevaluate which icons we really need and drop the rest.
    Many are not Tango-compliant and look dated and out of place.
    
    The following icon names are bundled:
    
        stock_alarm
        stock_bell
        stock_check-filled
        stock_contact-list
        stock_insert-note
        stock_mail-filters-apply
        stock_mail-flag-for-followup
        stock_mail-flag-for-followup-done
        stock_mail-open-multiple
        stock_mail-unread-multiple
        stock_new-meeting
        stock_score-high
        stock_score-higher
        stock_score-highest
        stock_score-low
        stock_score-lower
        stock_score-lowest
        stock_score-normal
        stock_shared-by-me
        stock_shared-to-me
        stock_show-all
        stock_signature
        stock_signature-bad
        stock_signature-ok
        stock_task
        stock_task-assigned
        stock_task-assigned-to
        stock_task-recurring
        stock_timezone
        stock_todo
        stock_video-conferencing
        stock_view-details

 data/icons/Makefile.am                             |   83 ++++++++++++++++++++
 .../gnome_stock_data_16x16_stock_signature-bad.png |  Bin 0 -> 839 bytes
 .../gnome_stock_data_16x16_stock_signature-ok.png  |  Bin 0 -> 1110 bytes
 .../gnome_stock_data_16x16_stock_signature.png     |  Bin 0 -> 1108 bytes
 .../gnome_stock_data_24x24_stock_signature-bad.png |  Bin 0 -> 1618 bytes
 .../gnome_stock_data_24x24_stock_signature-ok.png  |  Bin 0 -> 1659 bytes
 .../gnome_stock_data_24x24_stock_signature.png     |  Bin 0 -> 1548 bytes
 .../gnome_stock_data_48x48_stock_signature-bad.png |  Bin 0 -> 4764 bytes
 .../gnome_stock_data_48x48_stock_signature-ok.png  |  Bin 0 -> 4273 bytes
 .../gnome_stock_data_48x48_stock_signature.png     |  Bin 0 -> 3730 bytes
 ...stock_document_16x16_stock_task-assigned-to.png |  Bin 0 -> 467 bytes
 ...me_stock_document_16x16_stock_task-assigned.png |  Bin 0 -> 482 bytes
 ...e_stock_document_16x16_stock_task-recurring.png |  Bin 0 -> 475 bytes
 .../gnome_stock_document_16x16_stock_task.png      |  Bin 0 -> 292 bytes
 .../gnome_stock_document_16x16_stock_todo.png      |  Bin 0 -> 560 bytes
 ...stock_document_24x24_stock_task-assigned-to.png |  Bin 0 -> 899 bytes
 ...me_stock_document_24x24_stock_task-assigned.png |  Bin 0 -> 907 bytes
 ...e_stock_document_24x24_stock_task-recurring.png |  Bin 0 -> 814 bytes
 .../gnome_stock_document_24x24_stock_task.png      |  Bin 0 -> 608 bytes
 .../gnome_stock_document_24x24_stock_todo.png      |  Bin 0 -> 853 bytes
 .../gnome_stock_document_48x48_stock_todo.png      |  Bin 0 -> 2936 bytes
 .../icons/gnome_stock_generic_16x16_stock_bell.png |  Bin 0 -> 491 bytes
 ...nome_stock_generic_16x16_stock_check-filled.png |  Bin 0 -> 270 bytes
 ...gnome_stock_generic_16x16_stock_new-meeting.png |  Bin 0 -> 827 bytes
 .../gnome_stock_generic_16x16_stock_score-high.png |  Bin 0 -> 383 bytes
 ...nome_stock_generic_16x16_stock_score-higher.png |  Bin 0 -> 381 bytes
 ...ome_stock_generic_16x16_stock_score-highest.png |  Bin 0 -> 376 bytes
 .../gnome_stock_generic_16x16_stock_score-low.png  |  Bin 0 -> 387 bytes
 ...gnome_stock_generic_16x16_stock_score-lower.png |  Bin 0 -> 382 bytes
 ...nome_stock_generic_16x16_stock_score-lowest.png |  Bin 0 -> 378 bytes
 ...nome_stock_generic_16x16_stock_score-normal.png |  Bin 0 -> 343 bytes
 .../gnome_stock_generic_16x16_stock_show-all.png   |  Bin 0 -> 186 bytes
 .../gnome_stock_generic_16x16_stock_timezone.png   |  Bin 0 -> 922 bytes
 ...nome_stock_generic_16x16_stock_view-details.png |  Bin 0 -> 467 bytes
 ...gnome_stock_generic_24x24_stock_new-meeting.png |  Bin 0 -> 1801 bytes
 .../gnome_stock_generic_24x24_stock_show-all.png   |  Bin 0 -> 543 bytes
 .../gnome_stock_generic_24x24_stock_timezone.png   |  Bin 0 -> 1124 bytes
 .../gnome_stock_generic_48x48_stock_alarm.png      |  Bin 0 -> 5022 bytes
 ...gnome_stock_generic_48x48_stock_new-meeting.png |  Bin 0 -> 3766 bytes
 .../gnome_stock_generic_48x48_stock_timezone.png   |  Bin 0 -> 2870 bytes
 .../gnome_stock_net_16x16_stock_contact-list.png   |  Bin 0 -> 450 bytes
 ...me_stock_net_16x16_stock_mail-filters-apply.png |  Bin 0 -> 475 bytes
 ...net_16x16_stock_mail-flag-for-followup-done.png |  Bin 0 -> 515 bytes
 ...tock_net_16x16_stock_mail-flag-for-followup.png |  Bin 0 -> 562 bytes
 ...me_stock_net_16x16_stock_mail-open-multiple.png |  Bin 0 -> 661 bytes
 ..._stock_net_16x16_stock_mail-unread-multiple.png |  Bin 0 -> 553 bytes
 .../gnome_stock_net_16x16_stock_shared-by-me.png   |  Bin 0 -> 777 bytes
 .../gnome_stock_net_16x16_stock_shared-to-me.png   |  Bin 0 -> 825 bytes
 ...me_stock_net_16x16_stock_video-conferencing.png |  Bin 0 -> 1090 bytes
 .../gnome_stock_net_24x24_stock_contact-list.png   |  Bin 0 -> 899 bytes
 ...me_stock_net_24x24_stock_mail-filters-apply.png |  Bin 0 -> 849 bytes
 ...me_stock_net_24x24_stock_mail-open-multiple.png |  Bin 0 -> 1033 bytes
 ..._stock_net_24x24_stock_mail-unread-multiple.png |  Bin 0 -> 813 bytes
 .../gnome_stock_net_24x24_stock_shared-by-me.png   |  Bin 0 -> 1078 bytes
 .../gnome_stock_net_24x24_stock_shared-to-me.png   |  Bin 0 -> 959 bytes
 ...me_stock_net_24x24_stock_video-conferencing.png |  Bin 0 -> 1724 bytes
 ...net_48x48_stock_mail-flag-for-followup-done.png |  Bin 0 -> 3273 bytes
 ...tock_net_48x48_stock_mail-flag-for-followup.png |  Bin 0 -> 3397 bytes
 .../gnome_stock_object_16x16_stock_insert-note.png |  Bin 0 -> 265 bytes
 .../gnome_stock_object_24x24_stock_insert-note.png |  Bin 0 -> 1284 bytes
 mail/em-format-html-display.c                      |    2 +-
 61 files changed, 84 insertions(+), 1 deletions(-)

commit 1f8bc87dfe0e5a5a50464108ca421afbbdb759b8
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Thu Mar 18 16:15:56 2010 +0100

    Updated Italian translation

 po/it.po | 1685 +++++++++++++++++++++++++-------------------------------------
 1 files changed, 671 insertions(+), 1014 deletions(-)

commit d0159769ec90f5ce822f725b4f8fa2d47608715b
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Thu Mar 18 16:10:55 2010 +0100

    Updated Italian translation

 po/it.po |23610 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 13092 insertions(+), 10518 deletions(-)

commit a11a9379566a4a2cedc8e37cf215fac7db54cac8
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Thu Mar 18 16:32:54 2010 +0200

    Estonian translation updated

 po/et.po | 2496 +++++++++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 1896 insertions(+), 600 deletions(-)

commit f4217ddc1168aa209c455c73b8f986921f889d45
Author: Bruce Cowan <bcowan@fastmail.co.uk>
Date:   Wed Mar 17 22:43:49 2010 +0000

    Updated British English translation

 po/en_GB.po | 2338 ++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 1281 insertions(+), 1057 deletions(-)

commit 8eede95e6d4a4212287b38ce279300c57d39f78e
Author: Federico Mena Quintero <federico@novell.com>
Date:   Wed Mar 17 15:58:28 2010 -0600

    Ahem, use the right installation paths
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

 capplet/settings/mail-autoconfig/Makefile.am |    2 +-
 capplet/settings/mail-guess-servers.c        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 887d4979a8a0487c291e233e962eba0fb5a8f948
Author: Federico Mena Quintero <federico@novell.com>
Date:   Wed Mar 17 15:24:32 2010 -0600

    Fallback to the offline case if we can't contact the server anyway
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

 capplet/settings/mail-guess-servers.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 0b9ba23872e0f0e683c59608215c9137b6bca2ef
Author: Federico Mena Quintero <federico@novell.com>
Date:   Wed Mar 17 15:24:16 2010 -0600

    Get the online status from the EShell
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

 capplet/settings/mail-guess-servers.c |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

commit 76ca6aed8e982ec4b13e1afec47290d974e8d046
Author: Federico Mena Quintero <federico@novell.com>
Date:   Wed Mar 17 13:05:20 2010 -0600

    Fix Makefile.am thinko
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

 capplet/settings/mail-autoconfig/Makefile.am |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit c1c50dbcd11bf5366a0ea1ed0a73bd9b900a55fb
Author: Federico Mena Quintero <federico@novell.com>
Date:   Wed Mar 17 12:47:57 2010 -0600

    Fix compiler warnings
    
    Oh, yes, I hate xmlChar.
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

 capplet/settings/mail-guess-servers.c |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

commit 5b9fb0b0edaba00ca85330de13dc7a9b0e06f489
Author: Federico Mena Quintero <federico@novell.com>
Date:   Tue Mar 16 17:25:54 2010 -0600

    Read the mail autoconfig files from the right path
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

 capplet/settings/mail-guess-servers.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 956f817dcd2e61c9eb0670286031a3e6c5a61d93
Author: Federico Mena Quintero <federico@novell.com>
Date:   Tue Mar 16 15:16:39 2010 -0600

    Add a bunch of mail autoconfiguration files
    
    These come from http://live.mozillamessaging.com/autoconfig/
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

 capplet/settings/Makefile.am                       |    3 +-
 capplet/settings/mail-autoconfig/Makefile.am       |  188 +++
 capplet/settings/mail-autoconfig/README            |   12 +
 capplet/settings/mail-autoconfig/a.memail.jp       | 1423 ++++++++++++++++++++
 capplet/settings/mail-autoconfig/abc.plala.or.jp   |   24 +
 capplet/settings/mail-autoconfig/agate.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/amail.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/amber.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/amethyst.broba.cc |   27 +
 capplet/settings/mail-autoconfig/aol.com           |   30 +
 capplet/settings/mail-autoconfig/apost.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/aqua.plala.or.jp  |   24 +
 capplet/settings/mail-autoconfig/arcor.de          |   38 +
 .../settings/mail-autoconfig/ballade.plala.or.jp   |   24 +
 .../settings/mail-autoconfig/bay.gunmanet.ne.jp    |   28 +
 capplet/settings/mail-autoconfig/bb-niigata.jp     |   24 +
 capplet/settings/mail-autoconfig/bc.iij4u.or.jp    |   35 +
 capplet/settings/mail-autoconfig/beige.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/blue.plala.or.jp  |   24 +
 capplet/settings/mail-autoconfig/bmail.plala.or.jp |   24 +
 .../settings/mail-autoconfig/bolero.plala.or.jp    |   24 +
 capplet/settings/mail-autoconfig/bpost.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/brown.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/camel.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/cameo.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/cc9.ne.jp         |   23 +
 capplet/settings/mail-autoconfig/cek.ne.jp         |   23 +
 capplet/settings/mail-autoconfig/clio.ne.jp        |   24 +
 capplet/settings/mail-autoconfig/cmail.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/co1.wind.jp       |   25 +
 capplet/settings/mail-autoconfig/co2.wind.jp       |   25 +
 capplet/settings/mail-autoconfig/co3.wind.jp       |   25 +
 capplet/settings/mail-autoconfig/cocoa.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/coda.plala.or.jp  |   24 +
 capplet/settings/mail-autoconfig/comcast.net       |   29 +
 .../settings/mail-autoconfig/concerto.plala.or.jp  |   24 +
 capplet/settings/mail-autoconfig/coral.plala.or.jp |   24 +
 .../settings/mail-autoconfig/courante.plala.or.jp  |   24 +
 capplet/settings/mail-autoconfig/cpost.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/cream.plala.or.jp |   24 +
 .../settings/mail-autoconfig/dan.gunmanet.ne.jp    |   28 +
 capplet/settings/mail-autoconfig/dance.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/dmail.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/e23.jp            |   28 +
 capplet/settings/mail-autoconfig/earthlink.net     |   29 +
 capplet/settings/mail-autoconfig/ebony.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/email.plala.or.jp |   24 +
 .../settings/mail-autoconfig/fantasy.plala.or.jp   |   24 +
 .../settings/mail-autoconfig/flamenco.plala.or.jp  |   24 +
 capplet/settings/mail-autoconfig/fmail.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/free.fr           |   30 +
 capplet/settings/mail-autoconfig/freenet.de        |   39 +
 capplet/settings/mail-autoconfig/fuga.plala.or.jp  |   24 +
 capplet/settings/mail-autoconfig/gmail.com         |   32 +
 capplet/settings/mail-autoconfig/gmail.com imap    |   32 +
 capplet/settings/mail-autoconfig/gmail.com pop     |   35 +
 capplet/settings/mail-autoconfig/gmail.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/gmx.com           |   24 +
 capplet/settings/mail-autoconfig/gmx.net           |   39 +
 capplet/settings/mail-autoconfig/go.tvm.ne.jp      |   24 +
 capplet/settings/mail-autoconfig/goo.jp            |   24 +
 capplet/settings/mail-autoconfig/googlemail.com    |   32 +
 capplet/settings/mail-autoconfig/grape.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/gray.plala.or.jp  |   24 +
 capplet/settings/mail-autoconfig/hal.ne.jp         |   24 +
 capplet/settings/mail-autoconfig/hana.or.jp        |   24 +
 capplet/settings/mail-autoconfig/hotmail.co.jp     |   40 +
 capplet/settings/mail-autoconfig/hotmail.co.uk     |   41 +
 capplet/settings/mail-autoconfig/hotmail.com       |   41 +
 capplet/settings/mail-autoconfig/hotmail.de        |   41 +
 capplet/settings/mail-autoconfig/hotmail.fr        |   41 +
 capplet/settings/mail-autoconfig/hotmail.it        |   41 +
 capplet/settings/mail-autoconfig/ic-net.or.jp      |   24 +
 capplet/settings/mail-autoconfig/iiyama-catv.ne.jp |   23 +
 capplet/settings/mail-autoconfig/imail.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/inbox.lt          |   28 +
 capplet/settings/mail-autoconfig/inbox.lv          |   28 +
 .../settings/mail-autoconfig/indigo.plala.or.jp    |   24 +
 .../settings/mail-autoconfig/inet-shibata.or.jp    |   24 +
 capplet/settings/mail-autoconfig/ivory.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/iwafune.ne.jp     |   24 +
 capplet/settings/mail-autoconfig/jade.plala.or.jp  |   24 +
 capplet/settings/mail-autoconfig/janis.or.jp       |   44 +
 capplet/settings/mail-autoconfig/jet.ne.jp         |   24 +
 capplet/settings/mail-autoconfig/jet.ne.jp imap    |   24 +
 capplet/settings/mail-autoconfig/jet.ne.jp pop     |   24 +
 capplet/settings/mail-autoconfig/ji.jet.ne.jp      |   24 +
 capplet/settings/mail-autoconfig/jmail.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/k1.wind.jp        |   32 +
 capplet/settings/mail-autoconfig/khaki.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/kmail.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/kokuyou.ne.jp     |   23 +
 capplet/settings/mail-autoconfig/lapis.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/laposte.net       |   29 +
 capplet/settings/mail-autoconfig/lemon.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/lilac.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/lime.plala.or.jp  |   24 +
 capplet/settings/mail-autoconfig/live.co.jp        |   40 +
 capplet/settings/mail-autoconfig/live.co.uk        |   41 +
 capplet/settings/mail-autoconfig/live.com          |   41 +
 capplet/settings/mail-autoconfig/live.de           |   41 +
 capplet/settings/mail-autoconfig/live.fr           |   41 +
 capplet/settings/mail-autoconfig/live.it           |   41 +
 capplet/settings/mail-autoconfig/ma100.tiki.ne.jp  |   54 +
 capplet/settings/mail-autoconfig/mac.com           |   30 +
 capplet/settings/mail-autoconfig/mahoroba.ne.jp    |   24 +
 capplet/settings/mail-autoconfig/mail.gunmanet.jp  |   29 +
 .../settings/mail-autoconfig/mail.iwafune.ne.jp    |   24 +
 .../settings/mail-autoconfig/maroon.plala.or.jp    |   24 +
 capplet/settings/mail-autoconfig/me.com            |   30 +
 .../settings/mail-autoconfig/minuet.plala.or.jp    |   24 +
 capplet/settings/mail-autoconfig/ml.murakami.ne.jp |   29 +
 capplet/settings/mail-autoconfig/ml.shibata.ne.jp  |   25 +
 capplet/settings/mail-autoconfig/mnet.ne.jp        |   24 +
 capplet/settings/mail-autoconfig/mopera.net        |   24 +
 capplet/settings/mail-autoconfig/msn.com           |   41 +
 capplet/settings/mail-autoconfig/navy.plala.or.jp  |   24 +
 capplet/settings/mail-autoconfig/nifty.com         |   24 +
 capplet/settings/mail-autoconfig/nsat.jp           |   24 +
 capplet/settings/mail-autoconfig/olive.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/online.de         |   43 +
 capplet/settings/mail-autoconfig/opal.plala.or.jp  |   24 +
 capplet/settings/mail-autoconfig/orange.fr         |   30 +
 .../settings/mail-autoconfig/orange.plala.or.jp    |   24 +
 .../settings/mail-autoconfig/orchid.plala.or.jp    |   24 +
 .../settings/mail-autoconfig/pal.kijimadaira.jp    |   23 +
 .../settings/mail-autoconfig/palette.plala.or.jp   |   24 +
 capplet/settings/mail-autoconfig/parabox.or.jp     |   24 +
 capplet/settings/mail-autoconfig/peach.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/peoplepc.com      |   29 +
 capplet/settings/mail-autoconfig/plum.plala.or.jp  |   24 +
 capplet/settings/mail-autoconfig/po.dcn.ne.jp      |   23 +
 capplet/settings/mail-autoconfig/po.wind.jp        |   28 +
 capplet/settings/mail-autoconfig/polka.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/pop.shibata.ne.jp |   25 +
 .../settings/mail-autoconfig/purple.plala.or.jp    |   24 +
 .../settings/mail-autoconfig/rainbow.plala.or.jp   |   24 +
 capplet/settings/mail-autoconfig/red.plala.or.jp   |   24 +
 capplet/settings/mail-autoconfig/rmail.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/rondo.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/rose.plala.or.jp  |   24 +
 capplet/settings/mail-autoconfig/rouge.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/ruby.plala.or.jp  |   24 +
 capplet/settings/mail-autoconfig/sakunet.ne.jp     |   23 +
 capplet/settings/mail-autoconfig/sea.plala.or.jp   |   24 +
 capplet/settings/mail-autoconfig/sepia.plala.or.jp |   24 +
 .../settings/mail-autoconfig/serenade.plala.or.jp  |   24 +
 capplet/settings/mail-autoconfig/silk.plala.or.jp  |   24 +
 .../settings/mail-autoconfig/silver.plala.or.jp    |   24 +
 capplet/settings/mail-autoconfig/sky.plala.or.jp   |   24 +
 capplet/settings/mail-autoconfig/smail.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/snow.plala.or.jp  |   24 +
 capplet/settings/mail-autoconfig/so.wind.ne.jp     |   25 +
 .../settings/mail-autoconfig/sonata.plala.or.jp    |   24 +
 capplet/settings/mail-autoconfig/suite.plala.or.jp |   24 +
 .../settings/mail-autoconfig/symphony.plala.or.jp  |   24 +
 capplet/settings/mail-autoconfig/t-online.de       |   32 +
 capplet/settings/mail-autoconfig/t-online.de free  |   32 +
 .../settings/mail-autoconfig/t-online.de imap ssl  |   32 +
 .../settings/mail-autoconfig/t-online.de pop ssl   |   32 +
 capplet/settings/mail-autoconfig/taupe.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/tiki.ne.jp        |   24 +
 capplet/settings/mail-autoconfig/tmail.plala.or.jp |   24 +
 .../settings/mail-autoconfig/toccata.plala.or.jp   |   24 +
 capplet/settings/mail-autoconfig/topaz.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/trio.plala.or.jp  |   24 +
 capplet/settings/mail-autoconfig/umail.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/verizon.net       |   29 +
 .../settings/mail-autoconfig/violet.plala.or.jp    |   24 +
 capplet/settings/mail-autoconfig/vm.aikis.or.jp    |   24 +
 capplet/settings/mail-autoconfig/vmail.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/vp.tiki.ne.jp     |   24 +
 capplet/settings/mail-autoconfig/waltz.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/wanadoo.fr        |   30 +
 capplet/settings/mail-autoconfig/wanadoo.fr imap   |   30 +
 capplet/settings/mail-autoconfig/wanadoo.fr pop    |   30 +
 capplet/settings/mail-autoconfig/wave.plala.or.jp  |   24 +
 capplet/settings/mail-autoconfig/web.de            |   29 +
 capplet/settings/mail-autoconfig/white.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/wine.plala.or.jp  |   24 +
 capplet/settings/mail-autoconfig/wmail.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/xmail.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/xp.wind.jp        |   24 +
 capplet/settings/mail-autoconfig/xpost.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/xs4all.nl         |   29 +
 capplet/settings/mail-autoconfig/yahoo.com         |   36 +
 capplet/settings/mail-autoconfig/ybb.ne.jp         |   24 +
 .../settings/mail-autoconfig/yellow.plala.or.jp    |   24 +
 capplet/settings/mail-autoconfig/ymail.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/ypost.plala.or.jp |   24 +
 capplet/settings/mail-autoconfig/zmail.plala.or.jp |   24 +
 configure.ac                                       |    1 +
 192 files changed, 6663 insertions(+), 1 deletions(-)

commit cf7854f416e9dbaaadf3c5edf7e9399151c9f79c
Author: Federico Mena Quintero <federico@novell.com>
Date:   Tue Mar 16 13:34:18 2010 -0600

    Basic logic to guess mail autoconfig when offline
    
    We will use a set of hardcoded autoconfiguration files, based on the ones
    from mozillamessaging.com, so that we can auto-configure mail accounts
    even when we can't read their information from the net.
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

 capplet/settings/mail-guess-servers.c |   54 ++++++++++++++++++++++++++++++--
 1 files changed, 50 insertions(+), 4 deletions(-)

commit 5cedd8e7692a0b36267281b0465f50b3e80bd5fc
Author: Federico Mena Quintero <federico@novell.com>
Date:   Tue Mar 16 13:08:33 2010 -0600

    Return a success code when parsing a message
    
    The child functions of parse_message() do not yet return error values, but
    this will make it easier to do something with them in the future if
    they get added.
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

 capplet/settings/mail-guess-servers.c |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

commit 65b0abce67e1bc564c4c74c617fd239883e5adda
Author: Federico Mena Quintero <federico@novell.com>
Date:   Tue Mar 16 13:06:34 2010 -0600

    Factor out function to parse a soup message from a string
    
    We'll need this when we want to parse a pre-cached file for the account configuration guesser.
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

 capplet/settings/mail-guess-servers.c |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit 098f74dc564443ca659479717cf2f9d16c192bdf
Author: Michael Meeks <michael.meeks@novell.com>
Date:   Wed Mar 17 21:49:15 2010 +0000

    Compress new contact dialog (first page) a little; more to come.

 addressbook/gui/contact-editor/contact-editor.ui  |   10 ++++----
 addressbook/gui/contact-editor/e-contact-editor.c |   23 +++++++++++++++++++++
 addressbook/gui/contact-editor/e-contact-editor.h |    3 ++
 3 files changed, 31 insertions(+), 5 deletions(-)

commit cfb0956997a0ee323b8c1a61f3900cb25e6143d5
Author: Alexander Shopov <ash@contact.bg>
Date:   Wed Mar 17 16:56:28 2010 +0200

    Updated Bulgarian translation

 po/bg.po |  331 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 165 insertions(+), 166 deletions(-)

commit 47da6e16f8877a8a49d8f5639a3adc62962f1481
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Mar 17 15:17:01 2010 +0100

    Updated Slovenian translation

 po/sl.po |  324 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 162 insertions(+), 162 deletions(-)

commit 873836287a55ffc5259b1d886402d9d9f4cad02c
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Wed Mar 17 15:17:46 2010 +0100

    Updated Basque language

 po/eu.po |  338 +++++---------------------------------------------------------
 1 files changed, 24 insertions(+), 314 deletions(-)

commit 9e0ac0522be0a16c9213b85c56ee253898cac1de
Author: vasudeven <agnihot3@gmail.com>
Date:   Wed Mar 17 17:21:34 2010 +0530

    updated Tamil translation

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

commit 9e563f9c58d1ba580d0a27ae786f8fee8664e41f
Author: vasudeven <agnihot3@gmail.com>
Date:   Wed Mar 17 17:18:13 2010 +0530

    updated Tamil translation

 po/ta.po | 1707 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 946 insertions(+), 761 deletions(-)

commit 0f1197536b43d4753a57f5553b135ce45652d9f9
Author: vasudeven <agnihot3@gmail.com>
Date:   Wed Mar 17 16:47:23 2010 +0530

    updated Tamil translation

 po/ta.po | 1002 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 531 insertions(+), 471 deletions(-)

commit 6723bed4d966ff9778f2006457faffe929be75bb
Author: vasudeven <agnihot3@gmail.com>
Date:   Wed Mar 3 21:58:10 2010 +0530

    updated Tamil translation

 po/ta.po | 1111 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 571 insertions(+), 540 deletions(-)
