1 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Output.pm (nl_text): We can finally get rid of a quirk. |
4 |
|
|
5 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* Input.pm (Subdocument new): Invoke superclass's new method |
8 |
|
such that |urls| attribute is initialized. |
9 |
|
|
10 |
|
* Result.pm (add_error): Use ->url attribute to obtain |
11 |
|
the URL of the document. No longer output |text| argument, |
12 |
|
since all error types except for those used in the WebIDL module |
13 |
|
are now defined in the catalog. |
14 |
|
|
15 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* Output.pm (start_section): Don't add item to the non-tab |
18 |
|
navigation menu if the item's rank is higher than 2. |
19 |
|
|
20 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* Result.pm (add_error): Pass |value| argument, if any, |
23 |
|
to the |nl_text| for error type texts. |
24 |
|
|
25 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* Output.pm (xref_text): New method. |
28 |
|
(node_link): Don't make node path consumed by catalog |
29 |
|
engine. |
30 |
|
|
31 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* Output.pm (nl_text): New rule, <var>{value}</var>, |
34 |
|
is implemented. |
35 |
|
|
36 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* Output.pm: |fieldset| end tag no longer necessary. |
39 |
|
|
40 |
|
* Result.pm: Link to "#parse-errors" if there are |
41 |
|
encoding layer errors. |
42 |
|
|
43 |
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
* Input.pm (generate_transfer_sections): Use standard |
* Input.pm (generate_transfer_sections): Use standard |