Subject: CVS commit: pkgsrc/time/remind
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 07/22/2006 09:25:54
Module Name:	pkgsrc
Committed By:	wiz
Date:		Sat Jul 22 09:25:54 UTC 2006

Modified Files:
	pkgsrc/time/remind: Makefile PLIST distinfo
	pkgsrc/time/remind/patches: patch-ab patch-ac

Log Message:
Update to 3.00.24. Ok kim@

CHANGES TO REMIND

* Version 3.0 Patch 24

+ MINOR ENHANCEMENTS

- Permit the DURATION of a reminder to be as high as you like.  Previously,
  DURATIONs could be at most 23:59.  Fix courtesy of Paul Pelzl.

- The "-n" flag can be usefully combined with "-s", "-p" and "-l" now.
  Fix courtesy of Paul Pelzl.

+ BUG FIXES

- The "-k" command escapes all characters except those known to be
  safe, rather than attempting to escape only characters thought to be
  unsafe.

- Removed the crufty code that supported non-ANSI C compilers.

- Removed all support for non-UNIX/non-Linux systems.

- Fixed a bug in the tokenizer that could make Remind segfault.  Fix courtesy
  of Stan Tobias.

* Version 3.0 Patch 23

+ MINOR ENHANCEMENTS

- Added the COLOR special for putting colored reminders in the calendar.
  Supported by the HTML, Tcl/Tk and PostScript back-ends.

- Many minor tweaks to tkremind.

- Added ability to specify paper size in inches or centimetres to rem2ps.

- Added the "-l" option to Remind.  This outputs additional information
  for back-end programs that use the "-p" output format.  Currently
  used only by the "tkremind" back-end.

- Fixed dates for Yom Hazikaron and Yom Ha'atzmaut if 5 Iyar falls on a
  Saturday.  (Hebrew calendar fix.)

- Added support for the Icelandic language, courtesy of Björn Davíðsson.

+ BUG FIXES

- Fixed parser error for unterminated date constant: '2005/01/01


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/time/remind/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/time/remind/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/time/remind/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/time/remind/patches/patch-ab
cvs rdiff -r1.2 -r1.3 pkgsrc/time/remind/patches/patch-ac

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