diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-06 13:37:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-06 13:37:35 +0000 |
commit | 123a8c1a24cb135be6eea76ef30f4a907deda1e7 (patch) | |
tree | e1913aad6995ecc059756d0db68aa696982f0da1 /time/etm/PLIST | |
parent | 8ec168e919dd58b9bb3395d0dbda20abca50fbdc (diff) | |
download | pkgsrc-123a8c1a24cb135be6eea76ef30f4a907deda1e7.tar.gz |
Update to 212, based on patch by agc.
Fixed another bug in check_updates.
Fixed bug in check_updates.
Fixed bug in setting default startdate and stopdate for the
unscheduled view.
Documentation tweaks.
Bug fixes. Unscheduled now treated as a view parallel to agenda
and list.
Added 'e' column to display. Tweaks.
Unscheduled time support. Added earliest, latest, minimum, extent
(default event length) to rc.py. Use -u for the command line or
u for the gui. Entering '.' now cancels any operation which calls
for a response to a prompt. ? brings up the help screen in
non-editing mode.
Added column for 'e'. Gui entry for @e now supports entering
either a time or an integer number of minutes.
Added freetime.py. About to fiddle with adding a column for 'e'.
Diffstat (limited to 'time/etm/PLIST')
-rw-r--r-- | time/etm/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/time/etm/PLIST b/time/etm/PLIST index 0d22f7a72c0..41e8b51aecd 100644 --- a/time/etm/PLIST +++ b/time/etm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2009/05/05 13:00:12 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2009/05/06 13:37:35 wiz Exp $ bin/e.py bin/ew.py ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO @@ -12,6 +12,9 @@ ${PYSITELIB}/etm/__init__.pyo ${PYSITELIB}/etm/data.py ${PYSITELIB}/etm/data.pyc ${PYSITELIB}/etm/data.pyo +${PYSITELIB}/etm/freetime.py +${PYSITELIB}/etm/freetime.pyc +${PYSITELIB}/etm/freetime.pyo ${PYSITELIB}/etm/gui.py ${PYSITELIB}/etm/gui.pyc ${PYSITELIB}/etm/gui.pyo |