]> ncurses.scripts.mit.edu Git - ncurses.git/commitdiff
ncurses 6.0 - patch 20161105
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 6 Nov 2016 00:04:10 +0000 (00:04 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 6 Nov 2016 00:04:10 +0000 (00:04 +0000)
+ fix typo in man/terminfo.tail (Alain Williams).
+ correct program-name in adacurses6-config.1 manual page.

12 files changed:
Ada95/gen/adacurses-config.in
NEWS
VERSION
dist.mk
man/MKada_config.in
man/terminfo.tail
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec

index e29c3099db2db4c60767e9a4ca6639f2b8f3ccdb..03f8100240358c963f3cea372a581a5b7c52584f 100644 (file)
@@ -1,7 +1,7 @@
 #! /bin/sh
 #! /bin/sh
-# $Id: adacurses-config.in,v 1.9 2014/06/07 19:32:22 Pascal.Pignard Exp $
+# $Id: adacurses-config.in,v 1.11 2016/11/05 20:48:35 tom Exp $
 ##############################################################################
 ##############################################################################
-# Copyright (c) 2007-2010,2014 Free Software Foundation, Inc.                #
+# Copyright (c) 2007-2012,2016 Free Software Foundation, Inc.                #
 #                                                                            #
 # Permission is hereby granted, free of charge, to any person obtaining a    #
 # copy of this software and associated documentation files (the "Software"), #
 #                                                                            #
 # Permission is hereby granted, free of charge, to any person obtaining a    #
 # copy of this software and associated documentation files (the "Software"), #
@@ -44,6 +44,7 @@ CFLAGS="-aI$ADA_INCLUDE -aO$ADA_OBJECTS"
 LIBS="-L$ADA_OBJECTS -lAdaCurses"
 
 THIS="adacurses"
 LIBS="-L$ADA_OBJECTS -lAdaCurses"
 
 THIS="adacurses"
+THIS_CFG="$THIS@DFT_ARG_SUFFIX@-config"
 
 case "x$1" in
        x--version)
 
 case "x$1" in
        x--version)
@@ -61,7 +62,7 @@ case "x$1" in
                ;;
        x--help)
                cat <<ENDHELP
                ;;
        x--help)
                cat <<ENDHELP
-Usage: ${THIS}-config [options]
+Usage: ${THIS_CFG} [options]
 
 Options:
   --cflags           echos the gnat (Ada compiler) flags needed to compile with ${THIS}
 
 Options:
   --cflags           echos the gnat (Ada compiler) flags needed to compile with ${THIS}
@@ -75,7 +76,7 @@ If no options are given, echos the full set of flags needed by gnatmake.
 ENDHELP
                ;;
        *)
 ENDHELP
                ;;
        *)
-               echo 'Usage: adacurses@DFT_ARG_SUFFIX@-config [--version | --cflags | --libs]' >&2
+               echo 'Usage: $THIS_CFG [--version | --cflags | --libs]' >&2
                exit 1
                ;;
 esac
                exit 1
                ;;
 esac
diff --git a/NEWS b/NEWS
index 0754f94646ae80d8bf85a31367c098021bfb1b19..11245378ae658b012b6fc3b9f8c5c2839eda1454 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,7 +25,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.2689 2016/10/29 22:28:11 tom Exp $
+-- $Id: NEWS,v 1.2692 2016/11/05 21:17:13 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,10 @@ 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.
 
 Changes through 1.9.9e did not credit all contributions;
 it is not possible to add this information.
 
+20161105
+       + fix typo in man/terminfo.tail (Alain Williams).
+       + correct program-name in adacurses6-config.1 manual page.
+
 20161029
        + add new function "unfocus_current_field" (Leon Winter)
 
 20161029
        + add new function "unfocus_current_field" (Leon Winter)
 
diff --git a/VERSION b/VERSION
index 2751a8fe26b0db23df56dc6acfa285499dcf7ffe..d6d2424d303cb30ca60b5bdf2c1c5a24e98565bb 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5:0:9  6.0     20161029
+5:0:9  6.0     20161105
diff --git a/dist.mk b/dist.mk
index e14a5b271e922cc88fc84ea689a28d2b4a91dd9a..21e0c8c2a2509e78aa9a607af6a40efd0dfafcc9 100644 (file)
--- a/dist.mk
+++ b/dist.mk
@@ -25,7 +25,7 @@
 # use or other dealings in this Software without prior written               #
 # authorization.                                                             #
 ##############################################################################
 # use or other dealings in this Software without prior written               #
 # authorization.                                                             #
 ##############################################################################
