Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 1995)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 1996)
@@ -320,4 +320,5 @@
 \item Removed \code{psListRemoveNext} and \code{psListRemoveAfter}.
   Removing an item pointed to by an iterator doesn't cause an error.
-
+\item Added \code{PS_TYPE_STR} and \code{PS_TYPE_BOOL} to
+  \code{psElemType}.
 \end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 1995)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 1996)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.126 2004-10-07 00:55:04 jhoblitt Exp $
+%%% $Id: psLibSDRS.tex,v 1.127 2004-10-07 03:14:26 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -1232,4 +1232,6 @@
     PS_TYPE_C32,                        ///< Complex numbers consisting of floats
     PS_TYPE_C64,                        ///< Complex numbers consisting of doubles
+    PS_TYPE_STR,		        ///< String
+    PS_TYPE_BOOL,                       ///< Boolean
     PS_TYPE_OTHER                       ///< Not supported for arithmetic
 } psElemType;
