bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.6-20070224.patch.gz


From: Thomas Dickey
Subject: ncurses-5.6-20070224.patch.gz
Date: Sat, 24 Feb 2007 20:59:24 -0500
User-agent: Mutt/1.5.13 (2006-08-11)

 ncurses 5.6 - patch 20070224 - Thomas E. Dickey

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

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

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

 ------------------------------------------------------------------------------
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Feb 25 01:57:04 UTC 2007
 ------------------------------------------------------------------------------
 NEWS                     |   21 
 aclocal.m4               |   43 
 configure                | 2059 ++++++++++++++++++++++-----------------------
 configure.in             |   21 
 dist.mk                  |    4 
 form/Makefile.in         |    8 
 man/curs_border.3x       |    8 
 man/curs_terminfo.3x     |    6 
 man/curs_trace.3x        |    6 
 man/curs_util.3x         |    6 
 man/form_field_opts.3x   |   12 
 man/form_hook.3x         |   20 
 man/form_opts.3x         |   12 
 man/menu_hook.3x         |   20 
 man/menu_opts.3x         |   12 
 man/mitem_opts.3x        |   12 
 menu/Makefile.in         |    8 
 menu/menu.h              |   12 
 mk-1st.awk               |   24 
 ncurses/Makefile.in      |    4 
 ncurses/base/lib_getch.c |   17 
 panel/Makefile.in        |    8 
 22 files changed, 1190 insertions(+), 1153 deletions(-)
 ------------------------------------------------------------------------------

20070224
        + change internal return codes of _nc_wgetch() to check for cases
          where KEY_CODE_YES should be returned, e.g., if a KEY_RESIZE was
          ungetch'd, and read by wget_wch().
        + fix static-library build broken in 20070217 changes to remove "-ldl"
          (report by Miroslav Lichvar).
        + change makefile/scripts for cygwin to allow building termlib.
        + use Form_Hook in manpages to match form.h
        + use Menu_Hook in manpages, as well as a few places in menu.h
        + correct form- and menu-manpages to use specific Field_Options,
          Menu_Options and Item_Options types.
        + correct prototype for _tracechar() in manpage (cf: 20011229).
        + correct prototype for wunctrl() in manpage.

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