--- test/html-webhacc/ChangeLog 2008/08/15 16:03:46 1.92 +++ test/html-webhacc/ChangeLog 2008/08/16 07:42:20 1.95 @@ -1,5 +1,33 @@ 2008-08-16 Wakaba + * cc-script.js: Support for #index- fragment identifiers. + + * cc-style.css: Prety styling for reformatted sources. + Support for new version of manifest dump sections. + + * error-description-source.xml: Support for Whatpm::CacheManifest, + Whatpm::CSS::SelectorsParser, Whatpm::CSS::MediaQueryParser, + and Whatpm::CSS::Parser errors. Support for l10n of cache + manifest dump sections. + +2008-08-16 Wakaba + + * cc-style.css: Set min/max width/height such that tab content + is accessible even when stupid size of window is used. + +2008-08-16 Wakaba + + * cc-script.js (_showTab): Show the tab button of the selected + tab. + + * cc-script.css (nav): Show scrollbar if there are too many + tabs. + + * cc.cgi: Reset |$output->input| even if |$input->{s}| is undef (i.e. + imlementation error case). + +2008-08-16 Wakaba + * error-description-source.xml: Error entries for Whatpm::URIChecker and Whatpm::LangTag error types are added.