diff options
author | wiz <wiz@pkgsrc.org> | 2009-11-15 21:13:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-11-15 21:13:16 +0000 |
commit | b0a0ee532ef04f5fed5868f2f29c6eae52424588 (patch) | |
tree | 2cad0ac5a953a12f54007ad37a5378b78808d742 /time/etm/Makefile | |
parent | 8f151f3633cd736d4ff47abe9b0db100e83f8bbc (diff) | |
download | pkgsrc-b0a0ee532ef04f5fed5868f2f29c6eae52424588.tar.gz |
Update to 365:
363 b1834d30d148 2009-11-15 13:23 -0500 daniel
Test for ability to load wx modules.
362 fd111da14ff6 2009-11-15 12:25 -0500 daniel
Fixed bug in setting .etmrc in warn.py.
361 00231d230b15 2009-11-15 11:49 -0500 daniel
Various tweaks. Added <space> as an alternative for agenda with defaults. Added left and right arrow keys for advancing list display.
360 8d3c64833383 2009-11-14 12:22 -0500 daniel
Only show idnum when modifying, finishing, deleting and put it at the beginning of the title.
359 56ebf2ea51a9 2009-11-14 08:26 -0500 daniel
Added hide/show details to prompt for a and l views.
358 18499745e590 2009-11-14 07:45 -0500 daniel
Modified parsers to work with python 2.5.
357 38a4940db9af 2009-11-14 00:22 -0500 daniel
Fixed bug in process_alerts when item_hash has no key for today.
356 0ed4d9044889 2009-11-13 17:55 -0500 daniel
Various tweaks for error processing and display and for autorefreshing.
355 136c66eb7d8e 2009-11-13 15:48 -0500 daniel
More get_next tweaks.
354 20fbcf85c401 2009-11-13 15:30 -0500 daniel
Examples working. Fixes for get_next.
353 435f81e2df61 2009-11-12 16:07 -0500 daniel
Fixed bug in setting 'D' for non-repeating tasks.
352 6aa0d75bc2cc 2009-11-12 14:08 -0500 daniel
Ignore advance for agenda.
351 5b5286a669ac 2009-11-12 13:56 -0500 daniel
Fixed bug in setting agenda title dates.
350 ed333a3bd2ca 2009-11-12 10:34 -0500 daniel
Added new_project and open_project. Fixed bug in displaying D for repeated tasks.
349 e9b4825958d4 2009-11-11 17:32 -0500 daniel
Help text tweaks. Various bug fixes. Adjusted print font size.
348 bfc100d71bd6 2009-11-11 14:17 -0500 daniel
Made entry_bar an expando text ctrl. Added OnKillFocus to keep it from losing focus.
347 604cb5f728f1 2009-11-11 12:19 -0500 daniel
Many tweaks. Details and Entry bars on separate lines.
346 1b2e1de580b5 2009-11-09 19:30 -0500 daniel
Add new, edit and toggle finished seem to work.
345 092f7f4d366e 2009-11-05 14:45 -0500 daniel
Fixed, simplified and cached shift period.
344 a7302c4f74bf 2009-11-05 12:13 -0500 daniel
Big changes. All views work through show_view and results are cached!
Diffstat (limited to 'time/etm/Makefile')
-rw-r--r-- | time/etm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/etm/Makefile b/time/etm/Makefile index e3a7f79b5c9..0c8a040fe3e 100644 --- a/time/etm/Makefile +++ b/time/etm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2009/10/31 00:18:15 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2009/11/15 21:13:16 wiz Exp $ # -DISTNAME= etm-297 +DISTNAME= etm-365 CATEGORIES= time MASTER_SITES= http://www.duke.edu/~dgraham/ETM/ |