X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=inline;f=NEWS;h=e55c0a0c4c2ab62cbf05f1ea2b35140dc8e4bd9f;hb=48310f11b209169dcbcf4a25fab48d86af8c2017;hp=8c079d29fdc0ae9a06d98ba8ca44384219ccffb1;hpb=11ca5f62994c7a14c4e500510bd242e1e721f8be;p=ncurses.git diff --git a/NEWS b/NEWS index 8c079d29..e55c0a0c 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.1268 2008/08/17 01:28:30 tom Exp $ +-- $Id: NEWS,v 1.1274 2008/08/23 22:29:54 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -45,6 +45,20 @@ 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. +20080823 + + modify configure check for pthread library to work with OSF/1 5.1, + which uses #define's to associate its header and library. + + use pthread_mutexattr_init() for initializing pthread_mutexattr_t, + makes threaded code work on HPUX 11.23 + + fix a bug in demo_menus in freeing menus (cf: 20080804). + + modify configure script for the case where tic library is used (and + possibly renamed) to remove its dependency upon ncurses/ncursew + library (patch by Dr Werner Fink). + + correct manpage for menu_fore() which gave wrong default for + the attribute used to display a selected entry (report by Mike Gran). + + add Eterm-256color, Eterm-88color and rxvt-88color (prompted by + Debian #495815) -TD + 20080816 + add configure option --enable-weak-symbols to turn on new feature. + add configure-check for availability of weak symbols.