commit 2d7a9df713072a52de1e73969b8cabf6705cce03
Author: Chenthill Palanisamy <pchenthill@novell.com>
Date:   Mon Mar 19 11:57:13 2012 +0530

    News update for 3.3.92 release

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

commit 64c0a750127511e515f40cb7a1f6eafdefb801cd
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Sun Mar 18 13:03:38 2012 +0200

    Uploaded Ukranian

 po/uk.po |  428 ++++++++++++++++++++++++++------------------------------------
 1 files changed, 181 insertions(+), 247 deletions(-)

commit 54553974cabc283b16c8e2be49ee481ac7d1bfde
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Mar 17 20:14:48 2012 -0400

    Bug 671509 (2/2) - Some small UI/theming improvements
    
    table-header: use gtk_widget_create_pango_context() for header buttons
    
    Since we temporarily set custom style classes for the header button on
    the table's style context, we cannot rely on the PangoContext used by
    gtk_widget_create_pango_layout(), since the font values it will use are
    cached by GtkWidget.
    
    By creating a new PangoContext and using that to create our Pango
    layout, the text we render will correctly support the properties
    specified by the theme (such as bold column-header buttons as specified
    by Adwaita).

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

commit 52a63c4a6364b2976b217dc20899aa96cd82e630
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Mar 17 20:13:17 2012 -0400

    Bug 671509 (1/2) - Some small UI/theming improvements
    
    attachment-button: set "linked" style class on the button to get a
    unified look for themes that support it.

 widgets/misc/e-attachment-button.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit aeab12d7504c42d6ad4ee901be21cb79d1935c7a
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Mar 17 13:49:41 2012 -0400

    Add dbus-glib flags to evolution binary.

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

commit e4a43ad1a8c190eca267e42e2b3febf6448cd65f
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Mar 17 13:19:58 2012 -0400

    mail.error.xml: Fix a typo.

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

commit c74173e51af5212a918355799ee61e578576c32c
Author: A S Alam <aalam@users.sf.net>
Date:   Sat Mar 17 09:26:58 2012 +0530

    update Punjabi Translation

 po/pa.po |23815 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 12694 insertions(+), 11121 deletions(-)

commit fd736a6edee20000997105f4ba45094a7a7dae7e
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Mar 16 13:46:58 2012 -0400

    Add a comment about Bcc headers to searchtypes.xml.

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

commit 87c027f51847aa95515cff780a11839923dd0716
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Mar 16 18:50:32 2012 +0100

    Bug #665399 - Cannot change File Under to custom value

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

commit 960a7c60019c102c2da5979702ba41c9fc6700de
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Mar 16 13:31:08 2012 -0400

    Revert "Include searching Bcc header while looking for recipients"
    
    This reverts commit 015ede7bc8212f079c3d9e2f2304b14457dbcfd9.
    
    We can't search Bcc headers until we store Bcc addresses in the summary
    database, otherwise the entire message has to be downloaded in order to
    examine that one header.
    
    Including Bcc addresses in the summary database so we can include Bcc
    headers in recipient searches would be a worthy goal for 3.6.
    
    Reverting this for now since it's a regression of bug 593020.

 mail/searchtypes.xml |   24 ++++++++----------------
 1 files changed, 8 insertions(+), 16 deletions(-)

commit 982b3c89e241be5120035034fe26937461736a40
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Mar 16 12:57:13 2012 -0400

    Mention the return of dbus-glib in a NEWS blurb.

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

commit e5410f2d9a76a69b4e63100a33d5a29004986f61
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:   Fri Mar 16 21:05:32 2012 +0530

    Assamese translation updated

 po/as.po |   85 +++++++++++++++++++++++++++----------------------------------
 1 files changed, 38 insertions(+), 47 deletions(-)

commit ea6e3bd0d5b1f4aadb71719d96ec9c88c8520ac9
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Mar 16 16:17:27 2012 +0100

    Bug #659756 - Initialize dbus-glib threading for GConf

 calendar/alarm-notify/Makefile.am   |    2 ++
 calendar/alarm-notify/notify-main.c |    5 +++++
 configure.ac                        |    9 +++++++++
 shell/Makefile.am                   |    2 ++
 shell/main.c                        |    5 +++++
 5 files changed, 23 insertions(+), 0 deletions(-)

