2008-08-06 Sandy Armstrong * src/Application.cs: Make sure to run Catalog.Init first thing when the app starts. 2008-07-28 Brian Merrell * src/NoteDialog.cs: Scroll to bottom of window when a new note is created. Cancel *new* note creation on Esc. * src/NoteWidget.cs: Disallow saving empty notes. Expose public method to focus on TextView widget. 2008-07-17 Brian Merrell * configure.ac, src/PreferencesDialog.cs, src/Makefile.am: Added check for gtk-2.12+ with #if/#else to conditionally use the GtkTooltip class (which requires >=2.12) without having bump up our gtk version requirement just yet. Fixes Bug #543245. 2008-07-06 Johnny Jacob * src/PreferencesDialog.cs: Fixes a mnemonic conflict for completed tasks option. "_Completed" conflicts with "_Close". Changed to "C_ompleted". 2008-07-04 Johnny Jacob Fix for Bug #541190. * src/Application.cs: If tasque finds another instance running, exit with 0 instead of -1. 2008-06-27 Brian Merrell * src/TaskTreeView.cs: Fix typo and add some comments. Also slightly decreased delay for tooltips to appear. 2008-06-27 Brian Merrell * src/TaskTreeView.cs: Add tooltips. Modified the default tooltip behavior to make them unobtrusive. Some variables could be moved to preferences later on. Addresses bug #525281 (enhancement). Large portion of patch courtesy of Sergey Kuleshov. 2008-06-23 Sandy Armstrong * NEWS: Fix links to bugs and mailing list. 2008-06-23 Sandy Armstrong * configure.ac: Bump version to 0.1.7.