SDL-1.2: updated docs for 1.2.16 changes so far.

From 261eb0cf738e3bb7f59af306dea4d92e663c6386 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Mon, 25 Apr 2022 23:01:20 +0300
Subject: [PATCH] updated docs for 1.2.16 changes so far.

---
 WhatsNew  |  9 +++++++++
 docs.html | 21 +++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/WhatsNew b/WhatsNew
index e7f9d61e..5ffb3c93 100644
--- a/WhatsNew
+++ b/WhatsNew
@@ -9,6 +9,10 @@ Changes include:
   CVE-2019-7573, CVE-2019-7574, CVE-2019-7575, CVE-2019-7576,
   CVE-2019-7577, CVE-2019-7578 -- bugs 4490, 4491, 4492, 4493, 4494,
   4495, 4496, and 4522.)
+- Video: fix dynamic bpp-target when checking for supported video modes
+  (github PR/855.)
+- Video, X11: fix crashes with certain libGL implementations and thread
+  issues -- add XInitThreads to X11_CreateDevice (bug 2843.)
 - Video, bmp loader:  security fixes for CVE-2019-7635, CVE-2019-7636,
   CVE-2019-7638, CVE-2019-13616 (bugs 4498, 4499, 4500, 4517 and 4538.)
 - Video, blit: fix handling of alpha channel in Altivec accelerated
@@ -27,6 +31,10 @@ Changes include:
 - Video, Linux, fbcon: fix double buffering with non-fullscreen
   resolution, implement triple-buffering and other improvements,
   thanks to Paul Cercueil.
+- Video, WINCE: fix build with Embedded Visual Studio (github bug 846.)
+- Video, WINCE: fix detection of screen rotation (github bug 847.)
+- Video, WINCE: added support for hardware application keys (github bug
+  850.)
 - Mouse: fix SDL_ResetMouse() using a bogus mouse button causing a
   negative shift (bug 3593.)
 - Cdrom: fix SDL_CDResume() and SDL_CDStop() not returning failure
@@ -60,6 +68,7 @@ Changes include:
 - Mac OS X: fix build for 10.9 Mavericks or newer (bug 2085.)
 - Mac OS X, Quartz: fix cursor transparency (bug 4076.)
 - Mac OS X, joystick: update to support Saitek p2500 gamepad (bug 2025)
+- Mac OS X, joystick: fix keystroke receiving security popup (bug 5248)
 - Mac OS X: fixed audio on macOS 11.0 beta ("Big Sur")
 - Mac OS X, main: updates for -psn_XXX command line arg for Finder
   launches in new macOS versions.
diff --git a/docs.html b/docs.html
index 324669d6..bec31751 100644
--- a/docs.html
+++ b/docs.html
@@ -28,6 +28,14 @@ <H2> SDL 1.2.16 Release Notes </H2>
   CVE-2019-7577, CVE-2019-7578 -- bugs <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=4490">4490</a>, <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=4491">4491</a>, <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=4492">4492</a>, <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=4493">4493</a>, <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=4494">4494</a>,
   <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=4495">4495</a>, <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=4496">4496</a>, and <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=4522">4522</a>.)
 </P>
+<P>
+  Video: fix dynamic bpp-target when checking for supported video modes
+  (github <a href="https://github.com/libsdl-org/SDL-1.2/pull/855">PR/855</a>.)
+</P>
+<P>
+  Video, X11: fix crashes with certain libGL implementations and thread
+  issues -- add XInitThreads to X11_CreateDevice (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=2843">2843</a>.)
+</P>
 <P>
   Video, bmp loader:  security fixes for CVE-2019-7635, CVE-2019-7636,
   CVE-2019-7638, CVE-2019-13616 (bugs <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=4498">4498</a>, <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=4499">4499</a>, <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=4500">4500</a>,
@@ -65,6 +73,16 @@ <H2> SDL 1.2.16 Release Notes </H2>
   resolution, implement triple-buffering and other improvements,
   thanks to Paul Cercueil.
 </P>
+<P>
+  Video, WINCE: fix build with Embedded Visual Studio (github bug <a href="https://github.com/libsdl-org/SDL-1.2/issues/846">846</a>.)
+</P>
+<P>
+  Video, WINCE: fix detection of screen rotation (github bug <a href="https://github.com/libsdl-org/SDL-1.2/issues/847">847</a>.)
+</P>
+<P>
+  Video, WINCE: added support for hardware application keys (github
+  bug <a href="https://github.com/libsdl-org/SDL-1.2/issues/850">850</a>.)
+</P>
 <P>
   Mouse: fix SDL_ResetMouse() using a bogus mouse button causing a
   negative shift (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=3593">3593</a>.)
@@ -144,6 +162,9 @@ <H2> SDL 1.2.16 Release Notes </H2>
 <P>
   Mac OS X, joystick: update to support Saitek p2500 gamepad (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=2025">2025</a>)
 </P>
+<P>
+  Mac OS X, joystick: fix keystroke receiving security popup (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=5248">5248</a>)
+</P>
 <P>
   Mac OS X: fixed audio on macOS 11.0 beta ("Big Sur")
 </P>