commit d622435fa469b75b7e1bbabbea43edcbe40843b9
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Jan 21 14:48:50 2013 -0500

    NEWS update for 3.6.3 release.

 NEWS |   69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 69 insertions(+)

commit bb2c283f8bb9eef019c7053b1ae4144d81ebcb0b
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jan 21 19:09:17 2013 +0100

    Exclude also text/calendar in a fix for bug #692009

 mail/e-mail-request.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 03f60542d6af94bf14775dac01b1221534081b71
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Jan 21 07:48:49 2013 -0500

    Bug 692143 - Auto-configured MSN account should use POP, not IMAP
    
    In e_mail_config_service_page_auto_configre(), we do detect that only
    POP3 is available for MSN accounts and switch to the appropriate service
    backend.
    
    The problem was with the hack I added awhile back to momentarily skip to
    the Receiving page just before skipping to the Summary page, so clicking
    "Go Back" from the Summary page would return to the Receiving page.
    
    That momentary skip triggered mail_config_assistant_prepare() on the
    Receiving page, which then triggered e_mail_config_page_setup_defaults()
    since the Receiving page was not yet in the visited pages hash table.
    
    The Receiving page's setup_defaults() method reset the service backend
    to IMAPX, which is the correct thing to do when not auto-configured.
    
    The solution is add the Receiving page to the visited pages hash table
    after a successful auto-configuration, but just BEFORE we momentarily
    skip to it.  This tricks mail_config_assistant_prepare() into thinking
    the page was already visited, and it skips setting up defaults for it.
    
    Also added the Sending page to visited pages, just for consistency.
    
    (cherry picked from commit 0e0060e6398d2615534951d0192be71c7a3cc38e)

 mail/e-mail-config-assistant.c |    6 ++++++
 1 file changed, 6 insertions(+)

commit bfdec1f0aefc798f55803c7560b182ca983e27bf
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jan 21 13:25:38 2013 +0100

    Bug #692009 - text/css always formatted as attachment

 mail/e-mail-request.c |   30 +++++++++++++++++++++++++++---
 1 file changed, 27 insertions(+), 3 deletions(-)

commit 45aeb9e236f411b77c193ea9631f721d658a771c
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jan 18 18:35:36 2013 +0100

    Bug #692005 - Changing character encoding doesn't work

 em-format/e-mail-formatter-message-rfc822.c        |   12 ++++-
 em-format/e-mail-formatter-text-html.c             |   11 ++++
 em-format/e-mail-formatter-text-plain.c            |   11 ++++
 mail/e-mail-display.c                              |   53 ++++++++++++++++++--
 mail/e-mail-display.h                              |    2 +
 mail/e-mail-printer.c                              |   25 ++++++++-
 mail/e-mail-printer.h                              |    2 +
 mail/e-mail-reader-utils.c                         |    7 ++-
 mail/e-mail-request.c                              |    9 ++++
 mail/em-composer-utils.c                           |    2 +-
 mail/em-utils.c                                    |    4 +-
 modules/itip-formatter/e-mail-formatter-itip.c     |   11 ++++
 .../e-mail-formatter-text-highlight.c              |   11 ++++
 .../vcard-inline/e-mail-formatter-vcard-inline.c   |   11 ++++
 14 files changed, 160 insertions(+), 11 deletions(-)

commit f03fab618531179a84bb2b1ff5a517bbf398de39
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jan 18 14:42:30 2013 +0100

    Bug #692003 - Print of text/html with no html/body end tag cuts content

 em-format/e-mail-formatter-text-html.c |    3 +++
 1 file changed, 3 insertions(+)

commit 8850b60bb9ee8e79920c5043cad05d347c30169d
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jan 17 20:07:41 2013 +0100

    Bug #691732 - multipart/related hides attachments

 em-format/e-mail-parser-multipart-related.c |   27 +++++++++++++++++++++++++-
 em-format/e-mail-part-utils.c               |   28 +++++++++++++++++++++++++++
 em-format/e-mail-part-utils.h               |    2 ++
 3 files changed, 56 insertions(+), 1 deletion(-)

commit eb640ec974b7fda3ef57c09a39e72eb1fe7ff5b3
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jan 17 14:10:30 2013 +0100

    Fix a recently introduced white-space error in a source file

 em-format/e-mail-inline-filter.c |    1 -
 1 file changed, 1 deletion(-)