commit 60f3e852e7246e3107b80cfa72a76e0c50753ede
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Mar 16 13:47:20 2012 +0100

    Bug #665130 - Memory leaks in Preferences and ETable

 widgets/misc/e-preferences-window.c   |    4 ++++
 widgets/table/e-table.c               |    1 -
 widgets/table/gal-a11y-e-table-item.c |   19 +++++++++++++++++--
 3 files changed, 21 insertions(+), 3 deletions(-)

commit 608069630f978c2da37bc57ee58342ba9d16f70f
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Mar 16 12:32:09 2012 +0100

    Bug #665129 - Memory leak in EBufferTagger

 widgets/misc/e-buffer-tagger.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit da3bd3696eeb149f0fe96281ad079c1dc278dd0d
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Mar 16 12:06:18 2012 +0100

    Bug #665106 - Memory leak from composer setup when opening Preferences

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

commit 648d2a33cebb27c6b8d5d65f5fc8716cbded3135
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Mar 15 18:45:21 2012 +0100

    Bug #669490 - Window resizes with many activities (gtk 3.3.14+)

 shell/e-shell-taskbar.c |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

commit 6e51aa3332ef8698a87594f88651a1d30fb5221a
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Mar 15 14:01:20 2012 +0100

    Fix possible use of uninitialized variable

 calendar/gui/e-calendar-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5648e1d0715ded3e508807f25489cba7ce6c353e
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:   Thu Mar 15 18:11:22 2012 +0530

    Assamese translation updated

 po/as.po |  429 +++++++++++++++++++++++---------------------------------------
 1 files changed, 158 insertions(+), 271 deletions(-)

commit 6d2ab7d04de983548722f9c2643442f0055b17c6
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Thu Mar 15 10:51:09 2012 +0200

    Uploaded Ukranian

 po/uk.po |  275 +++++++++++++++++++++++++-------------------------------------
 1 files changed, 111 insertions(+), 164 deletions(-)

commit 70c92573c34c13e48ab75d578a2a3d86f6681a0d
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Wed Mar 14 22:12:05 2012 +0100

    Updated German help translation

 help/de/de.po |  145 +++++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 104 insertions(+), 41 deletions(-)

commit db34b8a84bc48dbc468ee90521858cd295d9f4d7
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Wed Mar 14 12:13:01 2012 +0200

    Uploaded Ukranian

 po/uk.po |  182 ++++++++++++++++++++++++++++---------------------------------
 1 files changed, 84 insertions(+), 98 deletions(-)

commit faa93d1b2914a158e7d5f90c4383790af903acba
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Tue Mar 13 21:41:51 2012 +0100

    Updated Polish translation

 po/pl.po |23441 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 12368 insertions(+), 11073 deletions(-)

commit bd765840ea4a3e25f1c48b17b8d1b16d77de9947
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:   Wed Mar 14 00:12:04 2012 +0530

    Assamese translation completed

 po/as.po |43300 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 23863 insertions(+), 19437 deletions(-)

commit 592b0c2f43326a38e7e21060291cbdae8bcfde01
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Tue Mar 13 00:11:02 2012 +0200

    Updated Latvian translation.

 po/lv.po |24230 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 12897 insertions(+), 11333 deletions(-)

commit c56d63d32320c58aeca85d34e55f1494663ffe09
Author: Pavol Klačanský <pavol@klacansky.com>
Date:   Mon Mar 12 22:29:13 2012 +0100

    Updated Slovak translation

 po/sk.po |36863 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 17472 insertions(+), 19391 deletions(-)

commit 2c534986d05ca6753fc73f8a6330617fb6dbf273
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Mar 12 19:08:38 2012 +0100

    Updated Norwegian bokmål translation

 po/nb.po | 4037 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 2029 insertions(+), 2008 deletions(-)

