2004-04-19 Padraig O'Briain * Release 2.6.1 * configure.in: bumped to 2.6.1 * NEWS: Updated for 2.6.1 2004-04-19 Padraig O'Briain * libgtkhtml/document/htmldocument.c: (html_document_open_stream): Add call to html_document_clear. * libgkthtml/document/htmlparser.c (html_startDocument): Add warning message if HtmlDocument's DomDocument is set. * libgtkhtml/view/htmlview.c (html_view_insert_node): Add warning message if focus element is set when root node is added. Fixes bug #135489. 2004-03-25 Padraig O'Briain * libgtkhtml/view/htmlview.c (html_view_style_updated): Use focus_width instead of 2 * focus_width. (html_view_update_box_style_style): Use focus_width instead of 2 * focus_width. Fix for bug #125290 from Balamurali Vishwanathan. 2004-03-22 Padraig O'Briain * libgtkhtml/document/htmldocument.c (find_anchor_helper): Look for "id" attribute of anchor element as XHTML 1.0 deprecates "name" attribute and replaces it with "id" attribute. Fixes bug #137854. Patch from Sven Neumann.