]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.4 - patch 20240113
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 03922d7b5af83bbd4fe0b97db4af6027c04a4f77..49bbd33c0db797a57dd1821927ee9562711ff4cc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 -------------------------------------------------------------------------------
--- Copyright 2018-2022,2023 Thomas E. Dickey                                 --
+-- Copyright 2018-2023,2024 Thomas E. Dickey                                 --
 -- Copyright 1998-2017,2018 Free Software Foundation, Inc.                   --
 --                                                                           --
 -- Permission is hereby granted, free of charge, to any person obtaining a   --
@@ -26,7 +26,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.4047 2023/12/09 22:52:42 tom Exp $
+-- $Id: NEWS,v 1.4064 2024/01/13 22:02:10 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,13 +46,49 @@ 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.
 
+20240113
+       + improve formatting/style of manpages (patches by Branden Robinson).
+       + modify dist.mk to avoid passing developer's comments in manpages into
+         the generated html documentation.
+       + use ansi+local, ansi+local1, ansi+pp, ansi+rca, ansi+rca2, ansi+sgr
+         to trim -TD
+       + restore padding for wy520* and vt320-k311 (report by Sven Joachim).
+
+20240106
+       + use ansi+arrows, ansi+apparrows, ansi+csr, ansi+erase, ansi+idc,
+         ansi+idc1, ansi+idl, ansi+idl1, ansi+inittabs to trim -TD
+       + minor manpage formatting changes for consistency.
+       + modify doc-html test package's install-directory, per lintian.
+       + add attr_get.3x to man_db.renames.in (patch by Sven Joachim).
+
+20231230
+       + improve formatting/style of manpages (patches by Branden Robinson).
+       + add ms-vt100-16color, winconsole -TD
+       + add rio, rio-direct -TD
+       + add mostlike -TD
+       + add wezterm, contour -TD
+
+20231223
+       + improve formatting/style of manpages (patches by Branden Robinson).
+
+20231217
+       + improve formatting/style of manpages (patches by Branden Robinson).
+       + correct an assignment in infocmp "-u" for detecting if a boolean
+         is unset in a base entry and set in a use'd chunk, i.e., if it was
+         cancelled.
+       + modify infocmp "-u" option to not report cancels for strings which
+         were already cancelled in a use'd chunk.
+       + join two lines in infotocap.3x to eliminate a spurious "description"
+         link in installed manpages (report by Sven Joachim).
+       + fix typo in NEWS (report by Sven Joachim).
+
 20231209
        + modify infocmp "-u" option to not report cancels in use'd chunks
          which are not mentioned in the top-level terminal description.
        + remove xterm+sm+1006 from tmux (Debian #1057688).
        + used "infocmp -u" to help trim redundant capabilities -TD
        + updated man/edit_man.sh to allow for "\%" markers embedded after
-         bold font escapes in manpage cross-references (Debian #1057541).
+         bold font escapes in manpage cross-references (Debian #1057651).
        + reduce compiler-warnings in configure checks
 
 20231202