2009-01-19 Sandy Armstrong * NEWS: Update for 0.13.3. 2009-01-19 Sandy Armstrong * Tomboy/Note.cs: * Tomboy/Undo.cs: * Tomboy/Tray.cs: * Tomboy/Trie.cs: * Tomboy/Utils.cs: * Tomboy/Search.cs: * Tomboy/NoteTag.cs: * Tomboy/TagEntry.cs: * Tomboy/Watchers.cs: * Tomboy/NoteBuffer.cs: * Tomboy/NoteWindow.cs: * Tomboy/XKeybinder.cs: * Tomboy/NoteManager.cs: * Tomboy/RecentChanges.cs: * Tomboy/RemoteControl.cs: * Tomboy/PrefsKeybinder.cs: * Tomboy/GnomeApplication.cs: * Tomboy/Synchronization/SyncDialog.cs: * Tomboy/Addins/Bugzilla/BugzillaLink.cs: * Tomboy/Addins/Tasque/TasqueNoteAddin.cs: * Tomboy/Addins/NoteOfTheDay/NoteOfTheDay.cs: * Tomboy/Addins/Evolution/EvolutionNoteAddin.cs: * Tomboy/Addins/Backlinks/BacklinksNoteAddin.cs: * Tomboy/Addins/ExportToHtml/ExportToHtmlNoteAddin.cs: * Tomboy/Addins/GalagoPresence/GalagoPresenceNoteAddin.cs: * Tomboy/Addins/NoteOfTheDay/NoteOfTheDayApplicationAddin.cs: Switch to using generic collection classes wherever possible. Clean up some using statements. 2009-01-19 Sandy Armstrong * Tomboy/Tomboy.cs: Set process name to "tomboy" instead of "Tomboy" to make the session manager happy (bug #565166; thanks to Sebastian Dröge for the fix). 2009-01-17 Sandy Armstrong * Tomboy/Addins/Bugzilla/BugzillaPreferences.cs: Remove trailing space from translated string (bug #566711). 2009-01-12 Sandy Armstrong * Tomboy/Applet.cs: Rename TomboyAppletEventBox to TomboyPanelAppletEventBox. Fixes problem with panel applet icon background (bug #567308), caused by many themes matching on widget class names with patterns like "*Tray*" (which is why it worked when the class was TomboyTray) and "*PanelApplet*". 2009-01-08 Claude Paroz * Tomboy/PreferencesDialog.cs: Add translator comment for 'New Note Template' (bug #565208). 2009-01-07 Sandy Armstrong * Tomboy/NoteManager.cs: Don't forget to XML encode title text when there's a template note. Fixes crash when using link button to create notes with & or < in the title (bug #566967). 2008-12-27 Sandy Armstrong * Tomboy/Notebooks/NotebookNoteAddin.cs: * Tomboy/Addins/Bugzilla/BugzillaLink.cs: * Tomboy/Addins/Tasque/TasqueNoteAddin.cs: * Tomboy/Addins/Backlinks/BacklinkMenuItem.cs: * Tomboy/Notebooks/NotebookApplicationAddin.cs: * Tomboy/Addins/Evolution/EvolutionNoteAddin.cs: * Tomboy/Addins/Backlinks/BacklinksNoteAddin.cs: * Tomboy/Addins/PrintNotes/PrintNotesNoteAddin.cs: * Tomboy/Addins/ExportToHtml/ExportToHtmlNoteAddin.cs: Memory savings, lazy-loading; beginnings of fix for bug #565790 (reduce Tomboy memory footprint at startup). For NoteAddins, moved a lot of work from Initialize to OnNoteOpened. In general, moved instantiation of some objects from static constructor to lazy-loading static properties. 2008-12-15 Sandy Armstrong * configure.in: * Setup/Setup.wxs: * Tomboy/Defines.WIN32.cs: * osx/Contents/Info.plist: Bump version to 0.13.3.