Changes from maxclaims branch (git).
[clinton/lisp-on-lines.git] / src / packages.lisp
index 44a6977..234a7be 100644 (file)
@@ -17,6 +17,7 @@
    #:insert-into   
    #:select-objects
    #:select-only-n-objects
+   #:insert-object
    
 ;; Descriptions
    #:find-description
@@ -28,6 +29,7 @@
    #:with-active-descriptions
    #:with-inactive-descriptions
 
+
    ;; Displays
    #:define-display
    #:display
    #:find-attribute
    #:attribute
    #:attributes
+   #:attribute-object
    #:attribute-label
+   #:label
    #:attribute-function
    #:attribute-value
+   #:display-attribute-value
    #:active-attributes
-
+   #:attribute-delimiter
+   #:standard-attribute
    ;; Standard Library
+   
+   ;; editing
    #:editable
+   #:attribute-editor
    #:string-attribute-editor
    #:number-attribute-editor
-   #:password-attribute-editor))
+   #:password-attribute-editor
+   #:password
+
+   ;; html
+   #:display-html-attribute-editor
+   #:make-attribute-value-writer))