Added win_add2path.py to Tools/scripts/
Added builddoc.bat to Doc/
diff --git a/Misc/NEWS b/Misc/NEWS
index 7f92aaf..5060b68 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1196,6 +1196,10 @@
 Tools
 -----
 
+- Tools/scripts/win_add2path.py was added. The simple script modifes the
+  PATH environment var of the HKCU tree and adds the python bin and script
+  directory.
+
 - Tools/18n/pygettext.py was added to the list of scripts installed by
   Tools/scripts/setup.py (tracker item 642309).