[svn] gpg-error - r175 - trunk/lang/cl

svn author marcus cvs at cvs.gnupg.org
Tue Jul 4 14:18:30 CEST 2006


Author: marcus
Date: 2006-07-04 14:18:29 +0200 (Tue, 04 Jul 2006)
New Revision: 175

Modified:
   trunk/lang/cl/README
   trunk/lang/cl/gpg-error-package.lisp
Log:
Adjust some comments.


Modified: trunk/lang/cl/README
===================================================================
--- trunk/lang/cl/README	2006-07-04 11:55:00 UTC (rev 174)
+++ trunk/lang/cl/README	2006-07-04 12:18:29 UTC (rev 175)
@@ -10,3 +10,13 @@
 
 > (asdf:operate 'asdf:load-op ':gpg-error)
 > (use-package :gpg-error)
+
+
+TODO
+----
+
+* We probably should define a condition base class.  Currently, we do
+  this in the user code only (eg in GPGME).
+
+* Some lispy convenience functions as need arises, for example for
+  output.

Modified: trunk/lang/cl/gpg-error-package.lisp
===================================================================
--- trunk/lang/cl/gpg-error-package.lisp	2006-07-04 11:55:00 UTC (rev 174)
+++ trunk/lang/cl/gpg-error-package.lisp	2006-07-04 12:18:29 UTC (rev 175)
@@ -27,9 +27,6 @@
 ;;; Errors are represented as lists '(SOURCE CODE).  Other
 ;;; representations are also accepted in some places.
 ;;;
-;;; TODO: Lispy convenience functions as need arises, for example for
-;;; output.
-;;;
 ;;; The following functions are defined which are not defined in the C API:
 ;;; gpg-err-source-as-key, gpg-err-source-as-value
 ;;; gpg-err-code-as-key, gpg-err-code-as-value




More information about the Gnupg-commits mailing list