* Created documentation strings for the generic methods in GENERICS.lisp.
* Fixed a bug in (DEFGENERIC (SETF X2)) 
  - WIDTH was incorrectly set to (+ X X2)
  - MODIFIED to (- X2 X).
* Fixed a bug a in (DEFGENERIC (SETF Y2)) 
  - HEIGHT was incorrectly set to (+ Y Y2)
  - MODIFIED to (- Y2 Y).

_______________________________________________
application-builder mailing list
[email protected]
http://www.lispniks.com/mailman/listinfo/application-builder

Reply via email to