commit 4b402327e200e092c7ef32411b324237bea8709a
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Aug 28 12:38:28 2011 -0400

    NEWS update for 3.1.90 release.

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

commit 5dec54fe720605f2a13f850b150ee62866360141
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Aug 28 12:38:15 2011 -0400

    Fix build break in libeshell.

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

commit 05c22820e6b9e941df877901efb71f0c7900a686
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Aug 28 14:24:46 2011 +0200

    Updated Spanish translation

 help/es/es.po |  102 +++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 64 insertions(+), 38 deletions(-)

commit ef004d590342efa3926891e305d85a5e6d21145c
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Aug 28 12:41:32 2011 +0200

    Updated Spanish translation

 help/es/es.po |  141 +++++++++++++++++++++++++++++++++------------------------
 1 files changed, 82 insertions(+), 59 deletions(-)

commit 5481c269afd3c93031d6c0e42e8abe4e7829370c
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Sun Aug 28 10:56:12 2011 +0400

    Updated Russian translation

 po/ru.po | 8898 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 3973 insertions(+), 4925 deletions(-)

commit aa3b6c57a51dbd64af2371fd7a218231a3a56b19
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Aug 27 07:54:44 2011 -0400

    Fix enum generation problems in glib-gen.mak.
    
    Don't use pattern rules like %-enumtypes.h anymore because it matches
    installed header files like camel-enumtypes.h, so you get very strange
    things happening during the build like:
    
        .../camel/camel-enumtypes.h: e-util-enums.h
                glib-mkenums ... $^ > $@
    
    when e-util-enums.h has a newer timestamp than camel-enumtypes.h.
    
    Instead, we'll use another variable name -- glib_enum_output -- to
    replace the %-enumtypes pattern rules like so:
    
        $(glib_enum_output).h: $(glib_enum_headers)
                glib-mkenums ... $^ > $@
    
        $(glib_enum_output).c: $(glib_enum_headers)
                glib-mkenums ... $^ > $@
    
    Also use $(AM_V_GEN) to get cleaner looking output while building.

 e-util/Makefile.am |    1 +
 glib-gen.mak       |   19 ++++++++++---------
 mail/Makefile.am   |    1 +
 3 files changed, 12 insertions(+), 9 deletions(-)

commit f4eeac9d196423591309b872672657c1e4902d70
Author: OKANO Takayoshi <kano@na.rim.or.jp>
Date:   Sat Aug 27 14:17:03 2011 +0900

    Updated Japanese translation

 po/ja.po | 4936 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 2552 insertions(+), 2384 deletions(-)

commit 0de1dea9cb786bcfdd02b1e5e6930c8241397719
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Fri Aug 26 21:17:03 2011 +0200

    Updated Spanish translation

 po/es.po |  369 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 187 insertions(+), 182 deletions(-)

commit 29ca0b1934292d56f5cfa7cc7e15fb170c16c37c
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Fri Aug 26 21:14:03 2011 +0200

    Updated Spanish translation

 help/es/es.po |36598 ++++++++++++++++++---------------------------------------
 1 files changed, 11371 insertions(+), 25227 deletions(-)

commit c234d06d8a6d7b20977365c62d1b128504103e1d
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Fri Aug 26 21:07:51 2011 +0200

    Updated Spanish translation

 help/es/es.po |36564 +++++++++++++++++++++++++++++++++++++++------------------
 1 files changed, 25239 insertions(+), 11325 deletions(-)

commit 098bc8c232cd93ffbdd3abdb2b22eaa6134f48f2
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Aug 26 16:38:12 2011 +0200

    Stick Account Editor widgets at the top, like it used to before gtk3

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

commit 4cabd2c2479538ddeaddc03588e30de906576a3b
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Aug 26 14:56:12 2011 +0200

    [mail-to-task] Uses incorrect function to free array of message uids

 plugins/mail-to-task/mail-to-task.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit df385fa05b527bbc72392e33f2f4786393702d3e
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Aug 26 14:22:58 2011 +0200

    Changing source in CompEditor blocks UI

 calendar/gui/dialogs/event-page.c      |   94 +++++++++++++++--------
 calendar/gui/dialogs/memo-page.c       |   81 +++++++++++++++-----
 calendar/gui/dialogs/recurrence-page.c |  128 ++++++++++++++++++++++++--------
 calendar/gui/dialogs/task-page.c       |   86 ++++++++++++++-------
 plugins/mail-to-task/mail-to-task.c    |   14 ++++
 5 files changed, 289 insertions(+), 114 deletions(-)

commit f9cd7c9516c1be2d9c0fa4aeb016e7590839301b
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Aug 26 12:12:15 2011 +0200

    Updated Norwegian bokmål translation

 po/nb.po |  305 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 153 insertions(+), 152 deletions(-)

commit 857505c202eb9d4567b681808d311dd7f0dd7d0f
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Aug 26 11:24:49 2011 +0200

    Bug #655551 - [mail-to-task] Pick organizer based on selected folder's store

 plugins/mail-to-task/mail-to-task.c |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

