From: Thomas E. Dickey Date: Sat, 7 Oct 2023 23:33:09 +0000 (+0000) Subject: ncurses 6.4 - patch 20231007 X-Git-Tag: v6.5~31 X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff_plain;h=894a177fd5228cdbe790bd1dc9435bd435c29681 ncurses 6.4 - patch 20231007 + improve loop-limit for get_position(). + improve manual description of immedok (Debian #1053603). + fix a few formatting issues with manpages (Debian #1053123). + improve formatting/style of manpages (patches by Branden Robinson). --- diff --git a/NEWS b/NEWS index 96ccb8f5..01e0761c 100644 --- a/NEWS +++ b/NEWS @@ -26,7 +26,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: NEWS,v 1.4009 2023/10/01 23:03:08 tom Exp $ +-- $Id: NEWS,v 1.4012 2023/10/07 23:07:35 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -46,6 +46,12 @@ 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. +20231007 + + improve loop-limit for get_position(). + + improve manual description of immedok (Debian #1053603). + + fix a few formatting issues with manpages (Debian #1053123). + + improve formatting/style of manpages (patches by Branden Robinson). + 20231001 + modify setupterm to provide for using ANSI cursor-position report (in user6/user7 terminfo capabilities) to obtain screensize if neither diff --git a/VERSION b/VERSION index 374ea2b3..f134650c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5:0:10 6.4 20231001 +5:0:10 6.4 20231007 diff --git a/dist.mk b/dist.mk index bb6fc5c3..3f8fa261 100644 --- a/dist.mk +++ b/dist.mk @@ -26,7 +26,7 @@ # use or other dealings in this Software without prior written # # authorization. # ############################################################################## -# $Id: dist.mk,v 1.1569 2023/10/01 08:35:58 tom Exp $ +# $Id: dist.mk,v 1.1570 2023/10/07 10:05:48 tom Exp $ # Makefile for creating ncurses distributions. # # This only needs to be used directly as a makefile by developers, but @@ -38,7 +38,7 @@ SHELL = /bin/sh # These define the major/minor/patch versions of ncurses. NCURSES_MAJOR = 6 NCURSES_MINOR = 4 -NCURSES_PATCH = 20231001 +NCURSES_PATCH = 20231007 # 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/man/adacurses6-config.1.html b/doc/html/man/adacurses6-config.1.html index 96a9812f..9ddd175d 100644 --- a/doc/html/man/adacurses6-config.1.html +++ b/doc/html/man/adacurses6-config.1.html @@ -27,21 +27,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: MKada_config.in,v 1.28 2023/09/30 23:55:34 tom Exp @ - * Start example. - * End example. + * @Id: MKada_config.in,v 1.29 2023/10/07 21:19:07 tom Exp @ --> -adacurses6\-config 1 2023-09-30 ncurses 6.4 User commands +adacurses6\-config 1 2023-10-07 ncurses 6.4 User commands -

adacurses6\-config 1 2023-09-30 ncurses 6.4 User commands

+

adacurses6\-config 1 2023-10-07 ncurses 6.4 User commands

 adacurses6-config(1)             User commands            adacurses6-config(1)
 
@@ -130,7 +128,7 @@
 
 
 
-ncurses 6.4                       2023-09-30              adacurses6-config(1)
+ncurses 6.4                       2023-10-07              adacurses6-config(1)