commit b561899417254d66aa0dcfd3702170e6c72e4e36
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Mar 12 17:59:36 2012 +0100

    Fix too large allocation for alert-bar in shell-content

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

commit 31e869fb5ec050560962ad249fcea059f9ae0bdc
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Mon Mar 12 11:33:54 2012 +0100

    Updated Hungarian translation

 po/hu.po |23618 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 12537 insertions(+), 11081 deletions(-)

commit 29db705505dcfb51413bf6845c63852fde28e848
Author: Timo Jyrinki <timo@debian.org>
Date:   Mon Mar 12 11:14:36 2012 +0200

    Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint

 po/fi.po |36410 +++++++++++++++++++++++++++-----------------------------------
 1 files changed, 16064 insertions(+), 20346 deletions(-)

commit b1e24f659627b2eeb6a8ac5b72b75c808f903aee
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Mon Mar 12 08:59:54 2012 +0200

    Uploaded Ukranian

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

commit b4b49acd8255d5f6bcce1faf4d880026abb17317
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Mon Mar 12 08:56:15 2012 +0200

    Uploaded Ukranian

 po/uk.po |  207 ++++++++++++++++++++++++++++---------------------------------
 1 files changed, 95 insertions(+), 112 deletions(-)

commit 4a0ad16585a96b5b078efce797e3d878c94d0e99
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Sun Mar 11 21:26:06 2012 +0200

    Uploaded Ukranian

 po/uk.po |  182 ++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 90 insertions(+), 92 deletions(-)

commit 1ef8ad9d83831fedd4883102969fc4c80629dae8
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Sun Mar 11 16:53:42 2012 +0100

    Updated French translation

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

commit 5858417a3ad7b9872325f3d1d688457d0eac3722
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Sun Mar 11 14:01:18 2012 +0200

    Uploaded Ukranian

 po/uk.po |  266 ++++++++++++++++++++++++++-----------------------------------
 1 files changed, 113 insertions(+), 153 deletions(-)

commit 8840b5021f3d73f05faf31a29540de7ee13fac41
Author: Martin Srebotnjak <miles@filmsi.net>
Date:   Sat Mar 10 21:44:05 2012 +0100

    Updated Slovenian translation

 po/sl.po |   88 ++++++++++---------------------------------------------------
 1 files changed, 15 insertions(+), 73 deletions(-)

commit 9f2ba5f024ac900b98d24f4305c102e91035f433
Author: Martin Srebotnjak <miles@filmsi.net>
Date:   Sat Mar 10 21:31:31 2012 +0100

    Updated Slovenian translation

 po/sl.po |  800 +++++++++++++++++++++++++++-----------------------------------
 1 files changed, 348 insertions(+), 452 deletions(-)

commit e86608ba0cae51a0a18cd1834d29583c5f84326b
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Sat Mar 10 16:19:48 2012 +0200

    Uploaded Ukranian

 po/uk.po |29121 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 15349 insertions(+), 13772 deletions(-)

commit cf5ed37c6709ccb8f5e557e3dec38bd977e62011
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Mar 10 20:26:41 2012 +0900

    Updated Korean translation

 po/ko.po |30178 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 15099 insertions(+), 15079 deletions(-)

commit c36153e24b9d2e81ad61c685a75f5b5cec3ee390
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Mar 10 10:14:07 2012 +0100

    Updated Slovenian translation

 po/sl.po |  107 ++++++++++++++++++++++---------------------------------------
 1 files changed, 39 insertions(+), 68 deletions(-)

commit 532e4aab59f47de097c81227543248ab135fc0b3
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Fri Mar 9 22:58:29 2012 +0100

    Updated French translation

 po/fr.po |24104 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 12702 insertions(+), 11402 deletions(-)

commit a0858345d311096b6da7aaf7525310c6626ac489
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Mar 9 21:02:02 2012 +0100

    Updated Slovenian translation

 po/sl.po |  111 ++++++++++++++++++++++++--------------------------------------
 1 files changed, 43 insertions(+), 68 deletions(-)

