2009-02-02 Sandy Armstrong * NEWS: Update for 0.13.4. 2009-02-02 Sandy Armstrong * Tomboy.mac.sln: * Tomboy.mac.csproj: * Tomboy/Addins/*/*.mac.csproj: Rename from *.mac* to *-mac* to work around MonoDevelop issues. Add build support for printing. 2009-02-01 Sandy Armstrong * Tomboy/Tray.cs: Match accelerators correctly (they still don't all work, though). Whitespaces fixes. 2009-02-01 Sandy Armstrong * Tomboy/Addins/PrintNotes/PrintNotesNoteAddin.cs: Better logged error on print failure. 2009-02-01 Sandy Armstrong * Tomboy/Addins/PrintNotes/PrintNotesNoteAddin.cs: Move work out of Initialize. Ensure disposal of the print operation. Show an error message if an exception occurs during printing (like on Windows with GTK# 2.10). * Tomboy.sln: * Tomboy/Addins/PrintNotes/PrintNotes.csproj: Windows build support. * Setup/Files.wxs: * Setup/Setup.wisproj: Add printing add-in to installer. * Setup/Setup.wxs: Change Manufacturer to "Tomboy Project". Add support for new registry key (probably) used by Novell's gtk-sharp 2.12.8. 2009-02-01 Sandy Armstrong * po/POTFILES.in: * Tomboy/Addins/PrintNotes/Makefile.am: * Tomboy/Addins/PrintNotes/gedit-print.h: * Tomboy/Addins/PrintNotes/gedit-print.c: * Tomboy/Addins/PrintNotes/gtksourceprintjob.h: * Tomboy/Addins/PrintNotes/gtksourceprintjob.c: Delete old libgnomeprint-dependent print code. Add Mono.Cairo reference. * Tomboy/Addins/PrintNotes/PrintNotes.addin.xml: Bump to version 0.2. * Tomboy/Addins/PrintNotes/PrintNotesNoteAddin.cs: New printing implementation using Gtk.Print. Partial fix for bug #512369. There are known wacky margin/header/footer problems on Linux. Many thanks to Benjamin Podszun for doing this in record time. 2009-02-01 Sandy Armstrong * Tomboy/MacApplication.cs: Add translator comment. * Tomboy.mds: Update ChangeLog policy. 2009-02-01 Sandy Armstrong * Tomboy.mds: Update ChangeLog and TextEditor policies. 2009-02-01 Sandy Armstrong * Tomboy/Utils.cs: * Tomboy/Tomboy.cs: * Tomboy/Watchers.cs: * Tomboy/Addins/Bugzilla/BugzillaLink.cs: Move UrlWatcher.ShowOpeningLocationError to GuiUtils. Use with try/catch wherever OpenUrl was called unsafely. Fixes crash from bug #569639. 2009-02-01 Sandy Armstrong * Makefile.include: * test/Makefile.am: Don't hardcode "gmcs" as the compiler. Fixes bug #562846 (patch from James Westby). 2009-01-31 Sandy Armstrong * Tomboy.mds: Fix ChangeLog header preferences. 2009-01-31 Sandy Armstrong * Tomboy/Tomboy.cs: Perform a full exit when the panel applet quits. Previously, exit event wasn't being raised, leaving some data was potentially unsaved. 2009-01-31 Sandy Armstrong * Tomboy/Preferences.cs: * data/tomboy.schemas.in: Add search window position keys to schema. * Tomboy/RecentChanges.cs: Use integers instead of strings to store window position. Intended to fix bug #559663. 2009-01-31 Sandy Armstrong * Tomboy.csproj: Remove deleted files. * Tomboy/Tray.cs: Hide tray icon on Tomboy exit (bug #569709, idea stolen from Benjamin Podszun). * Tomboy/NoteEditor.cs: Fix how font preferences are handled (bug #559724, patch from none other than Benjamin Podszun). 2009-01-31 Sandy Armstrong * Tomboy.mds: Update ChangeLog policy for MonoDevelop r125208. 2009-01-31 Sandy Armstrong * tomboy/Tomboy/Tray.cs: * tomboy/Tomboy/Note.cs: * tomboy/Tomboy/Utils.cs: * tomboy/Tomboy/NoteTag.cs: * tomboy/Tomboy/NoteBuffer.cs: * tomboy/Tomboy/TagManager.cs: * tomboy/Tomboy/Preferences.cs: * tomboy/Tomboy/Notebooks/NotebookNoteAddin.cs: Fix a bunch of compiler warnings. Part of bug #569890, courtesy of Benjamin Podszun. * tomboy/Tomboy/WrapBox.cs: * tomboy/Tomboy/TagEntry.cs: * tomboy/Tomboy/Makefile.am: Remove unused files. 2009-01-31 Sandy Armstrong * tomboy/Tomboy/Synchronization/SyncManager.cs: Fix line ending inconsistency and set svn:eol-style=native. Partial fix for bug #569848, from Benjamin Podszun. 2009-01-31 Sandy Armstrong * tomboy/Tomboy.mdp: Remove bundled Mono.Addins from project. Clean up project file. * tomboy/Tomboy/Addins/ExportToHtml/ExportToHtml.xsl: Remove overflow:auto to fix multipage printing issues (bug #548198). Thanks to Leonardo Ferreira Fontenelle and Stefan Schweizer for the fix. 2009-01-24 Sandy Armstrong * Tomboy.mac.csproj: * Tomboy/Addins/*/*.mac.csproj: Add HintPath for gtk-sharp and related libs (Doug Johnston), and turn off a lot of unneeded "copy local"s. * postbuild.sh: Switcharoo to copy the correct assemblies. * Tomboy/MacApplication.cs: DllImport "system" function so we can call the "open" command, as Process.Start is broken in Mono 2.0.x on OS X. 2009-01-24 Sandy Armstrong * Tomboy.csproj: * Tomboy/Addins/*/*.csproj: Switch to x86 build target. Fixes bug #558272. Thanks to Jay R. Wren for figuring this out! * Tomboy.sln: Include SharpDevelop header. 2009-01-23 Sandy Armstrong * Tomboy/Addins/Tasque/Tasque.addin.xml: Bump version of Tomboy addin dependency. Gets rid of irritating warning when starting Tomboy. 2009-01-21 Sandy Armstrong * Mono.Addins: * Makefile.am: * configure.in: * Makefile.include: Removing bundled Mono.Addins. Mono.Addins 0.3 or greater is now required (0.4 recommended). 2009-01-19 Sandy Armstrong * configure.in: * Setup/Setup.wxs: * Tomboy/Defines.WIN32.cs: * osx/Contents/Info.plist: Bump version to 0.13.4. 2009-01-19 Sandy Armstrong * NEWS: Mention update to es.po.