commit 4c7a93d9fd2b08db22a00bcf2477c3b0b87f4da6
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Aug 26 10:56:37 2011 +0200

    Bug #655549 - [mail-to-task] Ignores cancel of source select dialog

 plugins/mail-to-task/mail-to-task.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit af690e79a1c7ec7caa2f9c661bd1bd3f709a3e30
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Aug 26 10:30:50 2011 +0200

    Bug #657310 - Crash when editing transport-only accounts

 mail/e-mail-store.c      |   10 +++++++++-
 mail/em-account-editor.c |    8 ++++----
 2 files changed, 13 insertions(+), 5 deletions(-)

commit eab1c5b25236e6127bd1f42a87dd2851a40792f8
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Aug 26 08:47:20 2011 +0200

    Bug #657396 - Rename Alarms tab to Reminders in preferences

 modules/calendar/e-calendar-preferences.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit db5b79ff2cd721e79fe930587cfdc84abd3ce2b7
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Aug 26 08:36:58 2011 +0200

    Bug #362366 - Dragging selected folder to message pane duplicates messages

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

commit a53c11fd0af71ecbec3a643a4cbe62d3b6ea8883
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Aug 25 19:28:51 2011 +0200

    Bug #655708 - Unreadable tooltip for Memo/Task

 calendar/gui/e-memo-table.c |    8 +++++++-
 calendar/gui/e-task-table.c |   10 +++++++++-
 2 files changed, 16 insertions(+), 2 deletions(-)

commit e408bda1ef4c7f54642d41274b888481da3be2cd
Author: Andre Klapper <a9016009@gmx.de>
Date:   Thu Aug 25 19:12:10 2011 +0200

    Fix two TODOs now that UI bug 655629 is fixed

 help/C/mail-receiving-options-local-delivery.page  |    5 ++---
 ...ail-receiving-options-unix-mbox-spool-file.page |    5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

commit ede1d065dd5ba4f9dd5beace3ebfd6d42d9baa8a
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Aug 25 18:49:13 2011 +0200

    Bug #655629 - "Path:" label for spool file should be "File:" label

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

commit 2ff0386d608c2cdbef0ddc24372a2334a4e74038
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Aug 25 18:14:14 2011 +0200

    Bug #655490 - Location chooser dialog for Weather calendar is too small

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

commit cae6068419d73892dfa52cfa03d416c35be9a571
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Aug 25 18:08:24 2011 +0200

    Bug #655419 - "Save as iCalendar" misses mnemonic

 modules/calendar/e-cal-shell-view-actions.c |    2 +-
 modules/calendar/e-cal-shell-view-memopad.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 99fc772a9bc32a11d5f3d6e1557ea28fbfbf8954
Author: Andre Klapper <a9016009@gmx.de>
Date:   Thu Aug 25 14:48:11 2011 +0200

    User docs: Move TODO outside of sentence for translators

 help/C/calendar-alarms-and-reminders.page |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 37b1c92626a266fac5e3ae38c81caef847900a48
Author: Andre Klapper <a9016009@gmx.de>
Date:   Thu Aug 25 14:42:58 2011 +0200

    User docs: Add info about strftime variables

 help/C/calendar-layout-appointment-display.page |    5 +++--
 help/C/mail-change-time-format.page             |    6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

commit dec1671ab5bbc710bdef5b45f0f79a481443b0b9
Author: Andre Klapper <a9016009@gmx.de>
Date:   Thu Aug 25 14:40:59 2011 +0200

    Add explicit bug ID for TODO about missing Headers option in IMAP+

 help/C/mail-account-manage-imap-plus.page |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3a6ff3794ebe418e069431210fed11b11cd6d795
Author: Andre Klapper <a9016009@gmx.de>
Date:   Thu Aug 25 14:39:34 2011 +0200

    User docs: Add explicit bug ID for TODO about UI issues

 help/C/calendar-layout-appointment-display.page |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7fe7c162b6fba95d1146cc79753e49ac36215b14
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Aug 25 14:03:44 2011 +0200

    Bug #650839 - Add option for alarms into calendar preferences

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

commit 6554585adedff314f2b1788e2a6974c063cbce0b
Author: Andre Klapper <a9016009@gmx.de>
Date:   Thu Aug 25 13:58:06 2011 +0200

    User docs: Fix wrong meeting invitation instructions; explain Inherit Reminder option to fix bug #587067

 .../calendar-meetings-replying-to-invitation.page  |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

commit ddef48775d919e6baad794edec2db6a741f43815
Author: Andre Klapper <a9016009@gmx.de>
Date:   Thu Aug 25 13:50:16 2011 +0200

    User docs: Reorder buttons as shown in UI

 .../calendar-meetings-replying-to-invitation.page  |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit b43782e2f62cef0e9e522e19df07eb7a8d180753
