2010-07-09 Marek Habersack * HtmlInputButton.cs: if ServerClick handler is found, do NOT attribute-encode the onclick attribute. 2010-06-21 Marek Habersack * HtmlControl.cs: PreProcessRelativeReference deos not atribute-encode the attribute value. Fixes bug #596430 2010-06-01 Marek Habersack * HtmlHead.cs: added code to render description and keywords metas if the corresponding HtmlMeta controls aren't found and the user set either Description or Keywords properties. 2009-12-22 Marek Habersack * HtmlForm.cs: RenderChildren is slightly more efficient now. 2009-11-13 Marek Habersack * HtmlForm.cs: reverted part of the previous patch - action is not set to the result of calling ResolveClientUrl(action) anymore. Fixes bug #554324 2009-10-30 Marek Habersack * HtmlForm.cs: action is built using Request.ClientFilePath (instead of Request.FilePath) and ResolveClientUrl, so that it's correct even if url rewriting is being used. 2009-09-30 Gonzalo Paniagua Javier * HtmlSelectBuilder.cs: