1 |
2008-11-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* Parser.pm (parse_char_string): Not all quoted-pairs in table |
4 |
cells were unescaped. |
5 |
|
6 |
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
7 |
|
8 |
* Parser.pm (parse_char_string): A quoted "\" character was not |
9 |
put into the DOM. |
10 |
|
11 |
2008-11-09 Wakaba <wakaba@suika.fam.cx> |
12 |
|
13 |
* Parser.pm (parse_char_string): "__IMAGE__" was inserted to |
14 |
|sw:image| element. |
15 |
|
16 |
2008-11-08 Wakaba <wakaba@suika.fam.cx> |
17 |
|
18 |
* Parser.pm (parse_char_string): Namespace URL for "rubyb" element |
19 |
was wrong. |
20 |
|
21 |
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
22 |
|
23 |
* Parser.pm: More bug fixes, both impl bugs and spec bugs, again. |
24 |
|
25 |
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
26 |
|
27 |
* Parser.pm: Bug fixes - both parser implementation bugs and spec |
28 |
bugs. |
29 |
|
30 |
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
31 |
|
32 |
* Parser.pm (parse_char_string): Don't use attributes and methods |
33 |
not supported by NanoDOM. |
34 |
|
35 |
2008-11-06 Wakaba <wakaba@suika.fam.cx> |
36 |
|
37 |
* Parser.pm: Multiple |rt| elements in a |ruby| element was not |
38 |
allowed. Don't use \s where SWML's definition of white space is |
39 |
required. "The head element" definition was wrong. Typo fixed. |
40 |
List algorithm bug fixed. |
41 |
|
42 |
2008-11-06 Wakaba <wakaba@suika.fam.cx> |
43 |
|
44 |
* Parser.pm: Tree construction implemented and remove compile |
45 |
errors. Still unclear whether it works or not. |
46 |
|
47 |
2008-11-06 Wakaba <wakaba@suika.fam.cx> |
48 |
|
49 |
* Parser.pm: New file. Tokenizer impelmented, but it does not |
50 |
work yet. |
51 |
|
52 |
* ChangeLog: New file. |
53 |
|
54 |
|