bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.6-20070303.patch.gz


From: Thomas Dickey
Subject: ncurses-5.6-20070303.patch.gz
Date: Sat, 03 Mar 2007 19:21:58 -0500
User-agent: Mutt/1.5.13 (2006-08-11)

 ncurses 5.6 - patch 20070303 - 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 Mar  4 00:18:45 UTC 2007
 ------------------------------------------------------------------------------
 NEWS                                            |   29 ++++-
 c++/Makefile.in                                 |    4 
 c++/cursesw.cc                                  |   14 +-
 c++/cursesw.h                                   |   11 +
 dist.mk                                         |    5 
 doc/hackguide.doc                               |    2 
 doc/html/ada/terminal_interface-curses__ads.htm |    4 
 doc/html/man/captoinfo.1m.html                  |   14 +-
 doc/html/man/clear.1.html                       |    4 
 doc/html/man/curs_border.3x.html                |    8 -
 doc/html/man/curs_extend.3x.html                |    4 
 doc/html/man/curs_mouse.3x.html                 |  127 +++++++++++-----------
 doc/html/man/curs_terminfo.3x.html              |    6 -
 doc/html/man/curs_trace.3x.html                 |    6 -
 doc/html/man/curs_util.3x.html                  |    6 -
 doc/html/man/form.3x.html                       |    2 
 doc/html/man/form_field_opts.3x.html            |   12 +-
 doc/html/man/form_hook.3x.html                  |   20 +--
 doc/html/man/form_opts.3x.html                  |   12 +-
 doc/html/man/infocmp.1m.html                    |    4 
 doc/html/man/infotocap.1m.html                  |    6 -
 doc/html/man/menu.3x.html                       |    2 
 doc/html/man/menu_hook.3x.html                  |   20 +--
 doc/html/man/menu_opts.3x.html                  |   12 +-
 doc/html/man/mitem_opts.3x.html                 |   12 +-
 doc/html/man/ncurses.3x.html                    |    2 
 doc/html/man/panel.3x.html                      |    2 
 doc/html/man/term.5.html                        |    4 
 doc/html/man/term.7.html                        |    2 
 doc/html/man/terminfo.5.html                    |   16 +-
 doc/html/man/tic.1m.html                        |    4 
 doc/html/man/toe.1m.html                        |    4 
 doc/html/man/tput.1.html                        |    4 
 doc/html/man/tset.1.html                        |    2 
 doc/html/ncurses-intro.html                     |   34 +++--
 doc/ncurses-intro.doc                           |   33 ++---
 form/Makefile.in                                |    4 
 include/curses.h.in                             |   27 ++++
 include/curses.wide                             |    7 -
 man/terminfo.head                               |    4 
 menu/Makefile.in                                |    4 
 misc/terminfo.src                               |   85 ++++++++++++++
 mk-1st.awk                                      |    5 
 ncurses/base/lib_set_term.c                     |   13 +-
 ncurses/curses.priv.h                           |    5 
 ncurses/tinfo/lib_acs.c                         |   14 --
 panel/Makefile.in                               |    4 
 test/ncurses.c                                  |    4 
 48 files changed, 389 insertions(+), 240 deletions(-)
 ------------------------------------------------------------------------------

20070303
        + regenerated html documentation.
        + add NCURSES_OPAQUE symbol to curses.h, will use to make structs
          opaque in selected configurations.
        + move the chunk in lib_acs.c which resets acs capabilities when
          running on a terminal whose locale interferes with those into
          _nc_setupscreen(), so the libtinfo/libtinfow files can be made
          identical (requested by Miroslav Lichvar).
        + do not use configure variable SHLIB_LIBS for building libraries
          outside the ncurses directory, since that symbol is customized
          only for that directory, and using it introduces an unneeded
          dependency on libdl (requested by Miroslav Lichvar).
        + modify mk-1st.awk so the generated makefile rules for linking or
          installing shared libraries do not first remove the library, in
          case it is in use, e.g., libncurses.so by /bin/sh (report by Jeff
          Chua).
        + revised section "Using NCURSES under XTERM" in ncurses-intro.html
          (prompted by newsgroup comment by Nick Guenther).

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