From 894b120fe5de38c2cc0cef11a918e34c645d690f Mon Sep 17 00:00:00 2001
From: Brad Barber <bradb@shore.net>
Date: Tue, 12 Jan 2010 21:36:26 -0500
Subject: [PATCH] doc updates

---
 html/qh-code.htm |  2 +-
 src/Changes.txt  | 13 +++++++------
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/html/qh-code.htm b/html/qh-code.htm
index 5e64e50..d191821 100644
--- a/html/qh-code.htm
+++ b/html/qh-code.htm
@@ -818,7 +818,7 @@ graph of the convex hull. </p>
  - Measure performance of Qhull, seconds per point by dimension
  - Report potential wraparound of 64-bit ints -- e.g., a large set or points
 
-To do for documentation
+Documentation
 - Qhull::addPoint().  Problems with qh_findbestfacet and otherpoints see
    qh-code.htm#inc on-line construction with qh_addpoint()
 - How to handle 64-bit possible loss of data.  WARN64, ptr_intT, size_t/int
diff --git a/src/Changes.txt b/src/Changes.txt
index 067008e..01edac6 100644
--- a/src/Changes.txt
+++ b/src/Changes.txt
@@ -2,7 +2,7 @@
 .............This file lists all changes to qhull and rbox.....................
 
 To do
- - Notify Wolfram, geom discussion list
+ - Notify geom discussion list
  - get copy of unused
  - Review email archives for doc changes
  - QtTestD4.dll did not include MSVCP80D.dll and MSVCR80D.dll
@@ -10,16 +10,17 @@ To do
 ------------
 Need help
  - The C++ interface needs work.  Give it a try and make it better.
- - Set up debian build.
-   Please keep debian files in config/ and project/debian/
-   Branch 'debian' is from http://savannah.nongnu.org/cvs/?group=qhull
-   project/debian needs updating for its new location.  It was at qhull's level.
+   http://gitorious.org/qhull/
  - Add CMakeLists.txt for qhullcpp, user_eg3, cpp/, and cpp/road
    If practical, please move to project/
  - Verify -fno-strict-aliasing needed for gcc 4.1, 4.2, and 4.3 (qset segfault)
+ - Set up debian build [Pkg-octave-devel]
+   Please keep debian files in config/ and project/debian/
+   Branch 'debian' is from http://savannah.nongnu.org/cvs/?group=qhull
+   project/debian needs updating for its new location.  It was at qhull's level.
 
 ------------
-Qhull gitorious.org/qhull next
+Qhull gitorious.org/qhull next 2010/01/12
 - Add qt-qhull.cpp with Qt conditional code
 - Fix qhull.sln and project files for qh_QHpointer
 - Add libqhullp.proj
-- 
GitLab