Fix NotebookCell status, add quit button, BUGS
diff --git a/BUGS b/BUGS
new file mode 100644
index 0000000..ed78482
--- /dev/null
+++ b/BUGS
@@ -0,0 +1 @@
+Evaluator::quit(): throwing exceptions from event handlers is not supported in Qt. Need to manually keep track of some sort of evaluator state and quit when necessary.