]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.4 - patch 20240106
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 8f115f89c4cc4a56664f6916dbcdf7cdead6107f..cfcc1d3bd4ec7500502997a72bb664df5785258c 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.4057 2023/12/31 00:17:55 tom Exp $
+-- $Id: NEWS,v 1.4062 2024/01/06 23:40:56 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,13 @@ 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.
 
+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