1 |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Input.pm (full_subdocument_index): New method, for the |
4 |
|
support of hierarchical subdocument numbers. |
5 |
|
(start_section): Use hierarhical subdocument numbers for |
6 |
|
section headings. |
7 |
|
|
8 |
|
* Output.pm (http_header, http_error, html_header): New methods. |
9 |
|
|
10 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* Output.pm (start_section, end_section): "role" option |
13 |
|
implemented. Automatical rank setting implemented. |
14 |
|
(start_error_list, end_error_list): New. |
15 |
|
(add_source_to_parse_error_list): New. |
16 |
|
|
17 |
|
* Result.pm: "Unknown location" message text changed. |
18 |
|
|
19 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* Result.pm (add_label): Output error-level description |
22 |
|
text before the description of the error itself, which |
23 |
|
is originally coded in get_error_level_label, which in turn |
24 |
|
comes from cc.cgi at first. |
25 |
|
(get_error_level_label): Removed. |
26 |
|
|
27 |
|
2008-07-21 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
* Input.pm: A new subclass for subdocuments are added. |
* Input.pm: A new subclass for subdocuments are added. |
30 |
Methods for information sections are added (from cc.cgi). |
Methods for information sections are added (from cc.cgi). |
31 |
|
|