commit d7bdc43f2fc196f57b9501248c2a426159ab9a6c Author: Jared Jennings Date: Sat May 26 23:05:09 2012 -0500 Improve speed while deleting 100+ notes. #518431 The problem was that RecentChanges was updating the search results after every delete. It's not perfect, but it now takes about 00:00.015 per note instead of 00:00.100. Tomboy/RecentChanges.cs | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) commit 5818a140a24c5d5dcc668e05949426299eb35d78 Author: Мирослав Николић Date: Sun May 20 11:35:45 2012 +0200 Updated Serbian translation po/sr.po | 974 +++++++++++++++++++++++++++++--------------------------- po/sr@latin.po | 952 ++++++++++++++++++++++++++++--------------------------- 2 files changed, 987 insertions(+), 939 deletions(-) commit b928b493da170637c3441f9e9f4c1cbc481f106b Author: Jared Jennings Date: Sun May 20 00:00:34 2012 -0500 Use dmcs if present, falling back on gmcs This causes Tomboy to default to being compiled against the 4.0 profile if dmcs is present in the system. This will fix the issue with Tomboy needing GMCS=mono-csc or GMCS=dmcs in ./configure on Debian, Ubuntu, and other systems that default to the 4.0 profile. This should be harmless on systems that default to the 2.0 profile as 4.0 applications can use libraries compiled against the 2.0 profile without issue, but not vice versa. Signed-off-by: Chow Loong Jin Signed-off-by: Jared Jennings configure.in | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit f5a897fbce0842ed059b7ff2cd75122b402f930d Author: Matej Urbančič Date: Sat May 19 13:24:53 2012 +0200 Updated Slovenian translation po/sl.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 3671a6e5c2f868674c2feaa061460af13cef2c97 Author: Matej Urbančič Date: Sat May 19 13:22:55 2012 +0200 Updated Slovenian translation po/sl.po | 127 ++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 71 insertions(+), 56 deletions(-) commit ede0c757bd43d928a3bd0eb58973ed74e3d314f5 Author: Daniel Nylander Date: Wed May 16 12:31:25 2012 +0200 Updated Swedish translation po/sv.po | 732 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 474 insertions(+), 258 deletions(-) commit 773c74bdd953c3808be0a9ab55c2acbab1f384c9 Author: Alemann Massho Date: Sat May 12 01:04:08 2012 -0400 fixed bug #675783 - spellcheck should ignore acronyms The spell checker now avoids words in all caps. Signed-off-by: Jared Jennings Tomboy/Watchers.cs | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) commit 9b0cc96d1637cd35c59dbc878d538f88c6be23f7 Author: Bruno Brouard Date: Sat May 12 21:53:35 2012 +0200 Updated French translation po/fr.po | 948 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 486 insertions(+), 462 deletions(-) commit d28c5dccce9b8aaf4c270539987cf99483cb2373 Author: Marek Černocký Date: Tue May 8 22:11:10 2012 +0200 Updated Czech translation po/cs.po | 910 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 461 insertions(+), 449 deletions(-) commit dd0f70a032ceb593dc935fae791febdb1defdabc Author: Thomas Moschny Date: Mon May 7 14:44:15 2012 +0200 Fix typo in manpage: Use proper comment escape. Signed-off-by: Jared Jennings data/tomboy.1 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3ffd4e1ebdc555d15d934773ccae66b6329e3eef Author: Yaron Shahrabani Date: Fri May 4 18:24:45 2012 +0300 Updated Hebrew translation. po/he.po | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) commit cef64579f67a31ba0dc09055d44ef79121592692 Author: Daniel Mustieles Date: Wed May 2 13:12:22 2012 +0200 Updated Spanish translation po/es.po | 40 ++++++++++++++++++++++++++-------------- 1 files changed, 26 insertions(+), 14 deletions(-) commit 88abf407a56b3a51bfebd4fdc94e0e339328a992 Author: Fran Diéguez Date: Wed May 2 09:37:46 2012 +0200 Updated Galician translations po/gl.po | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) commit a4a8b32174833f8351eb59ebbee8034710e90d87 Author: Robert Nordan Date: Fri Apr 27 10:25:39 2012 +0200 Added info on cmdline html export to --help option Signed-off-by: Jared Jennings Tomboy/Tomboy.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit ad2aab094abcfec3bddccb4786e0aba17543f27c Author: Jared Jennings Date: Mon Apr 30 15:26:05 2012 -0500 Bumping version to 1.11.2 Tomboy/Defines.WIN32.cs | 2 +- configure.in | 2 +- osx/Contents/Info.plist | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) commit 51baf5776fb78b1f48b79f3022bbd8eb712eb9ae Author: Jared Jennings Date: Mon Apr 30 15:22:38 2012 -0500 Update NEWS for 1.11.1 NEWS | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-)