-# $Id: dist.mk,v 1.1130 2016/10/29 19:16:10 tom Exp $
+# $Id: dist.mk,v 1.1131 2016/11/05 16:39:30 tom Exp $
 # Makefile for creating ncurses distributions.
 #
 # This only needs to be used directly as a makefile by developers, but
 # 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 = 6
 NCURSES_MINOR = 0
 # These define the major/minor/patch versions of ncurses.
 NCURSES_MAJOR = 6
 NCURSES_MINOR = 0
-NCURSES_PATCH = 20161029
+NCURSES_PATCH = 20161105
 
 # We don't append the patch to the version, since this only applies to releases
 VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)
 
 # We don't append the patch to the version, since this only applies to releases
 VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)
index 6845897a9fd6c33069b2b24646ad1aa5d0e87b8a..8108fc478e0948ebfec7112e131f37264f1a6cb5 100644 (file)
@@ -1,5 +1,5 @@
 .\"***************************************************************************
 .\"***************************************************************************
-.\" Copyright (c) 2010-2011,2014 Free Software Foundation, Inc.              *
+.\" Copyright (c) 2010-2014,2016 Free Software Foundation, Inc.              *
 .\"                                                                          *
 .\" Permission is hereby granted, free of charge, to any person obtaining a  *
 .\" copy of this software and associated documentation files (the            *
 .\"                                                                          *
 .\" Permission is hereby granted, free of charge, to any person obtaining a  *
 .\" copy of this software and associated documentation files (the            *
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: MKada_config.in,v 1.8 2014/06/07 19:32:52 tom Exp $
+.\" $Id: MKada_config.in,v 1.10 2016/11/05 21:08:21 tom Exp $
+.ds C adacurses@USE_CFG_SUFFIX@\-config
 .TH ADACURSES "1" "" "" "User Commands"
 .SH NAME
 .TH ADACURSES "1" "" "" "User Commands"
 .SH NAME
-adacurses\-config \- helper script for AdaCurses libraries
+adacurses@USE_CFG_SUFFIX@\-config \- helper script for AdaCurses libraries
 .SH SYNOPSIS
 .SH SYNOPSIS
-.B adacurses\-config
+.B \*C
 [\fIoptions\fR]
 .SH DESCRIPTION
 This is a shell script which simplifies configuring an application to use
 [\fIoptions\fR]
 .SH DESCRIPTION
 This is a shell script which simplifies configuring an application to use
@@ -49,9 +50,9 @@ echos the release+patchdate version of the ncurses libraries used
 to configure and build AdaCurses.
 .TP
 \fB\-\-help\fR
 to configure and build AdaCurses.
 .TP
 \fB\-\-help\fR
-prints a list of the \fBadacurses\-config\fP script's options.
+prints a list of the \fB\*C\fP script's options.
 .PP
 .PP
-If no options are given, \fBadacurses\-config\fP prints the combination
+If no options are given, \fB\*C\fP prints the combination
 of 
 \fB\-\-cflags\fR and
 \fB\-\-libs\fR
 of 
 \fB\-\-cflags\fR and
 \fB\-\-libs\fR
index 02fe0bd0125de2b382c3109e656b805d4cda7ab0..4ee27a0df9fe33ce598ad5bb2a8d7576ef202bdc 100644 (file)
@@ -1,4 +1,4 @@
-.\" $Id: terminfo.tail,v 1.73 2016/10/22 19:56:17 tom Exp $
+.\" $Id: terminfo.tail,v 1.74 2016/11/05 21:15:43 Alain.Williams Exp $
 .\" Beginning of terminfo.tail file
 .\" This file is part of ncurses.
 .\" See "terminfo.head" for copyright.
 .\" Beginning of terminfo.tail file
 .\" This file is part of ncurses.
 .\" See "terminfo.head" for copyright.
@@ -648,7 +648,7 @@ System V and XSI Curses expect that \fBind\fR, \fBri\fR,
 \fBindn\fR, and \fBrin\fR will simulate destructive scrolling; their
 documentation cautions you not to define \fBcsr\fR unless this is true.
 This \fBcurses\fR implementation is more liberal and will do explicit erases
 \fBindn\fR, and \fBrin\fR will simulate destructive scrolling; their
 documentation cautions you not to define \fBcsr\fR unless this is true.
 This \fBcurses\fR implementation is more liberal and will do explicit erases
