2007-01-08 Boyd Timothy * NEWS: Update for 0.5.3. * www/index.html: Ditto. 2007-01-08 Boyd Timothy * configure.in: Change of plans again. Assume a root install. Added --enable-dbus-service-dir-check and --enable-panelapplet-srvdir-check variables with defaults of "yes". Non-root users will now be able to disable these checks and successfully run a "make install" without permission errors. 2007-01-08 Boyd Timothy * Tomboy/RemoteControl.cs: Patch from John Stowers (bug #393389) to improve DBus interface for note synchronization. * Tomboy/Note.cs: Make setting note.XmlContent work for open notes. 2007-01-08 Boyd Timothy * data/tomboy.1: Fixed typo "thir" -> "their" in man page documentation. Fixes bug #394167. 2007-01-08 Boyd Timothy * Tomboy/NoteManager.cs: Added additional instructions in the Start Here note to explain how to use Links in Tomboy. This is primarily for brand new users of Tomboy. 2007-01-06 Sandy Armstrong * Tomboy/Plugins/StickyNoteImport.cs: Added PluginInfo attribute. 2007-01-05 Boyd Timothy * Tomboy/NoteWindow.cs: Added a Control+N keybinding so a keyboard user can easily create a new note. 2007-01-05 Boyd Timothy * configure.in: Do not have configure automatically detect the panel applet server directory (detection is now commented out). Packagers will need to apply a patch to re-enable the detection. This change allows "make install" to work without permission problems for non-root users. 2007-01-05 Boyd Timothy * configure.in: Do not have configure automatically detect the DBus services directory (detection is now commented out). Packagers will need to apply a patch to re-enable the detection. This change allows "make install" to work without permission problems for non-root users. Fixes bug #379427. 2007-01-05 Boyd Timothy * Tomboy/NoteManager.cs: Added environment variable TOMBOY_PLUGINS_PATH to safer plugin development (patch from Adam Lofts, bug #378650). 2007-01-04 Boyd Timothy * help/C/tomboy.xml: Updated copyright for 2007. * NEWS: Ditto. * README: Ditto. * Tomboy/Tomboy.cs: Ditto. * www/index.html: Ditto. 2007-01-04 Boyd Timothy * Tomboy/PluginManager.cs: Changed SystemException -> Exception to catch any exception that might occur when doing a Process.Start () to show the plugins directory (fixes crasher bug #351703). 2007-01-04 Boyd Timothy * data/tomboy.schemas.in: Added /apps/tomboy/export_html/export_linked_all. * Tomboy/Plugins/ExportToHTML.cs: Added "Include all other linked notes" checkbox to the Export to HTML dialog (Fix for bug #351517). Also includes code to fix bug #350977 by preventing recursive links from being evaluated. * Tomboy/Plugins/ExportToHTML.xsl: Prevent recursive links (bug #350977) by using an to keep track of already processed note titles. Allow exporting of recursive links (bug #351517). * Tomboy/Preferences.cs: Added /apps/tomboy/export_html/export_linked_all. 2007-01-02 Boyd Timothy * Tomboy/Logger.cs: Fixed compiler warning. Removed unused exception variable. * Tomboy/Note.cs: Ditto. Use a DateTime format when reading and writing dates in NoteArchiver. * Tomboy/NoteManager.cs: Ditto. Removed unused exception variable. * Tomboy/NoteWindow.cs: Ditto. Removed unused variable "encoded_words" from the NoteFindBar. * Tomboy/PluginManager.cs: Ditto. Removed ambiguity between System.Collections.IEnumerable and System.Collections.Generic.IEnumerable. * Tomboy/RemoteControl.cs: Ditto. Removed unused exception variables. * Tomboy/Utils.cs: Ditto. * Tomboy/Watchers.cs: Ditto. * Tomboy/XKeybinder.cs: Ditto. * Tomboy/Plugins/Backlinks.cs: Ditto. Removed unused CompareNoteTitles. * Tomboy/Plugins/ExportToHTML: Ditto. Removed unused exception variables. * Tomboy/Plugins/NoteOfTheDay.cs: Ditto. 2007-01-02 Boyd Timothy Applied patch from Mathias Hasselmann (Bug #383772) to prevent Gtk-WARNING messages when deleting notes. * Tomboy/Note.cs: Added HasBuffer and HasWindow properties. * Tomboy/PluginManager.cs: Added IsDisposing property to prevent problems returning the Buffer and Window when a plugin is being disposed. * Tomboy/Plugins/Evolution.cs: Check HasWindow during Shutdown. * Tomboy/Plugins/FixedWidth.cs: Check HasWindow in OnDestroyed. 2006-12-20 Boyd Timothy * Tomboy/NoteBuffer.cs: Applied patch from Chris Scobell (Bug #319221) to prevent text from being inserted before a bullet by moving the cursor after the bullet. 2006-12-19 Boyd Timothy * Tomboy/NoteBuffer.cs: Fix for bug #387452 by using escaped UTF-8 characters for bullets instead of including them directly in the source code. 2006-12-18 Boyd Timothy * Tomboy/Tomboy.cs: Fix for bug #386010 by not assuming the next argument has a length greater than 0. It could be "". Also, moved the "--check-plugin-unloading" option to be printed out in the usage as the last option. 2006-12-18 Boyd Timothy * configure.in: Bump version to 0.5.3.