From 2f5f880fcd4b1c88403639f5980db74e79370ae4 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 2 Jul 2014 07:08:52 +0200 Subject: [PATCH] Update BUGS/notes --- doc/BUGS | 3 --- doc/notes | 11 ----------- 2 files changed, 14 deletions(-) diff --git a/doc/BUGS b/doc/BUGS index 1fc43e2ea..f3d955eb2 100644 --- a/doc/BUGS +++ b/doc/BUGS @@ -28,9 +28,6 @@ Bugs - foo@bar:baz.com is handled as search term -- Handle it correctly when a new statusbar question is asked while another is - still active. (see notes) - - Ugly font rendering on Windows on http://support.sigasi.com/Knowledgebase/List - On doodle, when modifying something on http://doodle.com/create and clicking diff --git a/doc/notes b/doc/notes index ccd247aec..25ea8c23e 100644 --- a/doc/notes +++ b/doc/notes @@ -1,14 +1,3 @@ -multiple questions -================== - -For modular mode, we should implement a kind of stack: Save the current -question if any is available, then after exec_() restore it. - -For async questions, we check if we're currently asking *any* question -(sync/async), and if so, add the question to a deque instead. After a question -gets hidden (e.g. in on_mode_left?), we check if another question is in the -deque, and if so pop and ask it. - click inspirations ===================