]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.4 - patch 20230114
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 2cc4afc3992e1cd3fbc388e1d0a40182f4485972..d6a4ecd569c481f4ec5c48e77b27c39a960dfe53 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 -------------------------------------------------------------------------------
--- Copyright 2018-2021,2022 Thomas E. Dickey                                 --
+-- Copyright 2018-2022,2023 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.3887 2022/12/11 00:21:55 tom Exp $
+-- $Id: NEWS,v 1.3902 2023/01/15 00:27:12 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,41 @@ 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.
 
+20230114
+       + change RV to XR/xr, to avoid conflict with pre-existing usage in vim,
+         to use RV/rv to denote DA2 and its response (discussion with Bram
+         Moolenaar) -TD
+       + add XF flag to xterm+focus so that termcap applications can be aware
+         of terminals which may support focus in/out -TD
+       + use xterm+focus in xterm-p370 and tmux -TD
+       + improve configure-script macros vs compiler warnings.
+
+20230107
+       + add --with-abi-altered configure option (prompted by discussion with
+         Brian Inglis).
+       + add BSD erase2 to characters handled by tset/reset.
+       + improve configure-script macros vs compiler warnings.
+       + regenerate configure scripts with autoconf 2.52.20221202
+       + add RV report+version (suggested by Bram Moolenaar).
+       + add comment to bracketed+paste explaining that vim patch 9.0.1117 is
+         needed for use with the updated xterm descriptions (suggested by Bram
+         Moolenaar).
+
+20221231 6.4 release for upload to ftp.gnu.org
+       + update release notes
+       + regenerate llib-* files.
+       + correct PS vs PE names in bracketed+paste (report by Bram Moolenaar)
+         -TD
+
+20221224
+       + add mutex lock/unlock in a few places reported by thread-sanitizer
+       + add/use bracketed+paste to help identify terminals supporting this
+         xterm feature (prompted by discussion with Bram Moolenaar) -TD
+
+20221217
+       + install Ada95 sample programs in libexecdir, adding a wrapper
+         script to invoke those.
+
 20221210
        + add minimal -h/-V getopt logic to the remaining test-programs.
        + free new_pair() data in delscreen (report by "magiblot").