pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/wyrd
Module Name: pkgsrc
Committed By: jaapb
Date: Sat Dec 15 16:50:05 UTC 2012
Modified Files:
pkgsrc/time/wyrd: Makefile distinfo
Added Files:
pkgsrc/time/wyrd/patches: patch-Makefile.in patch-configure
Removed Files:
pkgsrc/time/wyrd/patches: patch-aa patch-ab patch-ac
Log Message:
Updated time/wyrd to version 1.4.5 and added a patch to fix OCaml
version detection (thanks to John Marino for reporting this).
Changes from 1.4.1 include:
* Switched from personal fork of OCaml curses bindings to the
community-maintained library from
http://www.nongnu.org/ocaml-tmk/ .
* Fixed bug which prevented "quick add" feature from accepting
UTF-8 encoded text.
* Implemented improved support for Remind's new "reminder
directory" capability.
Fixed an instance of insecure tempfile creation. This
addresses a security vulnerability that had the potential to
cause data loss.
Modified the configure script to support weird locations of
ncurses term.h .
Deprecated the 'calendar_selection' colorable object. For
consistency with the rest of the Wyrd interface, the selected
calendar day is now rendered in reverse video.
Added the 'untimed_bold' configuration variable for selecting
between normal and boldface rendering of untimed reminders.
Added support for remind's 'filedir()' function within INCLUDE
directives, for those who like to
"INCLUDE [filedir()]/some-extra-reminders". Thanks to Stefan
Wehr for the patch.
Implemented more extensive shell-expansion of filenames specified
within wyrdrc, enabling the use of idioms like
'set reminders_file="$DOT_REMINDERS"'.
* Added support for Remind 3.1.0 advance warning of reminders
throughout the Wyrd interface, enabled via the 'advance_warning'
configuration variable.
* Support new Remind 3.1.0 date formatting.
* Added the untimed_window_width rcfile option, which lets the
user set the width of the windows on the right side of the
display.
Tweaked the resize handler so Wyrd does not completely die
when the terminal is resized too small.
Made modifications to support rendering UTF-8 reminders
(requires ncurses built with wide char support)
* Added the home_sticky option, allowing the cursor position
to automatically track the current time.
Added command-line option to append reminders using the
natural language parser.
* Eliminated dependence on Bash-style tilde expansion.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/time/wyrd/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/wyrd/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/time/wyrd/patches/patch-Makefile.in \
pkgsrc/time/wyrd/patches/patch-configure
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/time/wyrd/patches/patch-aa
cvs rdiff -u -r1.1 -r0 pkgsrc/time/wyrd/patches/patch-ab \
pkgsrc/time/wyrd/patches/patch-ac
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