X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=NEWS;fp=NEWS;h=989bf2363a2e567feaf8ba6dc77f7b0a1adccbf9;hp=6da78c94c8e64b20f456761267596c63a50763c9;hb=f6b436c4fb50275df43ea10ba9c744fe195a327d;hpb=c0e5fbfcce224693b3effdd295ee49b6b761b754 diff --git a/NEWS b/NEWS index 6da78c94..989bf236 100644 --- a/NEWS +++ b/NEWS @@ -26,7 +26,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: NEWS,v 1.3708 2021/09/11 23:45:11 tom Exp $ +-- $Id: NEWS,v 1.3712 2021/09/24 19:45:04 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -46,6 +46,15 @@ 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. +20210925 + + add kbeg to xterm+keypad to accommodate termcap applications -TD + + add smglp and smgrp to vt420+lrmm, to provide useful data for the + "tabs" +m option -TD + + build-fix for gcc 3.4.3 with Solaris10, which does not allow forward + reference of anonymous struct typedef. + + modify tput to allow multiple commands per line. + + minor fixes for tset manpage. + 20210911 + adjust ifdef in test_opaque.c to fix build with ncurses 5.7 + add testing note for xterm-{hp|sco|sun} -TD