summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--TODO16
1 files changed, 13 insertions, 3 deletions
diff --git a/TODO b/TODO
index 169fa6d6..b52c6928 100644
--- a/TODO
+++ b/TODO
@@ -89,10 +89,14 @@ Ideas
    ( ) #24  10/01/06  progress bar
    (X) #27  10/01/06  hide bookmarks in list which contain hidden dir
    (X) #28  10/01/06  use regexp instead of string for searching
-   ( ) #33  10/01/08  accelerate mousewheel speed
+   (X) #33  10/01/08  accelerate mousewheel speed
+          won't do this
    (X) #45  10/01/18  hooks for events like setting changes
-   ( ) #53  10/01/23  merge fm and environment
-   ( ) #68  10/03/10  threads, to seperate ui and loading
+   (X) #53  10/01/23  merge fm and environment
+          won't do this
+   (X) #68  10/03/10  threads, to seperate ui and loading
+
+          won't do this
    ( ) #72  10/03/21  ranger daemon which does the slow io tasks
    ( ) #75  10/03/28  navigate in history
    (X) #76  10/03/28  save history between sessions
@@ -100,3 +104,9 @@ Ideas
    ( ) #82  10/04/19  :s command for batch renaming
    ( ) #84  10/04/25  use pygments for syntax highlighting
 
+
+Blocking
+
+   ( ) #60  10/02/05  utf support improvable
+   ( ) #81  10/04/15  system crash when previewing /proc/kcore with root permissions
+
commit/ranger/gui/mouse_event.py?h=v1.9.0b1&id=d88232a386dbc2153aa12bea7f30c9c53c414010'>d88232a3 ^
4b5162c7 ^
d88232a3 ^

728fb838 ^
d88232a3 ^
8d0d8f92 ^







ea87d005 ^
d88232a3 ^
728fb838 ^
d88232a3 ^



728fb838 ^
b3125849 ^
4b5162c7 ^



b3125849 ^
4b5162c7 ^
b3125849 ^

4b5162c7 ^
b3125849 ^


728fb838 ^










1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56