tomboy 1.3.2



       Module: tomboy
      Version: 1.3.2
  Uploaded by: Sanford Armstrong

http://download.gnome.org/sources/tomboy/1.3/tomboy-1.3.2.tar.gz
 sha256sum: 46d24c93a026091e773e99a850a6a743e2ad1a80e0a86d4afb091dd44dbb43fe
      size: 7.8M

http://download.gnome.org/sources/tomboy/1.3/tomboy-1.3.2.tar.bz2
 sha256sum: 5724d25c15d0d942fe22113d100148386f03e2d4e0858a0c2e432a3bd1f0b9c4
      size: 6.8M

ChangeLog
---------

commit a82d6aea751da3b079a3115f7c06a166aa3ff20b
Author: Benjamin Podszun <benjamin podszun gmail com>
Date:   Mon Aug 16 23:26:43 2010 +0200

    Trim NEWS to 80 columns max

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

commit 044d09ab8d64584a47ccc0023a31868b3ef76e3a
Author: Benjamin Podszun <benjamin podszun gmail com>
Date:   Mon Aug 16 23:15:50 2010 +0200

    Update NEWS for 1.3.2

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

commit 7134fc02b1feaf263c0ad086a4ddf789be5d9434
Author: Benjamin Podszun <benjamin podszun topimagesystems com>
Date:   Mon Aug 16 20:27:47 2010 +0200

    [Windows] Fail more gracefully if recent item tracking for the taskbar is disabled

 Tomboy/JumpListManager.cs |   39 +++++++++++++++++++++++++++++----------
 1 files changed, 29 insertions(+), 10 deletions(-)

commit 4c56f3469cf3f1b0f73eb73620b4ad551e843a7a
Author: Benjamin Podszun <benjamin podszun topimagesystems com>
Date:   Mon Aug 16 16:48:50 2010 +0200

    [Cleanup] Replace obsolete .Log() method calls with .Debug/.Info/.Warn/.Error

 Tomboy/Addins/Bugzilla/BugzillaLink.cs             |    2 +-
 Tomboy/Addins/Evolution/EvolutionNoteAddin.cs      |   16 ++++++++--------
 .../Addins/ExportToHtml/ExportToHtmlNoteAddin.cs   |   12 ++++++------
 Tomboy/Addins/NoteOfTheDay/NoteOfTheDay.cs         |    2 +-
 .../StickyNoteImport/StickyNoteImportNoteAddin.cs  |   12 ++++++------
 Tomboy/Applet.cs                                   |    4 ++--
 Tomboy/Note.cs                                     |   14 +++++++-------
 Tomboy/NoteBuffer.cs                               |   10 +++++-----
 Tomboy/NoteEditor.cs                               |    8 ++++----
 Tomboy/NoteManager.cs                              |    8 ++++----
 Tomboy/NoteTag.cs                                  |    6 +++---
 Tomboy/NoteWindow.cs                               |    6 +++---
 Tomboy/PrefsKeybinder.cs                           |   18 +++++++++---------
 Tomboy/Synchronization/FileSystemSyncServer.cs     |    4 ++--
 Tomboy/Synchronization/SyncManager.cs              |    4 ++--
 Tomboy/Tomboy.cs                                   |   14 +++++++-------
 Tomboy/Utils.cs                                    |    2 +-
 Tomboy/Watchers.cs                                 |   10 +++++-----
 18 files changed, 76 insertions(+), 76 deletions(-)

commit bf9e10414d94f8309c94d5fade8785c194d0678c
Author: Benjamin Podszun <benjamin podszun topimagesystems com>
Date:   Mon Aug 16 14:30:49 2010 +0200

    [ExportToHtml] Fix bug #586682, export linked notes correctly on Windows.
    
    Solution is blatantly taken from the bug above and was created by
    John M. Anderson mostly. I only adjusted the changes to comply with
    the code style (braces, whitespace, naming) and expanded it according
    to the hint of Stefan Schweizer to avoid endless export loops.

 Tomboy.mdp                                         |    1 -
 Tomboy/Addins/ExportToHtml/ExportToHtml.csproj     |    1 -
 Tomboy/Addins/ExportToHtml/ExportToHtml.xsl        |    5 +-
 .../Addins/ExportToHtml/ExportToHtmlNoteAddin.cs   |   31 ++++++-
 Tomboy/Addins/ExportToHtml/Makefile.am             |    3 +-
 Tomboy/Addins/ExportToHtml/NoteNameResolver.cs     |   85 --------------------
 6 files changed, 32 insertions(+), 94 deletions(-)

