Mercurial > p > roundup > code
diff CHANGES @ 3:97559f7bae2e
Bug fixes:
. Fixed bug in re generation in the filter (I hadn't finished the code ;)
. Added TODO as a priority (between bug and usability)
. Fixed handling of None String property in grouped list headings
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 19 Jul 2001 05:23:09 +0000 |
| parents | 5e92642cd1f8 |
| children | bf8c1323d849 |
line wrap: on
line diff
--- a/CHANGES Thu Jul 19 03:12:56 2001 +0000 +++ b/CHANGES Thu Jul 19 05:23:09 2001 +0000 @@ -24,7 +24,8 @@ properties, etc. . Set the default index to sort on activity -2001-07-XX - 0.1.3 + +2001-07-19 - 0.1.3 . Reldate now takes an argument "pretty" - when true, it pretty-prints the interval generated up to 5 days, then pretty-prints the date of last activity. The issue index and item now use the pretty format. @@ -43,3 +44,9 @@ te*xt - search for text matching "te"<any characters>"xt" te?xt - search for text matching "te"<any one character>"xt" . Added more fields to the issue.filter and issue.index templates + + +2001-07-19 - 0.1.4 + . Fixed bug in re generation in the filter (I hadn't finished the code ;) + . Added TODO as a priority (between bug and usability) + . Fixed handling of None String property in grouped list headings
