Added standard descriptions and UCW integration.
authordrewc <drewc@tech.coop>
Fri, 11 Jan 2008 18:50:16 +0000 (10:50 -0800)
committerdrewc <drewc@tech.coop>
Fri, 11 Jan 2008 18:50:16 +0000 (10:50 -0800)
commit4358148e6c67fcc2ae24050c54d8050b4dc03f9d
treed643f6adee055a5d363cffb887413c7af05d06ea
parent4867c86f7dce578458c4130d9a8cfbf1041f7c4a
Added standard descriptions and UCW integration.

Checkpoint: Tests pass.

***END OF
DESCRIPTION***

Place the long patch description above the ***END OF DESCRIPTION*** marker.
The first line of this file will be the patch name.

This patch contains the following changes:

A ./lisp-on-lines-ucw.asd
M ./lisp-on-lines.asd -10 +39
M ./src/attribute-test.lisp -6 +27
M ./src/attribute.lisp -58 +198
A ./src/contextl-hacks.lisp
M ./src/description-class.lisp -101 +143
M ./src/description-test.lisp -6
M ./src/description.lisp -42 +57
M ./src/display-test.lisp -13 +12
M ./src/display.lisp -10 +19
M ./src/packages-test.lisp -1 +1
M ./src/packages.lisp -2 +7
A ./src/standard-descriptions/
A ./src/standard-descriptions/clos.lisp
A ./src/standard-descriptions/edit.lisp
A ./src/standard-descriptions/list.lisp
A ./src/standard-descriptions/symbol.lisp
A ./src/standard-descriptions/t.lisp
A ./src/ucw/
A ./src/ucw/html-description.lisp
A ./src/ucw/lol-tags-test.lisp
A ./src/ucw/lol-tags.lisp
A ./src/ucw/packages.lisp
A ./src/ucw/standard-components.lisp
A ./src/ucw/ucw-test.lisp
M ./src/utilities.lisp -10 +19

darcs-hash:20080111185016-39164-73d0df2c35cc111cb862c3abb71e8b132f78d5d1.gz
24 files changed:
lisp-on-lines-ucw.asd [new file with mode: 0644]
lisp-on-lines.asd
src/attribute-test.lisp
src/attribute.lisp
src/contextl-hacks.lisp [new file with mode: 0644]
src/description-class.lisp
src/description-test.lisp
src/description.lisp
src/display-test.lisp
src/display.lisp
src/packages-test.lisp
src/packages.lisp
src/standard-descriptions/clos.lisp [new file with mode: 0644]
src/standard-descriptions/edit.lisp [new file with mode: 0644]
src/standard-descriptions/list.lisp [new file with mode: 0644]
src/standard-descriptions/symbol.lisp [new file with mode: 0644]
src/standard-descriptions/t.lisp [new file with mode: 0644]
src/ucw/html-description.lisp [new file with mode: 0644]
src/ucw/lol-tags-test.lisp [new file with mode: 0644]
src/ucw/lol-tags.lisp [new file with mode: 0644]
src/ucw/packages.lisp [new file with mode: 0644]
src/ucw/standard-components.lisp [new file with mode: 0644]
src/ucw/ucw-test.lisp [new file with mode: 0644]
src/utilities.lisp