From 495d1308c272f990702ee7c6bb96cbe4d32e85ba 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: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@646 af15c1b1-3010-417e-b628-4374ebc0bcbd --- README.html | 1 + README.sgml | 1 + README.txt | 2 ++ 3 files changed, 4 insertions(+) diff --git a/README.html b/README.html index b36f49d0..d9c258f3 100644 --- a/README.html +++ b/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/README.sgml b/README.sgml index 5659c950..d685dfd2 100644 --- a/README.sgml +++ b/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/README.txt b/README.txt index 8a86d75e..7c91d835 100644 --- a/README.txt +++ b/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