Author: Andre Klapper <a9016009@gmx.de>
Date:   Thu Aug 25 13:46:36 2011 +0200

    User docs: Warn about order of filters. Fixes bug #602906

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

commit 0d188055c411250619c517bd458641a6500edf98
Author: Andre Klapper <a9016009@gmx.de>
Date:   Thu Aug 25 13:45:52 2011 +0200

    User docs: Fix copy and paste typo

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

commit c90493f7d241b84c0459e22f99c752e1a7d1d8b7
Author: Andre Klapper <a9016009@gmx.de>
Date:   Thu Aug 25 13:36:20 2011 +0200

    User Docs: Remove plenking

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

commit d11c159fc6d40ffcd4a90ff7605012ecc8152627
Author: Andre Klapper <a9016009@gmx.de>
Date:   Thu Aug 25 13:31:40 2011 +0200

    User docs: Add introduction sentence for switcher. Fixes bug #657028

 help/C/intro-main-window.page |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 260b7fbae5c39ac43847e8d2a79a03be21e4c50f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Aug 24 21:27:27 2011 +0200

    Updated Norwegian bokmål translation

 po/nb.po |  616 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 310 insertions(+), 306 deletions(-)

commit a03716f8a5fcdb8607f57e7090eac8fa83b3a90c
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Aug 24 21:28:48 2011 +0200

    Updated Spanish translation

 help/es/es.po |  378 +++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 231 insertions(+), 147 deletions(-)

commit 7251e2783e07e48918f2400029b6001e22517a81
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Aug 24 19:53:51 2011 +0200

    Updated Spanish translation

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

commit b4ab5fb55b66a06e83cce4f567a825908078d586
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Aug 24 19:52:49 2011 +0200

    Updated Spanish translation

 po/es.po |  230 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 116 insertions(+), 114 deletions(-)

commit 79d5901a244b29e9250c6868ddd2ef2daf105106
Author: Andre Klapper <a9016009@gmx.de>
Date:   Wed Aug 24 18:54:11 2011 +0200

    Add image mimetype to user doc

 help/C/intro-main-window.page |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

commit 1c98b1fd3690ef654287247b9c02cba40322c58e
Author: Andre Klapper <a9016009@gmx.de>
Date:   Wed Aug 24 18:53:27 2011 +0200

    Add image mimetype to user doc

 help/C/index.page |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

commit e0cf61b71f3f9399dcd965d6c18cd6ae06d4911d
Author: Andre Klapper <a9016009@gmx.de>
Date:   Wed Aug 24 18:14:54 2011 +0200

    Update a few fuzzy strings in Czech help translation

 help/cs/cs.po |16913 +++++++--------------------------------------------------
 1 files changed, 1829 insertions(+), 15084 deletions(-)

commit 8949274c0b61851e7d964bcf0ee94b2a929e993d
Author: Andre Klapper <a9016009@gmx.de>
Date:   Wed Aug 24 18:03:30 2011 +0200

    Fix small typo in user docs

 help/C/mail-follow-up-flag.page |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 10d55d85ca0b3e04138bdf6ec71b1f8acf692c0b
Author: Andre Klapper <a9016009@gmx.de>
Date:   Wed Aug 24 18:02:37 2011 +0200

    Sync two strings in user docs to decrease work for translators

 help/C/mail-encryption-gpg-signing-encrypting.page |    4 ++--
 .../mail-encryption-s-mime-signing-encrypting.page |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit f67ba3c152d5d396c005adfc1576e8392d4033e3
Author: Andre Klapper <a9016009@gmx.de>
Date:   Wed Aug 24 15:41:34 2011 +0200

    Link to POP3 Extensions RFC to fix bug 317830

 help/C/mail-receiving-options-pop.page |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 631f18b4b1358af85d91056e20c466b7cc26ac5f
Author: Andre Klapper <a9016009@gmx.de>
Date:   Wed Aug 24 13:59:47 2011 +0200

    Update user docs as per latest Preferences UI changes, see bug 655666

 help/C/calendar-free-busy.page  |    4 +++-
 help/C/calendar-publishing.page |    5 +++--
 2 files changed, 6 insertions(+), 3 deletions(-)

commit 3ff7a3b5b6c0789d63067f00ccb7a6ee79935574
Author: Andre Klapper <a9016009@gmx.de>
Date:   Wed Aug 24 13:52:32 2011 +0200

    Update user docs now that bug 655666 is fixed

 help/C/tasks-display-settings.page |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

commit 5175c43a8822425a618c0515972b5a4986cbf648
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Aug 24 13:40:35 2011 +0200

    Bug #652914 - IMAP: moving mail puts a copy into real Trash too

 mail/em-account-editor.c |   97 ++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 85 insertions(+), 12 deletions(-)

commit ffc7d7e8540e83839d0b56f268528af64fab1bff
Author: Daniel Nylander <po@danielnylander.se>
Date:   Wed Aug 24 08:51:08 2011 +0200

    Updated Swedish translation

 po/sv.po | 3528 ++++++++++++++++++++++++++------------------------------------
 1 files changed, 1473 insertions(+), 2055 deletions(-)

