@bill3786
1) Yes, clicking outside the text is how you trigger the save changes dialog.
2) What do you mean by specific H1 H2 H3? using classes? if so, they would need to be added to the styles list.
3) I am not able top reproduce this, what browser are you using?
4) There are a number of ways to add custom styles, probably the simplest is to edit the webassist/ckeditor/config.js file and add the styles list after the enter mode setting. for example;
config.enterMode = CKEDITOR.ENTER_BR;
config.stylesSet = [
{ name: 'Strong Emphasis', element: 'strong' },
{ name: 'Emphasis', element: 'em' },
];
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-stylesSet
5) use the following SQL Command to remove the new page toolbar item:
DELETE FROM pcms2_toolbargroupdefinitions WHERE GroupDefinitionID = 4;
6) No there are not any other updates that I am aware of to the update package.
@Lee Firth:
That looks like you have some conflicting CSS on your site pages.
Use Fire Fox with Fire Bug to disable Styles one at a time to determine the culprit.