pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/time/etm



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Sep 17 13:35:17 UTC 2011

Modified Files:
        pkgsrc/time/etm: Makefile distinfo

Log Message:
Update to 877

Changelog:
877    2011-09-05
        Fixed no_regex to only match 'no' or 'none' and not, for example,
        'note'. Added the ability to specify RGB colors for the gui outline
        and html window fonts. When displaying output in the html window, do
        not change the outline panel display. Fixed bug in parsing alerts in
        which a single alert would be treated as a list, e.g. '@a 12' would
        give the list (1, 2). Skip 'showDay' when displaying html output.
876    2011-09-02
        Provide a leading '+' for action @e entries that do not have one.
875    2011-09-02
        When using '-gF' in outline view, prefix item titles with the
        leader, i.e., the character(s) from ['~', '*', '!', '-', '+'] that
        begin the item entry.
874    2011-09-02
        Fixed missing color key 14 (details color) in the GUI.
873    2011-09-02
        Fixed sorting and display with '-g F' to sort by file path and then
        line number.
872    2011-08-31
        Fixed bug in expanding children. Changed role of 'monthly' variables
        such as etmActions. If an empty string is given then monthly files
        will not be created and, e.g., 'actns.text' in the etmdata directory
        will be used as the default. If not an empty string, then in August
        2011, e.g., 'etmActions/2011/08/actns.text' would be created, if
        necessary, and used as the default. (Note the addition of the month
        directory.) The same directory can be specified for etmActions,
        etmEvents, etmNotes and etmTasks, e.g., 'monthy' in the etmdata
        directory and, if this is done, then 'actns.text', 'evnts.text',
        'notes.text' and 'tasks.text' for August would all be placed in the
        directory '../etmdata/2011/08/'. Introduced new variables,
        'minutes_msg', 'oneminute_msg' and 'rightnow_msg' with defaults
        'begins %s minutes from now', 'begins one minute from now' and
        'begins now'. The '%s' can be placed anywhere in the expression for
        'minutes_msg' and will be replaced by the number of minutes. Added
        ability (experimental) to use foreign language characters in the
        etmrc settings.
871    2011-08-29
        Fixed codecs error under Windows. Fixed html printing under Windows
        and Linux. Allow parsing option strings with embedded minus signs
        such as searches for hyphenated words. Added term_print for terminal
        output using term_encoding. Added < 2.0.0 to the setup requirement
        for dateutils to avoid the Windows "_thread" problem.
870    2011-08-26
        MS Windows fix. Changed locale to support the 3-manth calendar in
        the CLI and the 12-month calendar in the GUI.
869    2011-08-25
        Only load data in e.py when necessary and not, for example, when
        doing a version check or displaying a three month calendar.
868    2011-08-25
        Windows fixes for missing color attributes and bug in scrolling.
867    2011-08-25
        When selecting a date in the monthly calendar scroll to the top of
        the outline display. Save and restore outline expansion state after
        making changes.
866    2011-08-24
        In the interactive CLI, added edit, create, delete, finish, unfinish
        and move using 'item numbers' from the interactive display. Added
        'jump to date' (fuzzy parsed or relative) to both the CLI and the
        GUI. Added a three month calendar display to the CLI. In in the GUI
        change the monthy calendar to reflect a change in the 'begin_date'.
        Fixed various bugs in parsing options, particularly for busy view.
865    2011-08-19
        Removed unneeded fieldNames and fixed code for details to allow the
        inclusion of any regular field. Reset totalsfirst to False when
        restoring defaults by pressing "space". Added CenterOnScreen to gui
        init.
864    2011-08-18
        Cleaned up currentPage and char2PageMode. Removed spurious
        'py_modules=['ez_setup'] from setup.py and setup_app.py.
863    2011-08-15
        Added abbreviationsFile to etmrc and abbreviation expansion to entry
        processing.
862    2011-08-15
        For dated items without occurances within the beg_year, end_year
        interval, add the last of the occurances before the interval and the
        first of the occurances after the interval so that these items will
        be available, e.g, for search and for grouping by file path.
861    2011-08-14
        Cleaned up and simplified templates, hotkey shortcuts and histories.
        Ctrl-Tab and Space-Tab are now bound to the same "smart" completion
        routine which looks first for entries such as "@c" or "-g" and, if
        found, indentifies possible completions. If no such match is
        possible, then completions are sought for entries that begin with
        "o", "b", "~", "*", "-", "+" or "!". Entries from contexts.txt,
        keywords.txt, locations.txt and timezones are available as are
        current file entries if the "addFile" switches are True. Current
        session entries for "o" and "b" are also available.
860    2011-08-13
        Added F (filepath) to grouby options. Modified afterChange to
        restore view using current options.
859    2011-08-09
        Remove item count from group header unless greater than 1.
858    2011-08-08
        Added busyfontsize setting to etmRC - Windows needs a smaller font
        size than the one used before.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/time/etm/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/time/etm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index