pkgsrc-wip/pal/patches/patch-ag
Emil Sköldberg acb3bee711 Update to version 0.4.3
Changes since version 0.3.4:

version 0.4.2
	* Added vcard2pal from http://youam.net/devel/vcard2pal/ with
	permission from author.

        * Fix extraneous output when using --mail option

version 0.4.1 (2 June 2008)
	* Rewrote -m feature to use ncurses. (Scott Kuhl, Martijn van
	Oosterhout)

	* Rewrote code that handles how different types of events are
	described (PalEventType was added).   (Martijn van Oosterhout)

	* Fixed bug that caused the ** markers around the date in the
	calendar to not be used when the day had multiple events with
	different markers/colors. (Scott Kuhl)

	* Added a new /<skip> to the date syntax, so you can say "every x
	days/weeks/months/years". (Martijn van Oosterhout)

	* Add show_weeknum option to pal.conf (Martijn van Oosterhout)

	* Added: ical2pal (requires libical) to convert calendars from
	ical format to pal's format. (Scott Kuhl)

	* Added: pal2ical to convert calendars from pal's format to the
	ical format. (Scott Kuhl)

	* Output from pal2ical now compatible with ipods. (Adam Byrtek)

	* --latex output now starts on date specified by -d (Martijn van
	Oosterhout)

	* Support for UTF8 characters for --html and --latex output improved.
	(Martijn van Oosterhout)

	* Added <tr> tags previously missing from --html output
	(Martijn van Oosterhout)

	* Minor --html bugs fixed. (Scott Kuhl, Stephen Smith)

	* --html: Different types of events can now have different
	colors (defined with CSS). (Scott Kuhl)

	* --html: Allow date specified with -d to be used to define what
	month should be first in the HTML calendar.  If -d is not
	specified, the calendar will start by printing the current
	month. (Guy Brand)

	* Show events that do not have times in the event description
	before events that do have times in the event descriptions.  (This
	reverses the old behavior).  (Scott Kuhl)

	* Rewrote/simplified word wrapping code in pal_output_wrap()
	(Scott Kuhl)

	* Fix hyphens in man page (Javier Linares)

	* Added Turkish translation (Can Burak Cilingir)

	* Updated Swedish translation (Lars Bjarby)

	* Updated German translation (Bastian Kleineidam)
2010-07-06 07:06:59 +00:00

13 lines
249 B
Text

$NetBSD: patch-ag,v 1.1 2010/07/06 07:07:04 emil_s Exp $
--- rl.c.orig 2008-07-28 16:16:23.000000000 +0000
+++ rl.c
@@ -24,7 +24,7 @@
#include <ncurses.h>
#include <time.h>
-#include <term.h>
+#include <ncurses/term.h>
#include "output.h"