2015-06-30 13:53:00 by Jaap Boender | Files touched by this commit (76) | |
Log message:
Recursive revbump associated with update of lang/ocaml to 4.02.2.
|
2015-03-26 16:59:08 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Honour LDFLAGS.
|
2015-01-20 15:24:38 by Jaap Boender | Files touched by this commit (55) | |
Log message:
Revbump associated with update of lang/ocaml.
|
2014-12-04 05:51:04 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
Update 1.4.5 to 1.4.6
http://lists.roaringpenguin.com/pipermail/remind-fans/2013/002903.html
---------------------
2013-02-02 Release 1.4.6:
* Fixed a failure to quote filenames in the editor commands provided by
the default wyrdrc.
* Fixed a crash when the terminal is resized while wyrd is executing an
external editor or browser. (In some environments, this would happen
every time a reminder file is edited.)
* Fixed 'configure' errors when compiling with OCaml 4.
* Added Oasis metadata.
* Added automatic refresh of the display when reminder files are modified.
* Added a backtrace printout for unhandled exceptions.
* Fixed a parallel-make race conditoin resulting from integration of
upstream ocaml-curses.
* Fixed a crash when the terminal is resized.
* Fixed some crashes which could be triggered by pressing arrow keys or
entering non-printable characters from the "quick add" entry field.
|
2014-10-20 13:12:49 by Jaap Boender | Files touched by this commit (1) |
Log message:
Added camlp4 dependency.
|
2014-10-09 21:14:05 by Jaap Boender | Files touched by this commit (41) | |
Log message:
Revbump for ocaml 4.02.0.
(Some packages omitted because they will be updated to new versions)
|
2013-11-01 12:30:24 by Jaap Boender | Files touched by this commit (47) | |
Log message:
Revision bump associated with the update of lang/ocaml to version 4.01.
|
2012-12-16 22:23:51 by David A. Holland | Files touched by this commit (1) |
Log message:
Not MAKE_JOBS_SAFE.
|
2012-12-15 17:50:05 by Jaap Boender | Files touched by this commit (7) |
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.
|
2012-10-08 17:18:26 by Jaap Boender | Files touched by this commit (54) | |
Log message:
Revision bump associated with the update of lang/ocaml to version 4.
|