From 4122777505a735a4d7d36629a331486e5c661c3c Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 9 May 2015 10:56:25 -0400 Subject: [PATCH] Got rid of the TODOs that we just resolved. --- TODO.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/TODO.md b/TODO.md index b07e330f..07d07b7e 100644 --- a/TODO.md +++ b/TODO.md @@ -1,10 +1,4 @@ -- override dock menu quit item to act like our app menu quit item - - poll the quit menu item in applicationShouldTerminate: - - on shutdowns too - consider calling setAppleMenu: for the application menu; it doesn't seem to make much of a difference but -- figure out what to do in OS X terminate: - - what uiQuit() does - - uiQuit() will call terminate: instead - make the name of the variable to refer to a single tab page consistent (already decided to make them all `page`) - make sure uiEntryOnChanged() is not triggered when calling uiEntrySetText() - clean up windows resizing logic