commit a6d89c3a967a6d339c3be903d8b12bcf467c3eb3
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Tue Aug 23 23:13:08 2011 +0200

    [l10n] Updated German help translation screen-shots

 help/de/de.po |12335 +++++++++++++++++++--------------------------------------
 1 files changed, 4119 insertions(+), 8216 deletions(-)

commit 45070d4d9d9ac75d632c8560d28e3b9fa942af10
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Aug 23 22:06:53 2011 +0200

    Updated Spanish translation

 help/es/es.po |  243 +++++++++++++++++++++++++++++----------------------------
 1 files changed, 123 insertions(+), 120 deletions(-)

commit a7840ef0ef78bf909deda11c7bb99ce9d5474652
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Aug 23 16:56:29 2011 +0200

    Bug #655666 - Split task preferences into its own tab

 modules/calendar/e-calendar-preferences.c          |    1 +
 modules/calendar/e-calendar-preferences.ui         |  191 ++++++++++++--------
 .../org-gnome-publish-calendar.eplug.xml           |   18 +--
 3 files changed, 118 insertions(+), 92 deletions(-)

commit 25b1e4a09c35c623a46d304eb2fef0a837027118
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Tue Aug 23 16:00:40 2011 +0200

    Updated Serbian translation

 po/sr.po       | 9205 +++++++++++++++++++++++++++-----------------------------
 po/sr@latin.po | 9039 +++++++++++++++++++++++++++----------------------------
 2 files changed, 8807 insertions(+), 9437 deletions(-)

commit 738df92cb32513306c1f757c1ddce6ff613eab06
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Aug 23 15:02:26 2011 +0200

    Very slow filling of EMSubscriptionEditor tree view

 mail/em-subscription-editor.c |   28 +++++++++++++++++++++-------
 1 files changed, 21 insertions(+), 7 deletions(-)

commit e2b688d1896545926c35a691247c960ab76f3c8d
Author: Dr.T.Vasudevan <agnihot3@gmail.com>
Date:   Tue Aug 23 10:17:17 2011 +0530

    Updated Tamil translation

 po/ta.po | 9741 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 4959 insertions(+), 4782 deletions(-)

commit 96e804e14121758ab5bc33f9f45d1659ffe82436
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Mon Aug 22 23:44:11 2011 +0200

    [l10n] Updated German translation

 po/de.po | 3639 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 1859 insertions(+), 1780 deletions(-)

commit afc4fe945f48b340dbe82eb569b4800cb021149f
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Aug 22 23:38:14 2011 +0200

    Updated Spanish screenshot, fixes bug #657102

 help/es/figures/new-mail-switcher.png |  Bin 8405 -> 10414 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit fa7f682b40c0e999cce57c3b0e3706c351f82e8e
Author: Andre Klapper <a9016009@gmx.de>
Date:   Mon Aug 22 21:30:06 2011 +0200

    Add translator comment for screenshot in docs

 help/C/mail-received-notification.page |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 9286b8b4fa0a31608ea668444a25deea61e5b7eb
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Aug 22 20:31:05 2011 +0200

    Updated Spanish translation

 help/es/es.po |10104 ++-------------------------------------------------------
 1 files changed, 313 insertions(+), 9791 deletions(-)

commit 279722df7c777a2e8d3e39a38cb95a08ba526e76
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Aug 22 17:02:58 2011 +0200

    Bug #652092 - 'Mark messages as read' doesn't work with search folder

 plugins/mark-all-read/mark-all-read.c |   22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)

commit 00cf6c2db043301f3fe1f53c2c5c7976e9bff1ee
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Aug 21 20:44:26 2011 +0200

    Updated Spanish translation

 help/es/es.po |   58 ++++++++++++++++++++++++--------------------------------
 po/es.po      |   23 ++++++++++-----------
 2 files changed, 36 insertions(+), 45 deletions(-)

commit 399664104361c4a4d98f4ca97d47d2c88a8ade88
Author: A S Alam <aalam@users.sf.net>
Date:   Sat Aug 20 22:58:00 2011 +0530

    update Punjabi Translation

 po/pa.po |11469 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 6075 insertions(+), 5394 deletions(-)

commit deca3493b13a9ffa31687d4cf363710e5c6edb80
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Aug 20 15:34:55 2011 +0200

    Updated Spanish translation

 help/es/figures/new-mail-notification.png |  Bin 0 -> 327823 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit b5afa20241ea1276b436bf53e5f81eb3347a7e61
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Aug 20 15:16:25 2011 +0200

    Updated Spanish translation

 help/es/figures/window-overview-layers.png |  Bin 0 -> 124597 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit b1a708fb557a1c690e8590316d2260a91bb9b4bd
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Aug 20 14:16:01 2011 +0200

    Updated Spanish translation

 help/es/es.po                         |  228 +++++++++++++++------------------
 help/es/figures/new-mail-switcher.png |  Bin 10896 -> 8405 bytes
 2 files changed, 106 insertions(+), 122 deletions(-)

