Index: trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- trunk/doc/pslib/ChangeLogSDRS.tex	(revision 4040)
+++ trunk/doc/pslib/ChangeLogSDRS.tex	(revision 4047)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.104 2005-05-27 00:38:08 eugene Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.105 2005-05-28 03:21:17 jhoblitt Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -622,3 +622,17 @@
 \item added the psVectorClipFitPoly* functions
 
-\end{itemize}
+\item SDRS API clean up and implementation re-synchronization
+  \begin{itemize}
+  \item rename psFinalize() $\rightarrow$ psLibCleanup()
+  \item change parameters expecting \code{__LINE__} to type \code{int}
+  \item change \code{int} $\rightarrow$ \code{size_t} where appropriate
+  \item change \code{psBool} $\rightarrow$ \code{bool}
+  \item add \code{const} to parameters where appropriate
+  \item remove \code{const} from parameters passed by value
+  \item change \code{void *} $\rightarrow$ \code{psPtr} where appropriate
+  \item change parameter names to be consistent with the current implementation
+  \item change parameter names to be more consistent between related functions
+  \item change parameter types to be more consistent with related data structures 
+  \item change \code{psF64} $\rightarrow$ \code{double} where appropriate
+  \end{itemize}
+\end{itemize}