commit 491dbe864c3bff4d01a7406182f16e51d302b7e2
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jan 14 21:13:39 2013 +0100

    Bug #691194 - Import .ics preview shows UTC time instead of local time

 calendar/importers/icalendar-importer.c |    3 +++
 1 file changed, 3 insertions(+)

commit 681d796c49d3ba41acc3f2cc2c07511808a67e13
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jan 11 11:00:43 2013 +0100

    Bug #691134 - Only autocompleted name is added to a contact list

 .../contact-list-editor/e-contact-list-editor.c    |   38 ++++++++++++++++++--
 1 file changed, 35 insertions(+), 3 deletions(-)

commit 9d9bd1f298466b3f49f031e41ce028bd1fdf7558
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jan 11 08:05:03 2013 +0100

    Do not hide 'attachment' images with Content-ID

 em-format/e-mail-parser-image.c |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit 4d0463ddd38eebb56622b834197cbb891312f4ba
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jan 10 20:31:45 2013 +0100

    Be more strict in inline PGP mime filter/part parser

 em-format/e-mail-inline-filter.c              |   38 ++++++++++++++++++++++---
 em-format/e-mail-parser-inlinepgp-encrypted.c |    4 ++-
 em-format/e-mail-parser-inlinepgp-signed.c    |    4 ++-
 3 files changed, 40 insertions(+), 6 deletions(-)

commit f1e24f60ddd39e6ce2432c5bb5a37a5fae642b97
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Jan 8 22:17:36 2013 +0100

    Bug #691134 - New contact lists always saved to a default book

 .../contact-list-editor/e-contact-list-editor.c    |    2 +-
 modules/addressbook/e-book-shell-backend.c         |   36 ++++++++++++++++++--
 2 files changed, 34 insertions(+), 4 deletions(-)

commit a8a3942d520feeacf68116dc6340b54a88050aa3
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Jan 8 12:31:23 2013 -0500

    Update X-GNOME-Bugzilla-OtherBinaries.
    
    I don't know if any distros still honor these X-GNOME-Bugzilla settings
    but keep them up-to-date anyway.
    
    (cherry picked from commit 7b0908ece34b465785d0a9879a4fe48482238a47)

 data/evolution.desktop.in.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a2783c0a48318a88b1e72120d4fa6adad3b87e8f
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Jan 4 10:50:12 2013 -0500

    Bug 691133 - Evolution creates 'highlight' zombies
    
    Evolution spawns the 'highlight' program with these flags:
    
        G_SPAWN_SEARCH_PATH
        G_SPAWN_DO_NOT_REAP_CHILD
    
    G_SPAWN_DO_NOT_REAP_CHILD results in zombie 'highlight' processes.
    
    Note, G_SPAWN_SEARCH_PATH is still needed on the gnome-3-6 branch.
    In later versions we have configure determine the absolute path to
    the 'highlight' program to avoid depending on the user's $PATH.

 .../e-mail-formatter-text-highlight.c              |   22 +++++++++++++-------
 1 file changed, 14 insertions(+), 8 deletions(-)

commit 74d08cb025075d9e01b800faa71a54dec53e65b4
Author: Gheyret Kenji <gheyret@gmail.com>
Date:   Fri Jan 4 17:16:23 2013 +0900

    Updated Uyghur translation
    
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>

 po/ug.po |29332 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 15230 insertions(+), 14102 deletions(-)

commit a540b12a6a350303649a9dfa53017c04c16c16b1
Author: Balázs Úr <urbalazs@src.gnome.org>
Date:   Mon Dec 31 17:16:27 2012 +0100

    Updated Hungarian translation

 po/hu.po | 2927 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1495 insertions(+), 1432 deletions(-)

commit e763162e4894e140628764446a4742b5b77f0da8
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Dec 28 13:58:51 2012 -0500

    Bug 588216 - 'Unsubscribe' disabled for newsgroups
    
    Unsubscribable folders are not necessarily deletable.
    
    (cherry picked from commit 53937a3dbdc9565d4609391d386d5a28b8dc249b)

 modules/mail/e-mail-shell-view.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit aecfd675799a40eee4458e94dbf2c856f16eaadf
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Wed Dec 26 06:13:48 2012 -0200

    Updated Brazilian Portuguese Translation

 po/pt_BR.po | 2724 ++++++++++++++++++++++++++++-------------------------------
 1 file changed, 1299 insertions(+), 1425 deletions(-)

