~ubuntu-branches/ubuntu/lucid/tomboy/lucid-proposed

« back to all changes in this revision

Viewing changes to Tomboy/Defines.cs.in

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane
  • Date: 2009-06-24 09:44:48 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090624094448-38fcffyrmg40pvoi
Tags: 0.15.2-0ubuntu1
* Upload to Karmic from Debian's git repository due to delays (lp: #381101)
* New upstream release 0.15.1:
 - New WebSync add-in syncs to any server that implements the Tomboy Web REST API,
   such as Snowy [http://live.gnome.org/Snowy].  Baby-eating preview release.
 - Require Mono 1.9.1 to *build* Tomboy. Should still run on older Mono.
 - Prevent PATH problems on Windows from breaking Tomboy.
 - Search for phrases by quoting search text.
 - Fix drag&drop & middle-click paste of linked text.
 - Save width of notebook pane in Search window.
 - Disable sync menu items until backend configured.
 - Close note find bar on escape, even when not focused.
 - Support FUSE being built-in to kernel.
 - Prevent crashes when reading unexpected note XML.
 - Change "Open New Note Template" LinkButton to Button to prevent error.
 - Focus search field every time Search window summoned.
 - Only show Start Here note on first run if not running as applet.
 - HIG compliance in Sync preferences.
 - Use correct "info" icon in add-in info windows.
 - Use relative path to load help.
 - Cache frequently-used text tags in one place instead of five.
 - Documentation updates.
 - Translation updates: el, es, et, gl
* New upstream release 0.15.2:
 - Fix HTML Export on Mac OS X.
 - Translation updates: es, et, nb, sv, zh_CN
* debian/control: Add help/ as GFDL 1.1+ 
* debian/rules: Remove --repack; not necessary as upstream is a .tar.gz and
  could cause rule to be nondeterministic

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
                public const string VERSION          = "@version@";
11
11
                public const string DATADIR          = "@datadir@";
12
12
                public const string GNOME_LOCALE_DIR = "@datadir@/locale";
13
 
                public const string GNOME_HELP_DIR   = "@datadir@/gnome/help/tomboy";
 
13
                public const string GNOME_HELP_DIR   = "tomboy";
14
14
                public const string PKGLIBDIR        = "@pkglibdir@";
15
15
                public const string SYS_ADDINS_DIR   = "@pkglibdir@/addins";
16
16
                public const string TOMBOY_WEBSITE   = "http://www.gnome.org/projects/tomboy/";