]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.4 - patch 20240420
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index ffa3b362b53e558321d6352b4d69791cfc3eb99f..7a5ca227df2a6d89f2640db8c2be3c1f824ce0b1 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.4097 2024/03/23 10:33:40 tom Exp $
+-- $Id: NEWS,v 1.4111 2024/04/20 21:37:56 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,30 @@ 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.
 
+20240420
+       + improve formatting/style of manpages (patches by Branden Robinson).
+       + compiler warning/portability fixes.
+
+20240414
+       + build/bug-fix for check-size feature (reports by Sam James, Gabriele
+         Balducci).
+
+20240413
+       + improve formatting/style of manpages (patches by Branden Robinson).
+       + provide for padding in check-size feature, using new_prescr() to
+         pass interim SCREEN pointer.
+       + complete change for opaque options (Gentoo #928973, cf: 20231021).
+       + update package /debian/rules and related lintian overrides
+       + revise progs.priv.h to provide for NC_ISATTY reuse
+
+20240330
+       + remove masking of ISIG in cbreak() (report by Benno Schulenberg).
+       + modify test/test_mouse.c to use curses api for raw/noraw.
+       > improved configure macros from other program development:
+         + build-fix for clang on Solaris
+         + suppress filename/timestamp in gzip'd manpages (suggested for
+           byacc by Andrin Geiger)
+
 20240323
        + modify tput/tset reset feature to avoid 1-second sleep if running in
          a pseudo-terminal.