From 9e307a5918b17242f4a761c916c01dc3b29046c7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 25 Sep 2014 22:49:50 +0200 Subject: [PATCH] Update BUGS/TODO. --- doc/BUGS | 1 + doc/TODO | 2 ++ 2 files changed, 3 insertions(+) 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?)