Index: trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- trunk/doc/pslib/ChangeLogSDRS.tex	(revision 5458)
+++ trunk/doc/pslib/ChangeLogSDRS.tex	(revision 5459)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.175 2005-11-02 03:04:51 price Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.176 2005-11-02 03:49:45 price Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -807,3 +807,14 @@
 \begin{itemize}
 \item TBD-ed \code{psEOC_ParallaxFactor} --- do not code yet.
-\end{itemize}
+\item Removed \code{psFitsOpenFD} and \code{psFitsOpenStream} --- not
+  possible to implement these with \code{cfitsio}.
+\item \code{psFitsMoveEnd} changed to \code{psFitsMoveLast}, and moves
+  to the last extension.
+\item \code{psFitsWriteImage} and \code{psFitsWriteTable} write to the
+  end of the file.
+\item Added \code{psFitsInsertImage} and \code{psFitsInsertTable} to
+  insert extensions; note that these are expensive.
+\item Changed \code{psFitsUpdateImage} to use \code{x0,y0} instead of
+  a \code{psRegion}, which would make for an overconstrained system;
+  specified origins.
+\end{itemize}
