bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ANN: ncurses-6.0-20170107


From: Thomas Dickey
Subject: ANN: ncurses-6.0-20170107
Date: Sun, 8 Jan 2017 01:57:52 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

Files:
        ftp://invisible-island.net/AdaCurses/current/AdaCurses-20170107.tgz
        ftp://invisible-island.net/AdaCurses/current/AdaCurses-20170107.tgz.asc
        
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20170107.tgz
        
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20170107.tgz.asc
        
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20170107.tgz
        
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20170107.tgz.asc
        ftp://invisible-island.net/ncurses/6.0/MD5sums
        ftp://invisible-island.net/ncurses/6.0/dev-patches.zip
        ftp://invisible-island.net/ncurses/6.0/ncurses-6.0-20170107.patch.gz
        ftp://invisible-island.net/ncurses/6.0/ncurses-6.0-20170107.patch.gz.asc
        ftp://invisible-island.net/ncurses/current/ncurses-6.0-20170107.tgz
        ftp://invisible-island.net/ncurses/current/ncurses-6.0-20170107.tgz.asc
        ftp://invisible-island.net/ncurses/win32/mingw32-20170107.zip
        ftp://invisible-island.net/ncurses/win32/mingw64-20170107.zip

 ncurses 6.0 - patch 20170107 - Thomas E. Dickey

 ------------------------------------------------------------------------------

 Ncurses 6.0 is at
        ftp.gnu.org:/pub/gnu

 Patches for ncurses 6.0 can be found at
        ftp://invisible-island.net/ncurses/6.0
        http://invisible-mirror.net/archives/ncurses/6.0 

 ------------------------------------------------------------------------------
 ftp://invisible-island.net/ncurses/6.0/ncurses-6.0-20170107.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Jan  8 01:40:29 UTC 2017
 ------------------------------------------------------------------------------
 Ada95/package/debian/copyright        |    4 
 COPYING                               |    4 
 NEWS                                  |   21 
 VERSION                               |    2 
 dist.mk                               |    6 
 doc/html/man/adacurses6-config.1.html |    2 
 doc/html/man/captoinfo.1m.html        |    2 
 doc/html/man/clear.1.html             |    2 
 doc/html/man/curs_add_wch.3x.html     |   22 
 doc/html/man/curs_addch.3x.html       |   16 
 doc/html/man/curs_attr.3x.html        |    6 
 doc/html/man/curs_color.3x.html       |    6 
 doc/html/man/curs_get_wstr.3x.html    |   18 
 doc/html/man/curs_getch.3x.html       |    4 
 doc/html/man/curs_getstr.3x.html      |    6 
 doc/html/man/curs_initscr.3x.html     |   22 
 doc/html/man/curs_inopts.3x.html      |   60 -
 doc/html/man/curs_kernel.3x.html      |    6 
 doc/html/man/curs_memleaks.3x.html    |   27 
 doc/html/man/curs_mouse.3x.html       |   10 
 doc/html/man/curs_move.3x.html        |   10 
 doc/html/man/curs_outopts.3x.html     |    6 
 doc/html/man/curs_pad.3x.html         |   10 
 doc/html/man/curs_print.3x.html       |    4 
 doc/html/man/curs_printw.3x.html      |    6 
 doc/html/man/curs_scr_dump.3x.html    |   12 
 doc/html/man/curs_sp_funcs.3x.html    |    4 
 doc/html/man/curs_termcap.3x.html     |    8 
 doc/html/man/curs_trace.3x.html       |    6 
 doc/html/man/curs_util.3x.html        |  178 ++---
 doc/html/man/curs_variables.3x.html   |    2 
 doc/html/man/form.3x.html             |    2 
 doc/html/man/form_driver.3x.html      |    6 
 doc/html/man/form_post.3x.html        |    6 
 doc/html/man/form_variables.3x.html   |    2 
 doc/html/man/infocmp.1m.html          |    2 
 doc/html/man/infotocap.1m.html        |    2 
 doc/html/man/menu.3x.html             |    2 
 doc/html/man/menu_driver.3x.html      |    8 
 doc/html/man/menu_post.3x.html        |    6 
 doc/html/man/ncurses.3x.html          |   20 
 doc/html/man/ncurses6-config.1.html   |    2 
 doc/html/man/panel.3x.html            |    2 
 doc/html/man/resizeterm.3x.html       |   10 
 doc/html/man/tabs.1.html              |    2 
 doc/html/man/term.5.html              |   10 
 doc/html/man/term_variables.3x.html   |   35 -
 doc/html/man/terminfo.5.html          | 1028 ++++++++++++++++----------------
 doc/html/man/tic.1m.html              |    2 
 doc/html/man/toe.1m.html              |    2 
 doc/html/man/tput.1.html              |  277 +++++---
 doc/html/man/tset.1.html              |  192 +++--
 man/curs_add_wch.3x                   |    6 
 man/curs_addch.3x                     |    8 
 man/curs_attr.3x                      |    6 
 man/curs_color.3x                     |    6 
 man/curs_get_wstr.3x                  |    6 
 man/curs_getstr.3x                    |    6 
 man/curs_initscr.3x                   |   10 
 man/curs_inopts.3x                    |   14 
 man/curs_kernel.3x                    |    6 
 man/curs_memleaks.3x                  |    6 
 man/curs_mouse.3x                     |    8 
 man/curs_move.3x                      |    6 
 man/curs_outopts.3x                   |    6 
 man/curs_pad.3x                       |    6 
 man/curs_print.3x                     |    6 
 man/curs_printw.3x                    |    6 
 man/curs_scr_dump.3x                  |    6 
 man/curs_termcap.3x                   |    6 
 man/curs_trace.3x                     |    6 
 man/curs_util.3x                      |   47 -
 man/form_post.3x                      |    6 
 man/manhtml.aliases                   |   14 
 man/menu_driver.3x                    |    6 
 man/menu_post.3x                      |    6 
 man/ncurses.3x                        |    8 
 man/resizeterm.3x                     |    6 
 man/term.5                            |    6 
 man/term_variables.3x                 |    8 
 man/terminfo.tail                     |    8 
 man/tput.1                            |   91 ++
 man/tset.1                            |   61 +
 ncurses/base/MKlib_gen.sh             |    7 
 ncurses/curses.priv.h                 |   13 
 ncurses/tinfo/MKfallback.sh           |    8 
 ncurses/tinfo/lib_data.c              |    9 
 ncurses/tinfo/lib_setup.c             |   29 
 ncurses/tinfo/tinfo_driver.c          |    6 
 ncurses/widechar/lib_key_name.c       |   15 
 package/debian-mingw/changelog        |    4 
 package/debian-mingw/copyright        |    4 
 package/debian-mingw64/changelog      |    4 
 package/debian-mingw64/copyright      |    4 
 package/debian/changelog              |    4 
 package/debian/copyright              |    4 
 package/mingw-ncurses.nsi             |    6 
 package/mingw-ncurses.spec            |    2 
 package/ncurses.spec                  |    2 
 progs/tput.c                          |   12 
 progs/tset.c                          |    6 
 test/package/debian-mingw/copyright   |    4 
 test/package/debian-mingw64/copyright |    4 
 test/package/debian/copyright         |    4 
 104 files changed, 1458 insertions(+), 1200 deletions(-)
 ------------------------------------------------------------------------------
 
20170107
        + amend changes for tput to reset tty modes to "sane" if the program
          is run as "reset", like tset.  Likewise, ensure that tset sends
          either reset- or init-strings.
        + improve manual page descriptions of tput init/reset and tset/reset,
          to make it easier to see how they are similar and different.
        + move a static result from key_name() to _nc_globals
        + modify _nc_get_screensize to allow for use_env() and use_tioctl()
          state to be per-screen when sp-funcs are configured, better matching
          the behavior when using the term-driver configuration.
        + improve cross-references in manual pages for often used functions
        + move SCREEN field for use_tioctl() data before the ncursesw fields,
          and limit that to the sp-funcs configuration to improve termlib
          compatibility (cf:  20120714).
        + correct order of initialization for traces in use_env() and
          use_tioctl() versus first trace calls.


-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]