2008-10-29 Jonathan Pryor * Makefile.am: Get `make dist`, `make install` working... We install to $prefix/lib/monodoc/web, which is where Debian's monodoc-http package places things... 2008-10-28 Jonathan Pryor * . (svn:ignore): Ignore generated files. * common.css: Fix the .code class, lest it make the C# Language Spec examples unreadable. (Really, *really*, unreadable.) * Makefile.am: Deal with change to mono-tools/webdoc directory... * monodoc.ashx: Grab CSS & JavaScript code from the node's HelpSource, thus allowing the HelpSource to customize output. 2006-11-19 Miguel de Icaza * monodoc.ashx: Do not rewrite target urls that start with '#' as those are links inside the current page. 2005-02-18 Gonzalo Paniagua Javier * monodoc.ashx: fixed nullrefs for the 'Various' node. 2003-11-16 Gonzalo Paniagua Javier * ptree/tree.js: make mouse selection lose the focus when ENTER is pressed. 2003-10-14 John Luke * ptree/tree.css: change a.hover to look like ndoc 2003-08-22 Piers Haken * monodoc.ash: PTree cleanup, keyboard support 2003-08-21 Piers Haken * monodoc.ash: add PTree support 2003-08-14 John Luke * monodoc.ashx: do not close the XmlTextWriter in 'void HandleTree (HttpContext context, string tree)' (allows the tree to work on IE and moz>=1.4)