commit 53aa1a8af734a03bc47a63a8a36ae5bc1c2dcfca
Author: Leonid Kanter <leon asplinux ru>
Date:   Mon Aug 16 14:21:17 2010 +0300

    Updated Russian translation from Yuri Myasoedov

 po/ru.po |  302 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 166 insertions(+), 136 deletions(-)

commit a1e9304f661afd4f1dc125dbf590f3d8b7cac86b
Author: Milo Casagrande <milo ubuntu com>
Date:   Sun Aug 15 22:36:37 2010 +0200

    [l10n] Updated Italian translation

 po/it.po |  297 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 164 insertions(+), 133 deletions(-)

commit 6b1c1183679faaa852f4ee38a0771f6f99051318
Author: Cory Thomas <cthomas altep com>
Date:   Thu Aug 12 12:41:40 2010 +0200

    [Windows] Enable proper popup behavior on Windows (fixes bugs #574627, #595848)
    
    Using SetForegroundWindow to force Tomboy to the front whenever a
    popup menu is opened, solving the problem that clicks on non-gtk
    applications (Desktop, any other Windows application) didn't de-
    activate the menu and the missing keyboard focus for menus.

 Tomboy/Utils.cs |   45 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 45 insertions(+), 0 deletions(-)

commit c00909e8189fc6b1114612badac109879be79104
Author: Benjamin Podszun <benjamin podszun topimagesystems com>
Date:   Tue Aug 10 15:44:08 2010 +0200

    [Setup] Allow (major) upgrades, deny downgrades (fixes bug #602172)
    
    Added standard by-the-book major upgrades. Newer versions of Tomboy
    now silently replace the previous version. This works right away and
    upgrades all previous builds, starting at 0.13.0.
    Future build based on this change make sure that they don't downgrade
    the already installed version (if that is intended, the user has to
    manually uninstall the newer version first).

 Setup/Setup.wxs |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

commit facf83eb5d0d02d5ff169c3a007d70355c820e1d
Author: Laurent Coudeur <laurentc iol ie>
Date:   Tue Aug 10 15:48:04 2010 +0200

    [help] Correct various typos
    
    https://bugzilla.gnome.org/show_bug.cgi?id=626361

 help/C/addins-sync.page |    4 ++--
 help/C/create-note.page |    2 +-
 help/C/hotkeys.page     |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

commit a296e846c71493a7dc1fb6abb66eb7729a65ebbf
Author: Benjamin Podszun <benjamin podszun topimagesystems com>
Date:   Tue Aug 10 15:15:06 2010 +0200

    [Windows] Add the missing resource "tomboy-note-clipboard-html.xsl" and clean up the msbuild file.
    
    Add the resource file to the windows build (it was present in the makefiles already)
    to fix bug #625510.
    
    Clean up the references to resources and point them to the real location below data/
    instead of the project root. Before this change a clean clone of Tomboy shows missing
    resources in Visual Studio, the files are (unintuitively) copied to the right spot in
    a pre-build command using a bunch of "copy" invocations.
    
    Remove the post-build event and migrate it to a standard "AfterBuild" target, replacing
    invocations of mkdir/copy with <MakeDir>/<Copy>. That way it works on every OS that
    supports msbuild (or xbuild on mono).

 Setup/Files.wxs |    6 +-
 Tomboy.csproj   |  175 ++++++++++++++++++++++++++++---------------------------
 2 files changed, 93 insertions(+), 88 deletions(-)

commit 920abba0891b2ed0fcf1e84b7ceb82fb6de6ff20
Author: Benjamin Podszun <benjamin podszun topimagesystems com>
Date:   Tue Aug 10 15:08:19 2010 +0200

    [Setup] Require .Net framework 3.5 (fixes bug #603811)

 Setup/Setup.wixproj |    1 +
 Setup/Setup.wxs     |    6 ++++++
 2 files changed, 7 insertions(+), 0 deletions(-)

commit fa8b24240df1511e7efb81ff51b86bd52acd19e3
Author: Stefan Schweizer <steve schweizer gmail com>
Date:   Tue Aug 10 12:24:14 2010 +0200

    [help] Remove excess whitespace in <key> tags
    
    https://bugzilla.gnome.org/show_bug.cgi?id=625806

 help/C/hotkeys.page |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 569a8bdc1d7e39d2c4a474f090330349d2c56c04
Author: Claude Paroz <claude 2xlibre net>
Date:   Sat Aug 7 20:57:47 2010 +0200

    Updated French translation
    
    Contributed by Laurent Coudeur

 po/fr.po |  394 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 213 insertions(+), 181 deletions(-)

commit 7fe7fd49806688d6e0bea507c553c9f9e5ca9d31
Author: Mario Blättermann <mariobl gnome org>
Date:   Fri Aug 6 22:06:35 2010 +0200

    [i18n] Updated German doc translation

 help/de/de.po | 1452 ++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 981 insertions(+), 471 deletions(-)

commit c8351f0550c02686124931168a94c9c00557ca91
Author: Stefan Schweizer <steve schweizer gmail com>
Date:   Sun Aug 1 12:48:36 2010 +0200

    Do not open search at startup when tray icon is not ready after 2 secs
    
    https://bugzilla.gnome.org/show_bug.cgi?id=443655

 Tomboy/Tomboy.cs |   24 ------------------------
 1 files changed, 0 insertions(+), 24 deletions(-)

commit 8f07f49ab71f095601229e3ab81af81fad5d9977
Author: Benjamin Podszun <benjamin podszun topimagesystems com>
Date:   Thu Aug 5 15:55:39 2010 +0200

    [Setup] Improve Tomboy's presentation for Add/Remove programs
    
    Add the Tomboy icon as program icon to the installer database.
    Add the link to the Tomboy end-user site as help link.
    
    Define the FileVersion for the resulting Tomboy.exe assembly and
    automatically use that version as ProductVersion in the MSI table.
    Drop the AssemblyInformationalVersion and base Defines.VERSION on
    the assembly version again, reducing the number of lines to change
    for a new windows version to exactly one.

 Setup/Setup.wxs         |    7 ++++++-
 Tomboy/Defines.WIN32.cs |    4 ++--
 2 files changed, 8 insertions(+), 3 deletions(-)

commit b681c645f9273086edf0cb03917ef48af1bfb2aa
Author: Dirgita <dirgitadevina yahoo co id>
Date:   Thu Aug 5 09:27:11 2010 +0700

    Updated Indonesian translation

 po/id.po | 1123 +++++++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 743 insertions(+), 380 deletions(-)

commit 051b5f45173ea2bad381c9b7e973498f888773a6
Author: A S Alam <aalam users sf net>
Date:   Wed Aug 4 14:54:42 2010 +0530

    update Punjabi Translation by A S Alam

 po/pa.po |  368 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 188 insertions(+), 180 deletions(-)

commit 30b6f44578f32fff07eccae82247459352dd81df
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Sat Jul 31 12:05:14 2010 +0200

    Updated Spanish translation

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

commit 4a57ce32242653d7e352d8abd34998b533e0976a
Author: Andrej ŽnidarÅ¡iÄ? <andrej znidarsic gmail com>
Date:   Fri Jul 30 14:48:51 2010 +0200

    Updated Slovenian translation

 po/sl.po | 1086 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 642 insertions(+), 444 deletions(-)

commit e662c38a2bc71889daca5025ac0263b0f3435570
Author: Stefan Schweizer <steve schweizer gmail com>
Date:   Tue Jul 27 18:53:41 2010 +0200

    [help] Correct hotkey of Insert Timestamp addin

 help/C/addins-tools.page |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9bfb30a4db10b66c92195150e1f9c7cec8ee77ef
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Tue Jul 27 05:47:33 2010 -0700

    [help] Remove excess whitespace in <gui> tag
    
    https://bugzilla.gnome.org/show_bug.cgi?id=625372

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

commit 0524a20f8f7555ff05efa0b8d59381c1f16d7eed
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Mon Jul 26 21:50:38 2010 +0200

    Updated Spanish translation

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

commit fa1ae47313abde7a8125c8b28862a86d4b6eb3b1
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Mon Jul 26 08:22:52 2010 +0200

    Updated Spanish translation

 help/es/es.po |   32 ++++++++++++++++++++++++++------
 1 files changed, 26 insertions(+), 6 deletions(-)

commit 53c5a79918875e55f802deab1470a29b7010bd0b
Author: Daniel Nylander <po danielnylander se>
Date:   Sun Jul 25 19:10:15 2010 +0200

    Updated Swedish translation

 po/sv.po |  288 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 155 insertions(+), 133 deletions(-)

commit 2878e5314af9c154d5738cddf7b2ff51a1c7cbcd
Author: drtv <vasudeven git gnome org>
Date:   Sat Jul 24 19:50:13 2010 +0530

    Updated Tamil translation

 po/ta.po |  371 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 200 insertions(+), 171 deletions(-)

commit 9a5433aeb4c1bea1dad17b0fea213cd444036abd
Author: Gintautas Miliauskas <gintautas miliauskas lt>
Date:   Thu Jul 22 11:25:02 2010 +0300

    Updated Lithuanian translation.

 po/lt.po |  292 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 158 insertions(+), 134 deletions(-)

commit 5a59dd53f9f942b720dc110990559135c1fffc68
Author: Greg Poirier <grep binary-snobbery com>
Date:   Sun Jan 10 11:39:35 2010 -0600

    Allow empty username field
    
    Neither SSH nor sshfs require a username to connect to a remote host.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=606572

 .../Addins/SshSyncService/SshSyncServiceAddin.cs   |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit b123cfd6a23e7050b8111e581ee34e062b9a2ab2
Author: Fran Diéguez <fran dieguez mabishu com>
Date:   Wed Jul 21 16:11:48 2010 +0200

    Updated Galician translations

 po/gl.po |  170 ++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 84 insertions(+), 86 deletions(-)

commit e5e778ab1ae1361e9da29087900e01470664886f
Author: Mario Blättermann <mariobl gnome org>
Date:   Fri Jul 16 21:44:41 2010 +0200

    [i18n] Updated German translation

 po/de.po |  578 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 295 insertions(+), 283 deletions(-)

commit 39fc9f2931abcb5d16394f0d4f3196b811a1bac2
Author: Ray Wang <raywang gnome org>
Date:   Thu Jul 15 18:50:05 2010 +0800

    Update Chinese (Simplified) translation

 po/zh_CN.po |  681 +++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 425 insertions(+), 256 deletions(-)

commit d6e14fb7d572b7b35e5be4e5828bdfe6202f8740
Author: Fran Diéguez <fran dieguez mabishu com>
Date:   Wed Jul 14 21:03:01 2010 +0200

    Added gl to DOC_LINGUAS

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

commit 60fa879dd7025da131b153ed1f463f1d791767ab
Author: Fran Diéguez <fran dieguez mabishu com>
Date:   Wed Jul 14 20:36:43 2010 +0200

    Updated Galician translations for docs

 help/gl/gl.po |  999 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 999 insertions(+), 0 deletions(-)

commit dce46e76a8fdf64fa5f495f11072421a159d2f24
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Sat Jul 10 19:20:08 2010 +0200

    Updated Spanish translation

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

commit 6afdeb15b136c0cb155995e1b78cb9a136d601ef
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Sat Jul 10 11:56:40 2010 +0200

    Updated Spanish translation

 help/es/es.po |   51 +++++++++++++++++++++++++++++----------------------
 1 files changed, 29 insertions(+), 22 deletions(-)

commit 0ff450e911bd7e424cdae1c27f35a44af2fe5ec6
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Wed Jul 7 11:24:03 2010 +0200

    Updated Spanish translation

 help/es/es.po |   55 +++++++++++++++++++++++++++++--------------------------
 1 files changed, 29 insertions(+), 26 deletions(-)

commit 7331ab260cdb5c5154a5a9c50b7bae3e8b2b142b
Author: Matej UrbanÄ?iÄ? <mateju svn gnome org>
Date:   Mon Jul 5 18:23:50 2010 +0200

    Updated Slovenian translation

 po/sl.po |  416 +++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 239 insertions(+), 177 deletions(-)

commit ba0a8d14f2731b96e858799483376cb8aea557bc
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Sun Jul 4 05:44:30 2010 -0700

    Escape note titles in rename dialog
    
    https://bugzilla.gnome.org/show_bug.cgi?id=623501

 Tomboy/NoteRenameDialog.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 11a487a9c49681b3d7fb01e8e534a8670d29c5ce
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Sat Jul 3 13:19:01 2010 +0200

    Updated Spanish translation

 help/es/es.po | 4052 ++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 2289 insertions(+), 1763 deletions(-)

commit cfef3944c4365ea8dddca8ba896ec2a63b631e52
Author: Kristjan Schmidt <kristjan schmidt googlemail com>
Date:   Thu Jul 1 13:50:22 2010 +0200

    Add Esperanto translation

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 510579f906e5709301fed98a06ad94957c433e3a
Author: Kristjan Schmidt <kristjan schmidt googlemail com>
Date:   Thu Jul 1 13:50:21 2010 +0200

    Add Esperanto translation

 po/eo.po | 2169 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 2169 insertions(+), 0 deletions(-)

commit d687d38838c4da61477a720e7b92d34aaa9243e9
Author: Mario Blättermann <mariobl gnome org>
Date:   Wed Jun 30 22:50:45 2010 +0200

    [i18n] Added screenshot for the new manual

 help/de/figures/tomboy.png |  Bin 0 -> 35144 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit 5d1de8a83b142f9049a9ea3d553a07f8f34907b5
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Tue Jun 29 06:19:08 2010 -0700

    Support gtk# >= 2.12.10

 Setup/Setup.wxs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit aae859fa6b397b60ac1f7f1cd71db3cee244bce0
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Mon Jun 28 12:35:36 2010 -0700

    Bump version to 1.3.2

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

-- 
An RSS 2.0 feed of ftp-release-list is available at:
http://download.gnome.org/LATEST.xml


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]