Issue #19489: Add NEWS and ACKS
diff --git a/Misc/ACKS b/Misc/ACKS
index d8b2cc2..20c47f6 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -59,6 +59,7 @@
 Jeffrey Armstrong
 Jason Asbahr
 David Ascher
+Ammar Askar
 Chris AtLee
 Aymeric Augustin
 John Aycock
diff --git a/Misc/NEWS b/Misc/NEWS
index e4061d6..e05e8e7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -928,6 +928,9 @@
 Documentation
 -------------
 
+- Issue #19489: Moved the search box from the sidebar to the header and footer
+  of each page.  Patch by Ammar Askar.
+
 - Issue #24136: Document the new PEP 448 unpacking syntax of 3.5.
 
 - Issue #26736: Used HTTPS for external links in the documentation if possible.