Update BUGS/TODO.

This commit is contained in:
Florian Bruhin 2014-09-25 22:49:50 +02:00
parent f421b7174f
commit 9e307a5918
2 changed files with 3 additions and 0 deletions

View File

@ -98,6 +98,7 @@ Misc
windows
- Current font handling is rather broken (rejecting invalid values / setting
multiple font families) - we should use PyPEG2 instead.
- OS X shows focus rectangle in minimal input field.
Upstream Bugs
=============

View File

@ -63,6 +63,8 @@ Improvements / minor features
dir.
- check what exceptions open() calls could possibly throw
- Create ~/.config etc. if they don't exist
- Add CACHEDIR.TAG to cache
http://www.brynosaurus.com/cachedir/spec.html
- Improve -m error message when we're inside the qutebrowser dir (maybe use a
Tk gui?)
- Sane default for editor (maybe via QDesktopServices or so?)