Deleted Added
sdiff udiff text old ( 174993 ) new ( 176187 )
full compact
1-------------------------------------------------------------------------------
2-- Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. --
3-- --
4-- Permission is hereby granted, free of charge, to any person obtaining a --
5-- copy of this software and associated documentation files (the --
6-- "Software"), to deal in the Software without restriction, including --
7-- without limitation the rights to use, copy, modify, merge, publish, --
8-- distribute, distribute with modifications, sublicense, and/or sell copies --
9-- of the Software, and to permit persons to whom the Software is furnished --
10-- to do so, subject to the following conditions: --

--- 9 unchanged lines hidden (view full) ---

20-- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE --
21-- USE OR OTHER DEALINGS IN THE SOFTWARE. --
22-- --
23-- Except as contained in this notice, the name(s) of the above copyright --
24-- holders shall not be used in advertising or otherwise to promote the --
25-- sale, use or other dealings in this Software without prior written --
26-- authorization. --
27-------------------------------------------------------------------------------
28-- $Id: NEWS,v 1.1188 2007/12/22 23:56:08 tom Exp $
29-------------------------------------------------------------------------------
30
31This is a log of changes that ncurses has gone through since Zeyd started
32working with Pavel Curtis' original work, pcurses, in 1992.
33
34Changes through 1.9.9e are recorded by Zeyd M Ben-Halim.
35Changes since 1.9.9e are recorded by Thomas E Dickey.
36
37Contributors include those who have provided patches (even small ones), as well
38as those who provide useful information (bug reports, analyses). Changes with
39no cited author are the work of Thomas E Dickey (TD).
40
41A few contributors are given in this file by their initials.
42They each account for one percent or more of the changes since 1.9.9e.
43See the AUTHORS file for the corresponding full names.
44
45Changes through 1.9.9e did not credit all contributions;
46it is not possible to add this information.
47
4820071222
49 + continue implementing support for threading demo by adding mutex
50 for delwin().
51
5220071215
53 + add several functions to C++ binding which wrap C functions that
54 pass a WINDOW* parameter (request by Chris Lee).
55

--- 8385 unchanged lines hidden ---