File remind.changes of Package remind
-------------------------------------------------------------------
Wed Dec 22 12:32:25 UTC 2010 - puzel@novell.com
- clean up specfile
- enable 'make check' again
-------------------------------------------------------------------
Tue Nov 2 11:10:39 UTC 2010 - puzel@novell.com
- update to remind-3.1.10
- add the THROUGH keyword. You can omit blocks of dates
with: OMIT start THROUGH end
- add support for multibyte characters (eg, UTF-8) in calendar
output. Note that UTF-8 strings are still not supported in
PostScript output.
- add support for UTF-8 line-drawing characters in calendar
output
- you can have multiple TAG clauses in a REM statement
- avoid spawning long-running background processes in "make
test"
- don't declare variables in the middle of statements (old C
compilers choke.)
-------------------------------------------------------------------
Mon Jun 21 07:17:06 UTC 2010 - puzel@novell.com
- update to remind-3.1.9
- New "purge mode" to delete expired reminders. See
the PURGE MODE section of the remind man page.
- Support DURATION in TkRemind. Thanks to Marek Marczykowski.
- Don't change the order of PS and PSFILE reminders. Bug found
by John McGowan.
- "REM 1990-01-01 SATISFY 1" would yield a spurious parse error
in earlier versions of Remind.
- Yom HaShoah is moved to Thursday if it would normally fall on
a Friday. Thanks to Jonathan Kamens for pointing this out.
-------------------------------------------------------------------
Wed Mar 10 08:54:34 UTC 2010 - puzel@novell.com
- update to remind-3.1.8
- Add the $T, $Td, $Tm, $Tw, $Ty, $U, $Ud, $Um, $Uw, $Uy
special variables to make reminder files less wordy. See man page
for details.
- Ignore msgprefix() and msgsuffix() on RUN-type reminders.
- Adjust Remind and Rem2PS so that SHADE specials don't obliterate
earlier MOON specials.
- Fix bug in SCHED calculations if Remind is started in the middle
of a SCHED interval.
-------------------------------------------------------------------
Fri Jan 22 12:09:10 UTC 2010 - puzel@novell.com
- initial package for Contrib, based on obs://home:code933k/remind