From b029faf8320377357b56b075e47621cfa197515f Mon Sep 17 00:00:00 2001 From: David Capello Date: Tue, 30 Oct 2012 21:09:04 -0300 Subject: [PATCH] Add work-in-progress sub-projects in TODO file --- TODO.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO.md b/TODO.md index 10ac2f726..e81ce6932 100644 --- a/TODO.md +++ b/TODO.md @@ -30,6 +30,12 @@ (allow configuration per document). Use cfg.cpp and settings/ dir. * Refactor src/file/ in several layers. +# WIP + +* Data recovery (src/app/data_recovery.cpp) +* Projects (src/app/project.cpp) +* Scriting support (src/scripting/engine.cpp) + # Refactoring * Split UndoTransaction class into: