]> git.saurik.com Git - wxWidgets.git/commitdiff
Moved some items to 'already done' in the todo list
authorGuillermo Rodriguez Garcia <guille@iies.es>
Mon, 6 Mar 2000 15:28:41 +0000 (15:28 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Mon, 6 Mar 2000 15:28:41 +0000 (15:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/html/roadmap.htm

index a96c2b87c43dfefd750ec398d96c08972fc313ae..ff87a2d9e143517b0bfcfb8e4f3c9c54fa8fd83b 100644 (file)
@@ -138,12 +138,23 @@ Developers: please feel free to add to these, and delete them when they are done
 
 <P>
 
+<B><I>Already done</I></B><P>
+
+<P>
+
+<ul>
+<li>wxSocket.
+<li>wxImage handlers in separate .h and .cpp files.
+<li>PCX writing code.
+<li>Tidying of timer code, addition of wxChrono class.
+<li>Bug tracking system.
+</ul>
+
 <B><I>General</I></B><P>
 
 <ul>
 <li>wxHTML printing. When finished, this will allow an application to generate
 printed reports with very little effort.
-<li>wxSocket.
 <li>Split library into several, for base (classes and functions usable by console and GUI
 applications), console (classes and functions usable by console application only)
 and GUI (classes and functions usable by GUI application only).
@@ -162,10 +173,7 @@ correct help id.
 determining if there is a connection to Internet on the machine and
 wxPhoneDialer for dialing arbitrary phone numbers and otherwise communicating
 with the modem.
-<li>wxImage handlers in separate .h and .cpp files.
-<li>PCX writing code.
-<li>GIF animation code.
-<li>Tidying of timer code, addition of wxChrono class.
+<li>GIF animation code (support is already there, but wxAnimation is not yet complete)
 <li>Debug wxPostScriptDC further.
 <li>wxDateTime class.
 <li>Regular expressions support.
@@ -179,7 +187,6 @@ written generically in wxWindows.
 <li>Modem and telephony support.
 <li>Book, tutorial.
 <li>More examples.
-<li>Bug tracking system.
 </ul>
 
 <P>