# Recent changes as of Thu Oct  3 17:41:10 EDT 2019:
- 5 minutes ago (HEAD -> master, tag: 3.2.39) Dan Graham
    7b37fa3 2019-10-03 17:36:24 -0400
    Merge branch 'master' of https://github.com/dagraham/etm-tk Tagged
    version 3.2.39 [2019-10-03 17:36:24 -0400].

- 7 minutes ago Dan Graham
    91a1676 2019-10-03 17:34:34 -0400
    cleanup

- 23 minutes ago (origin/master) dagraham
    eb03f6f 2019-10-03 17:18:33 -0400
    Merge pull request #70 from cipharius/patch/fix-font-colors

    Fix broken Tk Treeview item fg/bg colors
- 27 minutes ago dagraham
    6232ac5 2019-10-03 17:14:28 -0400
    Merge pull request #71 from
    cipharius/feature/handle-item-linebreaks

    Wrap item summary newlines in treeview
- 3 days ago cipharius
    bdc452e 2019-10-01 10:28:43 +0300
    Wrap item summary newlines in treeview

- 3 days ago cipharius
    1199f9e 2019-10-01 10:02:23 +0300
    Fix broken tkinter Treeview item fg/bg colors

    Since Python3.7.3, there has appeared an issue with tkinter
    Treeview item colors. A workaround exists which can be found at:
    https://bugs.python.org/issue36468

- 9 months ago Dan Graham
    753616c 2019-01-06 10:03:27 -0500
    Merge branch 'master' of https://github.com/dagraham/etm-tk

- 9 months ago Dan Graham
    54cecda 2019-01-06 10:03:02 -0500
    tagged 3.2.38

- 9 months ago (tag: 3.2.38) dagraham
    b8d991f 2019-01-06 09:09:33 -0500
    Merge pull request #67 from kbulygin/master Tagged version 3.2.38
    [2019-01-06 09:09:33 -0500].

- 9 months ago (export-json) dagraham
    81bbde2 2019-01-06 09:09:33 -0500
    Merge pull request #67 from kbulygin/master

     Fixing an UnboundLocalError, requiring ruamel.yaml