-after scrolling if \fBndstr\fR is defined.
+after scrolling if \fBndsrc\fR is defined.
 .PP
 If the terminal has the ability to define a window as part of
 memory, which all commands affect,
 .PP
 If the terminal has the ability to define a window as part of
 memory, which all commands affect,
index 31c7fcf3a97e3011a8d0b9601b4f9f1d9a5e12ca..4d0070985756ace59b730dda7f3fddd5733842de 100644 (file)
@@ -1,8 +1,8 @@
-ncurses6 (6.0+20161029) unstable; urgency=low
+ncurses6 (6.0+20161105) unstable; urgency=low
 
   * latest weekly patch
 
 
   * latest weekly patch
 
- -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 29 Oct 2016 15:16:10 -0400
+ -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 05 Nov 2016 12:39:30 -0400
 
 ncurses6 (5.9-20131005) unstable; urgency=low
 
 
 ncurses6 (5.9-20131005) unstable; urgency=low
 
index 31c7fcf3a97e3011a8d0b9601b4f9f1d9a5e12ca..4d0070985756ace59b730dda7f3fddd5733842de 100644 (file)
@@ -1,8 +1,8 @@
-ncurses6 (6.0+20161029) unstable; urgency=low
+ncurses6 (6.0+20161105) unstable; urgency=low
 
   * latest weekly patch
 
 
   * latest weekly patch
 
- -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 29 Oct 2016 15:16:10 -0400
+ -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 05 Nov 2016 12:39:30 -0400
 
 ncurses6 (5.9-20131005) unstable; urgency=low
 
 
 ncurses6 (5.9-20131005) unstable; urgency=low
 
index 8a44b8be2f5619dd8f27d8461e04b7da7512a750..648573877bed1ac1ddcb0192343cfe511bc42b00 100644 (file)
@@ -1,8 +1,8 @@
-ncurses6 (6.0+20161029) unstable; urgency=low
+ncurses6 (6.0+20161105) unstable; urgency=low
 
   * latest weekly patch
 
 
   * latest weekly patch
 
- -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 29 Oct 2016 15:16:10 -0400
+ -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 05 Nov 2016 12:39:30 -0400
 
 ncurses6 (5.9-20120608) unstable; urgency=low
 
 
 ncurses6 (5.9-20120608) unstable; urgency=low
 
index 090226b0ea35661474652542de4b176684a9ca02..8fa4ed73af78f7b72f99763f4dd9ac0c9928f4a4 100644 (file)
@@ -1,4 +1,4 @@
-; $Id: mingw-ncurses.nsi,v 1.182 2016/10/29 19:16:10 tom Exp $\r
+; $Id: mingw-ncurses.nsi,v 1.183 2016/11/05 16:39:30 tom Exp $\r
 \r
 ; TODO add examples\r
 ; TODO bump ABI to 6\r
 \r
 ; TODO add examples\r
 ; TODO bump ABI to 6\r
@@ -10,7 +10,7 @@
 !define VERSION_MAJOR "6"\r
 !define VERSION_MINOR "0"\r
 !define VERSION_YYYY  "2016"\r
 !define VERSION_MAJOR "6"\r
 !define VERSION_MINOR "0"\r
 !define VERSION_YYYY  "2016"\r
-!define VERSION_MMDD  "1029"\r
+!define VERSION_MMDD  "1105"\r
 !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD}\r
 \r
 !define MY_ABI   "5"\r
 !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD}\r
 \r
 !define MY_ABI   "5"\r
index 1fd3f2363b2111cb26555efd8c16f393948f1862..d6643a6cc7b85721bad21776893cd75d03d4cdd9 100644 (file)
@@ -3,7 +3,7 @@
 Summary: shared libraries for terminal handling
 Name: mingw32-ncurses6
 Version: 6.0
 Summary: shared libraries for terminal handling
 Name: mingw32-ncurses6
 Version: 6.0
-Release: 20161029
+Release: 20161105
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{version}-%{release}.tgz
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{version}-%{release}.tgz
index cc32673441df98b20e84a60d5fcca50b39535019..2e5d93c7029b82bbfa27dc5bdafed915c443eaa9 100644 (file)
@@ -1,7 +1,7 @@
 Summary: shared libraries for terminal handling
 Name: ncurses6
 Version: 6.0
 Summary: shared libraries for terminal handling
 Name: ncurses6
 Version: 6.0
-Release: 20161029
+Release: 20161105
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{version}-%{release}.tgz
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{version}-%{release}.tgz