1 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Result.pm (add_error): Support for |line_diff| and |column_diff| |
4 |
|
parameters. |
5 |
|
|
6 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Output.pm (generate_input_section): Set |tabindex=0| to |details| |
9 |
|
header, to make the header focusable. |
10 |
|
|
11 |
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* Result.pm (generate_result_section): Initial |
14 |
|
support for the charset layer. |
15 |
|
|
16 |
|
2008-09-10 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* Output.pm (nl_text): Support for |<var>{octets}</var>|, |
19 |
|
|<var>{char}</var>|, and |<var>{char:hexref}</var>| |
20 |
|
macros. |
21 |
|
(generate_input_section): More charsets are added |
22 |
|
to the list of charsets. |
23 |
|
|
24 |
|
* Result.pm: Pass |char| and |octets| arguments |
25 |
|
to |nl_text|. |
26 |
|
|
27 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* Result.pm (add_error): Don't raise an error even if the |
30 |
|
end position is after the end of the string. |
31 |
|
|
32 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* Result.pm (add_error): Support for |value|-segment marking. |
35 |
|
|
36 |
|
2008-08-22 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* Result.pm (add_error): Localize "description" link. |
39 |
|
|
40 |
|
2008-08-17 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* Output.pm: |text/x-h2h| added. |
43 |
|
|
44 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* Output.pm (nl_text): We can finally get rid of a quirk. |
47 |
|
|
48 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* Input.pm (Subdocument new): Invoke superclass's new method |
51 |
|
such that |urls| attribute is initialized. |
52 |
|
|
53 |
|
* Result.pm (add_error): Use ->url attribute to obtain |
54 |
|
the URL of the document. No longer output |text| argument, |
55 |
|
since all error types except for those used in the WebIDL module |
56 |
|
are now defined in the catalog. |
57 |
|
|
58 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* Output.pm (start_section): Don't add item to the non-tab |
61 |
|
navigation menu if the item's rank is higher than 2. |
62 |
|
|
63 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* Result.pm (add_error): Pass |value| argument, if any, |
66 |
|
to the |nl_text| for error type texts. |
67 |
|
|
68 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* Output.pm (xref_text): New method. |
71 |
|
(node_link): Don't make node path consumed by catalog |
72 |
|
engine. |
73 |
|
|
74 |
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
* Output.pm (nl_text): New rule, <var>{value}</var>, |
* Output.pm (nl_text): New rule, <var>{value}</var>, |