commit 6234743c4946b1be643a3cf300f30ac62be31fb4
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Aug 5 22:12:12 2012 -0400

    NEWS update for 3.5.5 release.

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

commit 07be2453e059c1cf0a5a2f8f7883e7de84411e97
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Aug 5 20:59:18 2012 -0400

    Remove all GDK threads usage.
    
    According to [1], we don't need to worry about GDK's global lock since
    we don't call gdk_threads_init() or gdk_threads_set_lock_functions().
    
    The GDK threads API is being aggressively deprecated by GTK+ developers
    so let's just abandon it entirely.  I've never really understood when
    you're supposed to use it or not use it anyway, so it's good to be rid
    of this confusion.
    
    [1] https://mail.gnome.org/archives/desktop-devel-list/2012-August/msg00005.html

 calendar/gui/e-day-view.c                   |    4 ----
 calendar/gui/e-meeting-time-sel.c           |   11 ++---------
 e-util/e-selection.c                        |   15 +++------------
 e-util/e-util.c                             |    2 +-
 libgnomecanvas/gnome-canvas.c               |    4 ----
 plugins/publish-calendar/publish-calendar.c |    2 --
 smclient/eggsmclient-win32.c                |    6 ------
 smclient/eggsmclient-xsmp.c                 |    7 -------
 widgets/misc/e-calendar-item.c              |    3 ---
 widgets/misc/e-calendar.c                   |    7 -------
 widgets/misc/e-canvas.c                     |    4 ----
 widgets/misc/e-mail-identity-combo-box.c    |    2 +-
 widgets/misc/e-mail-signature-combo-box.c   |    2 +-
 widgets/misc/e-mail-signature-tree-view.c   |    2 +-
 widgets/misc/e-map.c                        |    2 +-
 15 files changed, 10 insertions(+), 63 deletions(-)

commit 74d33d365d99684b279088f2a24b53896b51f899
Author: Andika Triwidada <andika@gmail.com>
Date:   Sun Aug 5 20:00:46 2012 +0700

    Updated Indonesian translation

 po/id.po |  489 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 230 insertions(+), 259 deletions(-)

commit 5568d3e58f4208043bd77ad6effec6861b11e115
Author: Andika Triwidada <andika@gmail.com>
Date:   Sat Aug 4 22:00:24 2012 +0700

    Updated Indonesian translation

 po/id.po | 5183 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 3139 insertions(+), 2044 deletions(-)

commit 9b61aef9bd90c11801521e08c7e9c364068a3158
Author: tuhaihe <1132321739qq@gmail.com>
Date:   Sat Aug 4 21:35:29 2012 +0800

    Update Chinese simplified translation for ui

 po/zh_CN.po |28432 +++++++++++++++++++++++++++++++----------------------------
 1 files changed, 15121 insertions(+), 13311 deletions(-)

commit 8e864e050e9b9e0551534d6e34ef1fa1104d85d8
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Sat Aug 4 05:17:22 2012 +0200

    Updated Serbian translation

 po/sr.po       | 1332 ++++++++++++++++++++++++++++++--------------------------
 po/sr@latin.po | 1332 ++++++++++++++++++++++++++++++--------------------------
 2 files changed, 1408 insertions(+), 1256 deletions(-)

commit 465e1e6fe6f5ba81ec6560f8a9ab52d84ed5ef44
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Aug 3 12:13:06 2012 -0400

    configure.ac: Remove nm_minimum_version.
    
    We don't talk directly to NetworkManager anymore.

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

commit 5a05dd7b319b2f2f3a236f7e492e317558e093d0
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Jul 26 11:44:53 2012 -0400

    e-memo-shell-view-actions.c: Support deleting remote resources.

 calendar/calendar.error.xml                  |    7 +++++
 modules/calendar/e-memo-shell-view-actions.c |   33 +++++++++++++------------
 2 files changed, 24 insertions(+), 16 deletions(-)

commit bb8597fa1b24fe4865cfa413a53ebee1cdcebcda
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Jul 26 11:38:27 2012 -0400

    e-task-shell-view-actions.c: Support deleting remote resources.

 calendar/calendar.error.xml                  |    7 +++++
 modules/calendar/e-task-shell-view-actions.c |   33 +++++++++++++------------
 2 files changed, 24 insertions(+), 16 deletions(-)

