[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-6.0-20170819
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-6.0-20170819 |
Date: |
Sun, 20 Aug 2017 01:04:27 +0000 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Files:
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20170819.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20170819.tgz.asc
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20170819.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20170819.tgz.asc
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20170819.tgz
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20170819.tgz.asc
ftp://ftp.invisible-island.net/ncurses/6.0/MD5sums
ftp://ftp.invisible-island.net/ncurses/6.0/dev-patches.zip
ftp://ftp.invisible-island.net/ncurses/6.0/ncurses-6.0-20170819.patch.gz
ftp://ftp.invisible-island.net/ncurses/6.0/ncurses-6.0-20170819.patch.gz.asc
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.0-20170819.tgz
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.0-20170819.tgz.asc
ftp://ftp.invisible-island.net/ncurses/win32/mingw32-20170819.zip
ftp://ftp.invisible-island.net/ncurses/win32/mingw64-20170819.zip
ncurses 6.0 - patch 20170819 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 6.0 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 6.0 can be found at
ftp://ftp.invisible-island.net/ncurses/6.0
http://invisible-mirror.net/archives/ncurses/6.0
------------------------------------------------------------------------------
ftp://ftp.invisible-island.net/ncurses/6.0/ncurses-6.0-20170819.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Aug 20 00:59:28 UTC 2017
------------------------------------------------------------------------------
NEWS | 17
VERSION | 2
dist.mk | 4
doc/html/man/adacurses6-config.1.html | 2
doc/html/man/captoinfo.1m.html | 9
doc/html/man/clear.1.html | 24
doc/html/man/form.3x.html | 2
doc/html/man/infocmp.1m.html | 5
doc/html/man/infotocap.1m.html | 5
doc/html/man/menu.3x.html | 2
doc/html/man/ncurses.3x.html | 70 +-
doc/html/man/ncurses6-config.1.html | 4
doc/html/man/panel.3x.html | 2
doc/html/man/tabs.1.html | 2
doc/html/man/term.5.html | 209 ++++---
doc/html/man/term.7.html | 85 +--
doc/html/man/terminfo.5.html | 13
doc/html/man/tic.1m.html | 217 ++++----
doc/html/man/toe.1m.html | 4
doc/html/man/tput.1.html | 36 -
doc/html/man/tset.1.html | 4
man/clear.1 | 24
man/tput.1 | 28 -
misc/terminfo.src | 232 ++++++--
ncurses/base/lib_color.c | 10
ncurses/llib-lncurses | 12
ncurses/llib-lncursest | 20
ncurses/llib-lncursestw | 38 +
ncurses/llib-lncursesw | 30 +
ncurses/llib-ltinfo | 4
ncurses/llib-ltinfot | 12
ncurses/llib-ltinfotw | 8
package/debian-mingw/changelog | 4
package/debian-mingw64/changelog | 4
package/debian/changelog | 4
package/mingw-ncurses.nsi | 4
package/mingw-ncurses.spec | 2
package/ncurses.spec | 2
progs/clear.c | 50 +
progs/clear_cmd.c | 16
progs/clear_cmd.h | 6
progs/tput.c | 34 +
progs/tset.c | 45 +
test/configure | 859 ++++++++++++++++----------------
test/configure.in | 3
test/picsmap.c | 292 +++++++---
test/test.priv.h | 6
47 files changed, 1481 insertions(+), 986 deletions(-)
------------------------------------------------------------------------------
20170819
+ update "iterm" entry -TD
+ add "iterm2" entry (report by Leonardo Brondani Schenkel) -TD
+ regenerate llib-* files.
+ regenerate HTML manpages.
+ improve picsmap test-program:
+ reduce memory used for tsearch
+ add report in log file showing cumulative color coverage.
+ add -x option to clear/tput to make the E3 extension optional
(cf: 20130622).
+ add options -T and -V to clear command for compatibility with tput.
+ add usage message to clear command (Debian #371855).
+ improve usage messages for tset and tput.
+ minor fixes to "RDGB" extension and reset_color_pairs().
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://ftp.invisible-island.net
signature.asc
Description: Digital signature
- ANN: ncurses-6.0-20170819,
Thomas Dickey <=