commit 5a3e6d9ec4f93e64e1258aa08c7442eea16b6478
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sat Aug 20 11:27:42 2011 +0200

    Updated Spanish translation

 po/es.po |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit f8fb4602addb604968a2d17c19684379292d2193
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Aug 20 11:06:05 2011 +0200

    Updated Spanish translation

 help/es/es.po |  124 ++--
 po/es.po      | 2230 ++++++++++++++++++++++++++++-----------------------------
 2 files changed, 1171 insertions(+), 1183 deletions(-)

commit c2eddc92d609a148710bb4c713d5f8628b152725
Author: Andika Triwidada <andika@gmail.com>
Date:   Sat Aug 20 16:03:12 2011 +0700

    Updated Indonesian translation

 po/id.po |  425 +++++++++++++++++++++++---------------------------------------
 1 files changed, 156 insertions(+), 269 deletions(-)

commit dab7c5cd2cbb0dd2d05fae6d2a519955e87f0a27
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Aug 19 17:57:47 2011 +0200

    Cannot add folder to previously saved Search folder

 mail/mail-vfolder.c |   36 +++++++++++++++++++++++-------------
 1 files changed, 23 insertions(+), 13 deletions(-)

commit 4b461ef363b736d361054f3e50d44d1b241dd320
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Aug 19 10:52:38 2011 -0400

    plugin-mono: Remove Camel.cs and Evolution.cs
    
    These files are hopelessly out of date, and don't appear to be used for
    anything anyway.  The only sustainable way to provide language bindings
    for Evolution is to generate them through gobject-introspection.

 modules/plugin-mono/Camel.cs     | 1210 --------------------------------------
 modules/plugin-mono/Evolution.cs |  158 -----
 2 files changed, 0 insertions(+), 1368 deletions(-)

commit ba74d638a688e51ab4af9f7aace3c3b613a2c5e5
Author: Andre Klapper <a9016009@gmx.de>
Date:   Fri Aug 19 15:34:57 2011 +0200

    Update user doc instructions now that UI bug 655492 is fixed

 help/C/contacts-add-automatically.page |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 6a1b3f773e18b23413ad20299889c0b9fc74a2ee
Author: Andika Triwidada <andika@gmail.com>
Date:   Fri Aug 19 20:32:44 2011 +0700

    Updated Indonesian translation

 po/id.po |25125 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 12151 insertions(+), 12974 deletions(-)

commit 54b7c198c3fa0cbef5d7e2b66ec621dd499792a0
Author: Andre Klapper <a9016009@gmx.de>
Date:   Fri Aug 19 15:30:50 2011 +0200

    Capitalize tab header as all others are capitalized too

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

commit 9ace73c689000530715aafb47398253ad82d16fe
Author: Andre Klapper <a9016009@gmx.de>
Date:   Fri Aug 19 15:29:51 2011 +0200

    Update user doc instructions now that UI bug 655494 is fixed

 help/C/calendar-free-busy.page                     |    4 +---
 .../calendar-meetings-replying-to-invitation.page  |    7 ++-----
 2 files changed, 3 insertions(+), 8 deletions(-)

commit 6b13cb5be7462b7e6e43af07e6051a553fb5d127
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Aug 19 13:54:32 2011 +0200

    Bug #651741 - Find in text message doesn't warn about no matching found

 widgets/misc/e-search-bar.c          |    2 ++
 widgets/misc/e-searching-tokenizer.c |    4 +++-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit c8061dd92686417fc0bf3aba83825643f1ad4d2b
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Aug 19 08:56:13 2011 +0200

    Bug #651633 - Hidden task/memo sidebar always automagically re-appears

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

commit db58289bdf6b82ce211ae9b4accad2ad5998bb78
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Aug 18 18:56:02 2011 +0200

    Invalidate region by one more pixel in width and height

 libgnomecanvas/gnome-canvas.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit d0d4b84c8e877ce3eddf206474dbad781dee40ae
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Aug 18 18:23:16 2011 +0200

    Bug #656733 - GUI no longer allows for non-default ports for email

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

commit d33ed726f9562015b65c27360b02be0dfad7c11b
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Aug 18 12:17:04 2011 -0400

    Update EMailBrowser actions when MessageList reloads.
    
    There was never a bug filed for this, but some mailing list discussion:
    http://mail.gnome.org/archives/evolution-list/2011-August/msg00084.html

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

commit 59c61f49856291cc6cfd821533da16848d4a1e06
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Aug 18 17:29:42 2011 +0200

    Bug #656810 - Too strict checking for validity of received calendars

 calendar/gui/itip-utils.c |   22 ++++++++++++++++++----
 1 files changed, 18 insertions(+), 4 deletions(-)

