Patches for Mac module docs by Jack
diff --git a/Doc/libmacfs.tex b/Doc/libmacfs.tex
index f4a7034..be566cb 100644
--- a/Doc/libmacfs.tex
+++ b/Doc/libmacfs.tex
@@ -89,6 +89,11 @@
standard module \var{MACFS}.
\end{funcdesc}
+\begin{funcdesc}{FindApplication}{creator}
+Locate the application with 4-char creator code \var{creator}. The
+function returns an FSSpec object pointing to the application.
+\end{funcdesc}
+
\subsection{FSSpec objects}
\renewcommand{\indexsubitem}{(FSSpec object attribute)}
@@ -134,6 +139,17 @@
\var{finfo} object.
\end{funcdesc}
+\begin{funcdesc}{GetDates}{}
+Return a tuple with three floating point values representing the
+creation date, modification date and backup date of the file.
+\end{funcdesc}
+
+\begin{funcdesc}{SetDates}{crdate\, moddate\, backupdate}
+Set the creation, modification and backup date of the file. The values
+are in the standard floating point format used for times throughout
+Python.
+\end{funcdesc}
+
\subsection{alias objects}
\renewcommand{\indexsubitem}{(alias object attribute)}