2007-08-27 Sandy Armstrong * NEWS: Updated for 0.7.5. 2007-08-27 Sandy Armstrong * Tomboy/Synchronization/SyncDialog.cs: String work. 2007-08-27 Sandy Armstrong * Tomboy/PreferencesDialog.cs: Improved sync pref widget sensitivity behavior. Nuke sync client manifest.xml on save as well as reset. 2007-08-26 Sandy Armstrong * Tomboy/Synchronization/FuseSyncServiceAddin.cs: Rename CreateMountPath method to PrepareMountPath, and add a call to make sure there is no existing FUSE mount at that path. * Tomboy/Addins/WebDavSyncService/WebDavSyncServiceAddin.cs: Pass gnome-keyring-sharp exception messages along in TomboySyncException. Short on time to implement non-keyring credential storage solution. 2007-08-26 Sandy Armstrong * Tomboy/PreferencesDialog.cs: Check for TomboySyncException when saving sync configuration. Use exception message in error dialog content. * Tomboy/Synchronization/FuseSyncServiceAddin.cs: Adding FuseMountTimeoutError and FuseMountDirectoryError members, to be overriden by child classes that need to customize these error messages. MountFuse method throws TomboySyncException instead of just returning false. Check for existence of mountPath directory after mounting...wdfs with incorrect user/pass credentials will appear to mount correctly but Directory.Exists will return false. * Tomboy/Synchronization/SyncManager.cs: Added TomboySyncException type, an extension of System.ApplicationException. * Tomboy/Addins/FileSystemSyncService/FileSystemSyncServiceAddin.cs, Tomboy/Addins/WebDavSyncService/WebDavSyncServiceAddin.cs, Tomboy/Addins/SshSyncService/SshSyncServiceAddin.cs: Throw TomboySyncException when configuration is incorrect. 2007-08-26 Sandy Armstrong * test/DBusClientTest.py: Test driver for Tomboy's DBus interface. Currently provides coverage of note save/add/delete events. * Tomboy/RemoteControl.cs: Expose events for note save/add/delete over DBus. Fixes bug #465639 (patch courtesy of John Carr). 2007-08-13 Sandy Armstrong * configure.in: Bumping version to 0.7.5.