about summary refs log tree commit diff stats
path: root/TODO
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-07-18 22:57:20 +0200
committerhut <hut@lavabit.com>2009-07-18 22:57:20 +0200
commit06d077c641f856021b9a6afbc28d969bd2473ce8 (patch)
treee19c969bb2f59ae1e271ef0ba4fa9bbdaa88986d /TODO
parent506e5aa40eb5f828b7d61db088e2de6c71d3a9b6 (diff)
downloadranger-06d077c641f856021b9a6afbc28d969bd2473ce8.tar.gz
fixed bugs 5 (use of system()) and 12 (sync @marked)
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index bc2db460..41db1e6f 100644
--- a/TODO
+++ b/TODO
@@ -10,10 +10,10 @@ Critical Issues
 Minor Issues
 
    ( ) #0   09/07/17  the device is busy even if you're not on the device
-   ( ) #5   09/07/17  avoid using shell calls, it results in many problems
+   (X) #5   09/07/17  avoid using shell calls, it results in many problems
                can't answer questions of spawned processes
                specifically rm with write-protected files
-   ( ) #12  09/07/17  sync @marked with changes in on the file system
+   (X) #12  09/07/17  sync @marked with changes in on the file system
                if files are deleted, delete those from @marked too
    ( ) #14  09/07/18  Sorting sometimes doesn't work
 
@@ -41,7 +41,7 @@ Aesthetics
 Required for next Release
 
    ( ) #1   09/07/17  undo key (work in progress)
-   ( ) #5   09/07/17  avoid using shell calls, it results in many problems
+   (X) #5   09/07/17  avoid using shell calls, it results in many problems
                can't answer questions of spawned processes
                specifically rm with write-protected files
    (X) #8   09/07/17  Clear keybuffer after executing programs.