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