From 4fdfac292b75fad973da28209e18683ca37e2b05 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 9 Mar 2011 21:55:32 +0100 Subject: [PATCH] nexttodo / nico Signed-off-by: Nico Schottelius --- doc/dev/todo/niconext | 5 ++++- doc/dev/todo/post-1.0 | 4 ---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/dev/todo/niconext b/doc/dev/todo/niconext index 04dfc21b..c0dd742f 100644 --- a/doc/dev/todo/niconext +++ b/doc/dev/todo/niconext @@ -1 +1,4 @@ -Documentation cleanup +Core: + - Support singletons (see types/issue for a good reason) + - probably name them only_once and use that as the internal id! + diff --git a/doc/dev/todo/post-1.0 b/doc/dev/todo/post-1.0 index 6331435c..e5326a25 100644 --- a/doc/dev/todo/post-1.0 +++ b/doc/dev/todo/post-1.0 @@ -1,7 +1,3 @@ -Core: - - Support singletons (see types/issue for a good reason) - - probably name them only_once and use that as the internal id! - Type handler: - add dependency parameters to core available for every type --requires