commit f30355445fd20b6d443d012eb1f1758dbe8d096a
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Mar 9 13:38:57 2012 -0500

    Bug 671716 - Fails to build with --enable-contact-maps

 widgets/misc/e-contact-map-window.c |    4 ++++
 widgets/misc/e-contact-map.c        |    4 ++++
 widgets/misc/e-contact-marker.c     |    4 ++++
 3 files changed, 12 insertions(+), 0 deletions(-)

commit 1e5084fc2c1878c064cad94298b563f21fe19428
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Fri Mar 9 17:47:31 2012 +0100

    Updated Spanish translation

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

commit e9dde84d48d9e17d6f15b71c6e034984145918c0
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Mar 9 13:43:36 2012 +0100

    Bug #664326 - Buttons to handle exceptions in event is always disabled

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

commit 5554e8583b4faccae008946646fd94cf6c7cc79f
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Mar 9 12:19:03 2012 +0100

    Bug #664323 - Too late initialization of Gnome/GailCanvas ATK support

 calendar/gui/ea-calendar.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 6695ba892a25615309c2c432a9abc82105c9118d
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Mar 9 11:14:08 2012 +0100

    Bug #664205 - Improve UX when creating a new mail folder

 mail/em-folder-selector.c |    3 ++-
 mail/em-folder-utils.c    |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 015ede7bc8212f079c3d9e2f2304b14457dbcfd9
Author: Chenthill Palanisamy <pchenthill@novell.com>
Date:   Fri Mar 9 10:18:49 2012 +0530

    Include searching Bcc header while looking for recipients

 mail/searchtypes.xml |   24 ++++++++++++++++--------
 1 files changed, 16 insertions(+), 8 deletions(-)

commit 5a2590aea222aac58f1b00538806c53c87e91e1c
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Mar 8 22:03:14 2012 +0100

    Updated Slovenian translation

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

commit d8c01335e1576a8fc76b042b636867d18d297653
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Mar 8 22:00:12 2012 +0100

    Updated Slovenian translation

 po/sl.po |   62 +++++++++++++++++++++++++-------------------------------------
 1 files changed, 25 insertions(+), 37 deletions(-)

commit 03146ee0d0b9606f673f14de05a0320946b17413
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Mar 8 14:05:46 2012 +0100

    Updated Spanish translation

 help/es/es.po |   86 +++++++++++++-------------------------------------------
 1 files changed, 20 insertions(+), 66 deletions(-)

commit 0e53f1a93a768f7d385a63e7052a998c2454427e
Author: Andre Klapper <a9016009@gmx.de>
Date:   Thu Mar 8 12:52:11 2012 +0100

    User Docs: Link 'Deleting attachments' into Attachments overview page. See bug #671633

 help/C/deleting-emails.page |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 80b90439291b0370f46c1830981e218e600f1296
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Thu Mar 8 16:01:07 2012 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |  639 +++++++++++++++++++++++++++++-----------------------------
 po/zh_TW.po |  651 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 650 insertions(+), 640 deletions(-)

commit 2c51e8f56000b8cfe556e6f283be61c7338afc65
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Mar 7 19:27:09 2012 +0100

    Updated Slovenian translation

 po/sl.po |   32 +++++++++++---------------------
 1 files changed, 11 insertions(+), 21 deletions(-)

commit 9535e209b776bc8b062f9010216750e388cdb2ee
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Mar 7 18:29:38 2012 +0100

    Updated Spanish translation

 help/es/es.po |  913 +++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 557 insertions(+), 356 deletions(-)

commit 5501ee7267163100f6fa4c2c9d9c52392b188bdd
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Mar 7 18:29:11 2012 +0100

    Bug #664169 - Default port is not selected by default

 mail/em-account-editor.c    |   18 +++++++++++++++++-
 widgets/misc/e-port-entry.c |    6 ++----
 2 files changed, 19 insertions(+), 5 deletions(-)

commit ee82d456d057ac63ff3e9193d8bbe882bf02192c
Author: Andre Klapper <a9016009@gmx.de>
Date:   Wed Mar 7 18:08:32 2012 +0100

    User Docs: Clarify Bogofilter usage again. Fixes bug #665008

 help/C/mail-spam-marking.page |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit ea3c3ad448447fa668a96b79ea55c8758c370776
