From e3089262198613998a9389aed136d43d32a40375 Mon Sep 17 00:00:00 2001 From: sezero Date: Tue, 13 Mar 2012 05:10:26 +0000 Subject: [PATCH] more README updates. git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@646 af15c1b1-3010-417e-b628-4374ebc0bcbd --- quakespasm/README.html | 1 + quakespasm/README.sgml | 1 + quakespasm/README.txt | 2 ++ 3 files changed, 4 insertions(+) diff --git a/quakespasm/README.html b/quakespasm/README.html index b36f49d0..d9c258f3 100644 --- a/quakespasm/README.html +++ b/quakespasm/README.html @@ -167,6 +167,7 @@ Compile time options include
  • Disable mouse acceleration in Mac OS X
  • Worked around recursive calling of the anisotropic filter callback
  • Console word wrap and long input line fixes
  • +
  • Verified correct compilation by clang (using v3.0)
  • Several other small changes mostly invisible to the end-user
  • diff --git a/quakespasm/README.sgml b/quakespasm/README.sgml index 5659c950..d685dfd2 100644 --- a/quakespasm/README.sgml +++ b/quakespasm/README.sgml @@ -98,6 +98,7 @@ Alternatively, have a look at Makefile.darwin for more instructions on Disable mouse acceleration in Mac OS X Worked around recursive calling of the anisotropic filter callback Console word wrap and long input line fixes + Verified correct compilation by clang (using v3.0) Several other small changes mostly invisible to the end-user

    diff --git a/quakespasm/README.txt b/quakespasm/README.txt index 8a86d75e..7c91d835 100644 --- a/quakespasm/README.txt +++ b/quakespasm/README.txt @@ -163,6 +163,8 @@ o Console word wrap and long input line fixes + o Verified correct compilation by clang (using v3.0) + o Several other small changes mostly invisible to the end-user