updated for version 7.0095
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index b41ba49..5754b6e 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt*      For Vim version 7.0aa.  Last change: 2005 Jun 26
+*todo.txt*      For Vim version 7.0aa.  Last change: 2005 Jun 27
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -30,8 +30,7 @@
 							*known-bugs*
 -------------------- Known bugs and current work -----------------------
 
-Is the fix for memory leaks in unreferencing dict/list correct?  Is there a
-situation where a reference from outside of the structure is not counted?
+send fixes for ccmalloc port to FreeBSD.
 
 Add extra list of file locations.  Can be used with:
     :ltag	      list of matching tags, like :tselect
@@ -101,8 +100,6 @@
 
 -   Add SPELLCHECKER, with support for many languages.
     - Spell checking code todo's:
-	- Special handling of ' and -: define in the .aff file.
-	    Aspell does this with "special".
 	- Support user function to make suggestions:
 	    :set spellsuggest=MySuggest,fast
 	  Also support a list with common mistakes?