commit a1e4aae6834243cbf9bc8899e2985fdceba063a5
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Dec 11 09:39:23 2012 +0100

    Do not restore certificate manager columns when all are hidden
    
    If all columns are hidden, then header of a GtkTreeView is also hidden,
    thus there is no way to show columns again, which results in empty
    Certificate Preferences view.

 smime/gui/certificate-manager.c |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 11cf01088945080550102b693793ec3709174d4a
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Dec 10 20:57:06 2012 +0100

    Bug #689966 - MDN bar shown in Sent folder
    
    The previous commit broke MDN send, which this one fixes.

 modules/mdn/evolution-mdn.c |   18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

commit d7ec3ffaabf1c3b3a860831e429d4a0942207f87
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Dec 10 19:52:04 2012 +0100

    Bug #689966 - MDN bar shown in Sent folder

 modules/mdn/evolution-mdn.c |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

commit b46bab510459893dbea09e31233d981c3591621a
Author: Dr.T.Vasudevan <drtvasudevan@gmail.com>
Date:   Sun Dec 9 13:29:31 2012 +0530

    Updated Tamil translation

 po/ta.po |26016 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 13443 insertions(+), 12573 deletions(-)

commit 673901abe40935585976f60c3708d4f8fc4c1c4c
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Dec 8 18:34:15 2012 -0500

    backup-restore: Remove references to ~/.camel_certs.
    
    The path is now XDG-base-dir compliant: ~/.local/share/camel_certs
    
    (cherry picked from commit 8972ef83f634f22fc72d78a279fd613d98da73ec)

 modules/backup-restore/evolution-backup-tool.c |    9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

commit ea303742028114da602963a086f3a935412f0f25
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Dec 4 12:57:33 2012 -0500

    Further EMailParser cleanups.
    
    (cherry picked from commit 56975aec6a4904140df94361ff9c4bbca5b1dc95)

 em-format/e-mail-parser.c |  191 ++++++++++++++++++++++-----------------------
 1 file changed, 95 insertions(+), 96 deletions(-)

commit fe4922c6a2ef19d7afa3ad94a5e5825f3ed353b1
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Dec 4 12:01:43 2012 -0500

    mail_parser_run(): Eliminate a dead code branch.
    
    There's no need to check whether the 'parsers' GQueue is NULL since we
    assert that it's non-NULL just a few lines above.
    
    (cherry picked from commit 0862979d137ca489c478c970cbcfda0209abd438)

 em-format/e-mail-parser.c |   40 ++++++++++++++++------------------------
 1 file changed, 16 insertions(+), 24 deletions(-)

commit 24e3e1dbc3e75e68dcd6d23d383b2733f03ff544
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Dec 4 19:37:12 2012 +0100

    Do not empty trash/delete junk in disabled accounts on exit

 mail/e-mail-backend.c |   66 +++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 64 insertions(+), 2 deletions(-)

commit 8a1a565b23ad31a034898e0e55de08d5068963dd
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Dec 4 11:37:46 2012 -0500

    e_mail_reader_parse_message() cleanups.
    
    Use the existing AsyncContext struct instead of defining a new struct.
    
    (cherry picked from commit dff6f5d85df957e2d0a58513977606bd9490d989)

 mail/e-mail-reader-utils.c |  105 +++++++++++++++++++++++---------------------
 mail/e-mail-reader-utils.h |    6 +--
 2 files changed, 57 insertions(+), 54 deletions(-)

commit ef3ab80a8c6abf22e29776ebbb8b792b107f02f6
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Dec 4 11:02:11 2012 -0500

    Bug 689639 - File -> Print Preview in composer brings up Print dialog
    
    (cherry picked from commit dad8f67e57c6eef2e2cda309982377957ba9d64b)

 mail/em-composer-utils.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit ed42b1d21a8d40abd9e01dbaa355bb4bb3691124
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Dec 3 12:07:51 2012 +0100

    Bug #678606 - Crash under mail_backend_folder_deleted_cb()

 mail/e-mail-backend.c |    3 +++
 1 file changed, 3 insertions(+)

commit 02942ddec62c17dacfdd6bf7b9ac0c844dfe863c
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Fri Nov 30 18:15:50 2012 +0530

    Updated kn translation

 po/kn.po | 2821 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 1407 insertions(+), 1414 deletions(-)

