/[suikacvs]/test/html-webhacc/WebHACC/ChangeLog
Suika

Contents of /test/html-webhacc/WebHACC/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.10 - (hide annotations) (download)
Sun Jul 27 10:33:46 2008 UTC (17 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.9: +9 -0 lines
++ ChangeLog	27 Jul 2008 10:33:38 -0000
2008-07-27  Wakaba  <wakaba@suika.fam.cx>

	* .htaccess: Files gone.

	* cc-interface.en.html, cc-todo.txt: Removed.

	* cc-about.en.html: New document.

	* cc.cgi: Insert document input section before anything.
	No check performed if no URL is specified and the
	input is empty.

	* error-description-source.xml (WebHACC:Heading): Link
	to cc-about in place of cc-interface.

++ html/WebHACC/Language/ChangeLog	27 Jul 2008 10:31:14 -0000
2008-07-27  Wakaba  <wakaba@suika.fam.cx>

	* CSS.pm (generate_structure_dump_section): Role name was wrong.

++ html/WebHACC/ChangeLog	27 Jul 2008 10:30:52 -0000
2008-07-27  Wakaba  <wakaba@suika.fam.cx>

	* Output.pm (new, input): |input| attribute should always have an input
	object, even though it might be an empty one.
	(add_source_to_parse_error_list): s/shift/shift ()/ to remove
	ambigiousness warning.
	(select): New method.
	(generate_input_section): New method.

1 wakaba 1.10 2008-07-27 Wakaba <[email protected]>
2    
3     * Output.pm (new, input): |input| attribute should always have an input
4     object, even though it might be an empty one.
5     (add_source_to_parse_error_list): s/shift/shift ()/ to remove
6     ambigiousness warning.
7     (select): New method.
8     (generate_input_section): New method.
9    
10 wakaba 1.9 2008-07-26 Wakaba <[email protected]>
11    
12     * Input.pod: New.
13    
14     * Input.pm (urls, url, add_url): New. Originally handled
15     as |$input->{uri}| and |$input->{request_uri}|.
16     (get_document and related methods/classes): New. Originally
17