]> git.donarmstrong.com Git - perltidy.git/blobdiff - TODO
upgrade to new version
[perltidy.git] / TODO
diff --git a/TODO b/TODO
index 463f148d392d54e51a073fba698b5a7de6992f84..4b6341fb51992fa4cf760ec5a44240cd6e886e68 100644 (file)
--- a/TODO
+++ b/TODO
@@ -6,12 +6,8 @@ Perltidy TODO List
   Improved Vertical Alignment
     There are many opportunities for improving vertical alignment.
 
-  More options for controling placement of opening/closing tokens
-    Many have requested even more options to control opening and closing
-    token placement.
-
   improved ?: formatting
-    An indentation level should be associated with ?: statements. This will
+    An indentation level should be associated with ?: statements. This would
     make nested ?: statements more readable.
 
   improved internal if/unless formatting
@@ -25,11 +21,6 @@ Perltidy TODO List
           and $ship->firepower >= $encounter->firepower
           and $location->status ne 'neutral';
 
-  enable -ole under Windows
-    This only works under unix (or cygwin) at present. It doesn't work for
-    Windows versions, such as Active State, because they change line endings
-    that they don't like.
-
   Documentation
     A FAQ is needed to explain some of the more subtle formatting issues,
     and to give examples of different styles.