From f6313f23c0858e8269bc9e0b70e5aced3d86ab78 Mon Sep 17 00:00:00 2001 From: Erik Osheim Date: Thu, 11 Jun 2009 00:26:31 -0400 Subject: [PATCH] bug updates --HG-- branch : pmacs2 --- BUGS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BUGS b/BUGS index 3085cfa..0d49ddf 100644 --- a/BUGS +++ b/BUGS @@ -13,7 +13,7 @@ 2009/06/09: 1. many of the dir-mode methods need better names, to make it clear they - aren't general purpose. + aren't general purpose. (fixed 2009/06/11) 2. need a "refresh-screen" command. @@ -26,10 +26,12 @@ 5. comment/uncomment need to do the right thing on empty lines (which is... adding indentation to pad the comment correctly, and then remove indentation on empty lines once the comment is removed) + (fixed 2009/06/11) 6. comment/uncomment should only remove the "lowest amount" of commenting (e.g. if all lines have "##" then remove both, if most have "#" but one has "##" then that one should still be commented after). + (couldn't reproduce 2009/06/11) 2009/06/04: change the mode-detection order--using the "in-file" override should be