Author: Andre Klapper <a9016009@gmx.de>
Date:   Wed Mar 7 18:06:53 2012 +0100

    User Docs: Rewrite Spam Marking. Fixes bug #665008

 help/C/mail-spam-marking.page  |   18 +++++++++++-------
 help/C/mail-spam-settings.page |    9 ++++++++-
 2 files changed, 19 insertions(+), 8 deletions(-)

commit d04c2d3a9bb26563e1b854773e7b9a106eeae33c
Author: Andre Klapper <a9016009@gmx.de>
Date:   Wed Mar 7 17:49:44 2012 +0100

    User Docs: Explain how Bogofilter and SpamAssassin work and link to their FAQs. See bug #665008

 help/C/mail-spam-settings.page |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

commit 932f7cada8400905b5aeb75a3d40979cf4004c22
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Mar 7 09:36:12 2012 -0500

    EConfig: Support custom page skip callbacks.
    
    Add e_config_add_skip_check() to install a callback function to
    decide whether to skip a particular page in a GtkAssistant, useful
    if a page may be blank in certain conditions.
    
    This feature is not used in Evolution 3.4, but will be used in 3.5.

 e-util/e-config.c |   62 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 e-util/e-config.h |    4 +++
 2 files changed, 65 insertions(+), 1 deletions(-)

commit 579417fec3165f844516b5ba3d5d50f0849c39b7
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Mar 7 11:41:11 2012 -0500

    EMAccountEditor: Avoid a runtime warning.

 mail/em-account-editor.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 50f6a77742027c624b3bf75577fb00bf38a70a95
Author: Andre Klapper <a9016009@gmx.de>
Date:   Wed Mar 7 17:34:31 2012 +0100

    User Docs: Move page to Advanced section

 help/C/mail-displaying-sender-photograph.page |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit d98b3aa72067342f10609b18b909439eed9f2bb1
Author: Andre Klapper <a9016009@gmx.de>
Date:   Wed Mar 7 17:34:05 2012 +0100

    User Docs: Add page about message source and all mail headers view

 help/C/mail-display-message-source.page |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

commit 28a932ae70795cef1b2e6185ebb5c2f8bdb123d5
Author: Andre Klapper <a9016009@gmx.de>
Date:   Wed Mar 7 17:27:51 2012 +0100

    User Docs: Add 'Advanced' section for Message Displaying to dump all the Headers/Source stuff

 help/C/mail-displaying-message.page |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit b64654ff48673a4c9343f648c69144986a6fd9d4
Author: Andre Klapper <a9016009@gmx.de>
Date:   Wed Mar 7 17:24:34 2012 +0100

    User Docs: Remove Source and Headers stuff from 'Message list sorting' section. Wrong place.

 help/C/mail-sorting-message-list.page |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit 881d48edf7c2c10b95e99f5911f1c0fbd64323a6
Author: Andre Klapper <a9016009@gmx.de>
Date:   Wed Mar 7 17:23:45 2012 +0100

    User Docs: Explain order in mail folder list pane and how to change. Fixes bug #661654

 help/C/mail-sorting-folder-list.page |   43 ++++++++++++++++++++++++++++++++++
 1 files changed, 43 insertions(+), 0 deletions(-)

commit 461ff1da7be7fdccbc2802d256a567d8d0391e56
Author: Andre Klapper <a9016009@gmx.de>
Date:   Wed Mar 7 17:15:33 2012 +0100

    User Docs: Link also into mail-layout-changing

 help/C/mail-sorting-message-list.page |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 897096e1cd838abc30e08492448b928e0d5b2c5a
Author: Andre Klapper <a9016009@gmx.de>
Date:   Wed Mar 7 16:57:38 2012 +0100

    User Docs: Fix wrong syntax

 help/C/change-keyboard-shortcuts.page |    4 ++--
 help/C/mail-sorting-message-list.page |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 22835d039a06585a73e947885d44e5be3e768d35
