diff --git a/doc/BUGS b/doc/BUGS index 12f7666d1..e91708263 100644 --- a/doc/BUGS +++ b/doc/BUGS @@ -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 ============= diff --git a/doc/TODO b/doc/TODO index e27d5f0cf..942f799cd 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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?)