2007-02-05 Boyd Timothy * NEWS: Update for 0.5.6. 2007-02-05 Boyd Timothy * Tomboy/Tray.cs: Only pad the icon when running as the panel applet. Additional fix for bug #403500. 2007-02-03 Boyd Timothy * Tomboy/NoteManager.cs: Patch from Tommi Asiala to add a sentence about autosave in the start note. 2007-02-03 Boyd Timothy * AUTHORS: Add Chris. * Tomboy/Tomboy.cs: Add Chris to the about dialog authors. 2007-02-02 Boyd Timothy * Tomboy/Tray.cs: Don't scale small non-SVG icons in the panel or tray. Fixes bug #403500. 2007-02-02 Boyd Timothy * Tomboy/Plugins/NoteOfTheDay.cs: Rename "NotD" -> "Today" so it's easier to learn what the purpose of the Note of the Day plugin is for. 2007-02-02 Boyd Timothy Patch from Mathias Hasselmann to fix bug #387579. * configure.in: Set up a custom INTLTOOL_UPDATE script to make xgettext PluginInfo aware. * pot-update.in: New file (this is the script). * Tomboy/PluginManager.cs: Add code to call Catalog.GetString for name and description. * Tomboy/Plugins/Backlinks.cs: Updated PluginInfo syntax so it's localizable. * Tomboy/Plugins/Bugzilla.cs: Ditto. * Tomboy/Plugins/StickyNotesImport.cs: Ditto. * Tomboy/Plugins/Evolution.cs: Added initial plugin name and description. * Tomboy/Plugins/ExportToHTML.cs: Ditto. * Tomboy/Plugins/FixedWidth.cs: Ditto. * Tomboy/Plugins/GalagoPresence.cs: Ditto. * Tomboy/Plugins/NoteOfTheDay.cs: Ditto. * Tomboy/Plugins/PrintNotes.cs: Ditto. 2007-02-02 Boyd Timothy * Tomboy/NoteBuffer.cs: Patch from Chris Scobell to fix bug #403745. Fix problem where upon deserialization bullets can get formatting tags due to the order is which tags are applied. In the OnTagApplied handler remove any existing tags if the tag being applied is a DepthNoteTag. 2007-02-02 Boyd Timothy * Tomboy/NoteBuffer.cs: Patch from Chris Scobell to fix bug #403408. Add a method 'CanMakeBulletedList' which returns true if the cursor is at a line that can be made into a bulleted list (i.e., anything but the first line which has the title). Add checks to IncreaseDepth, DecreaseDepth and AddNewLine which use this method to determine if they should apply bullet operations. * Tomboy/NoteWindow.cs: In RefreshState make the bulleted list toggle formatting menu item senstive only if CanMakeBulletedList returns true. 2007-02-02 Boyd Timothy * Tomboy/NoteBuffer.cs: Patch from Chris Scobell to fix bug #403033. Fix bug where an empty list item was being serialized as: " rather than as "" by using WriteFullEndElement instead of WriteEndElement. Fix bug where if the last line in a note was part of a bulleted list it would be incorrectly identified as having a following line with a depth. 2007-02-01 Boyd Timothy * Tomboy/Applet.cs: Use the ShowPreferencesAction to show the preferences dialog. Fixes bug #403290. * Tomboy/Tomboy.cs: Handle opening the preferences dialog here so that both the panel applet and notification area icon use this via ActionManager. Also fixed OnShowHelpAction to prevent Tomboy from crashing when the user accesses the help from the search window menu in panel applet mode. * Tomboy/Tray.cs: Removed PreferencesDialog handling here (moved to Tomboy.cs). 2007-02-01 Boyd Timothy * libtomboy/gedit-print.c: Patch from Changwoo Ryu to add xgettext:no-c-format to the line before "%A %x, %X" so translations can be properly made for this string. Fixes bug #356448. 2007-01-31 Boyd Timothy Patch from Chris Scobell to fix bug #403026: * Tomboy/NoteBuffer.cs: Hook up a handler to the TagChanged signal on the NoteBuffer which removes formatting tags from any bullets in the selection. Modify the IsActiveTag and ToggleActiveTag methods so that they ignore the bullet character and look at the first character in the list item instead. * Tomboy/NoteTag.cs: Remove the tag properties on the DepthNoteTags that were previously used to override formatting tags. Give the DepthNoteTags an explicit point size and tweak the indent so that wrapped lines line up better. 2007-01-31 Boyd Timothy The following files fix bug #378400 by allowing the search window to update when notes are saved. * Tomboy/Note.cs: Add a Saved event. * Tomboy/NoteManager.cs: Watch Note.Saved event. Add NoteSaved event. * Tomboy/RecentChanges.cs: Watch NoteManager.NoteSaved event. Update list of notes when a NoteSaved event occurs. Save the current selection when rebuilding the list of notes. 2007-01-30 Boyd Timothy * Tomboy/Tray.cs: Take into account which direction the panel is oriented (horizontally/vertically) and add a little padding around the tray/panel icon. Additional fix for bug #354416. 2007-01-30 Boyd Timothy * Tomboy/NoteBuffer.cs: Patch from Chris Scobell to adjust the increase/decrease code to account for all lines that are highlighted when increase/decrease are pressed. Fixes bug #402338. 2007-01-29 Boyd Timothy * configure.in: Bump version to 0.5.6.