bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.0-20150905


From: Thomas Dickey
Subject: ANN: ncurses-6.0-20150905
Date: Sat, 5 Sep 2015 21:31:32 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

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

 ncurses 6.0 - patch 20150905 - Thomas E. Dickey

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

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

 Patches for ncurses 6.0 are in the subdirectory
        ftp://invisible-island.net/ncurses/6.0

 ------------------------------------------------------------------------------
 ftp://invisible-island.net/ncurses/6.0/ncurses-6.0-20150905.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Sep  6 01:23:48 UTC 2015
 ------------------------------------------------------------------------------
 NEWS                                |   12 ++
 VERSION                             |    2 
 dist.mk                             |    4 
 doc/html/man/captoinfo.1m.html      |    2 
 doc/html/man/clear.1.html           |    2 
 doc/html/man/curs_addch.3x.html     |   50 ++++++++----
 doc/html/man/curs_attr.3x.html      |    4 
 doc/html/man/curs_variables.3x.html |   21 ++++-
 doc/html/man/form.3x.html           |    2 
 doc/html/man/infocmp.1m.html        |   77 +++++++++++-------
 doc/html/man/infotocap.1m.html      |    2 
 doc/html/man/menu.3x.html           |    2 
 doc/html/man/ncurses.3x.html        |    2 
 doc/html/man/panel.3x.html          |    2 
 doc/html/man/tabs.1.html            |    2 
 doc/html/man/terminfo.5.html        |    2 
 doc/html/man/tic.1m.html            |  139 ++++++++++++++++++----------------
 doc/html/man/toe.1m.html            |   39 +++++----
 doc/html/man/tput.1.html            |    2 
 doc/html/man/tset.1.html            |    2 
 include/term_entry.h                |    3 
 man/curs_addch.3x                   |   19 ++++
 man/curs_attr.3x                    |    6 -
 man/curs_threads.3x                 |    4 
 man/infocmp.1m                      |   26 +++++-
 man/tic.1m                          |   25 +++++-
 man/toe.1m                          |    7 +
 ncurses/tinfo/write_entry.c         |   13 +--
 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.map                 |    9 +-
 package/ncurses.spec                |    2 
 package/ncurses.sym                 |    3 
 package/ncursest.map                |    9 +-
 package/ncursest.sym                |    3 
 package/ncursestw.map               |    9 +-
 package/ncursestw.sym               |    3 
 package/ncursesw.map                |    9 +-
 package/ncursesw.sym                |    3 
 progs/dump_entry.c                  |   96 +++++++++++++++++++++--
 progs/dump_entry.h                  |    5 -
 progs/infocmp.c                     |   21 +++--
 progs/tic.c                         |   47 ++++++++---
 46 files changed, 491 insertions(+), 219 deletions(-)
 ------------------------------------------------------------------------------
 
20150905
        + add note in curs_addch.3x about line-drawing when it depends upon
          UTF-8.
        + add tic -q option for consistency with infocmp, use it to suppress
          all comments from the "tic -I" output.
        + modify infocmp -q option to suppress the "Reconstructed from"
          header.
        + add infocmp/tic -Q option, which allows one to dump the compiled
          form of the terminal entry, in hexadecimal or base64.


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