From: Carl Worth Date: Tue, 19 Dec 2006 07:41:26 +0000 (-0800) Subject: Fix to not give hints by putting answers found so far in their alphabetical position. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=0dd9b1cd908b90236fba38ef4d7402c8fbcbb99b;hp=0dd9b1cd908b90236fba38ef4d7402c8fbcbb99b;p=wordgame Fix to not give hints by putting answers found so far in their alphabetical position. Instead all found answers now appear alphabetically before the blanks corresponding to all unfound answers. Part of implementing this was adding new of_length interfaces to dict in place (or in addition) to the previous by_length interfaces. The new interfaces are much more useful, (allowing length-limited queries without any implicit looping). ---