]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.0 - patch 20161231
authorThomas E. Dickey <dickey@invisible-island.net>
Sat, 31 Dec 2016 23:48:48 +0000 (23:48 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sat, 31 Dec 2016 23:48:48 +0000 (23:48 +0000)
commit5461fc336d03fbfea6b85ac21c6d49c528f6752d
tree6dc80923203bfe4c08e3e4f9143d7f60782918b1
parent62ca6190a9a8ddccb2c4d5ca7b2ef9f88432da65
ncurses 6.0 - patch 20161231

+ fix errata for ncurses-howto (report by Damien Ruscoe).
+ fix a few places in configure/build scripts where DESTDIR and rpath
  were combined (report by Thomas Klausner).
+ merge current st description (report by Harry Gindi) -TD
+ modify flash capability for linux and wyse entries to put the delay
  between the reverse/normal escapes rather than after -TD
+ modify program tabs to pass the actual tty file descriptor to
  setupterm rather than the standard output, making padding work
  consistently.
+ explain in clear's manual page that it writes to stdout.
+ add special case for verbose debugging traces of command-line
  utilities which write to stderr (cf: 20161126).
+ remove a trace with literal escapes from skip_DECSCNM(), added in
  20161203.
+ update config.guess, config.sub from
http://git.savannah.gnu.org/cgit/config.git
38 files changed:
NEWS
VERSION
aclocal.m4
config.guess
config.sub
configure
dist.mk
doc/html/NCURSES-Programming-HOWTO.html
doc/html/man/adacurses6-config.1.html
doc/html/man/captoinfo.1m.html
doc/html/man/clear.1.html
doc/html/man/form.3x.html
doc/html/man/infocmp.1m.html
doc/html/man/infotocap.1m.html
doc/html/man/menu.3x.html
doc/html/man/ncurses.3x.html
doc/html/man/ncurses6-config.1.html
doc/html/man/panel.3x.html
doc/html/man/tabs.1.html
doc/html/man/terminfo.5.html
doc/html/man/tic.1m.html
doc/html/man/toe.1m.html
doc/html/man/tput.1.html
doc/html/man/tset.1.html
man/clear.1
man/tabs.1
misc/terminfo.src
mk-1st.awk
ncurses/trace/lib_trace.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
progs/Makefile.in
progs/tabs.c
progs/tic.c