diff --git a/README.html b/README.html
index 0aedb3da..0c680b35 100644
--- a/README.html
+++ b/README.html
@@ -178,9 +178,13 @@ these patched libSDL binaries may help.
Fixed increased (more than 32) dynamic lights.
Music playback: Made sure that the file's channels count is supported.
Support for Solaris.
+ Switched to using libmad instead of libmpg123 for MP3 playback on Mac OS X.
+ Better support for building the Mac OS X version using a makefile, support for cross-compiling on Linux.
Fixed a minor intermissions glitch.
Increased string buffer size from 256 to 384 for PF_VarString to work around broken mods such as UQC.
Restored original behavior for Quake registered version detection.
+ Minor demo recording/playback tweaks.
+ Minor tweaks to the scale menu option.
New icon.
Miscellaneous source code cleanups.
diff --git a/README.sgml b/README.sgml
index efa6f67c..4b11cc19 100644
--- a/README.sgml
+++ b/README.sgml
@@ -104,9 +104,13 @@ these patched libSDL binaries may help.
- Fixed increased (more than 32) dynamic lights.
- Music playback: Made sure that the file's channels count is supported.
- Support for Solaris.
+
- Switched to using libmad instead of libmpg123 for MP3 playback on Mac OS X.
+
- Better support for building the Mac OS X version using a makefile, support for cross-compiling on Linux.
- Fixed a minor intermissions glitch.
- Increased string buffer size from 256 to 384 for PF_VarString to work around broken mods such as UQC.
- Restored original behavior for Quake registered version detection.
+
- Minor demo recording/playback tweaks.
+
- Minor tweaks to the scale menu option.
- New icon.
- Miscellaneous source code cleanups.
diff --git a/README.txt b/README.txt
index 1ac48b8a..546ade0c 100644
--- a/README.txt
+++ b/README.txt
@@ -170,6 +170,12 @@
o Support for Solaris.
+ o Switched to using libmad instead of libmpg123 for MP3 playback on
+ Mac OS X.
+
+ o Better support for building the Mac OS X version using a makefile,
+ support for cross-compiling on Linux.
+
o Fixed a minor intermissions glitch.
o Increased string buffer size from 256 to 384 for PF_VarString to
@@ -177,6 +183,10 @@
o Restored original behavior for Quake registered version detection.
+ o Minor demo recording/playback tweaks.
+
+ o Minor tweaks to the scale menu option.
+
o New icon.
o Miscellaneous source code cleanups.