commit 8c99b707e70886f23bd11be088a55b9fc5e54308
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Jul 26 11:25:29 2012 -0400

    e-cal-shell-view-actions.c: Support deleting remote resources.

 calendar/calendar.error.xml                 |    7 +++++
 modules/calendar/e-cal-shell-view-actions.c |   33 ++++++++++++++-------------
 2 files changed, 24 insertions(+), 16 deletions(-)

commit 53aa02a92369bd04eae2b1cf1e31dfc8f32044a8
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Jul 26 10:42:41 2012 -0400

    e-book-shell-view-actions.c: Support deleting remote resources.

 addressbook/addressbook.error.xml               |    7 ++++++
 modules/addressbook/e-book-shell-view-actions.c |   24 +++++++++++++++++-----
 2 files changed, 25 insertions(+), 6 deletions(-)

commit 6055337bbac4e516c2c5b41b965fbffce6cf69c6
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Aug 2 17:19:55 2012 -0400

    Add e_shell_view_remote_delete_source().
    
    Convenience function wraps e_source_remote_delete() but handles
    user-facing activity and error display.

 shell/e-shell-view.c |   33 +++++++++++++++++++++++++++++++++
 shell/e-shell-view.h |    3 +++
 2 files changed, 36 insertions(+), 0 deletions(-)

commit aa8b7b68fc3ac2f877cde7afcac096477f3b3e56
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Aug 2 17:19:30 2012 -0400

    Add e_source_util_remote_delete().
    
    Wraps e_source_remote_delete() in an EActivity and submits errors to the
    given EAlertSink.

 e-util/e-source-util.c    |   83 +++++++++++++++++++++++++++++++++++++++++++++
 e-util/e-source-util.h    |    2 +
 e-util/e-system.error.xml |    5 +++
 3 files changed, 90 insertions(+), 0 deletions(-)

commit d2f9d47b214d636109759239c49ddfe22e7b8326
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Jul 26 08:27:53 2012 -0400

    e-source-utils.c cleanups.
    
    Also add missing error definitions.

 e-util/e-source-util.c    |   86 +++++++++++++++++++++++++--------------------
 e-util/e-system.error.xml |   10 +++++
 2 files changed, 58 insertions(+), 38 deletions(-)

commit 4fedf14c7b90d1bab1906d0e1ffd676af620c15c
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Jul 26 07:54:33 2012 -0400

    Enable "delete" action for remote-deletable sources.

 modules/addressbook/e-book-shell-sidebar.c |    8 ++++++++
 modules/addressbook/e-book-shell-sidebar.h |    4 +++-
 modules/addressbook/e-book-shell-view.c    |    7 ++++++-
 modules/calendar/e-cal-shell-sidebar.c     |    8 ++++++++
 modules/calendar/e-cal-shell-sidebar.h     |    6 ++++--
 modules/calendar/e-cal-shell-view.c        |    7 ++++++-
 modules/calendar/e-memo-shell-sidebar.c    |    8 ++++++++
 modules/calendar/e-memo-shell-sidebar.h    |    6 ++++--
 modules/calendar/e-memo-shell-view.c       |    7 ++++++-
 modules/calendar/e-task-shell-sidebar.c    |    8 ++++++++
 modules/calendar/e-task-shell-sidebar.h    |    6 ++++--
 modules/calendar/e-task-shell-view.c       |    7 ++++++-
 12 files changed, 71 insertions(+), 11 deletions(-)

commit cdc45d0ef235591a93e980f7513e5fadd7abb315
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Jul 25 19:22:26 2012 -0400

    ESourceConfigDialog: Implement EAlertSink.

 widgets/misc/e-source-config-dialog.c |   89 +++++++++++++++++++++++++++++++--
 1 files changed, 85 insertions(+), 4 deletions(-)

commit 0c1e73178599ee4b1b9b661fb6a1d0729eed67fb
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Jul 25 17:36:59 2012 -0400

    ESourceConfig: Enable remote resource creation.

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

commit ad76248e8da0ac74447963f25e5dae1b07179ce1
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Jul 26 10:49:56 2012 -0400

    mail.error.xml: Remove GroupWise-specific errors.

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

commit b76cdb2771bc8b156fd4fe6d0fbdd7ce97832a5e
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Jul 26 10:48:22 2012 -0400

    calendar.error.xml: Remove GroupWise-specific errors.

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

