Rename DOM navigator -> stack
commitbccfbf864746e027c3ab56f31fd19d7e62be3312
authorJonas Fonseca <fonseca@diku.dk>
Tue, 15 Nov 2005 09:43:52 +0000 (15 10:43 +0100)
committerJonas Fonseca <fonseca@antimatter.localdomain>
Tue, 15 Nov 2005 09:43:52 +0000 (15 10:43 +0100)
tree0d57f02dad1e0bb9015ecbdad4793e13413707d7
parenta0fb29bcd5f99305b5f7d181979a6c71e3089354
Rename DOM navigator -> stack

This is really a much more appropriate word since it never ended up being
more than just a stack. The rename also changes the symbol names to use the
much shorter "stack".
src/document/dom/Makefile
src/document/dom/navigator.c [deleted file]
src/document/dom/renderer.c
src/document/dom/stack.c [new file with mode: 0644]
src/document/dom/stack.h [moved from src/document/dom/navigator.h with 52% similarity]
src/document/sgml/html/html.c
src/document/sgml/html/html.h
src/document/sgml/parser.c
src/document/sgml/sgml.c
src/document/sgml/sgml.h