commit 55f51bbfe630222bb12dda95839a0d06e136025d
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Nov 29 14:23:25 2012 +0100

    Bug #687360 - Crash on quit in gtk_style_context_get_valist()

 addressbook/gui/widgets/eab-contact-formatter.c |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

commit 6d6b228759161a0abaedef61eec51e6246e871f8
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Nov 28 16:23:12 2012 +0100

    Bug #671628 - Size of backup window is big

 modules/backup-restore/evolution-backup-tool.c |   59 ++++++++++++++----------
 1 file changed, 35 insertions(+), 24 deletions(-)

commit ec82c1f433f5049ab164edf7216e646b6f61ce27
Author: Krishnababu Krothapalli <kkrothap@redhat.com>
Date:   Wed Nov 28 15:37:46 2012 +0530

    Updated Telugu Translations

 po/te.po | 3732 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 2059 insertions(+), 1673 deletions(-)

commit c7777360c1227fb02b79e48b2bb723ca853da64b
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:   Wed Nov 28 15:21:00 2012 +0530

    hindi translation update

 po/hi.po |  417 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 208 insertions(+), 209 deletions(-)

commit 0a5a328307a1988fb0047c4b6a7f5fcde853c79c
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Tue Nov 27 00:55:40 2012 +0100

    Revert "Update German help translation"
    
    This reverts commit 673e6c14baa32296a6c22cb9ea7f35a07d755bee.
    Pushed accidentally to the wrong branch.

 help/de/de.po |   94 ++++++++++++++++-----------------------------------------
 1 file changed, 26 insertions(+), 68 deletions(-)

commit 673e6c14baa32296a6c22cb9ea7f35a07d755bee
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Tue Nov 27 00:52:32 2012 +0100

    Update German help translation

 help/de/de.po |   94 +++++++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 68 insertions(+), 26 deletions(-)

commit 11f3a8ff6f58c95b4351c6fbb4fc245cbb4febd3
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Tue Nov 27 00:50:04 2012 +0100

    Update German help translation

 help/de/de.po |  515 ++++++++++++++++++++++++---------------------------------
 1 file changed, 220 insertions(+), 295 deletions(-)

commit 1058433fc08ad21f2b2ed36dda48e7c6c0449dca
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
Date:   Mon Nov 26 21:18:23 2012 +0530

    Assamese translation updated

 po/as.po |   53 ++++++++++++++++++++++++++++++++---------------------
 1 file changed, 32 insertions(+), 21 deletions(-)

commit 5b855559adb7359364f712444ea07ba74c0198e7
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
Date:   Mon Nov 26 21:15:35 2012 +0530

    Assamese translation updated

 po/as.po | 6268 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 2937 insertions(+), 3331 deletions(-)

commit f99cc804a69148b58fa3d00df2877df9cfd9d67a
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Nov 26 13:58:05 2012 +0100

    Bug #686212 - Cannot print html mails with defined <style />

 em-format/e-mail-formatter-text-html.c |   36 +++++++++++++++++++++-----------
 1 file changed, 24 insertions(+), 12 deletions(-)

commit 014787726484baff39dca4f8a3c5d71b72dcee9a
Author: Christian Hilberg <chilberg@src.gnome.org>
Date:   Mon Nov 26 12:16:42 2012 +0100

    Bug #687974 - No displaying of extended free/busy (XFB) information

 calendar/gui/e-meeting-attendee.c |   26 ++++++-
 calendar/gui/e-meeting-attendee.h |    4 +-
 calendar/gui/e-meeting-store.c    |   67 ++++++++++++++----
 calendar/gui/e-meeting-time-sel.c |  139 +++++++++++++++++++++++++++++++++++++
 calendar/gui/e-meeting-types.h    |   24 +++++++
 calendar/gui/e-meeting-utils.c    |  122 ++++++++++++++++++++++++++++++++
 calendar/gui/e-meeting-utils.h    |   14 +++-
 7 files changed, 380 insertions(+), 16 deletions(-)

commit b13b8ccebf44591fd6559a49f1fc72ccc7af4d4f
Author: Paul Menzel <paulepanter@users.sourceforge.net>
Date:   Sun Nov 25 23:56:54 2012 +0100

    Updated German help translation (bug 688629)

 help/de/de.po |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5224a67bac6bb25a6280a578cfc722111a709b9a
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Nov 23 16:23:42 2012 +0100

    Bug #688819 - It's possible to make Evolution stop sending emails

 libemail-engine/e-mail-session-utils.c |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit af8b1fc77878ee3aec054bdb20a3262ba9735b52
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:   Fri Nov 23 13:45:33 2012 +0530

    hindi translation update

 po/hi.po | 3301 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 1503 insertions(+), 1798 deletions(-)

