X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=NEWS;h=a80efd0cf2581fc685b26f1f64db9163e0898fae;hb=396a05943b7da5039dd15d79c4385c7d2a75d6d4;hp=dda1f6c3c3e15fea6d65600b228cd43d9097ed28;hpb=6a5e1ae3015763934a358df2680a77458ca3e342;p=ncurses.git diff --git a/NEWS b/NEWS index dda1f6c3..a80efd0c 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.1223 2008/04/05 21:46:58 tom Exp $ +-- $Id: NEWS,v 1.1225 2008/04/12 19:41:26 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -45,6 +45,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. +20080412 + + change test/ditto.c to use openpty() and xterm. + + add locks for copywin(), dupwin(), overlap(), overlay() on their + window parameters. + + add locks for initscr() and newterm() on updates to the SCREEN + pointer. + + finish table in curs_thread.3x manpage. + 20080405 + begin table in curs_thread.3x manpage describing the scope of data used by each function (or symbol) for threading analysis.