API CHANGE: Removed the OBJECT arg from attribute-value
authordrewc <drewc@tech.coop>
Fri, 22 Feb 2008 20:31:47 +0000 (12:31 -0800)
committerdrewc <drewc@tech.coop>
Fri, 22 Feb 2008 20:31:47 +0000 (12:31 -0800)
commite8d4fa4537a1655714ad8bbbf9b7ba2d85ead959
tree2c1cb83199389b0adc4d677dbd2e0d00b84096e5
parent6de8d30004efc9337b8c40d2ff2d0a76651d23eb
API CHANGE: Removed the OBJECT arg from attribute-value

ATTRIBUTE-VALUE now only takes the attribute. The rest of the arguments
it really needs are now set up in the dynamic environment.

You can still specialize ATTRIBUTE-VALUE-USING-OBJECT.

This should be the last API change for a while. The tests have been
modified to reflect the change.

darcs-hash:20080222203147-39164-73b7e3e69c71891123efbb3f78b2250541823d6b.gz
12 files changed:
lisp-on-lines.asd
src/attribute-test.lisp
src/attribute.lisp
src/description-class.lisp
src/description.lisp
src/display.lisp
src/packages.lisp
src/rofl.lisp
src/standard-descriptions/clos.lisp
src/standard-descriptions/edit.lisp
src/standard-descriptions/t.lisp
src/ucw/html-description.lisp