commit 7798ec38ecca000907285eddf1bbb13f26946961
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Jul 26 10:57:51 2012 -0400

    calendar.error.xml: Fix indentation.

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

commit 54f4ab63ba7339cd86481c01909e9a9c0ebcac93
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Jul 26 10:41:24 2012 -0400

    addressbook.error.xml: Remove GroupWise-specific errors.

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

commit fe779eef256a48be6b342ac0531cf971be3faef0
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Jul 26 10:17:10 2012 -0400

    addressbook.error.xml: Fix indentation.

 addressbook/addressbook.error.xml |  264 ++++++++++++++++++------------------
 1 files changed, 132 insertions(+), 132 deletions(-)

commit b95e110b946c39a05dc68553268b93d5913b3541
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Jul 26 07:53:35 2012 -0400

    Remove "modal" attribute from error.xml files.
    
    The "modal" attribute is ignored nowadays anyway, but these should have
    never been modal to begin with.

 addressbook/addressbook.error.xml |   16 ++++++++--------
 calendar/calendar.error.xml       |    6 +++---
 mail/mail.error.xml               |    6 +++---
 3 files changed, 14 insertions(+), 14 deletions(-)

commit 3ed728c12cde9010f2640b0d8d616dcfc74548bb
Author: Dan Vrátil <dvratil@redhat.com>
Date:   Fri Aug 3 15:53:27 2012 +0200

    Bug #679726 - Move button for expanding headers behind header label

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

commit 6dd78a31ded543394f9375695f075ecaa15bfb70
Author: Dan Vrátil <dvratil@redhat.com>
Date:   Fri Aug 3 15:43:08 2012 +0200

    Bug #680331 - Crash when replying to a message

 em-format/e-mail-formatter-quote-message-rfc822.c |   15 ++++++++++++---
 em-format/e-mail-formatter-quote.c                |   13 ++++++++++---
 modules/prefer-plain/e-mail-parser-prefer-plain.c |    2 ++
 3 files changed, 24 insertions(+), 6 deletions(-)

commit 22098ef8f13f6706c3cbfb50e68de6bf70f47468
Author: Dimitris Spingos <dmtrs32@gmail.com>
Date:   Fri Aug 3 14:16:59 2012 +0300

    Updated Greek help-translation

 help/el/el.po |15846 ++++++++++++++++++++++++++++++---------------------------
 1 files changed, 8265 insertions(+), 7581 deletions(-)

commit 1afc86ce9f915be5144d842d3dd52d05ec9cbdab
Author: Andre Klapper <a9016009@gmx.de>
Date:   Fri Aug 3 11:30:42 2012 +0200

    Add translator comments

 ...ution.plugin.attachment-reminder.gschema.xml.in |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit b67554ce2eae34cc58950813e6890cdf20583676
Author: Andre Klapper <a9016009@gmx.de>
Date:   Fri Aug 3 11:24:39 2012 +0200

    Fix my last commit

 ...ution.plugin.attachment-reminder.gschema.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2f2c32ee1eee85f92c520d600deb0e1dc00c05c2
