
tatd2 2005/11/15 15:08:02 PST Modified files: src/hattools Detect.hs EDT.hs HatDelta.hs HatDetect.hs Makefile NodeExp.hs Pretty.hs Log: Fixed several bugs in NodeExp.hs, lists now render correctly. Made EDT display much prettier, made questions that span lines make more sense, fixed a bug in hat-delta and hat-detect making them loop infinitely. All interconnected bugs, sorry for the monolith. Revision Changes Path 1.11 +38 -23 hat/src/hattools/Detect.hs 1.7 +38 -14 hat/src/hattools/EDT.hs 1.11 +3 -3 hat/src/hattools/HatDelta.hs 1.41 +1 -1 hat/src/hattools/HatDetect.hs 1.81 +3 -3 hat/src/hattools/Makefile 1.5 +19 -26 hat/src/hattools/NodeExp.hs 1.5 +19 -7 hat/src/hattools/Pretty.hs