massive refactoring in preparation of release.
[clinton/lisp-on-lines.git] / src / packages.lisp
index c97a07c..087b2f4 100644 (file)
@@ -17,6 +17,7 @@
    :time-difference
    :make-time
    :time-ymd
+   :date-ymd
    :date
    :get-time
    :time-element
    :get-foreign-instances)
   
   (:export 
-   ;;;; LoL 
+   ;;;; CLSQL meta-model/default attributes definers
+   ;;;; TODO: should be moved to meta-model,
+   ;;;; with lol specific function implemented like the
+   ;;;; CLOS meta-model
    :define-view-for-table
    :define-views-for-database
 
+
+   ;;;; The LoL 3 displays
+   :defdisplay
+   :defattribute
+   :display
+   :display-using-description
+   :call-display
+
+
    ;;;;a wrapper for calling make-presentation
    :call-view
    :present-view
    :make-presentation
    :call-presentation
 
+   :find-occurence
+
    ;;attributes
    :attributes
+   :attribute-value
    :define-attributes
    :with-default-attributes
    :set-default-attributes