- 9 months ago Kirill Bulygin
    92377a3 2019-01-04 16:42:59 +0500
    Changing PyYaml to (the actually used) ruamel.yaml

    The current master revision in the parent repo is
    https://github.com/dagraham/etm-tk/commit/47a8f34607d40ed75aa4072394d7be123cdef4b1
    (dated 2018-12-03), so the version of ruamel.yaml (0.15.80) is
    chosen as the current version for that date (according to
    https://pypi.org/project/ruamel.yaml/#history).
- 9 months ago Kirill Bulygin
    09ae310 2019-01-04 15:58:22 +0500
    Fixing an UnboundLocalError for "where"
- 10 months ago (export) Dan Graham
    47a8f34 2018-12-03 11:00:22 -0500
    Merge branch 'master' of https://github.com/dagraham/etm-tk

- 10 months ago Dan Graham
    7a42a79 2018-12-03 10:59:15 -0500
    Cleaned up export_json

- 10 months ago Dan Graham
    604f757 2018-12-03 10:37:11 -0500
    export_json tweaks

- 1 year ago (tag: v3.2.37) dagraham
    4be27f4 2018-09-23 12:54:31 -0400
    Add files via upload
- 1 year ago Dan Graham
    e2ccac0 2018-09-23 11:54:39 -0400
    CHANGES

- 1 year ago (tag: 3.2.37) Dan Graham
    d00f1b7 2018-09-23 11:06:33 -0400
    Replaced yaml.load with yaml.safe_load Tagged version 3.2.37
    [2018-09-23 11:06:33 -0400].

- 1 year, 6 months ago Dan Graham
    e1a2798 2018-03-24 13:58:28 -0400
    Merge branch 'master' of https://github.com/dagraham/etm-tk

- 1 year, 6 months ago Dan Graham
    7c2a271 2018-03-24 13:58:11 -0400
    remove freq 'l' and append '+' to 's'

- 1 year, 6 months ago Dan Graham
    89e4e59 2018-03-23 18:02:06 -0400
    Merge branch 'master' of https://github.com/dagraham/etm-tk

- 1 year, 6 months ago Dan Graham
    2f1c41a 2018-03-23 18:01:46 -0400
    CHANGES, ...

- 1 year, 6 months ago (tag: 3.2.36) Dan Graham
    a219190 2018-03-23 17:36:34 -0400
    removed extraneous print from export_json. Tagged version 3.2.36
    [2018-03-23 17:36:34 -0400].

- 1 year, 6 months ago Dan Graham
    433cd0b 2018-03-23 17:36:34 -0400
    removed extraneous print from export_json.

- 1 year, 6 months ago Dan Graham
    df29f61 2018-03-23 17:32:23 -0400
    patched CHANGES

- 1 year, 6 months ago Dan Graham
    9a763aa 2018-03-23 17:23:31 -0400
    Fixed bug in binding for countdown timer. Fixed bug in
    export_json.

- 1 year, 7 months ago (tag: 3.2.35) Dan Graham
    6e8b778 2018-03-16 11:36:19 -0400
    Cleaned up duplicate alerts in export_json Tagged version 3.2.35
    [2018-03-16 11:36:19 -0400].

- 1 year, 7 months ago Dan Graham
    ea61619 2018-03-16 11:36:19 -0400
    Cleaned up duplicate alerts in export_json

- 1 year, 7 months ago (tag: 3.2.34) Dan Graham
    f3abcfe 2018-03-13 16:23:15 -0400
    CHANGES, ... Tagged version 3.2.34 [2018-03-13 16:23:15 -0400].

- 1 year, 7 months ago (tag: 3.2.33p1) Dan Graham
    5451786 2018-03-13 16:20:38 -0400
    merged Tagged version 3.2.33p1 [2018-03-13 16:20:38 -0400].

- 1 year, 7 months ago Dan Graham
    b1ef507 2018-03-13 15:53:07 -0400
    Merge branch 'master' of https://github.com/dagraham/etm-tk

- 1 year, 7 months ago Dan Graham
    f7794d0 2018-03-13 15:52:43 -0400
    data.py

- 1 year, 7 months ago Dan Graham
    4fdde26 2018-03-13 15:50:42 -0400
    CHANGES and docs/conf.py

- 1 year, 7 months ago Dan Graham
    977a78c 2018-03-13 15:48:47 -0400
    Merge branch 'master' of https://github.com/dagraham/etm-tk

- 1 year, 7 months ago (origin/export-json) Dan Graham
    9b00ca7 2018-03-13 15:25:48 -0400
    fixed bug in exporting alerts to json.

- 1 year, 7 months ago (tag: 3.2.33) Dan Graham
    fe9a866 2018-03-08 15:16:24 -0500
    document tweaks Tagged version 3.2.33 [2018-03-08 15:16:24 -0500].

- 1 year, 7 months ago (tag: 3.2.32p1) Dan Graham
    8cd923d 2018-03-08 14:55:43 -0500
    fixed bug in hsh2ical Tagged version 3.2.32p1 [2018-03-08 14:55:43
    -0500].

- 1 year, 7 months ago (tag: 3.2.32) Dan Graham
    88ed8da 2018-03-08 14:39:39 -0500
    export_json seems to give the desired result. Tagged version
    3.2.32 [2018-03-08 14:39:39 -0500].

- 1 year, 7 months ago Dan Graham
    342219e 2018-03-08 14:39:39 -0500
    export_json seems to give the desired result.

- 1 year, 7 months ago Dan Graham
    06e4b08 2018-03-05 10:59:06 -0500
    More export_json tweaks.

- 1 year, 7 months ago Dan Graham
    3223760 2018-02-24 11:47:12 -0500
    More tweaks on export_json.

- 1 year, 7 months ago Dan Graham
    17ad2b3 2018-02-22 12:52:52 -0500
    export_json now switches 't' to 'c' in rrules.

- 1 year, 7 months ago Dan Graham
    7130d43 2018-02-22 11:48:46 -0500
    Added a png file and cleaned up extraneous files.

- 1 year, 7 months ago Dan Graham
    a469ac1 2018-02-22 11:43:19 -0500
    export_json now uses the new etm-mvc item types

- 1 year, 7 months ago Dan Graham
    067b2b3 2018-02-22 10:34:46 -0500
    Ready to work on export-json

- 1 year, 8 months ago Dan Graham
    c93a7cb 2018-02-16 21:29:27 -0500
    Auto-commit: saved ATKEYS.rst

- 1 year, 8 months ago Dan Graham
    8a46a91 2018-02-16 16:16:18 -0500
    Auto-commit: saved ATKEYS.rst

- 2 years, 2 months ago Dan Graham
    d971c97 2017-08-10 17:13:17 -0400
    Packaging changes requested for Debian/Solus

    Updated path for appdata.xml to /usr/share/metainfo and removed
    .xpm icon from package.

- 2 years, 2 months ago (tag: 3.2.31) Dan Graham
    050ec13 2017-08-10 16:27:53 -0400
    Auto-commit: saved setup.py Tagged version 3.2.31 [2017-08-10
    16:27:53 -0400].

- 2 years, 6 months ago Dan Graham
    3027d50 2017-03-31 11:04:15 -0400
    Auto-commit: saved
    fugitive:///Users/dag/etm-tk/.git//0/etmTk/data.py

- 2 years, 6 months ago Dan Graham
    0997bc9 2017-03-31 10:55:04 -0400
    Auto-commit: saved
    fugitive:///Users/dag/etm-tk/.git//0/etmTk/data.py

- 2 years, 6 months ago Dan Graham
    aad1112 2017-03-31 10:50:22 -0400
    Auto-commit: saved
    fugitive:///Users/dag/etm-tk/.git//0/etmTk/data.py

- 2 years, 6 months ago Dan Graham
    aac9e52 2017-03-31 10:48:22 -0400
    Auto-commit: saved
    fugitive:///Users/dag/etm-tk/.git//0/etmTk/data.py

- 2 years, 6 months ago Dan Graham
    ce692a2 2017-03-31 10:13:26 -0400
    Auto-commit: saved /Users/dag/etm-tk/setup.py

- 2 years, 6 months ago Dan Graham
    cffbcdc 2017-03-31 09:39:54 -0400
    Updated conf.py, CHANGES and etm.1

- 2 years, 6 months ago (tag: 3.2.30) Dan Graham
    4d8cdae 2017-03-31 09:28:19 -0400
    Incorporated unicode fixes from Sebastian. Merged export-json.
    Tagged version 3.2.30 [2017-03-31 09:28:19 -0400].

- 2 years, 6 months ago Dan Graham
    400626d 2017-03-31 09:10:29 -0400
    Auto-commit: saved data.py

- 2 years, 6 months ago Dan Graham
    3706c2d 2017-03-31 09:07:09 -0400
    Auto-commit: saved data.py

- 2 years, 6 months ago Dan Graham
    8a66e16 2017-03-31 08:41:30 -0400
    Auto-commit: saved
    fugitive:///Users/dag/etm-tk/.git//0/etmTk/data.py

- 2 years, 6 months ago Dan Graham
    6d07cf0 2017-03-31 08:29:11 -0400
    Auto-commit: saved data.py

- 2 years, 6 months ago Dan Graham
    d2ae945 2017-03-31 08:28:13 -0400
    Auto-commit: saved data.py

- 2 years, 6 months ago Dan Graham
    fd01f91 2017-03-31 08:27:33 -0400
    Auto-commit: saved data.py

- 2 years, 6 months ago Dan Graham
    9f5cc21 2017-03-31 08:18:44 -0400
    Auto-commit: saved data.py

- 2 years, 6 months ago (tag: 3.2.29) Dan Graham
    44a7600 2017-03-30 19:03:50 -0400
    Auto-commit: saved data.py Tagged version 3.2.29 [2017-03-30
    19:03:50 -0400].

- 2 years, 6 months ago Dan Graham
    bdd200f 2017-03-30 18:19:52 -0400
    Auto-commit: saved data.py

- 2 years, 6 months ago Dan Graham
    24c693d 2017-03-30 18:03:51 -0400
    Back to master

- 2 years, 6 months ago Dan Graham
    41f3f98 2017-03-30 17:58:00 -0400
    Auto-commit: saved .gitignore

- 2 years, 6 months ago Dan Graham
    a9a3945 2017-03-30 17:19:56 -0400
    Auto-commit: saved data.py

- 2 years, 6 months ago Dan Graham
    134bd7f 2017-03-30 17:15:53 -0400
    Auto-commit: saved data.py

- 3 years ago (tag: 3.2.28p3) Dan Graham
    759a8d8 2016-10-05 09:05:13 -0400
    Unicode fix provided for lst2str by Sebastian. Tagged version
    3.2.28p1 [2016-10-05 09:05:13 -0400]. Tagged version 3.2.28p2
    [2016-10-05 09:05:13 -0400]. Tagged version 3.2.28p3 [2016-10-05
    09:05:13 -0400].

- 3 years ago Dan Graham
    9bc0b9f 2016-10-04 21:44:28 -0400
    Added rst docs using sphinx.

- 3 years ago (tag: 3.2.28) Dan Graham
    6fb8f22 2016-10-04 17:24:51 -0400
    import version into conf.py Tagged version 3.2.28 [2016-10-04
    17:24:51 -0400].

- 3 years ago Dan Graham
    d5898ed 2016-10-04 17:21:53 -0400
    removed keybindings.rst

- 3 years ago Dan Graham
    b5e7617 2016-10-04 16:45:58 -0400
    Added rst docs using sphinx.

- 3 years ago Dan Graham
    f533975 2016-10-04 16:22:28 -0400
    Added export_json.

- 3 years, 2 months ago (no_etmdir) Dan Graham
    a53f82c 2016-08-03 06:46:19 -0400
    Only write colors.cfg if etmdir exists.

- 3 years, 2 months ago Dan Graham
    0757f9b 2016-08-03 06:44:58 -0400
    Only write colors.cfg if etmdir exists.

- 3 years, 3 months ago Dan Graham
    db97a2e 2016-07-13 17:31:14 -0400
    Generate id's in export_json using random choice of seconds from
    modification time to last access time. Fixed bug in creating
    histories for jobs.

- 3 years, 3 months ago Dan Graham
    b2b4e7f 2016-07-12 20:35:57 -0400
    Added hsh2entry to update "entry" in export_json.

- 3 years, 3 months ago Dan Graham
    1cc880d 2016-07-12 18:38:34 -0400
    Added alerts.

- 3 years, 3 months ago Dan Graham
    0a38559 2016-07-12 18:37:36 -0400
    Implemented export_json with a binding in view.py. Handles jobs
    with ids and prereqs, rrulestr, datetime and timedelta formatting,
    finish and history. Missing currently is an update for entry.

- 3 years, 4 months ago Dan Graham
    a847007 2016-06-06 10:56:28 -0400
    Fixed itemtype missing key error when entering "=" default
    entries.

- 3 years, 4 months ago (tag: 3.2.27) Dan Graham
    2fb7c10 2016-05-23 15:04:24 -0400
    Fixed timezone bug in processing dated reports with rrules. Tagged
    version 3.2.27 [2016-05-23 15:04:24 -0400].

- 3 years, 5 months ago Dan Graham
    b5b1d4d 2016-04-26 11:16:34 -0400
    Removed version info conflicts.

- 3 years, 5 months ago Dan Graham
    d1b86f8 2016-04-26 11:07:42 -0400
    Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	etmTk/CHANGES
    #	etmTk/etm.1
    #	etmTk/v.py
    #	etmTk/version.py

- 3 years, 5 months ago Dan Graham
    ab4b5e9 2016-04-26 11:06:36 -0400
    Coordinated versions with github

- 3 years, 6 months ago (tag: 3.2.26) Dan Graham
    74262ed 2016-03-28 10:39:48 -0400
    Fixed @f entry when editing this instance of a repeating task.
    Tagged version 3.2.25 [2016-03-28 10:39:48 -0400]. Tagged version
    3.2.25p1 [2016-03-28 10:39:48 -0400]. Tagged version 3.2.26
    [2016-03-28 10:39:48 -0400].

- 3 years, 6 months ago Dan Graham
    5d5f261 2016-03-28 10:39:48 -0400
    Fixed @f entry when editing this instance of a repeating task.
    Tagged version 3.2.25 [2016-03-28 10:39:48 -0400]. Tagged version
    3.2.25p1 [2016-03-28 10:39:48 -0400].

- 3 years, 6 months ago Dan Graham
    a4cabe7 2016-03-28 10:39:48 -0400
    Fixed @f entry when editing this instance of a repeating task.

- 3 years, 6 months ago Dan Graham
    ef32f89 2016-03-27 15:59:44 -0400
    Fix for dateutil 2.5.1 in getInstance.

- 3 years, 8 months ago Dan Graham
    50d2a52 2016-02-04 15:57:41 -0500
    Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	etmTk/CHANGES
    #	etmTk/etm.1
    #	etmTk/v.py
    #	etmTk/version.py

- 3 years, 8 months ago Dan Graham
    6850202 2016-02-04 15:55:19 -0500
    Update to 3.2.24

    Tagged new release

- 3 years, 8 months ago (tag: 3.2.24) Dan Graham
    151995a 2016-02-04 09:29:19 -0500
    Include both the passed command and the error output in
    check_output. Tagged version 3.2.23p3 [2016-02-04 09:29:19 -0500].
    Tagged version 3.2.24 [2016-02-04 09:29:19 -0500].

- 3 years, 8 months ago (tag: 3.2.23p3) Dan Graham
    a3541eb 2016-02-04 09:29:19 -0500
    Include both the passed command and the error output in
    check_output. Tagged version 3.2.23p3 [2016-02-04 09:29:19 -0500].

- 3 years, 8 months ago (tag: 3.2.23p2) Dan Graham
    fdd1cb1 2016-02-03 16:02:09 -0500
    In check_output, replaced STDOUT with subprocess.STDOUT. Tagged
    version 3.2.23p2 [2016-02-03 16:02:09 -0500].

- 3 years, 8 months ago (tag: 3.2.23p1) Dan Graham
    8fc070e 2016-02-03 11:00:15 -0500
    Replaced subprocess.call with check_output which calls
    subprocess.check_output and logs the error message if an exception
    occurs. Tagged version 3.2.23p1 [2016-02-03 11:00:15 -0500].

- 3 years, 9 months ago (tag: 3.2.23) Dan Graham
    caf8bb4 2016-01-15 09:13:35 -0500
    Apply 'b' and 'e' settings to all items in reports. Tagged version
    3.2.23 [2016-01-15 09:13:35 -0500].

- 3 years, 9 months ago Dan Graham
    38918e1 2016-01-14 10:17:50 -0500
    Changed 'event' to 'start' in show alerts dialog.

- 3 years, 11 months ago (tag: 3.2.22p1) Dan Graham
    b937b61 2015-11-18 14:27:23 -0500
    Use, e.g., Wed 18 Dec (Today), in short date format. Allow @n
    entries in events (reminders). Tagged version 3.2.22p1 [2015-11-18
    14:27:23 -0500].

- 3 years, 11 months ago Dan Graham
    2e862aa 2015-11-08 16:57:18 -0500
    Added __init__.py to satisfy setup.py.