Author: Andre Klapper <a9016009@gmx.de>
Date:   Fri Aug 3 11:23:53 2012 +0200

    Mark default attachment reminder clues as translatable. Hopefully fixes bug #476474

 ...ution.plugin.attachment-reminder.gschema.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8248614e3669a8c2295e3398108b8ab1d1138bc5
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Aug 2 23:05:00 2012 -0400

    composer: Remove redundant tooltips.
    
    These are defined in GtkhtmlEditor now (bug #681087).

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

commit 58ab353af775e22f70265a56e3f5f93c7ec0a9d4
Author: Michael Wood <michael.g.wood@linux.intel.com>
Date:   Thu Aug 2 23:03:24 2012 -0400

    Bug 681075 - Add tooltips to signature editor toolbar

 widgets/misc/e-mail-signature-editor.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 86cd3f98fd7bd4f8d0d36eac42a605d86ad468fa
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Thu Aug 2 15:14:45 2012 +0530

    Updated gujarati file

 po/gu.po |  227 +++++++++++++++++++++++---------------------------------------
 1 files changed, 84 insertions(+), 143 deletions(-)

commit a456ef68fd8cb97faa2fc0f0ecf6341aec2dcc1d
Author: Dan Vrátil <dvratil@redhat.com>
Date:   Thu Aug 2 11:11:04 2012 +0200

    Bug #680666 - Contacts/Tasks/Memos preview pane does not follow theme colors

 addressbook/gui/widgets/eab-contact-display.c   |   11 ++
 addressbook/gui/widgets/eab-contact-formatter.c |  113 ++++++++++++++++++++---
 addressbook/gui/widgets/eab-contact-formatter.h |   11 ++
 calendar/gui/e-cal-component-preview.c          |   79 ++++++++++++----
 mail/e-mail-display.c                           |   20 +++-
 widgets/misc/e-web-view.c                       |   11 +--
 6 files changed, 202 insertions(+), 43 deletions(-)

commit 9c2a94b367553d79add31c3beea0a86df2ff1f1d
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Aug 2 09:37:17 2012 +0200

    Make e_color_to_value() use e_rgba_to_value()

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

commit 3d6132078568651c7756093a44242856d4ff6b5f
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Thu Aug 2 12:55:27 2012 +0530

    Updated gujarati file

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

commit de9258725fcf35a52e2121f1636f6281806d5188
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Thu Aug 2 12:51:43 2012 +0530

    Updated gujarati file

 po/gu.po |  378 ++++++++++++++++++++++++--------------------------------------
 1 files changed, 145 insertions(+), 233 deletions(-)

commit d5540ea420f936977c4303108d3ac12c955ece33
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Thu Aug 2 10:15:51 2012 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |  555 +++++++++++++++++++++++++++++++++++++++++------------------
 po/zh_TW.po |  555 +++++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 774 insertions(+), 336 deletions(-)

commit 436a31953e7492e6f41b948a1eae8d1ab6f20179
Author: Dan Vrátil <dvratil@redhat.com>
Date:   Wed Aug 1 21:51:09 2012 +0200

    Fix some memory leaks

 .../e-mail-display-popup-prefer-plain.c            |   16 ++++++++++++++++
 widgets/misc/e-web-view.c                          |    1 +
 2 files changed, 17 insertions(+), 0 deletions(-)

commit 8ba80fc715b957fd43d09ea396f6891b68addf31
Author: Andre Klapper <a9016009@gmx.de>
Date:   Wed Aug 1 17:03:48 2012 +0200

    User Docs: Remove browser interaction documentation and link to Desktop Help instead. Fixes bug #678144

 help/C/default-browser.page |   28 ++++++++++++++++++++++------
 1 files changed, 22 insertions(+), 6 deletions(-)

commit 0b05c12df706ef06b681146bed66347287a4237f
Author: Dan Vrátil <dvratil@redhat.com>
Date:   Wed Aug 1 11:54:02 2012 +0200

    Bug #680535 - Reply to message with text attachments formats them inline

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

commit 91189dcb60d221de78398da066974e42aad7e09a
Author: Dan Vrátil <dvratil@redhat.com>
Date:   Tue Jul 31 16:20:31 2012 +0200

    Bug #680643 - First message Print preview without CSS

 mail/e-mail-printer.c |   25 ++++++++++++++++++++-----
 1 files changed, 20 insertions(+), 5 deletions(-)

commit af3e9bd9948c12ac6e52043883c38668975705cf
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   Tue Jul 31 16:44:21 2012 +0300

    Updated Greek translation

 po/el.po | 4983 +++++++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 3504 insertions(+), 1479 deletions(-)

commit d378e7dc08ba14601d4c769c1ac2f9acb43cd88c
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Jul 31 01:57:21 2012 +0200

    Updated Galician translations

 po/gl.po |  208 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 103 insertions(+), 105 deletions(-)

commit 103af01b7755af87d06b1e3e23855638ac977b7d
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Mon Jul 30 17:25:21 2012 +0530

    Updated gujarati file

 po/gu.po |29108 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 15405 insertions(+), 13703 deletions(-)

commit 16e61b5a1de2b17ff147455b5d764fe88823fe0e
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Mon Jul 30 02:00:54 2012 +0200

    Updated Galician translations

 po/gl.po |  845 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 535 insertions(+), 310 deletions(-)

commit 6fc650ff53e7bd018cad54d39a3225963a736a02
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Jul 27 14:35:19 2012 -0400

    text-highlight: Add missing linker flags.

 modules/text-highlight/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit de207fd8d87d65e9a2f02b4a8ca7d9836f126a57
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Jul 27 13:01:59 2012 -0400

    EWebView: Remove a stray newline causing build failures.

 widgets/misc/e-web-view.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 440e43d2894fdd517cc91302d4364b082e7d1d8b
Author: Dan Vrátil <dvratil@redhat.com>
Date:   Fri Jul 27 12:12:39 2012 +0200

    Bug #679404 - Read colors for message preview from Gtk theme

 data/webview.css                               |   10 --------
 e-util/e-util.c                                |   25 ++++++++++++++++++++
 e-util/e-util.h                                |    2 +
 em-format/e-mail-formatter.c                   |   12 +++++++--
 mail/e-mail-display.c                          |   29 ++++++++++++-----------
 modules/itip-formatter/e-mail-formatter-itip.c |    2 +-
 modules/itip-formatter/itip-view.c             |   13 ++++------
 modules/itip-formatter/itip-view.h             |    4 ++-
 widgets/misc/e-web-view.c                      |   19 ++++++++++++++-
 9 files changed, 78 insertions(+), 38 deletions(-)

commit e03d9fbc7efba1a0239f85a8cf7339bbad6b1c7d
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Fri Jul 27 11:56:56 2012 +0200

    Updated Serbian translation

 po/sr.po       |18771 ++++++++++++++++++++++++--------------------------------
 po/sr@latin.po |18771 ++++++++++++++++++++++++--------------------------------
 2 files changed, 16314 insertions(+), 21228 deletions(-)

commit 3e9527915eb617990a4567d4a3fa3194afc1cf38
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Fri Jul 27 11:32:58 2012 +0200

    Updated Spanish translation

 po/es.po |  657 +++++++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 440 insertions(+), 217 deletions(-)

commit 9e73b4012a0919c2fb5d1a1f270c7a670eacc28d
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jul 27 09:26:51 2012 +0200

    Bug #680682 - Segfault after label attempted deletion

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

commit 9574b77d639cede8aa38133850c9d4f3e6059a44
Author: Dan Vrátil <dvratil@redhat.com>
Date:   Thu Jul 26 21:24:23 2012 +0200

    Bug #680577 - [text-highlight] - Failed to load part

 em-format/e-mail-formatter-text-plain.c            |    2 +-
 mail/e-mail-request.c                              |    2 +-
 .../e-mail-display-popup-prefer-plain.c            |    4 ++++
 .../e-mail-display-popup-text-highlight.c          |    8 ++++++--
 4 files changed, 12 insertions(+), 4 deletions(-)

commit 7878c06f05c0aa1a66b380fd4f31ddde227c7db1
Author: Dan Vrátil <dvratil@redhat.com>
Date:   Thu Jul 26 21:23:29 2012 +0200

    Bug #680634 - Missing image attachment

 em-format/e-mail-parser-multipart-mixed.c          |   14 ++++++++++++--
 .../e-mail-formatter-text-highlight.c              |   15 ++++++++-------
 2 files changed, 20 insertions(+), 9 deletions(-)

commit 181ae9cd3ec31790190a2a7adf008605598584c6
Author: Dan Vrátil <dvratil@redhat.com>
Date:   Thu Jul 26 15:35:18 2012 +0200

    Bug #680635 - Inline GPG shown as source

 em-format/e-mail-parser-text-plain.c |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit 550efe7b4a8681709e67f44258649f02c8580bb4
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Jul 25 22:14:43 2012 -0400

    mail.error.xml: Remove "mail:session-message-*" errors.
    
    Use "system:simple-info/warning/error" errors instead.

 mail/e-mail-config-assistant.c |    2 +-
 mail/e-mail-config-window.c    |    2 +-
 mail/e-mail-ui-session.c       |    6 +++---
 mail/mail.error.xml            |   12 ------------
 4 files changed, 5 insertions(+), 17 deletions(-)

commit 4da513dd69699e628f3139fcd85f07aa4fee51d5
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Jul 25 22:12:04 2012 -0400

    e-system.error.xml: Add some generic errors from mail.error.xml.

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

commit c6d7f233f8c997daa63faf5e5edd6c09c65593a7
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Jul 25 22:10:19 2012 -0400

    e-system.error.xml: Fix indentation.

 e-util/e-system.error.xml |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

commit 77a8559d51353143992a75846cf429fdf3d769d2
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Jul 25 20:31:30 2012 -0400

    Remove unused mail_disconnect_store().

 libemail-engine/mail-ops.c |   59 --------------------------------------------
 libemail-engine/mail-ops.h |    2 -
 2 files changed, 0 insertions(+), 61 deletions(-)

commit 711c028c6daa9dfb846f86edd715e00d32407f41
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Jul 25 16:24:44 2012 -0400

    action_address_book_new_cb(): Fix a runtime warning.

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

commit 518eb70213744866c93fc281bd53c010d13e20e6
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Jul 25 16:50:30 2012 +0200

    Bug #678635 - File->Send/Receive lists too many sources

 modules/mail/e-mail-shell-view-private.c |  208 ++++++++++++++++++++----------
 1 files changed, 138 insertions(+), 70 deletions(-)

commit 99691700014e00ad8c68a6fc48b3c6f2b8168fe7
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Jul 25 11:56:18 2012 +0200

    Updated POTFILES.in

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

commit 8663b54cae296883452850f3baad6d4cbc92e220
Author: Dan Vrátil <dvratil@redhat.com>
Date:   Wed Jul 25 11:29:22 2012 +0200

    Highlighting of text parts and source codes
    
    This adds 'Format as' submenu to the preview pane context menu.
    The submenu is available only for text/plain parts or parts
    with a source code (we support about 40 various types). Using
    the 'highlight' utility, the formatter processes the part and
    highlights the source code it contains.
    
    (discussion in bug #680026)

 em-format/e-mail-formatter.h                       |    2 +
 em-format/e-mail-parser-text-plain.c               |    3 +-
 mail/e-mail-display.c                              |    6 +
 mail/e-mail-request.c                              |   24 +-
 modules/text-highlight/Makefile.am                 |   16 +-
 .../e-mail-display-popup-text-highlight.c          |  370 ++++++++++++++
 .../e-mail-display-popup-text-highlight.h          |   30 ++
 .../e-mail-formatter-text-highlight.c              |  391 +++++++++++++++
 .../e-mail-formatter-text-highlight.h              |   30 ++
 .../text-highlight/e-mail-parser-text-highlight.c  |  159 ++++++
 .../text-highlight/e-mail-parser-text-highlight.h  |   30 ++
 .../evolution-module-text-highlight.c              |    7 +-
 modules/text-highlight/languages.c                 |  529 ++++++++++++++++++++
 modules/text-highlight/languages.h                 |   39 ++
 modules/text-highlight/text-highlight.c            |  310 ------------
 modules/text-highlight/text-highlight.h            |   30 --
 16 files changed, 1615 insertions(+), 361 deletions(-)

commit b456ff5423b9f4ffe5719e460e4b769bed28c934
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   Wed Jul 25 11:14:35 2012 +0300

    Updated Greek translation

 po/el.po | 6356 ++++++++++++++++++++++++--------------------------------------
 1 files changed, 2461 insertions(+), 3895 deletions(-)

commit 0568c36bde3fde0baaf5602d0a22fcf5749d27d9
Author: Dan Vrátil <dvratil@redhat.com>
Date:   Tue Jul 24 10:30:52 2012 +0200

    Bug 677635 - Vanished message list with filled preview panel

 mail/e-mail-reader-utils.c |    7 +++++--
 mail/e-mail-reader-utils.h |    1 +
 mail/e-mail-reader.c       |    5 ++++-
 mail/message-list.c        |    6 +++++-
 4 files changed, 15 insertions(+), 4 deletions(-)

commit bb3487625b354038f490fdf30ffc4490fd31c035
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Jul 23 12:17:28 2012 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 1113 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 557 insertions(+), 556 deletions(-)

commit 469f24c93f19287cb90a386de55e2bce7ae06802
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Sat Jul 21 14:01:52 2012 +0300

    Updated Lithuanian translation

 po/lt.po |12447 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 5841 insertions(+), 6606 deletions(-)

commit 84025c02ebe79b8477be528e37d48546b5370651
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jul 20 18:13:49 2012 +0200

    Fix few more memory leaks

 mail/mail-send-recv.c |   15 +++++++++++++--
 mail/message-list.c   |    4 ++++
 2 files changed, 17 insertions(+), 2 deletions(-)

commit 6edec8cefcffc5d46c63a0e0fa70be1fb4ed2926
Author: Andika Triwidada <andika@gmail.com>
Date:   Fri Jul 20 12:04:14 2012 +0700

    Updated Indonesian translation

 po/id.po |24881 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 12490 insertions(+), 12391 deletions(-)

commit d5fdb6c72e9499c1c04d40094ccadee25d36b30c
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Jul 19 12:14:28 2012 -0400

    Shorten user names with '@' in Send & Receive window.

 mail/mail-send-recv.c |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

commit 75eae13cbc39577ab33b008c93707cb6ac66dc89
Author: Dan Vrátil <dvratil@redhat.com>
Date:   Thu Jul 19 11:27:05 2012 +0200

    Bug #680164 - Print Preview action should open preview immediatelly

 mail/e-mail-printer.c      |   24 ++++++++++++------------
 mail/e-mail-printer.h      |    2 +-
 mail/e-mail-reader-utils.c |    5 ++++-
 mail/em-composer-utils.c   |    3 ++-
 mail/em-utils.c            |    2 +-
 5 files changed, 20 insertions(+), 16 deletions(-)

commit b059a3c2ee89ff921e94bfdab37fb71aa50a350b
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jul 19 08:58:24 2012 +0200

    G_GNUC_CONST leads to 'statement with no effect' compiler warning

 widgets/misc/e-dateedit.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4ffe3f573d9d6b4578b051915ff0d2d51dbe3590
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Jul 18 18:56:48 2012 -0400

    mail-send-recv: Improve presentation.
    
    Put status messages in the progress bar and put the progress bar beneath
    the account description so the description has more room to stretch out.
    
    Various other subtle tweaks.

 mail/mail-send-recv.c |  133 +++++++++++++++++++++++++++----------------------
 1 files changed, 73 insertions(+), 60 deletions(-)

commit 75ecbc91bdc043517df8f45413499de6f53bc266
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Jul 18 17:43:24 2012 -0400

    EMailShellBackend: Fix an EAlertSink runtime warning.

 modules/mail/e-mail-shell-backend.c |   19 ++++++++++++++-----
 1 files changed, 14 insertions(+), 5 deletions(-)

commit ae3305a74b82cc31f9472ef87b4abcce65d0bc43
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Jul 18 13:21:56 2012 -0400

    EMailConfigPage: Add submit() asynchronous method.
    
    This method is meant for pages that show server-side settings instead of
    client-side settings stored in key files.  It's called after all scratch
    sources have been successfully submitted to the D-Bus service.
    
    The driving use case for this is evolution-ews's "Out of Office" page,
    which is only shown by EMailConfigNotebook and so that's currently the
    only place where submit() is invoked for all pages.
    
    Should a need arise for EMailConfigAssistant to also invoke submit()
    for all pages, then EMailConfigNotebook can be used as a reference.

 mail/e-mail-config-notebook.c |  104 ++++++++++++++++++++++------
 mail/e-mail-config-page.c     |  151 +++++++++++++++++++++++++++++++++++------
 mail/e-mail-config-page.h     |   28 +++++++-
 3 files changed, 239 insertions(+), 44 deletions(-)

commit fb9ecaeaa707c0d3c05fb3bfdcc41539f8c36f62
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Jul 18 10:09:49 2012 -0400

    Remove unused e_date_edit_have_time().

 widgets/misc/e-dateedit.c |   17 -----------------
 widgets/misc/e-dateedit.h |    3 ---
 2 files changed, 0 insertions(+), 20 deletions(-)

commit 63e74f2171125b30b589da22e6a25e02ee3d0240
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Jul 18 10:01:46 2012 -0400

    EDateEdit cleanups.

 widgets/misc/e-dateedit.c |   17 ++--
 widgets/misc/e-dateedit.h |  186 ++++++++++++++++++++++++++-------------------
 2 files changed, 118 insertions(+), 85 deletions(-)

commit 0512391cc3af7c16a7229bcce0c2c3da1b3fbd37
Author: Dan Vrátil <dvratil@redhat.com>
Date:   Wed Jul 18 15:09:34 2012 +0200

    Bug #680123 - Freeze on message/disposition-notification email parsing

 em-format/e-mail-formatter-text-plain.c          |    5 ++++-
 em-format/e-mail-parser-message-deliverystatus.c |    2 ++
 em-format/e-mail-parser-message-rfc822.c         |    1 -
 em-format/e-mail-parser.c                        |    2 +-
 4 files changed, 7 insertions(+), 3 deletions(-)

commit 0e63a88ff141d2473e60df4e6b0a29def0a9e74b
Author: Dan Vrátil <dvratil@redhat.com>
Date:   Wed Jul 18 14:24:48 2012 +0200

    Bug #679843 - Double free when printing

 mail/e-mail-display.c |   58 +++++++++++++++++++++++++-----------------------
 mail/e-mail-printer.c |    2 +-
 2 files changed, 31 insertions(+), 29 deletions(-)

commit eb959436c3c7b2eb14e8e09d286f99819133eb2f
Author: Dan Vrátil <dvratil@redhat.com>
Date:   Wed Jul 18 13:35:24 2012 +0200

    Bug #679049 - [itip-formatter] Cannot reply to meeting invitation

 modules/itip-formatter/itip-view.c |   51 ++++++++++++++++++++++++++++++-----
 1 files changed, 43 insertions(+), 8 deletions(-)

commit abeae376f4c0a3499a1d526af8a0179ba9513986
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Wed Jul 18 19:29:10 2012 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |  924 ++++++++++++++++++++++++++++++-----------------------------
 po/zh_TW.po |  924 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 934 insertions(+), 914 deletions(-)

commit f22e38ffad3d6360920e278ac35c3a00102738ff
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Jul 17 10:52:43 2012 -0400

    Use template files to generate GEnumClass types.

 e-util/Makefile.am                          |   23 +++++++++++---
 e-util/e-util-enumtypes.c.template          |   38 +++++++++++++++++++++++
 e-util/e-util-enumtypes.h.template          |   27 +++++++++++++++++
 glib-gen.mak                                |   43 ---------------------------
 libemail-engine/Makefile.am                 |   17 +++++++---
 libemail-engine/e-mail-enumtypes.c.template |   38 +++++++++++++++++++++++
 libemail-engine/e-mail-enumtypes.h.template |   27 +++++++++++++++++
 libgnomecanvas/Makefile.am                  |   10 ------
 libgnomecanvas/gnome-canvas-marshal.list    |    2 -
 libgnomecanvas/gnome-canvas.c               |    8 +----
 shell/Makefile.am                           |   14 +++++---
 shell/e-shell-enumtypes.c.template          |   38 +++++++++++++++++++++++
 shell/e-shell-enumtypes.h.template          |   27 +++++++++++++++++
 13 files changed, 236 insertions(+), 76 deletions(-)

commit cc29868877436d404610039b719c5d781925d97e
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Jul 17 16:16:43 2012 +0200

    Updated Spanish translation

 help/es/es.po |  213 +++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 161 insertions(+), 52 deletions(-)

commit d28c52ad5254eb18c75751cf8a4b9b8a1ca60c71
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Jul 17 13:56:09 2012 +0200

    Fixed typo in string

 help/C/mail-filters-not-working.page |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c87e0c1f98c5faefbe350ea9474fa5368b266497
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jul 17 12:48:46 2012 +0200

    Disable CompEditor when saving changes

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

commit 360dd80e2575fb40c1328fef652dabfa111c704a
Author: Dan Vrátil <dvratil@redhat.com>
Date:   Mon Jul 16 10:01:06 2012 +0200

    Fix a memory leak in EMailFormatterPrint

 em-format/e-mail-formatter-print.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 3718b8c9133fa2072fb5ae07bac77962ad4f1ea5
Author: Dan Vrátil <dvratil@redhat.com>
Date:   Fri Jul 13 13:50:24 2012 +0200

    Fix icon size warning in EStockRequest

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

commit 443418f63b7150b822279c159bd63e2c78776933
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Jul 16 16:42:10 2012 +0200

    Updated Spanish translation

 po/es.po |  926 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 467 insertions(+), 459 deletions(-)

commit fa7914d0ff4b2373cb26c8713a7d3d1c560a0970
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Mon Jul 16 16:11:44 2012 +0300

    Updated Belarusian translation.

 po/be.po |   98 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 49 insertions(+), 49 deletions(-)

commit 5914bc999e1963a5ebebb4c3cfa8ea56de1905ea
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Jul 15 21:05:19 2012 -0400

    Post-release version bump.

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