From 6de21cdc3cbd0e4ce335142d03aa6dcb935220da Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 5 Apr 2003 13:34:32 +0000 Subject: [PATCH] Compiler speed optimization git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2437 212acab6-be3b-0410-9dea-997c60f758d6 --- TODO.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.txt b/TODO.txt index ff37e5b2..a6ff7252 100644 --- a/TODO.txt +++ b/TODO.txt @@ -36,6 +36,8 @@ OTHER PLUGINS NSIS +* stringlist -> sorted linked list with binary search + * custom class names for IO so you can include whatever item you want * set resource's font at run-time by saving offsets at compile time