X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=NEWS;h=77f82602145bcc902d40cca43871ff9d3b46483d;hb=16fea43a5003e094f1f7eee30bdd0ef2f2c51dba;hp=0754f94646ae80d8bf85a31367c098021bfb1b19;hpb=9c110809dcc6246cb01544e9cb6c709795697a1a;p=ncurses.git diff --git a/NEWS b/NEWS index 0754f946..77f82602 100644 --- a/NEWS +++ b/NEWS @@ -25,7 +25,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: NEWS,v 1.2689 2016/10/29 22:28:11 tom Exp $ +-- $Id: NEWS,v 1.2695 2016/11/13 00:10:13 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -45,6 +45,16 @@ 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. +20161112 + + improve -W option in tic/infocmp: + + correct order of size-adjustments in wrapped lines + + if -f option splits line, do not further split it with -W + + begin a new line when adding "use=" after a wrapped line + +20161105 + + fix typo in man/terminfo.tail (Alain Williams). + + correct program-name in adacurses6-config.1 manual page. + 20161029 + add new function "unfocus_current_field" (Leon Winter)