]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.5 - patch 20240518
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 99f97ee0eeca1a278b705efa22e8cbc739472368..4c3a229c2ca60c8e2490b82bc37ea433aa9d8561 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.4119 2024/05/11 21:38:14 tom Exp $
+-- $Id: NEWS,v 1.4123 2024/05/18 21:35:34 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,14 @@ 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.
 
+20240518
+       + improve formatting/style of manpages (patches by Branden Robinson).
+       + move makefile's -DTRACE into include/ncurses_cfg.h, to simplify use
+         of CFLAGS/CPPFLAGS.
+       + improve check for clock_gettime(), from xterm.
+       + modify configure script to work around broken gnatgcc script found in
+         gcc-13 builds.
+
 20240511
        + improve formatting/style of manpages (patches by Branden Robinson).
        + limit value from ESCDELAY environment variable to 30 seconds, like