First of all, why no doctype in the source file? No doctype forces the page to display in quicks mode which impacts on CSS positioning and other CSS tags. I don't see any reason why doctypes can't be defined so couldn't you at least add 4.01 transitional to the next release?
Second, using FCKeditor places the licence information above the <html> statement. I have specifically added a doctype to the source files but this results in the html reverting back to quicks mode. Is it really necessary to add that license info to the edit & add pages and, if so, can it be moved to below the <html> tag??