commit cfd3c3116ba35950497d24eedb28bd7064fb459a
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Aug 18 09:21:35 2011 +0200

    Do not show IM icons, a workaround till bug #473862 is fixed

 addressbook/gui/widgets/eab-contact-display.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 31a00721343016518b458aae5c2045b32785256f
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Aug 17 23:10:41 2011 -0400

    Bug 656720 - Exclude NNTP stores from Create Folder dialog

 mail/e-mail-store.c         |    6 ------
 mail/em-folder-tree-model.c |   28 +++++++++++++++++-----------
 mail/em-folder-utils.c      |   26 +++++++++++++++++++++++++-
 3 files changed, 42 insertions(+), 18 deletions(-)

commit ef929f26973d8d5712a6962c804b1dc0b439d0a9
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Aug 17 22:20:50 2011 -0400

    e_mail_store_foreach(): Take an EMailSession parameter.
    
    Use camel_session_list_services() instead of the internal store table.
    The store table serves little purpose nowadays and could probably be
    removed.  I'll look into that later.

 mail/e-mail-backend.c                    |   12 ++++++++----
 mail/e-mail-store.c                      |   27 ++++++++++++++-------------
 mail/e-mail-store.h                      |    3 ++-
 modules/mail/e-mail-shell-backend.c      |    7 ++++++-
 modules/mail/e-mail-shell-view-actions.c |    6 +++++-
 5 files changed, 35 insertions(+), 20 deletions(-)

commit dd57574c0427b4571c1daac42b6ffa636a8c80c1
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Aug 17 21:21:22 2011 -0400

    Use new CamelService:display-name property.
    
    Simplify, simplify...

 mail/e-mail-backend.c                         |   12 ++----
 mail/e-mail-local.c                           |    2 +
 mail/e-mail-session.c                         |   10 +++--
 mail/e-mail-store.c                           |   47 ++++++++-----------------
 mail/e-mail-store.h                           |    5 +--
 mail/em-composer-utils.c                      |   14 ++++---
 mail/em-folder-selection-button.c             |    3 +-
 mail/em-folder-tree-model.c                   |   14 ++++---
 mail/em-folder-tree-model.h                   |    3 +-
 mail/em-subscription-editor.c                 |   14 +++-----
 mail/mail-vfolder.c                           |   19 ++++------
 mail/message-list.c                           |   14 ++-----
 modules/mail/e-mail-shell-backend.c           |    3 +-
 modules/mail/e-mail-shell-view-actions.c      |    3 +-
 plugins/mail-notification/mail-notification.c |   15 +++-----
 15 files changed, 71 insertions(+), 107 deletions(-)

commit f20ec31e2069d4278cc7d5d4a96a334c9bbccb40
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Aug 17 19:06:27 2011 -0400

    Bug 656718 - Runtime warning in folder_tree_get_folder_info_cb()
    
    If we've just set up an NNTP account and haven't subscribed to any
    folders yet, the folder_info tree may legitimately be NULL.  Don't
    treat it as an error.

 mail/em-folder-tree.c |   29 ++++++++++++++++-------------
 1 files changed, 16 insertions(+), 13 deletions(-)

commit 1fbfe8fd93be0e2741c340c05aa088f07e8beb04
Author: Andre Klapper <a9016009@gmx.de>
Date:   Wed Aug 17 22:24:18 2011 +0200

    Change license of Czech Help translation as per https://mail.gnome.org/archives/gnome-cs-list/2011-August/msg00013.html

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

commit f54eb4f2eed6d533e043bd9c955a35696d52b7db
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Aug 17 12:55:38 2011 +0200

    Bug #656723 - Forgets 'Use secure connection' setting during account configuration

 mail/em-account-editor.c |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

commit a9749195b034f5cefec575d2da7cc465b2d2ac76
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Aug 17 11:16:06 2011 +0200

    Bug #656622 - 'Check for supported types' fails again

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

commit cdf7dc43ec5a42ec9962223e54ec80ce678a807e
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Aug 17 08:57:32 2011 +0200

    Bug #656722 - Incorrect prototype of notify:: signal callback

 addressbook/gui/contact-editor/e-contact-editor.c |    2 +-
 addressbook/gui/widgets/e-addressbook-model.c     |   30 +++++++-------------
 widgets/misc/e-contact-map-window.c               |    2 +-
 3 files changed, 13 insertions(+), 21 deletions(-)

commit a462d33a6da18e08667a7111c70cef72fca86dc5
Author: Fran Dieguez <fran@openhost.es>
Date:   Tue Aug 16 19:21:12 2011 +0200

    Updated Galician translations

 po/gl.po | 2494 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 1249 insertions(+), 1245 deletions(-)

commit be48e719400661da517fb0d8a570053af15c2c18
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Tue Aug 16 11:34:08 2011 -0400

    Simplify em_config_target_new_account_update_settings().
    
    Just connect to the "notify" signal, without the detail.  That will
    trigger the callback when any property changes, which seems to be the
    intent there.

 mail/em-config.c |   20 ++++----------------
 1 files changed, 4 insertions(+), 16 deletions(-)

