Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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.)
|
|
and remove a pointless test for a __NCURSES_H symbol in the curses header,
now this can build against NetBSD's wide curses
|
|
# 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.
|
|
by David A. Holland.
|
|
|
|
Based on patch in PR 36983 by Leonard Schmidt.
|
|
|
|
-- 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
|
|
|
|
|
|
|
|
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
|