summary refs log tree commit diff stats
path: root/TODO
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-04-26 17:12:34 +0200
committerhut <hut@lavabit.com>2010-04-26 20:58:16 +0200
commit3a917b8a046a2f12f877efaae686dee89a88a27d (patch)
tree6a5dc64a3427fcd66cc2607f535daa439db1af61 /TODO
parent83868c7aa8ca35d9d0c1606dd62b44e97bd7e356 (diff)
downloadranger-3a917b8a046a2f12f877efaae686dee89a88a27d.tar.gz
TODO: moved #60 to "General"
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 1107dee9..e91a1598 100644
--- a/TODO
+++ b/TODO
@@ -54,6 +54,7 @@ General
    ( ) #81  10/04/15  system crash when previewing /proc/kcore with root permissions
    ( ) #83  10/04/19  better ways to mark files. eg by regexp, filetype,..
    ( ) #86  10/04/21  narg for move_parent
+   ( ) #60  10/02/05  utf support improvable
 
 
 Bugs
@@ -72,7 +73,6 @@ Bugs
    (X) #49  10/01/19  fix unit tests :'(
    (X) #52  10/01/23  special characters in tab completion
    (X) #54  10/01/23  max_dirsize_for_autopreview not working
-   ( ) #60  10/02/05  utf support improvable
    (X) #62  10/02/15  curs_set can raise an exception
    (X) #65  10/02/16  "source ranger ranger some/file.txt" shouldn't cd after exit
    (X) #67  10/03/08  terminal title in tty
> 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268