diff options
author | wiz <wiz@pkgsrc.org> | 2015-12-27 14:52:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-12-27 14:52:53 +0000 |
commit | 8321c1bc1fab190de3356ed9e174759156bcfd0a (patch) | |
tree | 1699e2f590d79c7a0afab3ec4a26cb79942fcab9 /time/khal/PLIST | |
parent | be9a8c2b0fb3932e15b0464cb496b0195225c1ae (diff) | |
download | pkgsrc-8321c1bc1fab190de3356ed9e174759156bcfd0a.tar.gz |
Update khal to 0.7.0:
0.7.0
=====
released on 2015-11-24
There are no new or dropped dependencies.
* most of the internal representation of events was rewritten, the current
benefit is that floating events are properly represented now, hopefully more
is to come (Christian Geier)
* `printformats` uses a more sensible date now (John Shea)
* khal and ikhal can now highlight dates with events, at the moment, enabling it
does noticably slow down (i)khal's start; set *[default] highlight_event_days
= True* and see section *[highlight_days]* for further configuration (Dominik
Joe Pantůček)
* fixed line wrapping for `at` (Thomas Schape)
* `calendar` and `agenda` optionally print location and description of all
events, enable with the new --full/-f flag (Thomas Schaper)
* updated and improved zsh completion file (Oliver Kiddle)
* FIX: deleting events did not always work if an event with the same filename existed
in an other calendar (but no data lost incurred) (Christian Geier)
ikhal
-----
* events are now displayed nicer (Thomas Glanzmann)
* support for colorschemes, a *light* and *dark* one are currently included,
help is wanted to make them prettier and more functional (config option
*[view] theme: (dark|light)*) (Christian Geier)
* ikhal can now display frames around some user interface elements, making it
nicer to look at in some eyes (config option *[view] frame: True*) (Christian
Geier)
* events can now be duplicated (default keybinding: *p*) (Christian Geier)
* events created while time ranges are selected (default keybinding to enable date range
selection: *v*) will default to that date range (Christian Geier)
* when trying to delete recurring events, users are now asked if they want to
delete the complete event or just this instance (Christian Geier)
Diffstat (limited to 'time/khal/PLIST')
-rw-r--r-- | time/khal/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/time/khal/PLIST b/time/khal/PLIST index d0c3a68ab05..0bbe2cc4736 100644 --- a/time/khal/PLIST +++ b/time/khal/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2015/07/21 19:15:53 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2015/12/27 14:52:53 wiz Exp $ bin/ikhal bin/khal ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO @@ -74,12 +74,12 @@ ${PYSITELIB}/khal/ui/base.pyo ${PYSITELIB}/khal/ui/calendarwidget.py ${PYSITELIB}/khal/ui/calendarwidget.pyc ${PYSITELIB}/khal/ui/calendarwidget.pyo +${PYSITELIB}/khal/ui/colors.py +${PYSITELIB}/khal/ui/colors.pyc +${PYSITELIB}/khal/ui/colors.pyo ${PYSITELIB}/khal/ui/startendeditor.py ${PYSITELIB}/khal/ui/startendeditor.pyc ${PYSITELIB}/khal/ui/startendeditor.pyo -${PYSITELIB}/khal/ui/test_calendar.py -${PYSITELIB}/khal/ui/test_calendar.pyc -${PYSITELIB}/khal/ui/test_calendar.pyo ${PYSITELIB}/khal/ui/widgets.py ${PYSITELIB}/khal/ui/widgets.pyc ${PYSITELIB}/khal/ui/widgets.pyo |