/[suikacvs]/markup/html/whatpm/whatpm-commit.en.atom.u8
Suika

Contents of /markup/html/whatpm/whatpm-commit.en.atom.u8

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.30 - (hide annotations) (download)
Sat Dec 13 02:54:38 2008 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.29: +14 -1 lines
++ whatpm/t/dom-conformance/ChangeLog	13 Dec 2008 02:54:24 -0000
2008-12-13  Wakaba  <wakaba@suika.fam.cx>

	* html-form-input-1.dat, html-form-button.dat, html-forms-1.dat:
	Added test data for form submission attributes.

++ whatpm/Whatpm/ContentChecker/ChangeLog	13 Dec 2008 02:53:45 -0000
2008-12-13  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Updated definitions for attributes for form submission
	on |form| and submit buttons (action="", method="", enctype="",
	target="", and novalidate="").

1 wakaba 1.30 <Atom:feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom" xmlns:Atom="http://www.w3.org/2005/Atom"><Atom:id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit</Atom:id><Atom:title>Whatpm ChangeLog diffs</Atom:title><Atom:updated>2008-12-13T02:54:34Z</Atom:updated><Atom:link href="http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit" hreflang="en" rel="self" type="application/atom+xml"></Atom:link><Atom:link href="http://suika.fam.cx/www/markup/html/whatpm/readme" rel="related"></Atom:link><Atom:link href="http://suika.fam.cx/www/markup/html/whatpm/readme#license" rel="license"></Atom:link><Atom:rights>This feed is free software; you can redistribute it and/or modify it under the same terms as Perl itself.</Atom:rights><entry xml:id="entry-1229136877"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1229136877</id><title>2008-12-13 Wakaba</title><updated>2008-12-13T02:54:34Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 13 Dec 2008 02:54:24 -0000
2     2008-12-13 Wakaba &lt;wakaba@suika.fam.cx&gt;
3    
4     * html-form-input-1.dat, html-form-button.dat, html-forms-1.dat:
5     Added test data for form submission attributes.
6    
7     ++ whatpm/Whatpm/ContentChecker/ChangeLog 13 Dec 2008 02:53:45 -0000
8     2008-12-13 Wakaba &lt;wakaba@suika.fam.cx&gt;
9    
10     * HTML.pm: Updated definitions for attributes for form submission
11     on |form| and submit buttons (action=&quot;&quot;, method=&quot;&quot;, enctype=&quot;&quot;,
12     target=&quot;&quot;, and novalidate=&quot;&quot;).
13    
14     </content></entry><entry xml:id="entry-1229086757"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1229086757</id><title>2008-12-12 Wakaba</title><updated>2008-12-12T12:59:13Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 12 Dec 2008 12:59:07 -0000
15 wakaba 1.29 * html-form-input.dat: Added test data for &lt;input disabled&gt; and
16     &lt;input autofocus&gt;.
17    
18     * html-forms-1.dat: Added test data for &lt;fieldset disabled&gt;,
19     &lt;output for&gt;, and &lt;{formcontrol} name&gt;. Added test data for
20     &lt;{formcontrol} autofocus=&quot;&quot;&gt;'s uniqueness.
21    
22     2008-12-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
23    
24     ++ whatpm/Whatpm/ChangeLog 12 Dec 2008 12:54:19 -0000
25     * ContentChecker.pm: Introduced new flag |has_autofocus|. Added
26     support for new |id_type| value of |any|, which means any kind of
27     element is allowed as a referenced element.
28    
29     2008-12-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
30    
31     ++ whatpm/Whatpm/ContentChecker/ChangeLog 12 Dec 2008 12:56:56 -0000
32     * HTML.pm: Added checking for the uniqueness of |autofocus=&quot;&quot;|
33     attribute. Implemented |name=&quot;&quot;| attribute for form controls.
34     Added U+000C into character class of space characters (it should
35     have been, but was not in some of regular expressions). Updated
36     definitions for |output| elements.
37    
38     2008-12-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
39    
40     </content></entry><entry xml:id="entry-1229082646"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1229082646</id><title>2008-12-12 Wakaba</title><updated>2008-12-12T11:50:44Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 12 Dec 2008 11:50:40 -0000
41 wakaba 1.28 * html-datatemplate.dat, html-form-datalist.dat: Updated test
42     results related to |optgroup| elements.
43    
44     * html-form-textarea.dat: Added new test data.
45    
46     * html-forms-1.dat: Moved some test data to
47     |html-form-textarea.dat|. Updated test results related to
48     |optgroup| elements.
49    
50     2008-12-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
51    
52     ++ whatpm/Whatpm/ChangeLog 12 Dec 2008 11:48:16 -0000
53     * ContentChecker.pm: Introduced |check_attrs2| method for the ease
54     of defining codes for checking required attribute and as such.
55    
56     2008-12-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
57    
58     ++ whatpm/Whatpm/ContentChecker/ChangeLog 12 Dec 2008 11:48:45 -0000
59     * HTML.pm: Updated definitions for |datalist|, |optgroup|,
60     |option|, and |textarea| elements.
61    
62     2008-12-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
63    
64     </content></entry><entry xml:id="entry-1229067124"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1229067124</id><title>2008-12-12 Wakaba</title><updated>2008-12-12T07:31:58Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/t/ChangeLog 12 Dec 2008 07:29:57 -0000
65 wakaba 1.27 2008-12-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
66    
67     * ContentChecker.t: Added new test data file.
68    
69     ++ whatpm/t/dom-conformance/ChangeLog 12 Dec 2008 07:31:40 -0000
70     * html-form-datalist.dat: Moved some test data from
71     |html-forms-1.dat|.
72    
73     * html-forms-1.dat: Moved some test data to
74     |html-form-datalist.dat| and |html-form-select.dat|.
75    
76     * html-form-select.dat: New test data file.
77    
78     2008-12-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
79    
80     ++ whatpm/Whatpm/ContentChecker/ChangeLog 12 Dec 2008 07:29:20 -0000
81     * HTML.pm: Updated definitions for |select|.
82    
83     2008-12-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
84    
85     </content></entry><entry xml:id="entry-1229061100"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1229061100</id><title>2008-12-12 Wakaba</title><updated>2008-12-12T05:51:36Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/t/ChangeLog 12 Dec 2008 05:45:01 -0000
86 wakaba 1.26 2008-12-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
87    
88     * ContentChecker.t: Added new test data file.
89    
90     ++ whatpm/t/dom-conformance/ChangeLog 12 Dec 2008 05:49:40 -0000
91     * html-repetitions.dat: Moved some test data to
92     |html-form-button.dat|. Updated a test result.
93    
94     * html-forms-1.dat: Bug fix on a test result.
95    
96     * html-form-button.dat: New test data file.
97    
98     * html-forms-1.dat: Moved some test data to |html-form-button.dat|.
99    
100     2008-12-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
101    
102     ++ whatpm/Whatpm/ContentChecker/ChangeLog 12 Dec 2008 05:45:46 -0000
103     * HTML.pm: Updated definitions for |button|.
104    
105     2008-12-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
106    
107     </content></entry><entry xml:id="entry-1229058316"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1229058316</id><title>2008-12-12 Wakaba</title><updated>2008-12-12T05:05:06Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/t/ChangeLog 12 Dec 2008 05:03:53 -0000
108 wakaba 1.25 2008-12-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
109    
110     * ContentChecker.t: Added new test data file.
111    
112     ++ whatpm/t/dom-conformance/ChangeLog 12 Dec 2008 05:04:54 -0000
113     2008-12-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
114    
115     * html-form-input-1.dat, html-forms-1.dat: Added test data for
116     @accept and @pattern.
117    
118     * html-form-textarea.dat: New test data file.
119    
120     ++ whatpm/Whatpm/ChangeLog 12 Dec 2008 05:00:26 -0000
121     2008-12-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
122    
123     * IMTChecker.pm: Added more definitions for subtypes.
124    
125     ++ whatpm/Whatpm/ContentChecker/ChangeLog 12 Dec 2008 05:03:26 -0000
126     2008-12-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
127    
128     * HTML.pm: Implemented &lt;input accept&gt; and &lt;form accept&gt;. Raise a
129     SHOULD-level error if @pattern but no @title.
130    
131     </content></entry><entry xml:id="entry-1228965497"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1228965497</id><title>2008-12-11 Wakaba</title><updated>2008-12-11T03:18:14Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/Whatpm/ChangeLog 11 Dec 2008 03:17:21 -0000
132 wakaba 1.24 2008-12-11 Wakaba &lt;wakaba@suika.fam.cx&gt;
133    
134     * URIChecker.pm: Some of |pos_end| values were wrong.
135    
136     ++ whatpm/Whatpm/ContentChecker/ChangeLog 11 Dec 2008 03:18:04 -0000
137     2008-12-11 Wakaba &lt;wakaba@suika.fam.cx&gt;
138    
139     * HTML.pm: Added support for |pattern| attributes.
140    
141     </content></entry><entry xml:id="entry-1228566838"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1228566838</id><title>2008-12-06 Wakaba</title><updated>2008-12-06T12:33:56Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 6 Dec 2008 12:33:50 -0000
142 wakaba 1.23 * html-form-input-1.dat: Added test data for &lt;input multiple&gt; and
143     &lt;input placeholder&gt;.
144    
145     2008-12-06 Wakaba &lt;wakaba@suika.fam.cx&gt;
146    
147     ++ whatpm/Whatpm/ContentChecker/ChangeLog 6 Dec 2008 12:33:04 -0000
148     * HTML.pm: Implemented &lt;input type=file multiple&gt; and &lt;input
149     placeholder&gt;.
150    
151     2008-12-06 Wakaba &lt;wakaba@suika.fam.cx&gt;
152    
153     </content></entry><entry xml:id="entry-1228566007"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1228566007</id><title>2008-12-06 Wakaba</title><updated>2008-12-06T12:20:02Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/t/ChangeLog 6 Dec 2008 12:19:49 -0000
154 wakaba 1.22 * ContentChecker.t: Added |dom-conformance/html-form-datalist.dat|.
155    
156     2008-12-06 Wakaba &lt;wakaba@suika.fam.cx&gt;
157    
158     ++ whatpm/t/dom-conformance/ChangeLog 6 Dec 2008 12:19:28 -0000
159     * html-form-datalist.dat: New test data file.
160    
161     2008-12-06 Wakaba &lt;wakaba@suika.fam.cx&gt;
162    
163     ++ whatpm/Whatpm/ChangeLog 6 Dec 2008 12:18:34 -0000
164     * ContentChecker.pm (check_element): Added support for &quot;no
165     referenced datalist&quot; error.
166    
167     2008-12-06 Wakaba &lt;wakaba@suika.fam.cx&gt;
168    
169     ++ whatpm/Whatpm/ContentChecker/ChangeLog 6 Dec 2008 12:18:53 -0000
170     * HTML.pm: Implemented &lt;input list&gt;.
171    
172     2008-12-06 Wakaba &lt;wakaba@suika.fam.cx&gt;
173    
174     </content></entry><entry xml:id="entry-1228564447"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1228564447</id><title>2008-12-06 Wakaba</title><updated>2008-12-06T11:54:04Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 6 Dec 2008 11:53:44 -0000
175 wakaba 1.21 * html-form-input-1.dat: Added test data for &lt;input type=color&gt;.
176    
177     2008-12-06 Wakaba &lt;wakaba@suika.fam.cx&gt;
178    
179     ++ whatpm/Whatpm/ContentChecker/ChangeLog 6 Dec 2008 11:53:06 -0000
180     * HTML.pm: Implemented &lt;input type=color&gt;.
181    
182     2008-12-06 Wakaba &lt;wakaba@suika.fam.cx&gt;
183    
184     </content></entry><entry xml:id="entry-1228563094"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1228563094</id><title>2008-12-06 Wakaba</title><updated>2008-12-06T11:31:32Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 6 Dec 2008 11:31:29 -0000
185 wakaba 1.20 2008-12-06 Wakaba &lt;wakaba@suika.fam.cx&gt;
186    
187     * html-form-input-1.dat: Added test data for &lt;input type=search&gt;
188     and &lt;input type=text|password|url|email value&gt;.
189    
190     * html-interactive-1.dat: Fixed a typo error.
191    
192     ++ whatpm/Whatpm/ContentChecker/ChangeLog 6 Dec 2008 11:29:26 -0000
193     * HTML.pm: Implemented &lt;input multiple&gt;, &lt;input type=search&gt;.
194     Implemented &lt;input value&gt; validation for |type|s |text|, |search|,
195     |email|, |url|, and |password|.
196    
197     2008-12-06 Wakaba &lt;wakaba@suika.fam.cx&gt;
198    
199     </content></entry><entry xml:id="entry-1228557923"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1228557923</id><title>2008-12-06 Wakaba</title><updated>2008-12-06T10:05:19Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/Whatpm/ChangeLog 6 Dec 2008 10:05:14 -0000
200 wakaba 1.19 * URIChecker.pm: Bug fix: It did not work unless
201     Message::DOM::DOMImplementation has been |require|d.
202    
203     2008-12-06 Wakaba &lt;wakaba@suika.fam.cx&gt;
204    
205     </content></entry><entry xml:id="entry-1228557652"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1228557652</id><title>2008-12-06 Wakaba</title><updated>2008-12-06T10:00:48Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/t/ChangeLog 6 Dec 2008 10:00:34 -0000
206 wakaba 1.18 2008-12-06 Wakaba &lt;wakaba@suika.fam.cx&gt;
207    
208     * content-checker.pl: Use new XML parser for parsing test data.
209     Use NanoDOM instead of manakai DOM implementation.
210    
211     ++ whatpm/Whatpm/ChangeLog 6 Dec 2008 09:58:56 -0000
212     2008-12-06 Wakaba &lt;wakaba@suika.fam.cx&gt;
213    
214     * NanoDOM.pm (document_uri): New attribute.
215    
216     * ContentChecker.pm: Don't use methods not implemented by NanoDOM.
217    
218     ++ whatpm/Whatpm/ContentChecker/ChangeLog 6 Dec 2008 09:59:53 -0000
219     2008-12-06 Wakaba &lt;wakaba@suika.fam.cx&gt;
220    
221     * HTML.pm: Use |Message::URL| for relative URL resolution. Don't
222     use attributes not supported by NanoDOM.
223    
224     </content></entry><entry xml:id="entry-1227510735"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1227510735</id><title>2008-11-24 Wakaba</title><updated>2008-11-24T07:12:13Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ ChangeLog 24 Nov 2008 07:12:09 -0000
225 wakaba 1.17 * readme.en.html: Added a link to application list in manakai-core
226     page.
227    
228     2008-11-24 Wakaba &lt;wakaba@suika.fam.cx&gt;
229    
230     </content></entry><entry xml:id="entry-1227510281"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1227510281</id><title>2008-11-24 Wakaba</title><updated>2008-11-24T07:04:38Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ ChangeLog 24 Nov 2008 07:04:30 -0000
231 wakaba 1.16 2008-11-24 Wakaba &lt;wakaba@suika.fam.cx&gt;
232    
233     * cvscommit.sh: Use |mkcommitfeed| comand instead of
234     |mkcommitfeed.pl| in the same directory.
235    
236     * mkcommitfeed.pl: Removed. (See
237     &lt;http://suika.fam.cx/commitfeed/readme&gt;.)
238    
239     </content></entry><Atom:entry xml:id="entry-1224566303"><Atom:id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1224566303</Atom:id><Atom:title>2008-10-21 Wakaba</Atom:title><Atom:updated>2008-10-21T00:00:00Z</Atom:updated><Atom:author><Atom:name>Wakaba</Atom:name><Atom:email>wakaba@suika.fam.cx</Atom:email></Atom:author><Atom:content type="text">++ ChangeLog 21 Oct 2008 05:18:19 -0000
240 wakaba 1.1 * mkcommitfeed.pl: Typo fixed.
241    
242     2008-10-21 Wakaba &lt;wakaba@suika.fam.cx&gt;
243    
244     </Atom:content></Atom:entry><Atom:entry xml:id="entry-1224569412"><Atom:id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1224569412</Atom:id><Atom:title>2008-10-21 Wakaba</Atom:title><Atom:updated>2008-10-21T00:00:00Z</Atom:updated><Atom:author><Atom:name>Wakaba</Atom:name><Atom:email>wakaba@suika.fam.cx</Atom:email></Atom:author><Atom:content type="text">++ ChangeLog 21 Oct 2008 06:09:47 -0000
245     * readme.en.html: Link to the feed. &quot;What's new&quot; section and &quot;how
246     to use the modules&quot; section added. |Whatpm::XML::Parser| added to
247     the list of modules.
248    
249     2008-10-21 Wakaba &lt;wakaba@suika.fam.cx&gt;
250    
251 wakaba 1.2 </Atom:content></Atom:entry><entry xml:id="entry-1224569946"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1224569946</id><title>2008-10-21 Wakaba</title><updated>2008-10-21T06:19:00Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ ChangeLog 21 Oct 2008 06:18:54 -0000
252     * mkcommitfeed.pl: Oops, namespace URI was missing; namespaces is
253     always annoying :-&lt;
254    
255     2008-10-21 Wakaba &lt;wakaba@suika.fam.cx&gt;
256    
257 wakaba 1.3 </content></entry><entry xml:id="entry-1225086295"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1225086295</id><title>2008-10-27 Wakaba</title><updated>2008-10-27T05:44:49Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/Whatpm/ContentChecker/ChangeLog 27 Oct 2008 05:44:23 -0000
258     2008-10-27 Wakaba &lt;wakaba@suika.fam.cx&gt;
259    
260     * HTML.pm: HTML5 spec status updated, except for
261     datatemplate-related features.
262    
263 wakaba 1.4 </content></entry><entry xml:id="entry-1225088199"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1225088199</id><title>2008-10-27 Wakaba</title><updated>2008-10-27T06:16:35Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/Whatpm/ContentChecker/ChangeLog 27 Oct 2008 06:16:25 -0000
264     datatemplate-related features, once again. Status for RDFa and
265     XHTML Basic 1.1 updated.
266    
267     2008-10-27 Wakaba &lt;wakaba@suika.fam.cx&gt;
268    
269     * HTML.pm: HTML5 spec status updated, except for
270 wakaba 1.5 </content></entry><entry xml:id="entry-1225954629"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1225954629</id><title>2008-11-06 Wakaba</title><updated>2008-11-06T06:57:03Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/Whatpm/ChangeLog 6 Nov 2008 04:01:55 -0000
271     2008-11-06 Wakaba &lt;wakaba@suika.fam.cx&gt;
272    
273     * SWML/: New directory.
274    
275     ++ whatpm/Whatpm/SWML/ChangeLog 6 Nov 2008 06:56:18 -0000
276     2008-11-06 Wakaba &lt;wakaba@suika.fam.cx&gt;
277    
278     * Parser.pm: New file. Tokenizer impelmented, but it does not
279     work yet.
280    
281     * ChangeLog: New file.
282    
283    
284     </content></entry><entry xml:id="entry-1225954751"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1225954751</id><title>2008-11-06 Wakaba</title><updated>2008-11-06T06:59:06Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ ChangeLog 6 Nov 2008 06:58:59 -0000
285     2008-11-06 Wakaba &lt;wakaba@suika.fam.cx&gt;
286    
287     * cvscommit.sh: Commit the updated Atom feed at the time of commit
288     of the other files.
289    
290 wakaba 1.6 </content></entry><entry xml:id="entry-1225974742"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1225974742</id><title>2008-11-06 Wakaba</title><updated>2008-11-06T12:32:19Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/Whatpm/SWML/ChangeLog 6 Nov 2008 12:31:56 -0000
291     * Parser.pm: Tree construction implemented and remove compile
292     errors. Still unclear whether it works or not.
293    
294     2008-11-06 Wakaba &lt;wakaba@suika.fam.cx&gt;
295    
296 wakaba 1.7 </content></entry><entry xml:id="entry-1225978153"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1225978153</id><title>2008-11-06 Wakaba</title><updated>2008-11-06T13:29:10Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/Whatpm/SWML/ChangeLog 6 Nov 2008 13:28:54 -0000
297     * Parser.pm: Multiple |rt| elements in a |ruby| element was not
298     allowed. Don't use \s where SWML's definition of white space is
299     required. &quot;The head element&quot; definition was wrong. Typo fixed.
300     List algorithm bug fixed.
301    
302     2008-11-06 Wakaba &lt;wakaba@suika.fam.cx&gt;
303    
304 wakaba 1.8 </content></entry><entry xml:id="entry-1226030595"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1226030595</id><title>2008-11-07 Wakaba</title><updated>2008-11-07T04:03:12Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/t/ChangeLog 7 Nov 2008 04:02:56 -0000
305     2008-11-07 Wakaba &lt;wakaba@suika.fam.cx&gt;
306    
307     * Makefile: A rule for SWML testing is added.
308    
309     * SWML-Parser.t: New file.
310    
311     * swml/: New directory.
312    
313     ++ whatpm/t/swml/ChangeLog 7 Nov 2008 04:01:29 -0000
314     2008-11-07 Wakaba &lt;wakaba@suika.fam.cx&gt;
315    
316     * structs-1.dat: New file.
317    
318     * ChangeLog: New file.
319    
320    
321     ++ whatpm/Whatpm/SWML/ChangeLog 7 Nov 2008 04:02:27 -0000
322     2008-11-07 Wakaba &lt;wakaba@suika.fam.cx&gt;
323    
324     * Parser.pm (parse_char_string): Don't use attributes and methods
325     not supported by NanoDOM.
326    
327 wakaba 1.9 </content></entry><entry xml:id="entry-1226047526"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1226047526</id><title>2008-11-07 Wakaba</title><updated>2008-11-07T08:45:19Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/t/ChangeLog 7 Nov 2008 08:45:01 -0000
328     * SWML-Parser.t: Test file |swml/blocks-1.dat| added.
329    
330     2008-11-07 Wakaba &lt;wakaba@suika.fam.cx&gt;
331    
332     ++ whatpm/t/swml/ChangeLog 7 Nov 2008 08:45:13 -0000
333     * structs-1.dat: More test data added.
334    
335     * blocks-1.dat: New file.
336    
337     2008-11-07 Wakaba &lt;wakaba@suika.fam.cx&gt;
338    
339     ++ whatpm/Whatpm/ChangeLog 7 Nov 2008 08:43:32 -0000
340     2008-11-07 Wakaba &lt;wakaba@suika.fam.cx&gt;
341    
342     * NanoDOM.pm (text_content): Don't create a Text node if the new
343     value is empty.
344    
345     ++ whatpm/Whatpm/HTML/ChangeLog 7 Nov 2008 08:43:49 -0000
346     2008-11-07 Wakaba &lt;wakaba@suika.fam.cx&gt;
347    
348     * Dumper.pm (dumptree): Support for namespace abbreviation for
349     SWML namespaces.
350    
351     ++ whatpm/Whatpm/SWML/ChangeLog 7 Nov 2008 08:44:20 -0000
352     * Parser.pm: Bug fixes - both parser implementation bugs and spec
353     bugs.
354    
355     2008-11-07 Wakaba &lt;wakaba@suika.fam.cx&gt;
356    
357 wakaba 1.10 </content></entry><entry xml:id="entry-1226061338"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1226061338</id><title>2008-11-07 Wakaba</title><updated>2008-11-07T12:35:32Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/t/ChangeLog 7 Nov 2008 12:35:08 -0000
358     * SWML-Parser.t: New test data files added.
359    
360     2008-11-07 Wakaba &lt;wakaba@suika.fam.cx&gt;
361    
362     ++ whatpm/t/swml/ChangeLog 7 Nov 2008 12:35:27 -0000
363     * blocks-1.dat: Test result updated.
364    
365     * inlines-1.dat, forms-specific.dat-1, forms-generic-1.dat,
366     tables-1.dat: New files.
367    
368     2008-11-07 Wakaba &lt;wakaba@suika.fam.cx&gt;
369    
370     ++ whatpm/Whatpm/SWML/ChangeLog 7 Nov 2008 12:34:42 -0000
371     * Parser.pm: More bug fixes, both impl bugs and spec bugs, again.
372    
373     2008-11-07 Wakaba &lt;wakaba@suika.fam.cx&gt;
374    
375 wakaba 1.11 </content></entry><entry xml:id="entry-1226072435"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1226072435</id><title>2008-11-07 Wakaba</title><updated>2008-11-07T15:40:29Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/t/swml/ChangeLog 7 Nov 2008 15:40:23 -0000
376     * blocks-1.dat: A test data added.
377    
378     2008-11-07 Wakaba &lt;wakaba@suika.fam.cx&gt;
379    
380 wakaba 1.12 </content></entry><entry xml:id="entry-1226136429"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1226136429</id><title>2008-11-08 Wakaba</title><updated>2008-11-08T09:27:03Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/t/swml/ChangeLog 8 Nov 2008 09:26:51 -0000
381     2008-11-08 Wakaba &lt;wakaba@suika.fam.cx&gt;
382    
383     * inlines-1.dat: A test case added.
384    
385     ++ whatpm/Whatpm/SWML/ChangeLog 8 Nov 2008 09:26:37 -0000
386     2008-11-08 Wakaba &lt;wakaba@suika.fam.cx&gt;
387    
388     * Parser.pm (parse_char_string): Namespace URL for &quot;rubyb&quot; element
389     was wrong.
390    
391 wakaba 1.13 </content></entry><entry xml:id="entry-1226225145"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1226225145</id><title>2008-11-09 Wakaba</title><updated>2008-11-09T10:05:40Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/t/swml/ChangeLog 9 Nov 2008 10:05:35 -0000
392     2008-11-09 Wakaba &lt;wakaba@suika.fam.cx&gt;
393    
394     * structs-1.dat: A test case added.
395    
396     ++ whatpm/Whatpm/SWML/ChangeLog 9 Nov 2008 10:05:18 -0000
397     2008-11-09 Wakaba &lt;wakaba@suika.fam.cx&gt;
398    
399     * Parser.pm (parse_char_string): &quot;__IMAGE__&quot; was inserted to
400     |sw:image| element.
401    
402 wakaba 1.14 </content></entry><entry xml:id="entry-1226649856"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1226649856</id><title>2008-11-14 Wakaba</title><updated>2008-11-14T08:04:12Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/t/swml/ChangeLog 14 Nov 2008 08:02:58 -0000
403     2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
404    
405     * blocks-1.dat: Test cases added.
406    
407     * structs-1.dat: A test result was wrong.
408    
409     * tables-1.dat: A test case added.
410    
411     ++ whatpm/Whatpm/SWML/ChangeLog 14 Nov 2008 08:04:04 -0000
412     2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
413    
414     * Parser.pm (parse_char_string): A quoted &quot;\&quot; character was not
415     put into the DOM.
416    
417 wakaba 1.15 </content></entry><entry xml:id="entry-1226755085"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1226755085</id><title>2008-11-15 Wakaba</title><updated>2008-11-15T13:17:58Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/t/swml/ChangeLog 15 Nov 2008 13:17:15 -0000
418     2008-11-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
419    
420     * tables-1.dat: Added a test case.
421    
422     ++ whatpm/Whatpm/SWML/ChangeLog 15 Nov 2008 13:17:52 -0000
423     2008-11-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
424    
425     * Parser.pm (parse_char_string): Not all quoted-pairs in table
426     cells were unescaped.
427    
428 wakaba 1.2 </content></entry></Atom:feed>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24