commit c0bd29a4ceb8e090203ccc981d6fd98202d53b57
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Aug 16 17:07:34 2011 +0200

    Updated Norwegian bokmål translation.

 po/nb.po | 3329 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 1656 insertions(+), 1673 deletions(-)

commit 867af5145127fc38d06e2747886dd7a24775044d
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Aug 16 11:19:59 2011 +0200

    Updated Spanish translation

 help/es/es.po |  383 +++++++++++++++++++++++++++++----------------------------
 1 files changed, 192 insertions(+), 191 deletions(-)

commit 082f62aaa3958d8748bf1033efa8d90d439049aa
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Aug 16 08:52:13 2011 +0200

    Bug #656620 - Account editor doesn't update on settings change

 mail/em-account-editor.c |    6 +-----
 mail/em-config.c         |   38 ++++++++++++++++++++++++++++++++++++++
 mail/em-config.h         |    4 ++++
 3 files changed, 43 insertions(+), 5 deletions(-)

commit 6e1e36c0474312058a1479d2f570428c2dc0e806
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Aug 16 07:39:06 2011 +0200

    Using of uninitialized memory in em-folder-tree-model.c:store_info_free

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

commit f3648e1cb5f1a2537b557bce2ff9b0bc4f17c751
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Aug 15 17:36:43 2011 -0400

    Adapt to new CamelSubscribable interface.

 mail/e-mail-folder-utils.c       |    7 ++++---
 mail/e-mail-session-utils.c      |    5 +++--
 mail/e-mail-sidebar.c            |    4 ++--
 mail/e-mail-sidebar.h            |    2 +-
 mail/e-mail-store-utils.c        |    7 ++++---
 mail/em-folder-tree-model.c      |   25 +++++++++++++++----------
 mail/em-folder-utils.c           |   25 +++++++++++++++----------
 mail/em-subscription-editor.c    |   30 +++++++++++++++++++-----------
 mail/mail-folder-cache.c         |    7 +++++--
 modules/mail/e-mail-shell-view.c |   18 +++++++++---------
 10 files changed, 77 insertions(+), 53 deletions(-)

commit 4ba4bdd01266ce0c3642f92093f4ff2e09348fff
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Aug 15 21:31:41 2011 +0200

    Notify about all newly received messages since the last check

 mail/mail-folder-cache.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit 4296c1b0c5c1a011ad3751280eeead92a045c635
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Aug 15 20:42:21 2011 +0200

    Bug #655254 - Cropped Junk settings text

 mail/mail-config.ui            |    3 +--
 modules/mail/em-mailer-prefs.c |    3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

commit 2ffc7c943350675d9ee5f6862cb97aa87f0093e4
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Aug 15 19:40:00 2011 +0200

    Bug #656258 - Critical runtime warning on comp-editor close

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

commit f5b711013dc1b1cbf5b846a45c634a530780db83
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Aug 3 21:13:49 2011 -0500

    EMAccountEditor: Utilize CamelSettings.
    
    Simplifies the code overall, since now we can bind widget properties to
    settings properties and omit a bunch of callback functions.  Plus now we
    can initialize the settings widgets with proper defaults according to
    the property specifications of CamelSettings classes.

 mail/em-account-editor.c | 1109 ++++++++++++++++++++--------------------------
 mail/em-account-editor.h |    6 +-
 mail/mail-config.ui      |    8 +-
 3 files changed, 488 insertions(+), 635 deletions(-)

commit 31d1aa0441cbb187dd3cbe73ffc1e3b781c3b642
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Aug 15 10:44:14 2011 -0400

    imap-headers: Adapt to CamelSettings.
    
    Write values to CamelSettings instead of URL parameters.

 plugins/imap-features/imap-headers.c |  153 ++++++++++++++++-----------------
 1 files changed, 74 insertions(+), 79 deletions(-)

commit 7b7aee279438d47bb840982e1f526b4c8d912801
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Aug 15 10:42:11 2011 -0400

    EMConfigTargetAccount: Add CamelSettings member.
    
    Allows plugins to manipulate a CamelSettings instance directly.  The
    settings are written back to the URL string (for now) when the user
    clicks Apply in the mail account editor.

 mail/em-config.c |   10 +++++++++-
 mail/em-config.h |    4 +++-
 2 files changed, 12 insertions(+), 2 deletions(-)

commit 079db2baea7b3a9261e7c8b795608b36ea5261ec
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Aug 15 10:38:14 2011 -0400

    MailAccountView: Adapt to URL parameter renames.
    
    It's "security-method" now instead of "use_ssl".

 capplet/settings/mail-account-view.c |   74 ++++++++++++++++-----------------
 1 files changed, 36 insertions(+), 38 deletions(-)

commit d5a6337563eafd7628aed41deee989864933db62
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Aug 15 10:36:37 2011 -0400

    online-accounts: Adapt to URL parameter renames.
    
    It's "security-method" now instead of "use_ssl".

 modules/online-accounts/e-online-accounts-google.c |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