Author: Andre Klapper <a9016009@gmx.de>
Date:   Wed Mar 7 16:54:37 2012 +0100

    User Docs: Add missing markup

 help/C/mail-sorting-message-list.page |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 1e4944fdcf78b76b4f622fb28c0554c3dc63af35
Author: Andre Klapper <a9016009@gmx.de>
Date:   Wed Mar 7 16:49:43 2012 +0100

    User Docs: Mention 'Apply the same view settings to all folders' mail setting. Fixes bug #669246

 help/C/mail-change-columns-in-message-list.page |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 1afa9174feba7c1f884c28d3c74d084d749f021b
Author: Andre Klapper <a9016009@gmx.de>
Date:   Wed Mar 7 16:42:21 2012 +0100

    User Docs: Use conditional processing for package install links; Add EWS to first start page. Fixes bug #671068.

 help/C/default-browser.page                       |   13 ++++++-
 help/C/exchange-connectors-overview.page          |   36 +++++++++++++++++---
 help/C/intro-first-run.page                       |   34 +++++++++++++++++--
 help/C/mail-composer-change-quotation-string.page |   13 ++++++-
 help/C/mail-composer-spellcheck.page              |   18 ++++++++--
 help/C/mail-spam-settings.page                    |   18 ++++++++--
 6 files changed, 110 insertions(+), 22 deletions(-)

commit c793beed9866ba5978035b7a35c7d43922de29c9
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Wed Mar 7 19:06:47 2012 +0400

    Updated Russian translation

 po/ru.po |   69 +++++++++++++++++++------------------------------------------
 1 files changed, 22 insertions(+), 47 deletions(-)

commit 1b5a2be5511354345887d954f156d6e61ca320b1
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Mar 7 09:27:54 2012 -0500

    startup-wizard: Avoid em_account_editor_get_widget().
    
    em_account_editor_get_widget() won't be around much longer.
    Instead, use gtk_container_foreach() to scan for a GtkLabel.

 modules/startup-wizard/evolution-startup-wizard.c |   25 ++++++++++++++++-----
 1 files changed, 19 insertions(+), 6 deletions(-)

commit 30869d1fb7a94911ba030c8e0b8fa3b6c1614365
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Mar 7 08:37:18 2012 -0500

    EConfig: Miscellaneous cleanups.

 e-util/e-config.c |   68 ++++++++++++++++++++++++++++------------------------
 1 files changed, 37 insertions(+), 31 deletions(-)

commit 6ce1aed5b319c107b3300bc1e00e3efc63d5c303
Author: Praveen Arimbrathodiyil <pravi.a@gmail.com>
Date:   Wed Mar 7 19:13:05 2012 +0530

    Malayalam translation updated by Sadiq

 po/ml.po |21753 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 11200 insertions(+), 10553 deletions(-)

commit a1182c8c3db3ad7a369bbb3fc0261fc49b91a174
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Mar 6 10:12:15 2012 -0500

    Suppress deprecation warnings.
    
    Suppress deprecated declaration warnings, particularly from GTK+, until
    we're ready to care again.  Once we require GTK+ 3.4 we can start using
    the new deprecation min/max macros.

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

commit d33f21f77d86f2d7d21887ae6b1d05a3af20ff0c
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Tue Mar 6 15:49:20 2012 +0000

    Updated British English translation

 po/en_GB.po |23382 +++++++++++++++++++++++++++++++----------------------------
 1 files changed, 12316 insertions(+), 11066 deletions(-)

commit 89d18d5b8aa998559ae9c350fbf76ce7d60fe8f5
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Mar 6 14:10:34 2012 +0100

    Fix version number typo in the NEWS file

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

commit b8b0613be4d0ef40c91c1b82b3d1116cd289b64e
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Mar 6 14:09:16 2012 +0100

    Bug #671233 - Unable to choose port 587 for SMTP

 widgets/misc/e-port-entry.c |   19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)

commit dfa6774330372a3665019d9d3def7d7901aa038d
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Mar 5 17:08:51 2012 -0500

    Post-release version bump.

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