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