commit c7f5afb6d91791c637c12083b9ef54d80283495e
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Nov 22 19:33:31 2012 +0100

    EMailDisplay lefts opened file handles to downloaded images
    
    This fixes three things:
    a) mail_display_resource_requested() was leaking file handles on downloaded images
    b) it's not necessary to open files, it's enough to test whether file exists
    c) mail_display_button_press_event() used incorrect key for "http" cache

 mail/e-mail-display.c |   48 ++++++++++++++++++++++++++----------------------
 1 file changed, 26 insertions(+), 22 deletions(-)

commit b41e450c8da2b09a026a952eefd446fdc80d4f3d
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Nov 21 20:00:39 2012 +0100

    Bug #680201 - Backup restore doesn't migrate accounts from GConf

 modules/backup-restore/Makefile.am             |    1 +
 modules/backup-restore/evolution-backup-tool.c |   71 ++++++++++++++++++++----
 2 files changed, 62 insertions(+), 10 deletions(-)

commit 69d13568fc8122c975007dce3b5bc280f4c51d0a
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Nov 21 12:38:06 2012 +0100

    Bug #677378 - Alert about self-signed certificates when checking auth types

 mail/e-mail-config-auth-check.c |    8 ++++++--
 mail/e-mail-ui-session.c        |   12 ++++++------
 mail/e-mail-ui-session.h        |    4 ++++
 3 files changed, 16 insertions(+), 8 deletions(-)

commit def9c3c6c9730e059a491a85ac749ac59c19fc76
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Nov 21 11:12:16 2012 +0100

    Bug #685808 - Search bar entry background does not change on search

 shell/e-shell-searchbar.c |   70 ++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 60 insertions(+), 10 deletions(-)

commit d877e570d56111435051c643b181d8e80d70b2b5
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Tue Nov 20 20:03:36 2012 +0100

    [l10n] Updated German translation

 po/de.po | 3299 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 1579 insertions(+), 1720 deletions(-)

commit b6868d791252fe28ce54f9d4e8841a39e7f932f2
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Nov 13 13:37:20 2012 +0100

    Relative URI can crash Evolution in http_request_send_async()

 mail/e-http-request.c |    8 ++++++--
 mail/e-mail-display.c |    3 ++-
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 274f75542c947e354a426842a0703733c4af5273
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Tue Nov 13 17:39:31 2012 +0900

    Updated Japanese translation

 po/ja.po |18381 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 9398 insertions(+), 8983 deletions(-)

commit 63d5e467d5505f24256a026ef37f963964c6955d
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Nov 12 14:13:43 2012 +0100

    Bug #687997 - No email sent for shared memos

 calendar/gui/dialogs/memo-page.c |    3 +++
 calendar/gui/dialogs/send-comp.c |   30 +++++++++++++++++++++++++++---
 2 files changed, 30 insertions(+), 3 deletions(-)

commit 568cdc1bed5a3123d8f2de44d1d329bbbccd5ab9
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Nov 12 12:36:43 2012 +0100

    Bug #687999 - 'Open calendar' in invitation email does nothing

 modules/itip-formatter/itip-view.c |   75 ++++++++++++------------------------
 1 file changed, 25 insertions(+), 50 deletions(-)

commit 3567165fc785070b57d0681d784da93cdbb946dc
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Nov 12 11:39:57 2012 +0100

    Bug #687998 - Attachment dialog shown when storing assigned task

 composer/e-msg-composer.c   |    4 +--
 widgets/misc/e-attachment.c |   72 +++++++++++++++++++++++++++++++++++++++++++
 widgets/misc/e-attachment.h |    9 ++++++
 3 files changed, 82 insertions(+), 3 deletions(-)

commit 86150d64de35e82ee295ef71842665cc4edb6385
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Mon Nov 12 12:38:59 2012 +0530

    Updated gujarati file

 po/gu.po | 2858 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 1309 insertions(+), 1549 deletions(-)

commit ac94711bed42e96232126b41ea6869eca7b2c849
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Nov 11 12:01:37 2012 -0500

    Post-release version bump.

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)