tweak



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4541 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/docs/internals/roadmap b/docs/internals/roadmap
index 28740b3..095d156 100644
--- a/docs/internals/roadmap
+++ b/docs/internals/roadmap
@@ -1,15 +1,18 @@
------------------------------------------------------------------------------
-Valgrind roadmap
------------------------------------------------------------------------------
+=============================================================================
+Valgrind Roadmap
+=============================================================================
 
 This file serves as a rough roadmap for Valgrind development.  It shows a
 minimal set of features we hope to implement for each version.  It's in
 reverse chronological order.
 
+-----------------------------------------------------------------------------
 3.1.0
------
+-----------------------------------------------------------------------------
 Scheduled for around November 2005.
 
+Definite
+--------
 * Get 32-bit and 64-bit programs working smoothly on AMD64 (Tom?).  Several
   levels of smoothness here, we should aim for at least level 3.
 
@@ -29,3 +32,11 @@
 * Rewrite address space manager;  statically link the core with
   each tool;  remove all glibc dependencies (Julian).
 
+Maybe
+-----
+* Get pthread modelling and Helgrind working again.  Requires function
+  wrapping (Nick).
+
+* Reinstate Addrcheck and/or implement V-bit compression in Memcheck (?).
+
+