Made further changes to TMainForm.SnippetsChangeHandler:
* Added handler for Snippets' evBeforeDeleteCategory event that clears history list and overview pane.
* Removed clearing of history list from other handlers since this is now taken care of when handling evBeforeDeleteCategory and evBeforeDeleteRoutine.
* Groped together identical event handlers in case statement.