commit a66f252cb9a2486631d70b5292c35d971d854b76 Author: Sandy Armstrong Date: Mon Oct 25 06:56:57 2010 -0700 Update NEWS for 1.5.2 NEWS | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit a34216fc8df450e0ed44c6105e3943c0ae2c165b Author: Jorge González Date: Sun Oct 24 13:13:38 2010 +0200 Updated Spanish translation help/es/es.po | 472 ++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 297 insertions(+), 175 deletions(-) commit c3ee74de40f0e11969fa5d3abda43458fc2e3dcc Author: Yaron Shahrabani Date: Sun Oct 24 00:22:08 2010 +0200 Updated Hebrew translation. po/he.po | 513 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 258 insertions(+), 255 deletions(-) commit e3df90084229cae61b7a33fe373ca59dde84034f Author: Stefan Schweizer Date: Sat Oct 23 12:32:17 2010 +0200 Update copyright year in about dialog Tomboy/Tomboy.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit cdda806c89eaf83a9820c3f3606180dece6a27d8 Author: Simos Xenitellis Date: Sat Oct 23 02:08:20 2010 +0300 l10n: Updated Greek translation for tomboy help help/el/el.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 495ae9009e8725e6bc291adbd19a178fdabfded7 Author: Stefan Schweizer Date: Fri Oct 22 22:21:13 2010 +0200 Fix loading of notebooks On mac notebooks were loaded before notes because a mac-specific block in NotebookApplicationAddin caused NotebookManager's static constructor to be called too early. We introduced the NotesLoaded event in NoteManager to better control the initialization of notebooks. https://bugzilla.gnome.org/show_bug.cgi?id=612992 Tomboy/NoteManager.cs | 5 +++++ Tomboy/Notebooks/NotebookManager.cs | 13 ++++++++++++- 2 files changed, 17 insertions(+), 1 deletions(-) commit 9fcdca86fdf5a553b455c2ff2fbc7467af830d78 Author: Paul Cutler Date: Fri Oct 22 08:04:58 2010 -0500 [help] Fix formatting and broken link in sync.page Fix formattig in sync-setup.page and fix Managing Note Conflict link from sync.page to sync-setup.page help/C/sync-setup.page | 41 +++++++++++++++++++++++++++-------------- help/C/sync.page | 4 ++-- 2 files changed, 29 insertions(+), 16 deletions(-) commit c628178d93def3626cb82cf27add3d9a4685a45e Author: Matej Urbančič Date: Fri Oct 22 14:52:16 2010 +0200 Added Slovenian translation help/sl/sl.po | 1831 +++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 1658 insertions(+), 173 deletions(-) commit 4afe2bd2b9955ba97bfc86f9df5cbcf2e9bd97b9 Author: Claude Paroz 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 7dbea86ef32ff78679f622ea5f6435230b933d16 Author: Takayuki KUSANO Date: Thu Oct 21 00:38:24 2010 +0900 Updated Japanese translation po/ja.po | 33 +++++++++++++++++---------------- 1 files changed, 17 insertions(+), 16 deletions(-) commit 68c33b21a0054471166582616dc1e0189b2d981d Author: Stefan Schweizer Date: Wed Oct 20 15:52:58 2010 +0200 [mac] Use hand cursor when hovering over links MouseHandWatcher only changes the cursor to the hand cursor if Ctrl or Shift is not pressed when hovering a link. That did not work on mac because the modifiers obtained from GdkWindow had some modifiers set although none of them were actually held down. We now use the coordinates and modifiers from the event args. https://bugzilla.gnome.org/show_bug.cgi?id=616317 Tomboy/Watchers.cs | 15 ++++----------- 1 files changed, 4 insertions(+), 11 deletions(-) commit 71d0714bee5e5c48074df22ec80f126223bbb834 Author: Stefan Schweizer Date: Wed Oct 20 15:50:21 2010 +0200 [mac] Remove obsolete ChangeLog from mac solution Tomboy-mac.csproj | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 0e4c3d5381b127fdc0b49a2989d5c8ad0f3b6e53 Author: Fran Diéguez Date: Wed Oct 20 09:56:47 2010 +0200 Updated galician doc translations help/gl/gl.po | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 54376c191afd6a2ad50e64ee0735d4fb075f499a Author: Claude Paroz Date: Wed Oct 20 09:26:36 2010 +0200 [help] Fix XML validity of French translation help/fr/fr.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 49d982b7580d6b606f7f8234022f1b559a73f8cc Author: Sandy Armstrong Date: Tue Oct 19 21:49:30 2010 -0700 [mac] Support xbuild Tomboy-mac.csproj | 64 +--------------------------------------------------- Tomboy-mac.sln | 9 ------- postbuild.sh | 4 --- 3 files changed, 2 insertions(+), 75 deletions(-) commit 23f0d8bbeb5387f1a89a54e44670292c5916b786 Author: Sandy Armstrong Date: Tue Oct 19 15:20:43 2010 -0700 [websync tests] Style fixes, slightly improved failure output .../WebSyncService/Tests/NoteConvertTests.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 08dfc2f2d813c9adcde67e4eb85093d0a6a0aee0 Author: Sandy Armstrong Date: Tue Oct 19 15:18:00 2010 -0700 [websync] Update regex to ensure note content is synchronized Add unit tests demonstrating the problem; 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 5497fc09499ddcf92a037b5d5236dc4288a3cd97 Author: Sandy Armstrong Date: Mon Oct 18 15:55:33 2010 -0700 Bump back to 1.5.2 This reverts commit 4cdc0ad09a4eef80e1605adbd4f18abb8a442dd6. Tomboy/Defines.WIN32.cs | 2 +- osx/Contents/Info.plist | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) commit 4cdc0ad09a4eef80e1605adbd4f18abb8a442dd6 Author: Sandy Armstrong Date: Mon Oct 18 15:53:46 2010 -0700 Drop version to 1.5.1.1 for minor mac-only bugfix release Tomboy/Defines.WIN32.cs | 2 +- osx/Contents/Info.plist | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) commit ad1acce91cfea59119d07b9a869de28553f3c68d Author: Sandy Armstrong Date: Mon Oct 18 15:50:11 2010 -0700 Actually revert addition of Help menu item for Mac This reverts commit 3d8fb16b9322efdfa3ad1e295a3753bd7979d23f. Tomboy/MacApplication.cs | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit f9b133b4bbc3c70c6d8a18e583133fa7ef7e858c Author: Sandy Armstrong Date: Mon Oct 18 15:49:47 2010 -0700 Whoops, reverted the wrong commit This reverts commit f00e2136579c1f3f0e342fb23e2f30a0af40f7f5. Tomboy/MacApplication.cs | 3 ++- Tomboy/WindowsApplication.cs | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) commit b8ae9adad0ca518881102453a74c3cfab32f2b6a Author: Sandy Armstrong Date: Mon Oct 18 15:18:33 2010 -0700 Bump version to 1.5.2 Tomboy/Defines.WIN32.cs | 2 +- configure.in | 2 +- osx/Contents/Info.plist | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-)