Subject: CVS commit: pkgsrc/news/tin
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 01/01/2006 16:10:29
Module Name:	pkgsrc
Committed By:	wiz
Date:		Sun Jan  1 16:10:29 UTC 2006

Modified Files:
	pkgsrc/news/tin: Makefile PLIST distinfo
	pkgsrc/news/tin/patches: patch-aa
Added Files:
	pkgsrc/news/tin: options.mk

Log Message:
Update to 1.8.0.
Convert to options framework.
Prefer package version to internal version of pcre.
Add curses and inet6 options.

New features and changes since tin-1.6.0

Changes
-------
. interactive mailer can now be fed with headers. The old use_mailreader_i
  config variable is obsolete and superseded by the new interactive_mailer
  variable that can have three values:
  0  no interactive mailreader (old use_mailreader_i=OFF)
  1  interactive mailreader with headers
  2  interactive mailreader without headers (old use_mailreader_i=ON)

New features
------------
. You can now specify a mailbox folder to save your sent mails (fcc=) so
  you possibly don't need auto_cc or auto_bcc anymore. See tin(5).

. x_headers can take a command which generates the header(s). See tin(5).

. mime_forward (message/rfc822) attributes option

. single line scrolling in all levels

. minimalistic BiDi support (render_bidi)

. minimalistic IDNA decoding support

. display non-printable characters as octals in raw-mode

. user defined date_format

. support non-ascii key-bindings

. 'percentage match' threading

Retired Features
----------------
. AmigaOS support


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 pkgsrc/news/tin/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/news/tin/PLIST
cvs rdiff -r1.9 -r1.10 pkgsrc/news/tin/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/news/tin/options.mk
cvs rdiff -r1.2 -r1.3 pkgsrc/news/tin/patches/patch-aa

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