From 377b420a18a1059cb1977bb8c07cc10ca146d793 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 7 Jul 2017 13:57:21 -0400 Subject: [PATCH] Updated TODO. --- docs/TODO.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/TODO.txt b/docs/TODO.txt index 8daa16c..029ef69 100644 --- a/docs/TODO.txt +++ b/docs/TODO.txt @@ -74,8 +74,6 @@ Other stuff I thought of... - Reduce the BAIL and GOTO macro use. A lot of these don't add anything. - Modernize CMakeLists.txt - Change the term "search path" to something less confusing. -- OS/2 codepages. No full Unicode in the filesystem, but we can probably make - a conversion effort. Probably other stuff. Requests and recommendations are welcome.