commit 9cc59ac6c37351a8d956d3ac081b473f92100196
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Aug 15 10:30:39 2011 -0400

    Drop some ancient GroupWise account migration.
    
    Not worth the pain of maintaining old cruft to make progress.
    
    Breaks GW account migration from versions prior to 2.8 (circa 2006), but
    you'd be better off starting from a clean slate anyway if you're jumping
    that many releases.

 modules/calendar/e-memo-shell-migrate.c |   91 -------------------------------
 1 files changed, 0 insertions(+), 91 deletions(-)

commit 704d330db6d136c0f13cce452bd7ed6f6edcab28
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Aug 15 10:26:26 2011 -0400

    EPortEntry: Add a "security-method" property.
    
    This is an enum property of type CAMEL_TYPE_NETWORK_SECURITY_METHOD.
    We can then bind it to CamelNetworkSettings:security-method.

 widgets/misc/e-port-entry.c |  180 ++++++++++++++++++++++++++++---------------
 widgets/misc/e-port-entry.h |   33 +++++----
 2 files changed, 138 insertions(+), 75 deletions(-)

commit ccacbe5d128dff4dac72cd2af37e80303b377a45
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Aug 15 10:21:49 2011 -0400

    EMailLocal: Change how we set "need-summary-check".
    
    Set the CamelLocalStore:need-summary-check property directly instead of
    through camel_url_set_param().  This value is not stored permanently.

 mail/e-mail-local.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit e656e749f05ed92c2d5ff73cd2da9e39f05ae1a0
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Aug 15 10:18:30 2011 -0400

    EMailSession: Configure settings when adding services.
    
    Override CamelSession.add_service().  First chain up, then, if
    initialization was successful, call camel_settings_load_from_url() on
    the CamelSettings object in the new CamelService instance.
    
    Note that eventually we'll load CamelSettings values from a key file
    instead of from URL parameters.  This is just a temporary measure.

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

commit 91656b8edc871487fe0930675d3d4d733cfc38e0
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Jul 31 21:20:38 2011 -0500

    Add migration routine for CamelURL param renames.

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

commit 80f4a16462a23e45a173dd1fa1ea6f9332fa9405
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Aug 15 17:32:20 2011 +0200

    Bug #655942 - Shows 'Storing folder...' when deleting a local folder

 mail/e-mail-folder-utils.c |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

commit 06d760be123616c5e3644559e5bbe4b9c91e2395
Author: Alexandre Rostovtsev <tetromino@gmail.com>
Date:   Mon Aug 15 15:38:28 2011 +0200

    Bug #656537 - Fix mallard relaxng validation errors in help pages

 help/C/calendar-layout-appointment-display.page |    2 --
 help/C/calendar-searching.page                  |    2 +-
 help/C/contacts-ldap.page                       |    2 +-
 help/C/contacts-searching.page                  |    2 +-
 help/C/contacts-using-contact-lists.page        |    2 +-
 help/C/import-apps-outlook.page                 |    9 +++++----
 help/C/mail-composer-html-image.page            |    2 +-
 help/C/mail-composer-several-recipients.page    |    4 ++--
 help/C/mail-encryption-gpg-create-key.page      |    4 ++--
 help/C/mail-encryption-gpg-set-up.page          |    3 ++-
 help/C/mail-filters.page                        |    1 -
 help/C/mail-folders.page                        |    9 +++++----
 help/C/mail-organizing.page                     |    4 ++--
 help/C/mail-searching.page                      |    2 +-
 help/C/mail-send-and-receive.page               |    2 +-
 help/C/mail-sending-options-smtp.page           |    3 ++-
 help/C/mail-sorting-message-list.page           |   16 ++++++++--------
 help/C/mail-spam-settings.page                  |    3 ++-
 help/C/memos-searching.page                     |    2 +-
 help/C/tasks-searching.page                     |    2 +-
 help/C/using-categories.page                    |    4 ++--
 21 files changed, 41 insertions(+), 39 deletions(-)

commit 200c9aae54a6083baf9180571e239c5ad2823400
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Aug 15 10:38:43 2011 +0200

    Updated Spanish translation

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

commit 6918d9b06a873b16dab3b16bf198b3c92746bd1e
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Aug 15 10:37:47 2011 +0200

    Updated Spanish translation

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

commit 41a0402476733ad584b3ebe5cec7a48aca5d1fda
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Aug 15 10:15:28 2011 +0200

    Updated Spanish translation

 help/es/es.po |  128 +++++++++++++++++++++++++++------------------------------
 1 files changed, 60 insertions(+), 68 deletions(-)

commit 99b4a9a4b111278a113334d9074cbd109a51da7f
Author: Chenthill Palanisamy <pchenthill@novell.com>
Date:   Sun Aug 14 22:51:38 2011 +0530

    post release version bump

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

commit 01891d0a337838999b8853d2a9813844a981ab14