2008-03-03 Boyd Timothy * NEWS: Updated for 0.9.8 release. 2008-03-03 Boyd Timothy * Tomboy/AddinManager.cs: Check for an older config.xml right after initializing Mono.Addins so we can upgrade from an older version of Tomboy if necessary to allow previously enabled addins to still be enabled in the newer Tomboy. Fixes bug #514931. * Tomboy/Addins/Bugzilla/Bugzilla.addin.xml: Don't update the version. Updating the version will prevent the upgrade fix done in AddinManager.cs from working. 2008-03-03 Boyd Timothy * Tomboy/Addins/Evolution/EvolutionNoteAddin.cs: Patch from Stefan Cosma to Uri.Unescape and then Uri.Escape the mail path to ensure we've got the entire string escaped properly. Fixes bug #367623. 2008-03-03 Sandy Armstrong * Tomboy/AddinManager.cs: Always recreate ~/.tomboy/addins/Tomboy.addins when starting Tomboy. This supports moving the Tomboy install from one prefix to another, or just having parallel Tomboy installs. Should fix bug #514931. 2008-03-03 Sandy Armstrong * Tomboy/Addins/Bugzilla/Bugzilla.addin.xml: Bump to version 0.2. * Tomboy/Tomboy.addin.xml: Bump Tomboy addin version to 0.10. Use compatVersion attribute to indicate that no backwards compatability is supported. Mono.Addins will print a warning to stdout, but at this point Tomboy will still load addins that depend on Tomboy != 0.10. 2008-03-02 Sandy Armstrong * Tomboy.mdp: Add missing file to project. 2008-03-02 Boyd Timothy * configure.in, data/images/Makefile.am, data/Makefile.am: Don't need to build data/images/Makefile anymore. * Tomboy/Addins/Evolution/mail.png, data/images/mail.png: Moved data/images/mail.png -> Tomboy/Addins/Evolution/mail.png. * Tomboy/Addins/Evolution/Makefile.am, Tomboy/Addins/Evolution/EvolutionNoteAddin.cs, Tomboy/Addins/Bugzilla/Makefile.am, Tomboy/Addins/Bugzilla/BugzillaLink.cs: Package the mail.png and bug.png with their respective addins as resources and then call GetIcon properly to load them at runtime. This is an additional fix for #518740. * Tomboy/Addins/Bugzilla/bug.png, data/images/bug.png: Move /data/images/bug.png -> Tomboy/Addins/Bugzilla/bug.png. 2008-03-02 Sandy Armstrong * Tomboy/Defines.cs.in: Removing obsolete SYS_PLUGINS_DIR constant. 2008-03-02 Sandy Armstrong * configure.in: Bump Mono.Addins requirement to 0.3. Only use bundled version of Mono.Addins if the requirement is not already met in the system. Patch courtesy of Sebastian Dröge. Last fix for bug #519170. 2008-03-03 Stefan Schweizer * AUTHORS, Tomboy/Tomboy.cs: Added myself. 2008-03-02 Sandy Armstrong * Mono.Addins: Upgrade bundled Mono.Addins from version 0.2 to version 0.3. 2008-03-02 Stefan Schweizer * Tomboy/Addins/Bugzilla/BugzillaNoteAddin.cs: Allow dragging the same bug twice to a note. Fixes bug #519876. 2008-03-01 Sandy Armstrong * Tomboy/NoteManager.cs: Sort the notes list after initially loading all notes. Fixes bug #519042. 2008-03-01 Sandy Armstrong * Tomboy/Notebooks/NotebookManager.cs, Tomboy/Notebooks/NotebookApplicationAddin.cs: Listen for events fired when a tag is added or removed from a note. Sync or a dbus client may be adding or removing a notebook tag. Fixes bug #518870. 2008-02-29 Chris Scobell * Tomboy/NoteBuffer.cs: Make lines starting with a '-' or '*' bulleted even when there are leading spaces, thanks to Stefan Cosma. Fixes bug #490161. 2008-02-29 Sandy Armstrong * Tomboy/NoteBuffer.cs: Ignore erroneously inserted second WidgetInsertData (identified by its null TextMark) when inserting bugzilla/evolution links int a bulleted list. Quick fix to resolve bug #486551, courtesy of Stefan Cosma. See bug report for more details. 2008-02-28 Sebastian Dröge * configure.in: * libtomboy/Makefile.am: Check for X11 libraries and headers and actually link with them. This was done only indirectly through Gtk before. Fixes bug #501524. 2008-02-28 Sebastian Dröge * configure.in: * libtomboy/Makefile.am: Check for libm and link to it libtomboy uses math functions. * libtomboy/contrast.c: (lab_to_rgb): Use floor(x + 0.5) instead of roundf(x) as the latter is C99 and not available (and declared) if not compiling in C99 mode. Fixes bug #519237. 2008-02-25 Boyd Timothy * Tomboy/Utils.cs: Allow the assembly calling GuiUtils.GetIcon () to specify themselves so icons can be loaded from the caller's assembly instead of Tomboy.exe. Fixes bug #518740. 2008-02-25 Boyd Timothy * configure.in: Bump version to 0.9.8.