diff --git a/doc/TODO b/doc/TODO
index ea3c28285fefdcc170536e7cf4f17e5c53ef5440..3b367005986d5f3f15799be46644341e7eb4e717 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:	Bruce Momjian (bruce@momjian.us)
-Last updated:		Wed Mar 12 15:15:19 EDT 2008
+Last updated:		Wed Mar 12 15:27:55 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1679,6 +1679,10 @@ Source Code
 
 	  http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php
 
+	o Convert MSVC build system to remove most batch files
+
+	  http://archives.postgresql.org/pgsql-hackers/2007-08/msg00961.php
+
 
 
 * Wire Protocol Changes
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 92a3bdf77fab65e5fade866f7d93bc6e8a4b866d..4e49a2fbd804764af3165ebada50f9f78edb7638 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -8,7 +8,7 @@
 <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
 <h1><a name="section_1">PostgreSQL TODO List</a></h1>
 <p>Current maintainer:     Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated:           Wed Mar 12 15:15:19 EDT 2008
+Last updated:           Wed Mar 12 15:27:55 EDT 2008
 </p>
 <p>The most recent version of this document can be viewed at<br/>
 <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -1454,6 +1454,9 @@ first.  There is also a developer's wiki at<br/>
 </p>
     </li><li>Improve signal handling
 <p>          <a href="http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php">http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php</a>
+</p>
+    </li><li>Convert MSVC build system to remove most batch files
+<p>          <a href="http://archives.postgresql.org/pgsql-hackers/2007-08/msg00961.php">http://archives.postgresql.org/pgsql-hackers/2007-08/msg00961.php</a>
 </p>
   </li></ul>
   </li><li>Wire Protocol Changes