]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.3 - patch 20221203
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index df4763899a9e6d976e0f21b42314927fbf18d706..499ee67b1fd92b50bdc8d9261d7a3fef0658eb1d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -26,7 +26,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.3877 2022/11/13 00:20:41 tom Exp $
+-- $Id: NEWS,v 1.3885 2022/12/03 23:58:35 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,25 @@ 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.
 
+20221203
+       + add -h usage and -V version options to the test-programs which use
+         getopt.
+       + use "command -v" rather than "type" in Ada95/gen/Makefile.in to fix
+         a portability issue (patch by Nicolas Boulenguez).
+       + update ncurses-howto, more documentation fixes along with corrections
+         to example programs.
+
+20221126
+       + fix an error in pathname of explain.txt (cf: 20200201).
+       + fix an error in "@" command in test/ncurses.c F-menu (cf: 20190121).
+       + improve formatting of ncurses-intro.html and hackguide.html
+       + improve man/curs_clear.3x links to other pages
+
+20221119
+       + use static libraries for AdaCurses test-package for Mageia, since no
+         gprbuild package is available.
+       + updated test packages for Debian.
+
 20221112
        + build-fixes for AdaCurses RPM test-package.