From f40099e220b6eae6b72abdc1ac7d1ae4cc205b40 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 5 Aug 2014 17:09:57 +0200 Subject: [PATCH] Update BUGS/TODO --- doc/BUGS | 2 ++ doc/TODO | 1 + 2 files changed, 3 insertions(+) diff --git a/doc/BUGS b/doc/BUGS index 33779c37d..850c9d9fe 100644 --- a/doc/BUGS +++ b/doc/BUGS @@ -89,6 +89,8 @@ Misc (e.g. when an user-stylesheet file is deleted) - Clicking links/email in crash dialog should open browser/mailclient under windows +- Current font handling is rather broken (rejecting invalid values / setting + multiple font families) Upstream Bugs ============= diff --git a/doc/TODO b/doc/TODO index 9ece30a0f..7f54f7e7d 100644 --- a/doc/TODO +++ b/doc/TODO @@ -112,6 +112,7 @@ style - Use list models for completion and a proxy model which converts them to a tree? +- Use unittest's subtests for typical "for ... in ..." tests. dwb keybindings to possibly implement =====================================