bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-5.9-20140809


From: Thomas Dickey
Subject: ANN: ncurses-5.9-20140809
Date: Sat, 09 Aug 2014 19:56:23 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

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

 ncurses 5.9 - patch  - Thomas E. Dickey

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

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

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

 ------------------------------------------------------------------------------
 ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20140809.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sat Aug  9 23:40:51 UTC 2014
 ------------------------------------------------------------------------------
 NEWS                                 |   17 +
 c++/cursesf.h                        |   16 +
 c++/cursesm.h                        |   14 -
 c++/cursesp.h                        |   13 -
 dist.mk                              |    4 
 doc/html/man/adacurses-config.1.html |   60 ++++++
 doc/html/man/captoinfo.1m.html       |    2 
 doc/html/man/clear.1.html            |    2 
 doc/html/man/form.3x.html            |    2 
 doc/html/man/form_field_opts.3x.html |   62 ++++---
 doc/html/man/infocmp.1m.html         |    2 
 doc/html/man/infotocap.1m.html       |    2 
 doc/html/man/menu.3x.html            |    2 
 doc/html/man/ncurses.3x.html         |   20 ++
 doc/html/man/ncurses5-config.1.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             |    2 
 doc/html/man/toe.1m.html             |    2 
 doc/html/man/tput.1.html             |    2 
 doc/html/man/tset.1.html             |    2 
 include/curses.h.in                  |    8 
 man/ncurses.3x                       |   17 +
 ncurses/win32con/win_driver.c        |  287 ++++++++++++++++++++-------------
 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 
 test/background.c                    |    4 
 test/bs.c                            |   20 +-
 test/dots_curses.c                   |    6 
 test/echochar.c                      |    6 
 test/filter.c                        |   10 -
 test/gdc.c                           |    6 
 test/ncurses.c                       |   16 -
 38 files changed, 408 insertions(+), 226 deletions(-)
 ------------------------------------------------------------------------------
 
20140809
        + modify declarations for user-data pointers in C++ binding to use
          reinterpret_cast to facilitate converting typed pointers to void*
          in user's application (patch by Adam Jiang).
        + regenerated html manpages.
        + add note regarding cause and effect for TERM in ncurses manpage,
          having noted clueless verbiage in Terminal.app's "help" file
          which reverses cause/effect.
        + remove special fallback definition for NCURSES_ATTR_T, since macros
          have resolved type-mismatches using casts (cf: 970412).
        + fixes for win_driver.c:
          + handle repainting on endwin/refresh combination.
          + implement beep().
          + minor cleanup.


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