diff --git a/docs.html b/docs.html
index 4d556ef2b..790622119 100644
--- a/docs.html
+++ b/docs.html
@@ -16,12 +16,31 @@ be found at the main SDL page.
Major changes since SDL 1.0.0:
- - 1.2.4: Incorporated XFree86 extension libraries into the source
- 1.2.4: Added initial support for Atari (thanks Patrice!)
-
- 1.2.4: Added support for joysticks on *BSD (thanks Wilbern!)
-
- 1.2.4: Added a YUV overlay test program (thanks Jon!)
- 1.2.4: Added support for building SDL for EPOC/SymbianOS 6.0
+
- 1.2.4: SDL now compiles and works cleanly on stock BSDI
+
- 1.2.4: Added support for joysticks on *BSD (thanks Wilbern!)
- 1.2.4: Added support for Xi Graphics XME fullscreen extension
+
- 1.2.4: Incorporated XFree86 extension libraries into the source
+
- 1.2.4: Dynamically load sound daemon audio drivers on UNIX
+
- 1.2.4: David Snopek added Borland compiler support
+
- 1.2.4: Updated for Watcom and LCC compilers (thanks Jean-Pierre)
+
- 1.2.4: Added a YUV overlay test program (thanks Jon!)
+
- 1.2.4: Fixed gamma ramps in DirectX windowed and OpenGL modes
+
- 1.2.4: John Popplewell fixed mousewheel support on Windows
+
- 1.2.4: Disabled QueryPerformanceCounter() due to problems on Win2K
+
- 1.2.4: Fixed Windows OpenGL mouse cursor/position mismatch bug
+
- 1.2.4: Fixed display settings with ALT-tab and OpenGL on Windows
+
- 1.2.4: Fixed timeout in Linux condition variable implementation
+
- 1.2.4: Fixed bug in joystick detection code under Linux
+
- 1.2.4: Fix crash with Linux supermount fstab entries (thanks Erno!)
+
- 1.2.4: Fixed X11 crash updating rectangles of zero height (thanks Mattias!)
+
- 1.2.4: Fixed spurious keypress at startup on BeOS
+
- 1.2.4: MacOS audio locking has been implemented by Ryan Gordon
+
- 1.2.4: Fixed "short jump out of range" error in MMX code (thanks Steven)
+
- 1.2.4: Specify the SDL API calling convention (C by default)
+
- 1.2.4: Updated autogen.sh for new versions of automake
+
- 1.2.4: Fixed SDL 1.1 RPM dependency problem (thanks Edward!)
- 1.2.3: Added X11 Xinerama support - fullscreen starts on screen 0
- 1.2.3: Added platform independent OpenGL header - SDL_opengl.h
- 1.2.3: Fixed flashing the screen when creating a window on BeOS