summaryrefslogtreecommitdiff
path: root/news/tin/options.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-06-12Add inet6 to default suggested options. It's 2012.wiz1-2/+2
2010-07-26For options ncurses and ncursesw, set USE_NCURSES=yes, on the assumptiondholland1-1/+3
that explicitly forcing ncurses does not mean "use builtin curses anyway" unless the builtin curses is *really* ncurses. (Yes, the ncursesw builtin.mk responds to USE_NCURSES and not USE_NCURSESW; whether that's a bug is for someone else to decide.)
2010-02-25fix a configure check which could easily get into an endless loop,drochner1-7/+1
and remove a pointless test for a __NCURSES_H symbol in the curses header, now this can build against NetBSD's wide curses
2008-07-14Fix build with ncursesw option set. Comment from the commit:wiz1-1/+7
# XXX: NetBSD's wide curses are not accepted, because the configure # script doesn't find the proper headers. # This could be a bug in the buildlink framework for wide curses. # The next line is a workaround until someone(TM) finds time to # investigate this.
2007-11-25Make curses support completely optional, in response to PR 37173wiz1-2/+2
by David A. Holland.
2007-09-19Fix build with curses option. From Yakovetsky Vladimir in PR 36998.wiz1-1/+3
2007-09-13Add options for ncurses and ncursesw support.wiz1-5/+20
Based on patch in PR 36983 by Leonard Schmidt.
2007-01-30Remove some legacy options handling after 3 branches.wiz1-3/+1
2006-07-17Updated tin to 1.8.2.rillig1-2/+5
-- 1.8.2 release 20060425 "Shillay" -- 011) Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> ADD. updated russian translation FIX. ru.po 010) Urs Janssen <urs@tin.org> BUG. possible division by zero in thread_by_percentage() FIX. art.c 009) Urs Janssen <urs@tin.org> BUG. didn't reissue GROUP cmd after reconnect with authentication BUG. possible buffer overflow REM. unnecessary test for wcsnlen ADD. cat, jobs, travel and mobi TLDs FIX. aclocal.m4, policy.h, misc.c, nntplib.c 008) Urs Janssen <urs@tin.org> ADD. config.guess, config.sub update FIX. config.guess, config.sub 007) Michael Bienia <michael@vorlon.ping.de> BUG. buffer overflow in convert_tex2iso in UTF-8 environment FIX. charset.c
2006-01-03Add icu option, default off.wiz1-3/+3
2006-01-01Fix comment.wiz1-2/+2
2006-01-01Mention when to remove PKG_OPTIONS_LEGACY_VARS line.wiz1-1/+2
2006-01-01Update to 1.8.0.wiz1-0/+36
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