From: Thomas E. Dickey Date: Sat, 4 Dec 2010 21:15:53 +0000 (+0000) Subject: ncurses 5.7 - patch 20101204 X-Git-Tag: v5.8~10 X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff_plain;h=96d6b16de0d487e5d3aed0302a179dbce11b5d96 ncurses 5.7 - patch 20101204 + add special case to _nc_infotocap() to recognize the setaf/setab strings from xterm+256color and xterm+88color, and provide a reduced version which works with termcap. + remove obsolete emacs "Local Variables" section from documentation (request by Sven Joachim). + update doc/html/index.html to include NCURSES-Programming-HOWTO.html (report by Sven Joachim). --- diff --git a/NEWS b/NEWS index 6a919665..6955d2f7 100644 --- a/NEWS +++ b/NEWS @@ -25,7 +25,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: NEWS,v 1.1615 2010/11/28 16:43:28 tom Exp $ +-- $Id: NEWS,v 1.1617 2010/12/04 20:21:40 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -45,6 +45,15 @@ See the AUTHORS file for the corresponding full names. Changes through 1.9.9e did not credit all contributions; it is not possible to add this information. +20101204 + + add special case to _nc_infotocap() to recognize the setaf/setab + strings from xterm+256color and xterm+88color, and provide a reduced + version which works with termcap. + + remove obsolete emacs "Local Variables" section from documentation + (request by Sven Joachim). + + update doc/html/index.html to include NCURSES-Programming-HOWTO.html + (report by Sven Joachim). + 20101128 + modify test/configure and test/Makefile.in to handle this special case of building within a build-tree (Debian #34182): diff --git a/announce.html.in b/announce.html.in index 1d4121ee..7b5875bc 100644 --- a/announce.html.in +++ b/announce.html.in @@ -1,8 +1,8 @@ diff --git a/dist.mk b/dist.mk index 8948d22a..5944dabd 100644 --- a/dist.mk +++ b/dist.mk @@ -25,7 +25,7 @@ # use or other dealings in this Software without prior written # # authorization. # ############################################################################## -# $Id: dist.mk,v 1.783 2010/11/28 16:43:43 tom Exp $ +# $Id: dist.mk,v 1.784 2010/12/04 16:06:24 tom Exp $ # Makefile for creating ncurses distributions. # # This only needs to be used directly as a makefile by developers, but @@ -37,7 +37,7 @@ SHELL = /bin/sh # These define the major/minor/patch versions of ncurses. NCURSES_MAJOR = 5 NCURSES_MINOR = 7 -NCURSES_PATCH = 20101128 +NCURSES_PATCH = 20101204 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) diff --git a/doc/html/Ada95.html b/doc/html/Ada95.html index 043b9de5..e744da72 100644 --- a/doc/html/Ada95.html +++ b/doc/html/Ada95.html @@ -1,8 +1,8 @@ - + Ada95 Binding for ncurses + +

Ada95 Binding for ncurses

diff --git a/doc/html/announce.html b/doc/html/announce.html index 234c7031..36e61ba7 100644 --- a/doc/html/announce.html +++ b/doc/html/announce.html @@ -1,8 +1,8 @@ diff --git a/doc/html/hackguide.html b/doc/html/hackguide.html index 97d13691..417f4c98 100644 --- a/doc/html/hackguide.html +++ b/doc/html/hackguide.html @@ -1,8 +1,8 @@ - + diff --git a/doc/html/ncurses-intro.html b/doc/html/ncurses-intro.html index 451e7ab4..fc529f29 100644 --- a/doc/html/ncurses-intro.html +++ b/doc/html/ncurses-intro.html @@ -1,8 +1,8 @@ - +