[mcclim-cvs] CVS mcclim/Drei
thenriksen
thenriksen at common-lisp.net
Tue Nov 14 07:59:05 UTC 2006
Update of /project/mcclim/cvsroot/mcclim/Drei
In directory clnet:/tmp/cvs-serv23728
Modified Files:
packages.lisp
Log Message:
Export the new convenience features from the `DREI-BASE' package.
--- /project/mcclim/cvsroot/mcclim/Drei/packages.lisp 2006/11/11 20:11:51 1.3
+++ /project/mcclim/cvsroot/mcclim/Drei/packages.lisp 2006/11/14 07:59:05 1.4
@@ -84,12 +84,17 @@
(defpackage :drei-base
(:use :clim-lisp :drei-buffer :drei-kill-ring :esa-buffer :esa-utils)
- (:export #:as-offsets
+ (:export #:as-region
+ #:as-full-region
+ #:as-offsets
#:do-buffer-region
#:do-buffer-region-lines
#:previous-line #:next-line
#:open-line
#:delete-line
+ #:extract-line
+ #:lines-in-region
+ #:extract-lines-in-region
#:empty-line-p
#:line-indentation
#:buffer-display-column
More information about the Mcclim-cvs
mailing list