Codebase list etm / a35d9ed
Imported Upstream version 3.0.42 SVN-Git Migration 6 years ago
8 changed file(s) with 14 addition(s) and 44 deletion(s). Raw diff Collapse all Expand all
00 Metadata-Version: 1.1
11 Name: etmtk
2 Version: 3.0.41
2 Version: 3.0.42
33 Summary: event and task manager
44 Home-page: http://people.duke.edu/~dgraham/etmtk
55 Author: Daniel A Graham
0 # Changes in the 4 weeks preceding Sun Oct 5 10:59:19 EDT 2014:
1 - 2014-10-05 10:59:22 -0400 (HEAD, tag: 3.0.41, master): Dan Graham
2 tagged version 3.0.41
3 - 2014-10-01 22:00:50 -0400: Dan Graham
4 Changed icon name in desktop to etm.
5 - 2014-09-24 10:37:43 -0400 (origin/master): Dan Graham
6 Improved error reporting in get_rrule.
7 - 2014-09-15 12:22:51 -0400 (tag: 3.0.40): Dan Graham
8 tagged version 3.0.40
9 - 2014-09-13 10:31:26 -0400: Dan Graham
10 When importing ics, use UTC if a time zone is not provided.
11 - 2014-09-12 13:42:11 -0400 (tag: 3.0.39): Dan Graham
12 tagged version 3.0.39
13 - 2014-09-12 13:41:46 -0400: Dan Graham
14 Added unicode to edit.py and view.py.
15 - 2014-09-10 08:44:54 -0400: Dan Graham
16 Put the message window last in the alert sequence to avoid the
17 modal window blocking other alerts.
18 - 2014-09-09 17:35:12 -0400: Dan Graham
19 Updated monthly images
20 - 2014-09-09 09:56:27 -0400 (tag: 3.0.38): Dan Graham
21 tagged version 3.0.38
22 - 2014-09-09 09:55:54 -0400: Dan Graham
23 Use %X and %x to format non-ascii datetimes for python2.
24 - 2014-09-09 09:19:30 -0400: Dan Graham
25 Fixed bugs with non-integer screen distances in week and month
26 view.
27 - 2014-09-09 09:10:11 -0400: Dan Graham
28 Added early and late warning lines to week view days with events
29 falling either before or after the displayed interval. Fixed bug in
30 displaying events starting after display range in week view.
31 - 2014-09-09 07:20:37 -0400 (monthbars): Dan Graham
32 Replaced day coloring in month view with an "active times" border.
33 Added encode to subprocess call in alert_displaycmd.
34 - 2014-09-08 09:15:10 -0400 (origin/monthbars): Dan Graham
35 Test work on showing event details in month view.
0 # Changes in the 4 weeks preceding Mon Nov 10 07:00:19 EST 2014:
1 - 2014-11-10 07:00:22 -0500 (HEAD, tag: 3.0.42, master): Dan Graham
2 tagged version 3.0.42
3 - 2014-11-10 06:59:52 -0500: Dan Graham
4 Incorporated Matt Woodbury's decode fixes for importing icalendar
5 files.
59315931 u = request.urlopen(url)
59325932 vcal = u.read()
59335933 if vcal:
5934 res = import_ical(vcal=vcal, txt=txt)
5934 res = import_ical(vcal=vcal.decode('utf-8'), txt=txt.decode('utf-8'))
59355935 return res
59365936
59375937
60106010
60116011 tmp = comp.get('description')
60126012 if tmp:
6013 clst.append("@d %s" % tmp.to_ical().decode())
6013 clst.append("@d %s" % tmp.to_ical().decode('utf-8'))
60146014 rule = comp.get('rrule')
60156015 if rule:
60166016 rlst = []
00 .\" Text automatically generated by txt2man
1 .TH etm 1 "05 October 2014" "version 3.0.41" "Unix user's manual"
1 .TH etm 1 "10 November 2014" "version 3.0.42" "Unix user's manual"
22 .SH NAME
33 \fBetm \fP- manage events and tasks using simple text files
44 .SH SYNOPSIS
0 version = "3.0.41"
0 version = "3.0.42"
0 version = "3.0.41 [2014-10-01 22:00:50 -0400]"
0 version = "3.0.42 [2014-11-10 06:59:52 -0500]"
00 Metadata-Version: 1.1
11 Name: etmtk
2 Version: 3.0.41
2 Version: 3.0.42
33 Summary: event and task manager
44 Home-page: http://people.duke.edu/~dgraham/etmtk
55 Author: Daniel A Graham
00 [egg_info]
11 tag_date = 0
2 tag_build =
23 tag_svn_revision = 0
3 tag_build =
44