bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.0-20170318


From: Thomas Dickey
Subject: ANN: ncurses-6.0-20170318
Date: Sat, 18 Mar 2017 23:41:16 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

Files:
        ftp://invisible-island.net/AdaCurses/current/AdaCurses-20170318.tgz
        ftp://invisible-island.net/AdaCurses/current/AdaCurses-20170318.tgz.asc
        
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20170318.tgz
        
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20170318.tgz.asc
        
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20170318.tgz
        
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20170318.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-20170318.patch.gz
        ftp://invisible-island.net/ncurses/6.0/ncurses-6.0-20170318.patch.gz.asc
        ftp://invisible-island.net/ncurses/current/ncurses-6.0-20170318.tgz
        ftp://invisible-island.net/ncurses/current/ncurses-6.0-20170318.tgz.asc
        ftp://invisible-island.net/ncurses/win32/mingw32-20170318.zip
        ftp://invisible-island.net/ncurses/win32/mingw64-20170318.zip

 ncurses 6.0 - patch 20170318 - 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-20170318.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sat Mar 18 23:27:36 UTC 2017
 ------------------------------------------------------------------------------
 MANIFEST                                           |    1 
 NEWS                                               |   15 +
 VERSION                                            |    2 
 dist.mk                                            |    4 
 doc/html/man/adacurses6-config.1.html              |    6 
 doc/html/man/captoinfo.1m.html                     |    2 
 doc/html/man/clear.1.html                          |    2 
 doc/html/man/curs_color.3x.html                    |   13 -
 doc/html/man/curs_slk.3x.html                      |  190 ++++++++++--------
 doc/html/man/form.3x.html                          |    2 
 doc/html/man/infocmp.1m.html                       |    2 
 doc/html/man/infotocap.1m.html                     |    2 
 doc/html/man/legacy_coding.3x.html                 |    6 
 doc/html/man/menu.3x.html                          |    2 
 doc/html/man/ncurses.3x.html                       |   19 +
 doc/html/man/ncurses6-config.1.html                |    2 
 doc/html/man/panel.3x.html                         |    2 
 doc/html/man/tabs.1.html                           |    2 
 doc/html/man/terminfo.5.html                       |    8 
 doc/html/man/tic.1m.html                           |    2 
 doc/html/man/toe.1m.html                           |    2 
 doc/html/man/tput.1.html                           |    2 
 doc/html/man/tset.1.html                           |    2 
 include/MKterm.h.awk.in                            |   41 ++-
 include/term_entry.h                               |   32 ++-
 include/tic.h                                      |  118 +++++------
 man/curs_color.3x                                  |   18 -
 man/curs_slk.3x                                    |   68 ++++--
 man/legacy_coding.3x                               |    6 
 man/man_db.renames                                 |    4 
 man/manhtml.aliases                                |    5 
 man/manhtml.externs                                |   30 ++
 man/new_pair.3x                                    |    5 
 ncurses-6.0-20170318/doc/html/man/new_pair.3x.html |  200 +++++++++++++++++++
 ncurses/tinfo/read_entry.c                         |    4 
 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/progs.priv.h                                 |    7 
 test/demo_termcap.c                                |    6 
 test/demo_terminfo.c                               |    6 
 test/list_keys.c                                   |    8 
 45 files changed, 608 insertions(+), 260 deletions(-)
 ------------------------------------------------------------------------------
 
20170318
        + change TERMINAL structure in term.h to make it opaque.  Some
          applications misuse its members, e.g., directly modifying it
          rather than using def_prog_mode().
        + modify utility headers such as tic.h to make it clearer which are
          externals that are used by tack.
        + improve curs_slk.3x in particular its discussion of portability.
        + fix cut/paste in legacy_encoding.3x
        + add prototype for find_pair() to new_pair.3x (report by Branden
          Robinson).
        + fix a couple of broken links in generated man-html documentation.
        + regenerate man-html documentation.


-- 
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]