commit bf2348b537ffb9c3fc0bdd352fd0406c32800b82
Author: Sandy Armstrong <sanfordarmstrong@gmail.com>
Date:   Mon Oct 25 06:42:58 2010 -0700

    Updates NEWS for 1.4.1 and 1.4.2

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

commit c542262d23f5f98ce93774adaeed247bc6e9d27a
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Oct 24 13:13:18 2010 +0200

    Updated Spanish translation

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

commit f48ca1ebb044ecd0fe1e016ae54285e7f420cb35
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Oct 24 13:10:05 2010 +0200

    Updated Spanish translation

 help/es/es.po |  466 ++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 294 insertions(+), 172 deletions(-)

commit 8619e345cbf4b6664c7a6ad942ea0626df199e63
Author: Paul Cutler <pcutler@gnome.org>
Date:   Fri Oct 22 08:07:21 2010 -0500

    [help] Fix formatting and link in sync.page bgo623633
    
    Fix formatting in sync-setup page and broken link in sync.page that
    links to sync-setup.page.  Fixes bgo 623633

 help/C/sync-setup.page |   41 +++++++++++++++++++++++++++--------------
 help/C/sync.page       |    4 ++--
 2 files changed, 29 insertions(+), 16 deletions(-)

commit e2e1646ac1b61935c7b57a346afd8a84a9d9cea1
Author: Claude Paroz <claude@2xlibre.net>
Date:   Fri Oct 22 09:06:05 2010 +0200

    [help] Add missing page in Makefile.am
    
    Fix for bug #632633

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

commit e7a810896fa613fcaa8ae86260f1619f9ff8ed17
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Thu Oct 21 00:38:24 2010 +0900

    Updated Japanese translation

 po/ja.po |   33 +++++++++++++++++----------------
 1 files changed, 17 insertions(+), 16 deletions(-)

commit c59c716ddc6b4a2be0118d88bfd0b98103e617b0
Author: Sandy Armstrong <sanfordarmstrong@gmail.com>
Date:   Tue Oct 19 15:18:00 2010 -0700

    [websync] Update regex to ensure note content is synchronized
    
    Add unit tests demonstrating the problem; <note-content> elements
    with unexpected attributes caused us to send empty content during
    web sync.
    
    This can happen when note XML is generated by alternative Tomboy
    note clients like Gnote.
    
    A better fix would be to stop using a regex to parse this data, but
    fixing the regex seemed more appropriate for a stable bugfix release.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=632535

 Tomboy/Addins/WebSyncService/NoteConvert.cs        |    2 +-
 .../WebSyncService/Tests/NoteConvertTests.cs       |   24 +++++++++++++++++--
 Tomboy/Synchronization/SyncManager.cs              |    2 +-
 3 files changed, 23 insertions(+), 5 deletions(-)

commit f24bbfa621674898bf833d9d15be880e79eb9ba5
Author: Daniel Șerbănescu <cyber19rider@gmail.com>
Date:   Thu Oct 14 18:46:08 2010 +0300

    Updated Romanian translation

 po/ro.po |  391 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 197 insertions(+), 194 deletions(-)

commit 8375393faab1e5ef4d4a9b28285f4c670743e5a3
Author: Daniel Șerbănescu <cyber19rider@gmail.com>
Date:   Thu Oct 14 18:45:32 2010 +0300

    Updated Romanian translation

 po/ro.po | 1067 +++++++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 715 insertions(+), 352 deletions(-)

commit f5031a6911ca5e5031984bb52ee58f533735c3a8
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Oct 9 08:09:13 2010 +0900

    Updated Korean translation

 po/ko.po |  309 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 167 insertions(+), 142 deletions(-)

commit 4f606523e691b69a547a198bd6039675e7effaf2
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Fri Oct 8 01:25:01 2010 +0300

    Updated Romanian translation

 po/ro.po |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)

commit be51f7ddac06d286387845c5a4fb0e4bd13dc26f
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Wed Oct 6 03:28:02 2010 +0200

    Updated Hungarian translation

 help/hu/hu.po |  865 +++++++++++++++++++++++++++++++++++++++++++++------------
 1 files changed, 690 insertions(+), 175 deletions(-)

commit be37afad2b24735d7bb9894a285a0ba406b82eac
Author: Benjamin Podszun <benjamin.podszun@topimagesystems.com>
Date:   Mon Oct 4 21:07:10 2010 +0200

    Bump version to 1.4.2

 Tomboy/Defines.WIN32.cs |    2 +-
 configure.in            |    2 +-
 osx/Contents/Info.plist |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 0e969fabdcc85223178eaa5621b804408e372521
Author: Jeff V Stein <jeff@jeffvstein.org>
Date:   Mon Oct 4 21:05:23 2010 +0200

    [WebSyncService] Prevent a crash in the libproxy finalizer on Windows

 Tomboy/Addins/WebSyncService/LibProxy/LibProxy.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit db9e36d9a8ae278cbf23d15da644eaac6d098371
Author: Sandy Armstrong <sanfordarmstrong@gmail.com>
Date:   Mon Oct 4 06:36:57 2010 -0700

    Bump version to 1.4.1

 Tomboy/Defines.WIN32.cs |    2 +-
 configure.in            |    2 +-
 osx/Contents/Info.plist |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 3efbb8c6f45250a0f867164dfb4d8f6711e4fa9b
Author: Gil Forcada <gforcada@gnome.org>
Date:   Sun Oct 3 11:37:42 2010 +0200

    Updated Catalan translation

 po/ca.po |  324 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 177 insertions(+), 147 deletions(-)

commit 63917ef4b7c9a5a3f4c290134426557a3aa5cb20
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Fri Oct 1 22:42:48 2010 +0200

    Updated French doc translation

 help/fr/fr.po |   68 +++++++++++++++++++++++---------------------------------
 1 files changed, 28 insertions(+), 40 deletions(-)

commit ecdfef0a8739387dc22e71d760517d72ea5d0a8f
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Fri Oct 1 12:30:27 2010 +0200

    Updated Spanish translation

 help/es/es.po |   94 +++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 58 insertions(+), 36 deletions(-)

commit c33b0fa1bd125fc43edadbda13f65461963165c3
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Fri Oct 1 08:50:48 2010 +0200

    [i18n] Updated German doc translation

 help/de/de.po |   69 +++++++++++++++++++++++++++++++-------------------------
 1 files changed, 38 insertions(+), 31 deletions(-)

commit 852925eb2aa92a61036d8aa74b63446cf15080b3
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Fri Oct 1 00:12:25 2010 +0200

    Updated Basque language

 po/eu.po |  337 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 186 insertions(+), 151 deletions(-)