1166124Srafan-------------------------------------------------------------------------------
2262685Sdelphij-- Copyright (c) 1998-2013,2014 Free Software Foundation, Inc.               --
3166124Srafan--                                                                           --
4166124Srafan-- Permission is hereby granted, free of charge, to any person obtaining a   --
5166124Srafan-- copy of this software and associated documentation files (the             --
6166124Srafan-- "Software"), to deal in the Software without restriction, including       --
7166124Srafan-- without limitation the rights to use, copy, modify, merge, publish,       --
8166124Srafan-- distribute, distribute with modifications, sublicense, and/or sell copies --
9166124Srafan-- of the Software, and to permit persons to whom the Software is furnished  --
10166124Srafan-- to do so, subject to the following conditions:                            --
11166124Srafan--                                                                           --
12166124Srafan-- The above copyright notice and this permission notice shall be included   --
13166124Srafan-- in all copies or substantial portions of the Software.                    --
14166124Srafan--                                                                           --
15166124Srafan-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS   --
16166124Srafan-- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF                --
17166124Srafan-- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN --
18166124Srafan-- NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,       --
19166124Srafan-- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR     --
20166124Srafan-- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE --
21166124Srafan-- USE OR OTHER DEALINGS IN THE SOFTWARE.                                    --
22166124Srafan--                                                                           --
23166124Srafan-- Except as contained in this notice, the name(s) of the above copyright    --
24166124Srafan-- holders shall not be used in advertising or otherwise to promote the      --
25166124Srafan-- sale, use or other dealings in this Software without prior written        --
26166124Srafan-- authorization.                                                            --
27166124Srafan-------------------------------------------------------------------------------
28262685Sdelphij-- $Id: NEWS,v 1.2172 2014/02/23 01:19:35 tom Exp $
29166124Srafan-------------------------------------------------------------------------------
3050276Speter
3150276SpeterThis is a log of changes that ncurses has gone through since Zeyd started
3250276Speterworking with Pavel Curtis' original work, pcurses, in 1992.
3350276Speter
34166124SrafanChanges through 1.9.9e are recorded by Zeyd M Ben-Halim.
35166124SrafanChanges since 1.9.9e are recorded by Thomas E Dickey.
3650276Speter
37166124SrafanContributors include those who have provided patches (even small ones), as well
38166124Srafanas those who provide useful information (bug reports, analyses).  Changes with
39166124Srafanno cited author are the work of Thomas E Dickey (TD).
40166124Srafan
41166124SrafanA few contributors are given in this file by their initials.
42166124SrafanThey each account for one percent or more of the changes since 1.9.9e.
43166124SrafanSee the AUTHORS file for the corresponding full names.
44166124Srafan
45166124SrafanChanges through 1.9.9e did not credit all contributions;
46166124Srafanit is not possible to add this information.
47166124Srafan
48262685Sdelphij20140222
49262685Sdelphij	+ fix some compiler warnings in win_driver.c
50262685Sdelphij	+ updated notes for wsvt25 based on tack and vttest -TD
51262685Sdelphij	+ add teken entry to show actual properties of FreeBSD's "xterm"
52262685Sdelphij	  console -TD
53262685Sdelphij
54262685Sdelphij20140215
55262685Sdelphij	+ in-progress changes to win_driver.c to implement output without
56262685Sdelphij	  allocating a console-buffer.  This uses a pre-existing environment
57262685Sdelphij	  variable NCGDB used by Juergen Pfeifer for debugging (prompted by
58262685Sdelphij	  discussion with Erwin Waterlander regarding Console2, which hangs
59262685Sdelphij	  when reading in an allocated console-buffer).
60262685Sdelphij	+ add -t option to gdc.c, and modify to accept "S" to step through the
61262685Sdelphij	  scrolling-stages.
62262685Sdelphij	+ regenerate NCURSES-Programming-HOWTO.html to fix some of the broken
63262685Sdelphij	  html emitted by docbook.
64262685Sdelphij
65262685Sdelphij20140209
66262685Sdelphij	+ modify CF_XOPEN_SOURCE macro to omit followup check to determine if
67262685Sdelphij	  _XOPEN_SOURCE can/should be defined.  g++ 4.7.2 built on Solaris 10
68262685Sdelphij	  has some header breakage due to its own predefinition of this symbol
69262685Sdelphij	  (report by Jean-Pierre Flori, Sage #15796).
70262685Sdelphij
71262685Sdelphij20140201
72262685Sdelphij	+ add/use symbol NCURSES_PAIRS_T like NCURSES_COLOR_T, to illustrate
73262685Sdelphij	  which "short" types are for color pairs and which are color values.
74262685Sdelphij	+ fix build for s390x, by correcting field bit offsets in generated
75262685Sdelphij	  representation clauses when int=32 long=64 and endian=big, or at
76262685Sdelphij	  least on s390x (patch by Nicolas Boulenguez).
77262685Sdelphij	+ minor cleanup change to test/form_driver_w.c (patch by Gaute Hope).
78262685Sdelphij
79262685Sdelphij20140125
80262685Sdelphij	+ remove unnecessary ifdef's in Ada95/gen/gen.c, which reportedly do
81262685Sdelphij	  not work as is with gcc 4.8 due to fixes using chtype cast made for
82262685Sdelphij	  new compiler warnings by gcc 4.8 in 20130824 (Debian #735753, patch
83262685Sdelphij	  by Nicolas Boulenguez).
84262685Sdelphij
85262685Sdelphij20140118
86262685Sdelphij	+ apply includesubdir variable which was introduced in 20130805 to
87262685Sdelphij	  gen-pkgconfig.in (Debian #735782).
88262685Sdelphij
89262685Sdelphij20131221
90262685Sdelphij	+ further improved man2html, used this to fix broken links in html
91262685Sdelphij	  manpages.  See
92262685Sdelphij	  ftp://invisible-island.net/ncurses/patches/man2html
93262685Sdelphij
94262685Sdelphij20131214
95262685Sdelphij	+ modify configure-script/ifdef's to allow OLD_TTY feature to be
96262685Sdelphij	  suppressed if the type of ospeed is configured using the option
97262685Sdelphij	  --with-ospeed to not be a short.  By default, it is a short for
98262685Sdelphij	  termcap-compatibility (adapted from suggestion by Christian
99262685Sdelphij	  Weisgerber).
100262685Sdelphij	+ correct a typo in _nc_baudrate() (patch by Christian Weisgerber,
101262685Sdelphij	  cf: 20061230).
102262685Sdelphij	+ fix a few -Wlogical-op warnings.
103262685Sdelphij	+ updated llib-l* files.
104262685Sdelphij
105262685Sdelphij20131207
106262685Sdelphij	+ add form_driver_w() entrypoint to wide-character forms library, as
107262685Sdelphij	  well as test program form_driver_w (adapted from patch by Gaute
108262685Sdelphij	  Hope).
109262685Sdelphij
110262685Sdelphij20131123
111262685Sdelphij	+ minor fix for CF_GCC_WARNINGS to special-case options which are not
112262685Sdelphij	  recognized by clang.
113262685Sdelphij
114262685Sdelphij20131116
115262685Sdelphij	+ add special case to configure script to move _XOPEN_SOURCE_EXTENDED 
116262685Sdelphij	  definition from CPPFLAGS to CFLAGS if it happens to be needed for
117262685Sdelphij	  Solaris, because g++ errors with that definition (report by
118262685Sdelphij	  Jean-Pierre Flori, Sage #15268).
119262685Sdelphij	+ correct logic in infocmp's -i option which was intended to ignore
120262685Sdelphij	  strings which correspond to function-keys as candidates for piecing
121262685Sdelphij	  together initialization- or reset-strings.  The problem dates to
122262685Sdelphij	  1.9.7a, but was overlooked until changes in -Wlogical-op warnings for
123262685Sdelphij	  gcc 4.8 (report by David Binderman).
124262685Sdelphij	+ updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, adding
125262685Sdelphij	  checks for -Wextra, -Wignored-qualifiers and -Wlogical-op
126262685Sdelphij	+ updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, moving
127262685Sdelphij	  checks for -Wextra and -Wdeclaration-after-statement into the macro,
128262685Sdelphij	  and adding checks for -Wignored-qualifiers, -Wlogical-op and
129262685Sdelphij	  -Wvarargs
130262685Sdelphij	+ updated CF_CURSES_UNCTRL_H and CF_SHARED_OPTS macros from ongoing
131262685Sdelphij	  work on cdk.
132262685Sdelphij	+ update config.sub from
133262685Sdelphij		http://git.savannah.gnu.org/cgit/config.git
134262685Sdelphij
135262685Sdelphij20131110
136262685Sdelphij	+ minor cleanup of terminfo.tail
137262685Sdelphij
138262685Sdelphij20131102
139262685Sdelphij	+ use TS extension to describe xterm's title-escapes -TD
140262685Sdelphij	+ modify terminator and nsterm-s to use xterm+sl-twm building block -TD
141262685Sdelphij	+ update hurd.ti, add xenl to reflect 2011-03-06 change in
142262685Sdelphij	  http://git.savannah.gnu.org/cgit/hurd/hurd.git/log/console/display.c
143262685Sdelphij	  (Debian #727119).
144262685Sdelphij	+ simplify pfkey expression in ansi.sys -TD
145262685Sdelphij
146262685Sdelphij20131027
147262685Sdelphij	+ correct/simplify ifdef's for cur_term versus broken-linker and
148262685Sdelphij	  reentrant options (report by Jean-Pierre Flori, cf: 20090530).
149262685Sdelphij	+ modify release/version combinations in test build-scripts to make
150262685Sdelphij	  them more consistent with other packages.
151262685Sdelphij
152262685Sdelphij20131019
153262685Sdelphij	+ add nc_mingw.h to installed headers for MinGW port; needed for
154262685Sdelphij	  compiling ncurses-examples.
155262685Sdelphij	+ add rpm-script for testing cross-compile of ncurses-examples.
156262685Sdelphij
157262685Sdelphij20131014
158262685Sdelphij	+ fix new typo in CF_ADA_INCLUDE_DIRS macro (report by Roumen Petrov).
159262685Sdelphij
160262685Sdelphij20131012
161262685Sdelphij	+ fix a few compiler warnings in progs and test.
162262685Sdelphij	+ minor fix to package/debian-mingw/rules, do not strip dll's.
163262685Sdelphij	+ minor fixes to configure script for empty $prefix, e.g., when doing
164262685Sdelphij	  cross-compiles to MinGW.
165262685Sdelphij	+ add script for building test-packages of binaries cross-compiled to
166262685Sdelphij	  MinGW using NSIS.
167262685Sdelphij
168262685Sdelphij20131005
169262685Sdelphij	+ minor fixes for ncurses-example package and makefile.
170262685Sdelphij	+ add scripts for test-builds of cross-compiler packages for ncurses6
171262685Sdelphij	  to MinGW.
172262685Sdelphij
173262685Sdelphij20130928
174262685Sdelphij	+ some build-fixes for ncurses-examples with NetBSD-6.0 curses, though
175262685Sdelphij	  it lacks some common functions such as use_env() which is not yet
176262685Sdelphij	  addressed.
177262685Sdelphij	+ build-fix and some compiler warning fixes for ncurses-examples with
178262685Sdelphij	  OpenBSD 5.3
179262685Sdelphij	+ fix a possible null-pointer reference in a trace message from newterm.
180262685Sdelphij	+ quiet a few warnings from NetBSD 6.0 namespace pollution by
181262685Sdelphij	  nonstandard popcount() function in standard strings.h header.
182262685Sdelphij	+ ignore g++ 4.2.1 warnings for "-Weffc++" in c++/cursesmain.cc
183262685Sdelphij	+ fix a few overlooked places for --enable-string-hacks option.
184262685Sdelphij
185262685Sdelphij20130921
186262685Sdelphij	+ fix typo in curs_attr.3x (patch by Sven Joachim, cf: 20130831).
187262685Sdelphij	+ build-fix for --with-shared option for DragonFly and FreeBSD (report
188262685Sdelphij	  by Rong-En Fan, cf: 20130727).
189262685Sdelphij
190262685Sdelphij20130907
191262685Sdelphij	+ build-fixes for MSYS for two test-programs (patches by Ray Donnelly,
192262685Sdelphij	  Alexey Pavlov).
193262685Sdelphij	+ revert change to two of the dpkg format files, to work with dpkg
194262685Sdelphij	  before/after Debian #700177.
195262685Sdelphij	+ fix gcc -Wconversion warning in wattr_get() macro.
196262685Sdelphij	+ add msys and msysdll to known host/configuration types (patch by
197262685Sdelphij	  Alexey Pavlov).
198262685Sdelphij	+ modify CF_RPATH_HACK configure macro to not rely upon "-u" option
199262685Sdelphij	  of sort, improving portability.
200262685Sdelphij	+ minor improvements for test-programs from reviewing Solaris port.
201262685Sdelphij	+ update config.guess, config.sub from
202262685Sdelphij		http://git.savannah.gnu.org/cgit/config.git
203262685Sdelphij
204262685Sdelphij20130831
205262685Sdelphij	+ modify test/ncurses.c b/B tests to display lines only for the
206262685Sdelphij	  attributes which a given terminal supports, to make room for an
207262685Sdelphij	  italics test.
208262685Sdelphij	+ completed ncv table in terminfo.tail; it did not list the wide
209262685Sdelphij	  character codes listed in X/Open Curses issue 7.
210262685Sdelphij	+ add A_ITALIC extension (prompted by discussion with Egmont Koblinger).
211262685Sdelphij
212262685Sdelphij20130824
213262685Sdelphij	+ fix some gcc 4.8 -Wconversion warnings.
214262685Sdelphij	+ change format of dpkg test-scripts to quilted to work around bug
215262685Sdelphij	  introduced by Debian #700177.
216262685Sdelphij	+ discard cached keyname() values if meta() is changed after a value
217262685Sdelphij	  was cached using (report by Kurban Mallachiev).
218262685Sdelphij
219262685Sdelphij20130816
220262685Sdelphij	+ add checks in tic to warn about terminals which lack cursor
221262685Sdelphij	  addressing, capabilities or having those, are marked as hard_copy or
222262685Sdelphij	  generic_type.
223262685Sdelphij	+ use --without-progs in mingw-ncurses rpm.
224262685Sdelphij	+ split out _nc_init_termtype() from alloc_entry.c to use in MinGW
225262685Sdelphij	  port when tic and other programs are not needed.
226262685Sdelphij
227262685Sdelphij20130805
228262685Sdelphij	+ minor fixes to the --disable-overwrite logic, to ensure that the
229262685Sdelphij	  configured $(includedir) is not cancelled by the mingwxx-filesystem
230262685Sdelphij	  rpm macros.
231262685Sdelphij	+ add --disable-db-install configure option, to simplify building
232262685Sdelphij	  cross-compile support packages.
233262685Sdelphij	+ add mingw-ncurses.spec file, for testing cross-compiles.
234262685Sdelphij
235262685Sdelphij20130727
236262685Sdelphij	+ improve configure macros from ongoing work on cdk, dialog, xterm:
237262685Sdelphij	  + CF_ADD_LIB_AFTER - fix a problem with -Wl options
238262685Sdelphij	  + CF_RPATH_HACK - add missing result-message
239262685Sdelphij	  + CF_SHARED_OPTS - modify to use $rel_builddir in cygwin and mingw
240262685Sdelphij	    dll symbols (which can be overridden) rather than explicit "../".
241262685Sdelphij	  + CF_SHARED_OPTS - modify NetBSD and DragonFly symbols to use ${CC}
242262685Sdelphij	    rather than ${LD} to improve rpath support.
243262685Sdelphij	  + CF_SHARED_OPTS - add a symbol to denote the temporary files that
244262685Sdelphij	    are created by the macro, to simplify clean-rules.
245262685Sdelphij	  + CF_X_ATHENA - trim extra libraries to work with -Wl,--as-needed
246262685Sdelphij	+ fix a regression in hashed-database support for NetBSD, which uses
247262685Sdelphij	  the key-size differently from other implementations (cf: 20121229).
248262685Sdelphij
249262685Sdelphij20130720
250262685Sdelphij	+ further improvements for setupterm manpage, clarifying the
251262685Sdelphij	  initialization of cur_term.
252262685Sdelphij
253262685Sdelphij20130713
254262685Sdelphij	+ improve manpages for initscr and setupterm.
255262685Sdelphij	+ minor compiler-warning fixes
256262685Sdelphij
257262685Sdelphij20130706
258262685Sdelphij	+ add fallback defs for <inttypes.h> and <stdint.h> (cf: 20120225).
259262685Sdelphij	+ add check for size of wchar_t, use that to suppress a chunk of
260262685Sdelphij	  wcwidth.h in MinGW port.
261262685Sdelphij	+ quiet linker warnings for MinGW cross-compile with dll's using the
262262685Sdelphij	  --enable-auto-import flag.
263262685Sdelphij	+ add ncurses.map rule to ncurses/Makefile to help diagnose symbol
264262685Sdelphij	  table issues.
265262685Sdelphij
266262685Sdelphij20130622
267262685Sdelphij	+ modify the clear program to take into account the E3 extended
268262685Sdelphij	  capability to clear the terminal's scrollback buffer (patch by
269262685Sdelphij	  Miroslav Lichvar, Redhat #815790).
270262685Sdelphij	+ clarify in resizeterm manpage that LINES and COLS are updated.
271262685Sdelphij	+ updated ansi example in terminfo.tail, correct misordered example
272262685Sdelphij	  of sgr.
273262685Sdelphij	+ fix other doclifter warnings for manpages
274262685Sdelphij	+ remove unnecessary ".ta" in terminfo.tail, add missing ".fi"
275262685Sdelphij	  (patch by Eric Raymond).
276262685Sdelphij
277262685Sdelphij20130615
278262685Sdelphij	+ minor changes to some configure macros to make them more reusable.
279262685Sdelphij	+ fixes for tabs program (prompted by report by Nick Andrik):
280262685Sdelphij	  + corrected logic in command-line parsing of -a and -c predefined
281262685Sdelphij	    tab-lists options.
282262685Sdelphij	  + allow "-0" and "-8" options to be combined with others, e.g.,"-0d".
283262685Sdelphij	  + make warning messages more consistent with the other utilities by
284262685Sdelphij	    not printing the full pathname of the program.
285262685Sdelphij	  + add -V option for consistency with other utilities.
286262685Sdelphij	+ fix off-by-one in columns for tabs program when processing an option
287262685Sdelphij	  such as "-5" (patch by Nick Andrik).
288262685Sdelphij
289262685Sdelphij20130608
290262685Sdelphij	+ add to test/demo_forms.c examples of using the menu-hooks as well
291262685Sdelphij	  as showing how the menu item user-data can be used to pass a callback
292262685Sdelphij	  function pointer.
293262685Sdelphij	+ add test/dots_termcap.c
294262685Sdelphij	+ remove setupterm call from test/demo_termcap.c
295262685Sdelphij	+ build-fix if --disable-ext-funcs configure option is used.
296262685Sdelphij	+ modified test/edit_field.c and test/demo_forms.c to move the lengths
297262685Sdelphij	  into a user-data structure, keeping the original string for later
298262685Sdelphij	  expansion to free-format input/out demo.
299262685Sdelphij	+ modified test/demo_forms.c to load data from file.
300262685Sdelphij	+ added note to clarify Terminal.app's non-emulation of the various
301262685Sdelphij	  terminal types listed in the preferences dialog -TD
302262685Sdelphij	+ fix regression in error-reporting in lib_setup.c (Debian #711134,
303262685Sdelphij	  cf: 20121117).
304262685Sdelphij	+ build-fix for a case where --enable-broken_linker and
305262685Sdelphij	  --enable-reentrant options are combined (report by George R Goffe).
306262685Sdelphij
307262685Sdelphij20130525
308262685Sdelphij	+ modify mvcur() to distinguish between internal use by the ncurses
309262685Sdelphij	  library, and external callers, preventing it from reading the content
310262685Sdelphij	  of the screen which is only nonblank when curses calls have updated
311262685Sdelphij	  it.  This makes test/dots_mvcur.c avoid painting colored cells in
312262685Sdelphij	  the left margin of the display.
313262685Sdelphij	+ minor fix to test/dots_mvcur.c
314262685Sdelphij	+ move configured symbols USE_DATABASE and USE_TERMCAP to term.h as
315262685Sdelphij	  NCURSES_USE_DATABASE and NCURSES_USE_TERMCAP to allow consistent
316262685Sdelphij	  use of these symbols in term_entry.h
317262685Sdelphij
318262685Sdelphij20130518
319262685Sdelphij	+ corrected ifdefs in test/testcurs.c to allow comparison of mouse
320262685Sdelphij	  interface versus pdcurses (cf: 20130316).
321262685Sdelphij	+ add pow() to configure-check for math library, needed since
322262685Sdelphij	  20121208 for test/hanoi (Debian #708056).
323262685Sdelphij	+ regenerated html manpages.
324262685Sdelphij	+ update doctype used for html documentation.
325262685Sdelphij
326262685Sdelphij20130511
327262685Sdelphij	+ move nsterm-related entries out of "obsolete" section to more
328262685Sdelphij	  plausible "ansi consoles" -TD
329262685Sdelphij	+ additional cleanup of table-of-contents by reordering -TD
330262685Sdelphij	+ revise fix for check for 8-bit value in _nc_insert_ch(); prior fix
331262685Sdelphij	  prevented inserts when video attributes were attached to the data
332262685Sdelphij	  (cf: 20121215) (Redhat #959534).
333262685Sdelphij
334262685Sdelphij20130504
335262685Sdelphij	+ fixes for issues found by Coverity:
336262685Sdelphij	  + correct FNKEY() macro in progs/dump_entry.c, allowing kf11-kf63 to
337262685Sdelphij	    display when infocmp's -R option is used for HP or AIX subsets.
338262685Sdelphij	  + fix dead-code issue with test/movewindow.c
339262685Sdelphij	  + improve limited-checking in _nc_read_termtype().
340262685Sdelphij
341262685Sdelphij20130427
342262685Sdelphij	+ fix clang 3.2 warning in progs/dump_entry.c
343262685Sdelphij	+ drop AC_TYPE_SIGNAL check; ncurses relies on c89 and later.
344262685Sdelphij
345262685Sdelphij20130413
346262685Sdelphij	+ add MinGW to cases where ncurses installs by default into /usr
347262685Sdelphij	  (prompted by discussion with Daniel Silva Ferreira).
348262685Sdelphij	+ add -D option to infocmp's usage-message (patch by Miroslav Lichvar).
349262685Sdelphij	+ add a missing 'int' type for main function in configure check for
350262685Sdelphij	  type of bool variable, to work with clang 3.2 (report by Dmitri
351262685Sdelphij	  Gribenko).
352262685Sdelphij	+ improve configure check for static_cast, to work with clang 3.2
353262685Sdelphij	  (report by Dmitri Gribenko).
354262685Sdelphij	+ re-order rule for demo.o and macros defining header dependencies in
355262685Sdelphij	  c++/Makefile.in to accommodate gmake (report by Dmitri Gribenko).
356262685Sdelphij
357262685Sdelphij20130406
358262685Sdelphij	+ improve parameter checking in copywin().
359262685Sdelphij	+ modify configure script to work around OS X's "libtool" program, to
360262685Sdelphij	  choose glibtool instead.  At the same time, chance the autoconf macro
361262685Sdelphij	  to look for a "tool" rather than a "prog", to help with potential use
362262685Sdelphij	  in cross-compiling.
363262685Sdelphij	+ separate the rpath usage for c++ library from demo program
364262685Sdelphij	  (Redhat #911540)
365262685Sdelphij	+ update/correct header-dependencies in c++ makefile (report by Werner
366262685Sdelphij	  Fink).
367262685Sdelphij	+ add --with-cxx-shared to dpkg-script, as done for rpm-script.
368262685Sdelphij
369262685Sdelphij20130324
370262685Sdelphij	+ build-fix for libtool configuration (reports by Daniel Silva Ferreira
371262685Sdelphij	  and Roumen Petrov).
372262685Sdelphij
373262685Sdelphij20130323
374262685Sdelphij	+ build-fix for OS X, to handle changes for --with-cxx-shared feature
375262685Sdelphij	  (report by Christian Ebert).
376262685Sdelphij	+ change initialization for vt220, similar entries for consistency
377262685Sdelphij	  with cursor-key strings (NetBSD #47674) -TD
378262685Sdelphij	+ further improvements to linux-16color (Benjamin Sittler)
379262685Sdelphij
380262685Sdelphij20130316
381262685Sdelphij	+ additional fix for tic.c, to allocate missing buffer space.
382262685Sdelphij	+ eliminate configure-script warnings for gen-pkgconfig.in
383262685Sdelphij	+ correct typo in sgr string for sun-color,
384262685Sdelphij	  add bold for consistency with sgr,
385262685Sdelphij	  change smso for consistency with sgr -TD
386262685Sdelphij	+ correct typo in sgr string for terminator -TD
387262685Sdelphij	+ add blink to the attributes masked by ncv in linux-16color (report
388262685Sdelphij	  by Benjamin Sittler)
389262685Sdelphij	+ improve warning message from post-load checking for missing "%?"
390262685Sdelphij	  operator by tic/infocmp by showing the entry name and capability.
391262685Sdelphij	+ minor formatting improvement to tic/infocmp -f option to ensure
392262685Sdelphij	  line split after "%;".
393262685Sdelphij	+ amend scripting for --with-cxx-shared option to handle the debug
394262685Sdelphij	  library "libncurses++_g.a" (report by Sven Joachim).
395262685Sdelphij
396262685Sdelphij20130309
397262685Sdelphij	+ amend change to toe.c for reading from /dev/zero, to ensure that
398262685Sdelphij	  there is a buffer for the temporary filename (cf: 20120324).
399262685Sdelphij	+ regenerated html manpages.
400262685Sdelphij	+ fix typo in terminfo.head (report by Sven Joachim, cf: 20130302).
401262685Sdelphij	+ updated some autoconf macros:
402262685Sdelphij	  + CF_ACVERSION_CHECK, from byacc 1.9 20130304
403262685Sdelphij	  + CF_INTEL_COMPILER, CF_XOPEN_SOURCE from luit 2.0-20130217
404262685Sdelphij	+ add configure option --with-cxx-shared to permit building
405262685Sdelphij	  libncurses++ as a shared library when using g++, e.g., the same
406262685Sdelphij	  limitations as libtool but better integrated with the usual build
407262685Sdelphij	  configuration (Redhat #911540).
408262685Sdelphij	+ modify MKkey_defs.sh to filter out build-path which was unnecessarily
409262685Sdelphij	  shown in curses.h (Debian #689131).
410262685Sdelphij
411262685Sdelphij20130302
412262685Sdelphij	+ add section to terminfo manpage discussing user-defined capabilities.
413262685Sdelphij	+ update manpage description of NCURSES_NO_SETBUF, explaining why it
414262685Sdelphij	  is obsolete.
415262685Sdelphij	+ add a check in waddch_nosync() to ensure that tab characters are
416262685Sdelphij	  treated as control characters; some broken locales claim they are
417262685Sdelphij	  printable.
418262685Sdelphij	+ add some traces to the Windows console driver.
419262685Sdelphij	+ initialize a temporary array in _nc_mbtowc, needed for some cases
420262685Sdelphij	  of raw input in MinGW port.
421262685Sdelphij
422262685Sdelphij20130218
423262685Sdelphij	+ correct ifdef on change to lib_twait.c (report by  Werner Fink).
424262685Sdelphij	+ update config.guess, config.sub
425262685Sdelphij
426262685Sdelphij20130216
427262685Sdelphij	+ modify test/testcurs.c to work with mouse for ncurses as it does for
428262685Sdelphij	  pdcurses.
429262685Sdelphij	+ modify test/knight.c to work with mouse for pdcurses as it does for
430262685Sdelphij	  ncurses.
431262685Sdelphij	+ modify internal recursion in wgetch() which handles cooked mode to
432262685Sdelphij	  check if the call to wgetnstr() returned an error.  This can happen
433262685Sdelphij	  when both nocbreak() and nodelay() are set, for instance (report by
434262685Sdelphij	  Nils Christopher Brause) (cf: 960418).
435262685Sdelphij	+ fixes for issues found by Coverity:
436262685Sdelphij	  + add a check for valid position in ClearToEOS()
437262685Sdelphij	  + fix in lib_twait.c when --enable-wgetch-events is used, pointer
438262685Sdelphij	    use after free.
439262685Sdelphij	  + improve a limit-check in make_hash.c
440262685Sdelphij	  + fix a memory leak in hashed_db.c
441262685Sdelphij
442262685Sdelphij20130209
443262685Sdelphij	+ modify test/configure script to make it simpler to override names
444262685Sdelphij	  of curses-related libraries, to help with linking with pdcurses in
445262685Sdelphij	  MinGW environment.
446262685Sdelphij	+ if the --with-terminfo-dirs configure option is not used, there is
447262685Sdelphij	  no corresponding compiled-in value for that.  Fill in "no default
448262685Sdelphij	  value" for that part of the manpage substitution.
449262685Sdelphij
450262685Sdelphij20130202
451262685Sdelphij	+ correct initialization in knight.c which let it occasionally make
452262685Sdelphij	  an incorrect move (cf: 20001028).
453262685Sdelphij	+ improve documentation of the terminfo/termcap search path.
454262685Sdelphij
455262685Sdelphij20130126
456262685Sdelphij	+ further fixes to mvcur to pass callback function (cf: 20130112),
457262685Sdelphij	  needed to make test/dots_mvcur work.
458262685Sdelphij	+ reduce calls to SetConsoleActiveScreenBuffer in win_driver.c, to
459262685Sdelphij	  help reduce flicker.
460262685Sdelphij	+ modify configure script to omit "+b" from linker options for very
461262685Sdelphij	  old HP-UX systems (report by Dennis Grevenstein)
462262685Sdelphij	+ add HP-UX workaround for missing EILSEQ on old HP-UX systems (patch
463262685Sdelphij	  by Dennis Grevenstein).
464262685Sdelphij	+ restore memmove/strdup support for antique systems (request by
465262685Sdelphij	  Dennis Grevenstein).
466262685Sdelphij	+ change %l behavior in tparm to push the string length onto the stack
467262685Sdelphij	  rather than saving the formatted length into the output buffer
468262685Sdelphij	  (report by Roy Marples, cf: 980620).
469262685Sdelphij
470262685Sdelphij20130119
471262685Sdelphij	+ fixes for issues found by Coverity:
472262685Sdelphij	  + fix memory leak in safe_sprintf.c
473262685Sdelphij	  + add check for return-value in tty_update.c
474262685Sdelphij	  + correct initialization for -s option in test/view.c
475262685Sdelphij	  + add check for numeric overflow in lib_instr.c
476262685Sdelphij	  + improve error-checking in copywin
477262685Sdelphij	+ add advice in infocmp manpage for termcap users (Debian #698469).
478262685Sdelphij	+ add "-y" option to test/demo_termcap and test/demo_terminfo to
479262685Sdelphij	  demonstrate behavior with/without extended capabilities.
480262685Sdelphij	+ updated termcap manpage to document legacy termcap behavior for
481262685Sdelphij	  matching capability names.
482262685Sdelphij	+ modify name-comparison for tgetstr, etc., to accommodate legacy
483262685Sdelphij	  applications as well as to improve compatbility with BSD 4.2
484262685Sdelphij	  termcap implementations (Debian #698299) (cf: 980725).
485262685Sdelphij
486262685Sdelphij20130112
487262685Sdelphij	+ correct prototype in manpage for vid_puts.
488262685Sdelphij	+ drop ncurses/tty/tty_display.h, ncurses/tty/tty_input.h, since they
489262685Sdelphij	  are unused in the current driver model.
490262685Sdelphij	+ modify mvcur to use stdout except when called within the ncurses
491262685Sdelphij	  library.
492262685Sdelphij	+ modify vidattr and vid_attr to use stdout as documented in manpage.
493262685Sdelphij	+ amend changes made to buffering in 20120825 so that the low-level
494262685Sdelphij	  putp() call uses stdout rather than ncurses' internal buffering.
495262685Sdelphij	  The putp_sp() call does the same, for consistency (Redhat #892674).
496262685Sdelphij
497262685Sdelphij20130105
498262685Sdelphij	+ add "-s" option to test/view.c to allow it to start in single-step
499262685Sdelphij	  mode, reducing size of trace files when it is used for debugging
500262685Sdelphij	  MinGW changes.
501262685Sdelphij	+ revert part of 20121222 change to tinfo_driver.c
502262685Sdelphij	+ add experimental logic in win_driver.c to improve optimization of
503262685Sdelphij	  screen updates.  This does not yet work with double-width characters,
504262685Sdelphij	  so it is ifdef'd out for the moment (prompted by report by Erwin
505262685Sdelphij	  Waterlander regarding screen flicker).
506262685Sdelphij
507262685Sdelphij20121229
508262685Sdelphij	+ fix coverity warnings regarding copying into fixed-size buffers.
509262685Sdelphij	+ add throw-declarations in the c++ binding per Coverity warning.
510262685Sdelphij	+ minor changes to new-items for consistent reference to bug-report
511262685Sdelphij	  numbers.
512262685Sdelphij
513262685Sdelphij20121222
514262685Sdelphij	+ add *.dSYM directories to clean-rule in ncurses directory makefile,
515262685Sdelphij	  for Mac OS builds.
516262685Sdelphij	+ add a configure check for gcc option -no-cpp-precomp, which is not
517262685Sdelphij	  available in all Mac OS X configurations (report by Andras Salamon,
518262685Sdelphij	  cf: 20011208).
519262685Sdelphij	+ improve 20021221 workaround for broken acs, handling a case where
520262685Sdelphij	  that ACS_xxx character is not in the acsc string but there is a known
521262685Sdelphij	  wide-character which can be used.
522262685Sdelphij
523262685Sdelphij20121215
524262685Sdelphij	+ fix several warnings from clang 3.1 --analyze, includes correcting
525262685Sdelphij	  a null-pointer check in _nc_mvcur_resume.
526262685Sdelphij	+ correct display of double-width characters with MinGW port (report
527262685Sdelphij	  by Erwin Waterlander).
528262685Sdelphij	+ replace MinGW's wcrtomb(), fixing a problem with _nc_viscbuf 
529262685Sdelphij	> fixes based on Coverity report:
530262685Sdelphij	+ correct coloring in test/bs.c
531262685Sdelphij	+ correct check for 8-bit value in _nc_insert_ch().
532262685Sdelphij	+ remove dead code in progs/tset.c, test/linedata.h
533262685Sdelphij	+ add null-pointer checks in lib_tracemse.c, panel.priv.h, and some
534262685Sdelphij	  test-programs.
535262685Sdelphij
536262685Sdelphij20121208
537262685Sdelphij	+ modify test/knight.c to show the number of choices possible for
538262685Sdelphij	  each position in automove option, e.g., to allow user to follow
539262685Sdelphij	  Warnsdorff's rule to solve the puzzle.
540262685Sdelphij	+ modify test/hanoi.c to show the minimum number of moves possible for
541262685Sdelphij	  the given number of tiles (prompted by patch by Lucas Gioia).
542262685Sdelphij	> fixes based on Coverity report:
543262685Sdelphij	+ remove a few redundant checks.
544262685Sdelphij	+ correct logic in test/bs.c, when randomly placing a specific type of
545262685Sdelphij	  ship.
546262685Sdelphij	+ check return value from remove/unlink in tic.
547262685Sdelphij	+ check return value from sscanf in test/ncurses.c
548262685Sdelphij	+ fix a null dereference in c++/cursesw.cc
549262685Sdelphij	+ fix two instances of uninitialized variables when configuring for the
550262685Sdelphij	  terminal driver.
551262685Sdelphij	+ correct scope of variable used in SetSafeOutcWrapper macro.
552262685Sdelphij	+ set umask when calling mkstemp in tic.
553262685Sdelphij	+ initialize wbkgrndset() temporary variable when extended-colors are
554262685Sdelphij	  used.
555262685Sdelphij
556262685Sdelphij20121201
557262685Sdelphij	+ also replace MinGW's wctomb(), fixing a problem with setcchar().
558262685Sdelphij	+ modify test/view.c to load UTF-8 when built with MinGW by using
559262685Sdelphij	  regular win32 API because the MinGW functions mblen() and mbtowc()
560262685Sdelphij	  do not work.
561262685Sdelphij
562262685Sdelphij20121124
563262685Sdelphij	+ correct order of color initialization versus display in some of the
564262685Sdelphij	  test-programs, e.g., test_addstr.c
565262685Sdelphij	> fixes based on Coverity report:
566262685Sdelphij	+ delete windows on exit from some of the test-programs.
567262685Sdelphij
568262685Sdelphij20121117
569262685Sdelphij	> fixes based on Coverity report:
570262685Sdelphij	+ add missing braces around FreeAndNull in two places.
571262685Sdelphij	+ various fixes in test/ncurses.c
572262685Sdelphij	+ improve limit-checks in tinfo/make_hash.c, tinfo/read_entry.c
573262685Sdelphij	+ correct malloc size in progs/infocmp.c
574262685Sdelphij	+ guard against negative array indices in test/knight.c
575262685Sdelphij	+ fix off-by-one limit check in test/color_name.h
576262685Sdelphij	+ add null-pointer check in progs/tabs.c, test/bs.c, test/demo_forms.c,
577262685Sdelphij	  test/inchs.c
578262685Sdelphij	+ fix memory-leak in tinfo/lib_setup.c, progs/toe.c,
579262685Sdelphij	  test/clip_printw.c, test/demo_menus.c
580262685Sdelphij	+ delete unused windows in test/chgat.c, test/clip_printw.c,
581262685Sdelphij	  test/insdelln.c, test/newdemo.c on error-return.
582262685Sdelphij
583262685Sdelphij20121110
584262685Sdelphij	+ modify configure macro CF_INCLUDE_DIRS to put $CPPFLAGS after the
585262685Sdelphij	  local -I include options in case someone has set conflicting -I
586262685Sdelphij	  options in $CPPFLAGS (prompted by patch for ncurses/Makefile.in by
587262685Sdelphij	  Vassili Courzakis).
588262685Sdelphij	+ modify the ncurses*-config scripts to eliminate relative paths from
589262685Sdelphij	  the RPATH_LIST variable, e.g., "../lib" as used in installing shared
590262685Sdelphij	  libraries or executables.
591262685Sdelphij
592262685Sdelphij20121102
593262685Sdelphij	+ realign these related pages:
594262685Sdelphij	    curs_add_wchstr.3x
595262685Sdelphij	    curs_addchstr.3x
596262685Sdelphij	    curs_addstr.3x
597262685Sdelphij	    curs_addwstr.3x
598262685Sdelphij	  and fix a long-ago error in curs_addstr.3x which said that a -1
599262685Sdelphij	  length parameter would only write as much as fit onto one line
600262685Sdelphij	  (report by Reuben Thomas).
601262685Sdelphij	+ remove obsolete fallback _nc_memmove() for memmove()/bcopy().
602262685Sdelphij	+ remove obsolete fallback _nc_strdup() for strdup().
603262685Sdelphij	+ cancel any debug-rpm in package/ncurses.spec
604262685Sdelphij	+ reviewed vte-2012, reverted most of the change since it was incorrect
605262685Sdelphij	  based on testing with tack -TD
606262685Sdelphij	+ un-cancel the initc in vte-256color, since this was implemented
607262685Sdelphij	  starting with version 0.20 in 2009 -TD
608262685Sdelphij
609262685Sdelphij20121026
610262685Sdelphij	+ improve malloc/realloc checking (prompted by discussion in Redhat
611262685Sdelphij	  #866989).
612262685Sdelphij	+ add ncurses test-program as "ncurses6" to the rpm- and dpkg-scripts.
613262685Sdelphij	+ updated configure macros CF_GCC_VERSION and CF_WITH_PATHLIST.  The
614262685Sdelphij	  first corrects pattern used for Mac OS X's customization of gcc.
615262685Sdelphij
616262685Sdelphij20121017
617262685Sdelphij	+ fix change to _nc_scroll_optimize(), which incorrectly freed memory 
618262685Sdelphij	  (Redhat #866989).
619262685Sdelphij
620262685Sdelphij20121013
621262685Sdelphij	+ add vte-2012, gnome-2012, making these the defaults for vte/gnome
622262685Sdelphij	  (patch by Christian Persch).
623262685Sdelphij
624262685Sdelphij20121006
625262685Sdelphij	+ improve CF_GCC_VERSION to work around Debian's customization of gcc
626262685Sdelphij	  --version message.
627262685Sdelphij	+ improve configure macros as done in byacc:
628262685Sdelphij	  + drop 2.13 compatibility; use 2.52.xxxx version only since EMX port
629262685Sdelphij	    has used that for a while.
630262685Sdelphij	  + add 3rd parameter to AC_DEFINE's to allow autoheader to run, i.e.,
631262685Sdelphij	    for experimental use.
632262685Sdelphij	  + remove unused configure macros.
633262685Sdelphij	+ modify configure script and makefiles to quiet new autoconf warning
634262685Sdelphij	  for LIBS_TO_MAKE variable.
635262685Sdelphij	+ modify configure script to show $PATH_SEPARATOR variable.
636262685Sdelphij	+ update config.guess, config.sub
637262685Sdelphij
638262685Sdelphij20120922
639262685Sdelphij	+ modify setupterm to set its copy of TERM to "unknown" if configured
640262685Sdelphij	  for the terminal driver and TERM was null or empty.
641262685Sdelphij	+ modify treatment of TERM variable for MinGW port to allow explicit
642262685Sdelphij	  use of the windows console driver by checking if $TERM is set to
643262685Sdelphij	  "#win32con" or an abbreviation of that.
644262685Sdelphij	+ undo recent change to fallback definition of vsscanf() to build with
645262685Sdelphij	  older Solaris compilers (cf: 20120728).
646262685Sdelphij
647262685Sdelphij20120908
648262685Sdelphij	+ add test-screens to test/ncurses to show 256-characters at a time,
649262685Sdelphij	  to help with MinGW port.
650262685Sdelphij
651262685Sdelphij20120903
652262685Sdelphij	+ simplify varargs logic in lib_printw.c; va_copy is no longer needed
653262685Sdelphij	  there.
654262685Sdelphij	+ modifications for MinGW port to make wide-character display usable.
655262685Sdelphij
656262685Sdelphij20120902
657262685Sdelphij	+ regenerate configure script (report by Sven Joachim, cf: 20120901).
658262685Sdelphij
659262685Sdelphij20120901
660262685Sdelphij	+ add a null-pointer check in _nc_flush (cf: 20120825).
661262685Sdelphij	+ fix a case in _nc_scroll_optimize() where the _oldnums_list array
662262685Sdelphij	  might not be allocated.
663262685Sdelphij	+ improve comparisons in configure.in for unset shell variables.
664262685Sdelphij
665262685Sdelphij20120826
666262685Sdelphij	+ increase size of ncurses' output-buffer, in case of very small
667262685Sdelphij	  initial screen-sizes.
668262685Sdelphij	+ fix evaluation of TERMINFO and TERMINFO_DIRS default values as needed
669262685Sdelphij	  after changes to use --datarootdir (reports by Gabriele Balducci,
670262685Sdelphij	  Roumen Petrov).
671262685Sdelphij
672262685Sdelphij20120825
673262685Sdelphij	+ change output buffering scheme, using buffer maintained by ncurses
674262685Sdelphij	  rather than stdio, to avoid problems with SIGTSTP handling (report
675262685Sdelphij	  by Brian Bloniarz).
676262685Sdelphij
677262685Sdelphij20120811
678262685Sdelphij	+ update autoconf patch to 2.52.20120811, adding --datarootdir
679262685Sdelphij	  (prompted by discussion with Erwin Waterlander).
680262685Sdelphij	+ improve description of --enable-reentrant option in README and the
681262685Sdelphij	  INSTALL file.
682262685Sdelphij	+ add nsterm-256color, make this the default nsterm -TD
683262685Sdelphij	+ remove bw from nsterm-bce, per testing with tack -TD
684262685Sdelphij
685262685Sdelphij20120804
686262685Sdelphij	+ update test/configure, adding check for tinfo library.
687262685Sdelphij	+ improve limit-checks for the getch fifo (report by Werner Fink).
688262685Sdelphij	+ fix a remaining mismatch between $with_echo and the symbols updated
689262685Sdelphij	  for CF_DISABLE_ECHO affecting parameters for mk-2nd.awk (report by
690262685Sdelphij	  Sven Joachim, cf:  20120317).
691262685Sdelphij	+ modify followup check for pkg-config's library directory in the
692262685Sdelphij	  --enable-pc-files option to validate syntax (report by Sven Joachim,
693262685Sdelphij	  cf: 20110716).
694262685Sdelphij
695262685Sdelphij20120728
696262685Sdelphij	+ correct path for ncurses_mingw.h in include/headers, in case build
697262685Sdelphij	  is done outside source-tree (patch by Roumen Petrov).
698262685Sdelphij	+ modify some older xterm entries to align with xterm source -TD
699262685Sdelphij	+ separate "xterm-old" alias from "xterm-r6" -TD
700262685Sdelphij	+ add E3 extended capability to xterm-basic and putty -TD
701262685Sdelphij	+ parenthesize parameters of other macros in curses.h -TD
702262685Sdelphij	+ parenthesize parameter of COLOR_PAIR and PAIR_NUMBER in curses.h
703262685Sdelphij	  in case it happens to be a comma-expression, etc.  (patch by Nick
704262685Sdelphij	  Black).
705262685Sdelphij
706262685Sdelphij20120721
707262685Sdelphij	+ improved form_request_by_name() and menu_request_by_name().
708262685Sdelphij	+ eliminate two fixed-size buffers in toe.c
709262685Sdelphij	+ extend use_tioctl() to have expected behavior when use_env(FALSE) and
710262685Sdelphij	  use_tioctl(TRUE) are called.
711262685Sdelphij	+ modify ncurses test-program, adding -E and -T options to demonstrate
712262685Sdelphij	  use_env() versus use_tioctl().
713262685Sdelphij
714262685Sdelphij20120714
715262685Sdelphij	+ add use_tioctl() function (adapted from patch by Werner Fink,
716262685Sdelphij	  Novell #769788):
717262685Sdelphij
718262685Sdelphij20120707
719262685Sdelphij	+ add ncurses_mingw.h to installed headers (prompted by patch by
720262685Sdelphij	  Juergen Pfeifer).
721262685Sdelphij	+ clarify return-codes from wgetch() in response to SIGWINCH (prompted
722262685Sdelphij	  by Novell #769788).
723262685Sdelphij	+ modify resizeterm() to always push a KEY_RESIZE onto the fifo, even
724262685Sdelphij	  if screensize is unchanged.  Modify _nc_update_screensize() to push a
725262685Sdelphij	  KEY_RESIZE if there was a SIGWINCH, even if it does not call
726262685Sdelphij	  resizeterm().  These changes eliminate the case where a SIGWINCH is
727262685Sdelphij	  received, but ERR returned from wgetch or wgetnstr because the screen
728262685Sdelphij	  dimensions did not change (Novell #769788).
729262685Sdelphij
730262685Sdelphij20120630
731262685Sdelphij	+ add --enable-interop to sample package scripts (suggested by Juergen
732262685Sdelphij	  Pfeifer).
733262685Sdelphij	+ update CF_PATH_SYNTAX macro, from mawk changes.
734262685Sdelphij	+ modify mk-0th.awk to allow for generating llib-ltic, etc., though
735262685Sdelphij	  some work is needed on cproto to work with lib_gen.c to update
736262685Sdelphij	  llib-lncurses.
737262685Sdelphij	+ remove redundant getenv() cal in database-iterator leftover from
738262685Sdelphij	  cleanup in 20120622 changes (report by Sven Joachim).
739262685Sdelphij
740262685Sdelphij20120622
741262685Sdelphij	+ add -d, -e and -q options to test/demo_terminfo and test/demo_termcap
742262685Sdelphij	+ fix caching of environment variables in database-iterator (patch by
743262685Sdelphij	  Philippe Troin, Redhat #831366).
744262685Sdelphij
745262685Sdelphij20120616
746262685Sdelphij	+ add configure check to distinguish clang from gcc to eliminate
747262685Sdelphij	  warnings about unused command-line parameters when compiler warnings
748262685Sdelphij	  are enabled.
749262685Sdelphij	+ improve behavior when updating terminfo entries which are hardlinked
750262685Sdelphij	  by allowing for the possibility that an alias has been repurposed to
751262685Sdelphij	  a new primary name.
752262685Sdelphij	+ fix some strict compiler warnings based on package scripts.
753262685Sdelphij	+ further fixes for configure check for working poll (Debian #676461).
754262685Sdelphij
755262685Sdelphij20120608
756262685Sdelphij	+ fix an uninitialized variable in -c/-n logic for infocmp changes
757262685Sdelphij	  (cf: 20120526).
758262685Sdelphij	+ corrected fix for building c++ binding with clang 3.0 (report/patch
759262685Sdelphij	  by Richard Yao, Gentoo #417613, cf: 20110409)
760262685Sdelphij	+ correct configure check for working poll, fixing the case where stdin
761262685Sdelphij	  is redirected, e.g., in rpm/dpkg builds (Debian #676461).
762262685Sdelphij	+ add rpm- and dpkg-scripts, to test those build-environments.
763262685Sdelphij	  The resulting packages are used only for testing.
764262685Sdelphij
765262685Sdelphij20120602
766262685Sdelphij	+ add kdch1 aka "Remove" to vt220 and vt220-8 entries -TD
767262685Sdelphij	+ add kdch1, etc., to qvt108 -TD
768262685Sdelphij	+ add dl1/il1 to some entries based on dl/il values -TD
769262685Sdelphij	+ add dl to simpleterm -TD
770262685Sdelphij	+ add consistency-checks in tic for insert-line vs delete-line
771262685Sdelphij	  controls, and insert/delete-char keys
772262685Sdelphij	+ correct no-leaks logic in infocmp when doing comparisons, fixing
773262685Sdelphij	  duplicate free of entries given via the command-line, and freeing
774262685Sdelphij	  entries loaded from the last-but-one of files specified on the
775262685Sdelphij	  command-line.
776262685Sdelphij	+ add kdch1 to wsvt25 entry from NetBSD CVS (reported by David Lord,
777262685Sdelphij	  analysis by Martin Husemann).
778262685Sdelphij	+ add cnorm/civis to wsvt25 entry from NetBSD CVS (report/analysis by
779262685Sdelphij	  Onno van der Linden).
780262685Sdelphij
781262685Sdelphij20120526
782262685Sdelphij	+ extend -c and -n options of infocmp to allow comparing more than two
783262685Sdelphij	  entries.
784262685Sdelphij	+ correct check in infocmp for number of terminal names when more than
785262685Sdelphij	  two are given.
786262685Sdelphij	+ correct typo in curs_threads.3x (report by Yanhui Shen on
787262685Sdelphij	  freebsd-hackers mailing list).
788262685Sdelphij
789262685Sdelphij20120512
790262685Sdelphij	+ corrected 'op' for bterm (report by Samuel Thibault) -TD
791262685Sdelphij	+ modify test/background.c to demonstrate a background character
792262685Sdelphij	  holding a colored ACS_HLINE.  The behavior differs from SVr4 due to
793262685Sdelphij	  the thick- and double-line extension (cf: 20091003).
794262685Sdelphij	+ modify handling of acs characters in PutAttrChar to avoid mapping an
795262685Sdelphij	  unmapped character to a space with A_ALTCHARSET set.
796262685Sdelphij	+ rewrite vt520 entry based on vt420 -TD
797262685Sdelphij
798262685Sdelphij20120505
799262685Sdelphij	+ remove p6 (bold) from opus3n1+ for consistency -TD
800262685Sdelphij	+ remove acs stuff from env230 per clues in Ingres termcap -TD
801262685Sdelphij	+ modify env230 sgr/sgr0 to match other capabilities -TD
802262685Sdelphij	+ modify smacs/rmacs in bq300-8 to match sgr/sgr0 -TD
803262685Sdelphij	+ make sgr for dku7202 agree with other caps -TD
804262685Sdelphij	+ make sgr for ibmpc agree with other caps -TD
805262685Sdelphij	+ make sgr for tek4107 agree with other caps -TD
806262685Sdelphij	+ make sgr for ndr9500 agree with other caps -TD
807262685Sdelphij	+ make sgr for sco-ansi agree with other caps -TD
808262685Sdelphij	+ make sgr for d410 agree with other caps -TD
809262685Sdelphij	+ make sgr for d210 agree with other caps -TD
810262685Sdelphij	+ make sgr for d470c, d470c-7b agree with other caps -TD
811262685Sdelphij	+ remove redundant AC_DEFINE for NDEBUG versus Makefile definition.
812262685Sdelphij	+ fix a back-link in _nc_delink_entry(), which is needed if ncurses is
813262685Sdelphij	  configured with --enable-termcap and --disable-getcap.
814262685Sdelphij
815262685Sdelphij20120428
816262685Sdelphij	+ fix some inconsistencies between vt320/vt420, e.g., cnorm/civis -TD
817262685Sdelphij	+ add eslok flag to dec+sl -TD
818262685Sdelphij	+ dec+sl applies to vt320 and up -TD
819262685Sdelphij	+ drop wsl width from xterm+sl -TD
820262685Sdelphij	+ reuse xterm+sl in putty and nsca-m -TD
821262685Sdelphij	+ add ansi+tabs to vt520 -TD
822262685Sdelphij	+ add ansi+enq to vt220-vt520 -TD
823262685Sdelphij	+ fix a compiler warning in example in ncurses-intro.doc (Paul Waring).
824262685Sdelphij	+ added paragraph in keyname manpage telling how extended capabilities
825262685Sdelphij	  are interpreted as key definitions.
826262685Sdelphij	+ modify tic's check of conflicting key definitions to include extended
827262685Sdelphij	  capability strings in addition to the existing check on predefined
828262685Sdelphij	  keys.
829262685Sdelphij
830262685Sdelphij20120421
831262685Sdelphij	+ improve cleanup of temporary files in tic using atexit().
832262685Sdelphij	+ add msgr to vt420, similar DEC vtXXX entries -TD
833262685Sdelphij	+ add several missing vt420 capabilities from vt220 -TD
834262685Sdelphij	+ factor out ansi+pp from several entries -TD
835262685Sdelphij	+ change xterm+sl and xterm+sl-twm to include only the status-line
836262685Sdelphij	  capabilities and not "use=xterm", making them more generally useful
837262685Sdelphij	  as building-blocks -TD
838262685Sdelphij	+ add dec+sl building block, as example -TD
839262685Sdelphij
840262685Sdelphij20120414
841262685Sdelphij	+ add XT to some terminfo entries to improve usefulness for other
842262685Sdelphij	  applications than screen, which would like to pretend that xterm's
843262685Sdelphij	  title is a status-line.  -TD
844262685Sdelphij	+ change use-clauses in ansi-mtabs, hp2626, and hp2622 based on review
845262685Sdelphij	  of ordering and overrides -TD
846262685Sdelphij	+ add consistency check in tic for screen's "XT" capability.
847262685Sdelphij	+ add section in terminfo.src summarizing the user-defined capabilities
848262685Sdelphij	  used in that file -TD
849262685Sdelphij
850262685Sdelphij20120407
851262685Sdelphij	+ fix an inconsistency between tic/infocmp "-x" option; tic omits all
852262685Sdelphij	  non-standard capabilities, while infocmp was ignoring only the user
853262685Sdelphij	  definable capabilities.
854262685Sdelphij	+ improve special case in tic parsing of description to allow it to be
855262685Sdelphij	  followed by terminfo capabilities.  Previously the description had to
856262685Sdelphij	  be the last field on an input line to allow tic to distinguish
857262685Sdelphij	  between termcap and terminfo format while still allowing commas to be
858262685Sdelphij	  embedded in the description.
859262685Sdelphij	+ correct variable name in gen_edit.sh which broke configurability of
860262685Sdelphij	  the --with-xterm-kbs option.
861262685Sdelphij	+ revert 2011-07-16 change to "linux" alias, return to "linux2.2" -TD
862262685Sdelphij	+ further amend 20110910 change, providing for configure-script
863262685Sdelphij	  override of the "linux" terminfo entry to install and changing the
864262685Sdelphij	  default for that to "linux2.2" (Debian #665959).
865262685Sdelphij
866262685Sdelphij20120331
867262685Sdelphij	+ update Ada95/configure to use CF_DISABLE_ECHO (cf: 20120317).
868262685Sdelphij	+ correct order of use-clauses in st-256color -TD
869262685Sdelphij	+ modify configure script to look for gnatgcc if the Ada95 binding
870262685Sdelphij	  is built, in preference to the default gcc/cc (suggested by
871262685Sdelphij	  Nicolas Boulenguez).
872262685Sdelphij	+ modify configure script to ensure that the same -On option used for
873262685Sdelphij	  the C compiler in CFLAGS is used for ADAFLAGS rather than simply
874262685Sdelphij	  using "-O3" (suggested by Nicolas Boulenguez)
875262685Sdelphij
876262685Sdelphij20120324
877262685Sdelphij	+ amend an old fix so that next_char() exits properly for empty files,
878262685Sdelphij	  e.g., from reading /dev/null (cf: 20080804).
879262685Sdelphij	+ modify tic so that it can read from the standard input, or from
880262685Sdelphij	  a character device.  Because tic uses seek's, this requires writing
881262685Sdelphij	  the data to a temporary file first (prompted by remark by Sven
882262685Sdelphij	  Joachim) (cf: 20000923).
883262685Sdelphij
884262685Sdelphij20120317
885262685Sdelphij	+ correct a check made in lib_napms.c, so that terminfo applications
886262685Sdelphij	  can again use napms() (cf: 20110604).
887262685Sdelphij	+ add a note in tic.h regarding required casts for ABSENT_BOOLEAN
888262685Sdelphij	  (cf: 20040327).
889262685Sdelphij	+ correct scripting for --disable-echo option in test/configure.
890262685Sdelphij	+ amend check for missing c++ compiler to work when no error is
891262685Sdelphij	  reported, and no variables set (cf: 20021206).
892262685Sdelphij	+ add/use configure macro CF_DISABLE_ECHO.
893262685Sdelphij
894262685Sdelphij20120310
895262685Sdelphij	+ fix some strict compiler warnings for abi6 and 64-bits.
896262685Sdelphij	+ use begin_va_copy/end_va_copy macros in lib_printw.c (cf: 20120303).
897262685Sdelphij	+ improve a limit-check in infocmp.c (Werner Fink):
898262685Sdelphij
899262685Sdelphij20120303
900262685Sdelphij	+ minor tidying of terminfo.tail, clarify reason for limitation
901262685Sdelphij	  regarding mapping of \0 to \200
902262685Sdelphij	+ minor improvement to _nc_copy_termtype(), using memcpy to replace
903262685Sdelphij	  loops.
904262685Sdelphij	+ fix no-leaks checking in test/demo_termcap.c to account for multiple
905262685Sdelphij	  calls to setupterm().
906262685Sdelphij	+ modified the libgpm change to show previous load as a problem in the
907262685Sdelphij	  debug-trace.
908262685Sdelphij	> merge some patches from OpenSUSE rpm (Werner Fink):
909262685Sdelphij	+ ncurses-5.7-printw.dif, fixes for varargs handling in lib_printw.c
910262685Sdelphij	+ ncurses-5.7-gpm.dif, do not dlopen libgpm if already loaded by
911262685Sdelphij	  runtime linker
912262685Sdelphij	+ ncurses-5.6-fallback.dif, do not free arrays and strings from static
913262685Sdelphij	  fallback entries
914262685Sdelphij
915262685Sdelphij20120228
916262685Sdelphij	+ fix breakage in tic/infocmp from 20120225 (report by Werner Fink).
917262685Sdelphij
918262685Sdelphij20120225
919262685Sdelphij	+ modify configure script to allow creating dll's for MinGW when
920262685Sdelphij	  cross-compiling.
921262685Sdelphij	+ add --enable-string-hacks option to control whether strlcat and
922262685Sdelphij	  strlcpy may be used.  The same issue applies to OpenBSD's warnings
923262685Sdelphij	  about snprintf, noting that this function is weakly standardized.
924262685Sdelphij	+ add configure checks for strlcat, strlcpy and snprintf, to help
925262685Sdelphij	  reduce bogus warnings with OpenBSD builds.
926262685Sdelphij	+ build-fix for OpenBSD 4.9 to supply consistent intptr_t declaration
927262685Sdelphij	  (cf:20111231)
928262685Sdelphij	+ update config.guess, config.sub
929262685Sdelphij
930262685Sdelphij20120218
931262685Sdelphij	+ correct CF_ETIP_DEFINES configure macro, making it exit properly on
932262685Sdelphij	  the first success (patch by Pierre Labastie).
933262685Sdelphij	+ improve configure macro CF_MKSTEMP by moving existence-check for
934262685Sdelphij	  mkstemp out of the AC_TRY_RUN, to help with cross-compiles.
935262685Sdelphij	+ improve configure macro CF_FUNC_POLL from luit changes to detect
936262685Sdelphij	  broken implementations, e.g., with Mac OS X.
937262685Sdelphij	+ add configure option --with-tparm-arg
938262685Sdelphij	+ build-fix for MinGW cross-compiling, so that make_hash does not
939262685Sdelphij	  depend on TTY definition (cf: 20111008).
940262685Sdelphij
941262685Sdelphij20120211
942262685Sdelphij	+ make sgr for xterm-pcolor agree with other caps -TD
943262685Sdelphij	+ make sgr for att5425 agree with other caps -TD
944262685Sdelphij	+ make sgr for att630 agree with other caps -TD
945262685Sdelphij	+ make sgr for linux entries agree with other caps -TD
946262685Sdelphij	+ make sgr for tvi9065 agree with other caps -TD
947262685Sdelphij	+ make sgr for ncr260vt200an agree with other caps -TD
948262685Sdelphij	+ make sgr for ncr160vt100pp agree with other caps -TD
949262685Sdelphij	+ make sgr for ncr260vt300an agree with other caps -TD
950262685Sdelphij	+ make sgr for aaa-60-dec-rv, aaa+dec agree with other caps -TD
951262685Sdelphij	+ make sgr for cygwin, cygwinDBG agree with other caps -TD
952262685Sdelphij	+ add configure option --with-xterm-kbs to simplify configuration for
953262685Sdelphij	  Linux versus most other systems.
954262685Sdelphij
955262685Sdelphij20120204
956262685Sdelphij	+ improved tic -D option, avoid making target directory and provide
957262685Sdelphij	  better diagnostics.
958262685Sdelphij
959262685Sdelphij20120128
960262685Sdelphij	+ add mach-gnu (Debian #614316, patch by Samuel Thibault)
961262685Sdelphij	+ add mach-gnu-color, tweaks to mach-gnu terminfo -TD
962262685Sdelphij	+ make sgr for sun-color agree with smso -TD
963262685Sdelphij	+ make sgr for prism9 agree with other caps -TD
964262685Sdelphij	+ make sgr for icl6404 agree with other caps -TD
965262685Sdelphij	+ make sgr for ofcons agree with other caps -TD
966262685Sdelphij	+ make sgr for att5410v1, att4415, att620 agree with other caps -TD
967262685Sdelphij	+ make sgr for aaa-unk, aaa-rv agree with other caps -TD
968262685Sdelphij	+ make sgr for avt-ns agree with other caps -TD
969262685Sdelphij	+ amend fix intended to separate fixups for acsc to allow "tic -cv" to
970262685Sdelphij	  give verbose warnings (cf:  20110730). 
971262685Sdelphij	+ modify misc/gen-edit.sh to make the location of the tabset directory
972262685Sdelphij	  consistent with misc/Makefile.in, i.e., using ${datadir}/tabset
973262685Sdelphij	  (Debian #653435, patch by Sven Joachim).
974262685Sdelphij
975262685Sdelphij20120121
976262685Sdelphij	+ add --with-lib-prefix option to allow configuring for old/new flavors
977262685Sdelphij	  of OS/2 EMX.
978262685Sdelphij	+ modify check for gnat version to allow for year, as used in FreeBSD
979262685Sdelphij	  port.
980262685Sdelphij	+ modify check_existence() in db_iterator.c to simply check if the
981262685Sdelphij	  path is a directory or file, according to the need.  Checking for
982262685Sdelphij	  directory size also gives no usable result with OS/2 (cf: 20120107).
983262685Sdelphij	+ support OS/2 kLIBC (patch by KO Myung-Han).
984262685Sdelphij
985262685Sdelphij20120114
986262685Sdelphij	+ several improvements to test/movewindow.c (prompted by discussion on
987262685Sdelphij	  Linux Mint forum):
988262685Sdelphij	  + modify movement commands to make them continuous
989262685Sdelphij	  + rewrote the test for mvderwin
990262685Sdelphij	  + rewrote the test for recursive mvwin
991262685Sdelphij	+ split-out reusable CF_WITH_NCURSES_ETC macro in test/configure.in
992262685Sdelphij	+ updated configure macro CF_XOPEN_SOURCE, build-fixes for Mac OS X
993262685Sdelphij	  and OpenBSD.
994262685Sdelphij	+ regenerated html manpages.
995262685Sdelphij
996262685Sdelphij20120107
997262685Sdelphij	+ various improvments for MinGW (Juergen Pfeifer):
998262685Sdelphij	  + modify stat() calls to ignore the st_size member
999262685Sdelphij	  + drop mk-dlls.sh script.
1000262685Sdelphij	  + change recommended regular expression library.
1001262685Sdelphij	  + modify rain.c to allow for threaded configuraton.
1002262685Sdelphij	  + modify tset.c to allow for case when size-change logic is not used. 
1003262685Sdelphij
1004262685Sdelphij20111231
1005262685Sdelphij	+ modify toe's report when -a and -s options are combined, to add
1006262685Sdelphij	  a column showing which entries belong to a given database.
1007262685Sdelphij	+ add -s option to toe, to sort its output.
1008262685Sdelphij	+ modify progs/toe.c, simplifying use of db-iterator results to use
1009262685Sdelphij	  caching improvements from 20111001 and 20111126.
1010262685Sdelphij	+ correct generation of pc-files when ticlib or termlib options are
1011262685Sdelphij	  given to rename the corresponding tic- or tinfo-libraries (report
1012262685Sdelphij	  by Sven Joachim).
1013262685Sdelphij
1014262685Sdelphij20111224
1015262685Sdelphij	+ document a portability issue with tput, i.e., that scripts which work
1016262685Sdelphij	  with ncurses may fail in other implementations that do no parameter
1017262685Sdelphij	  analysis.
1018262685Sdelphij	+ add putty-sco entry -TD
1019262685Sdelphij
1020262685Sdelphij20111217
1021262685Sdelphij	+ review/fix places in manpages where --program-prefix configure option
1022262685Sdelphij	  was not being used.
1023262685Sdelphij	+ add -D option to infocmp, to show the database locations that it
1024262685Sdelphij	  could use.
1025262685Sdelphij	+ fix build for the special case where term-driver, ticlib and termlib
1026262685Sdelphij	  are all enabled.  The terminal driver depends on a few features in
1027262685Sdelphij	  the base ncurses library, so tic's dependencies include both ncurses
1028262685Sdelphij	  and termlib.
1029262685Sdelphij	+ fix build work for term-driver when --enable-wgetch-events option is
1030262685Sdelphij	  enabled.
1031262685Sdelphij	+ use <stdint.h> types to fix some questionable casts to void*.
1032262685Sdelphij
1033262685Sdelphij20111210
1034262685Sdelphij	+ modify configure script to check if thread library provides
1035262685Sdelphij	  pthread_mutexattr_settype(), e.g., not provided by Solaris 2.6
1036262685Sdelphij	+ modify configure script to suppress check to define _XOPEN_SOURCE
1037262685Sdelphij	  for IRIX64, since its header files have a conflict versus
1038262685Sdelphij	  _SGI_SOURCE.
1039262685Sdelphij	+ modify configure script to add ".pc" files for tic- and
1040262685Sdelphij	  tinfo-libraries, which were omitted in recent change (cf: 20111126).
1041262685Sdelphij	+ fix inconsistent checks on $PKG_CONFIG variable in configure script.
1042262685Sdelphij
1043262685Sdelphij20111203
1044262685Sdelphij	+ modify configure-check for etip.h dependencies, supplying a temporary
1045262685Sdelphij	  copy of ncurses_dll.h since it is a generated file (prompted by
1046262685Sdelphij	  Debian #646977).
1047262685Sdelphij	+ modify CF_CPP_PARAM_INIT "main" function to work with current C++.
1048262685Sdelphij
1049262685Sdelphij20111126
1050262685Sdelphij	+ correct database iterator's check for duplicate entries
1051262685Sdelphij	  (cf: 20111001).
1052262685Sdelphij	+ modify database iterator to ignore $TERMCAP when it is not an
1053262685Sdelphij	  absolute pathname.
1054262685Sdelphij	+ add -D option to tic, to show the database locations that it could
1055262685Sdelphij	  use.
1056262685Sdelphij	+ improve description of database locations in tic manpage.
1057262685Sdelphij	+ modify the configure script to generate a list of the ".pc" files to
1058262685Sdelphij	  generate, rather than deriving the list from the libraries which have
1059262685Sdelphij	  been built (patch by Mike Frysinger).
1060262685Sdelphij	+ use AC_CHECK_TOOLS in preference to AC_PATH_PROGS when searching for
1061262685Sdelphij	  ncurses*-config, e.g., in Ada95/configure and test/configure (adapted
1062262685Sdelphij	  from patch by Mike Frysinger).
1063262685Sdelphij
1064262685Sdelphij20111119
1065262685Sdelphij	+ remove obsolete/conflicting fallback definition for _POSIX_SOURCE
1066262685Sdelphij	  from curses.priv.h, fixing a regression with IRIX64 and Tru64
1067262685Sdelphij	  (cf: 20110416)
1068262685Sdelphij	+ modify _nc_tic_dir() to ensure that its return-value is nonnull,
1069262685Sdelphij	  i.e., the database iterator was not initialized.  This case is needed
1070262685Sdelphij	  to when tic is translating to termcap, rather than loading the
1071262685Sdelphij	  database (cf:  20111001).
1072262685Sdelphij
1073262685Sdelphij20111112
1074262685Sdelphij	+ add pccon entries for OpenBSD console (Alexei Malinin).
1075262685Sdelphij	+ build-fix for OpenBSD 4.9 with gcc 4.2.1, setting _XOPEN_SOURCE to
1076262685Sdelphij	  600 to work around inconsistent ifdef'ing of wcstof between C and
1077262685Sdelphij	  C++ header files.
1078262685Sdelphij	+ modify capconvert script to accept more than exact match on "xterm",
1079262685Sdelphij	  e.g., the "xterm-*" variants, to exclude from the conversion (patch
1080262685Sdelphij	  by Robert Millan).
1081262685Sdelphij	+ add -lc_r as alternative for -lpthread, allows build of threaded code
1082262685Sdelphij	  in older FreeBSD machines.
1083262685Sdelphij	+ build-fix for MirBSD, which fails when either _XOPEN_SOURCE or
1084262685Sdelphij	  _POSIX_SOURCE are defined.
1085262685Sdelphij	+ fix a typo misc/Makefile.in, used in uninstalling pc-files.
1086262685Sdelphij
1087262685Sdelphij20111030
1088262685Sdelphij	+ modify make_db_path() to allow creating "terminfo.db" in the same
1089262685Sdelphij	  directory as an existing "terminfo" directory.  This fixes a case
1090262685Sdelphij	  where switching between hashed/filesystem databases would cause the
1091262685Sdelphij	  new hashed database to be installed in the next best location -
1092262685Sdelphij	  root's home directory.
1093262685Sdelphij	+ add variable cf_cv_prog_gnat_correct to those passed to
1094262685Sdelphij	  config.status, fixing a problem with Ada95 builds (cf: 20111022).
1095262685Sdelphij	+ change feature test from _XPG5 to _XOPEN_SOURCE in two places, to
1096262685Sdelphij	  accommodate broken implementations for _XPG6.
1097262685Sdelphij	+ eliminate usage of NULL symbol from etip.h, to reduce header
1098262685Sdelphij	  interdependencies.
1099262685Sdelphij	+ add configure check to decide when to add _XOPEN_SOURCE define to
1100262685Sdelphij	  compiler options, i.e., for Solaris 10 and later (cf: 20100403).
1101262685Sdelphij	  This is a workaround for gcc 4.6, which fails to build the c++
1102262685Sdelphij	  binding if that symbol is defined by the application, due to
1103262685Sdelphij	  incorrectly combining the corresponding feature test macros
1104262685Sdelphij	  (report by Peter Kruse).
1105262685Sdelphij
1106262685Sdelphij20111022
1107262685Sdelphij	+ correct logic for discarding mouse events, retaining the partial
1108262685Sdelphij	  events used to build up click, double-click, etc, until needed
1109262685Sdelphij	  (cf: 20110917).
1110262685Sdelphij	+ fix configure script to avoid creating unused Ada95 makefile when
1111262685Sdelphij	  gnat does not work.
1112262685Sdelphij	+ cleanup width-related gcc 3.4.3 warnings for 64-bit platform, for the
1113262685Sdelphij	  internal functions of libncurses.  The external interface of courses
1114262685Sdelphij	  uses bool, which still produces these warnings.
1115262685Sdelphij
1116262685Sdelphij20111015
1117262685Sdelphij	+ improve description of --disable-tic-depends option to make it
1118262685Sdelphij	  clear that it may be useful whether or not the --with-termlib
1119262685Sdelphij	  option is also given (report by Sven Joachim).
1120262685Sdelphij	+ amend termcap equivalent for set_pglen_inch to use the X/Open
1121262685Sdelphij	  "YI" rather than the obsolete Solaris 2.5 "sL" (cf: 990109).
1122262685Sdelphij	+ improve manpage for tgetent differences from termcap library.
1123262685Sdelphij
1124262685Sdelphij20111008
1125262685Sdelphij	+ moved static data from db_iterator.c to lib_data.c
1126262685Sdelphij	+ modify db_iterator.c for memory-leak checking, fix one leak.
1127262685Sdelphij	+ modify misc/gen-pkgconfig.in to use Requires.private for the parts
1128262685Sdelphij	  of ncurses rather than Requires, as well as Libs.private for the
1129262685Sdelphij	  other library dependencies (prompted by Debian #644728).
1130262685Sdelphij
1131262685Sdelphij20111001
1132262685Sdelphij	+ modify tic "-K" option to only set the strict-flag rather than force
1133262685Sdelphij	  source-output.  That allows the same flag to control the parser for
1134262685Sdelphij	  input and output of termcap source.
1135262685Sdelphij	+ modify _nc_getent() to ignore backslash at the end of a comment line,
1136262685Sdelphij	  making it consistent with ncurses' parser.
1137262685Sdelphij	+ restore a special-case check for directory needed to make termcap
1138262685Sdelphij	  text files load as if they were databases (cf: 20110924).
1139262685Sdelphij	+ modify tic's resolution/collision checking to attempt to remove the
1140262685Sdelphij	  conflicting alias from the second entry in the pair, which is
1141262685Sdelphij	  normally following in the source file.  Also improved the warning
1142262685Sdelphij	  message to make it simpler to see which alias is the problem.
1143262685Sdelphij	+ improve performance of the database iterator by caching search-list.
1144262685Sdelphij
1145262685Sdelphij20110925
1146262685Sdelphij	+ add a missing "else" in changes to _nc_read_tic_entry().
1147262685Sdelphij
1148262685Sdelphij20110924
1149262685Sdelphij	+ modify _nc_read_tic_entry() so that hashed-database is checked before
1150262685Sdelphij	  filesystem.
1151262685Sdelphij	+ updated CF_CURSES_LIBS check in test/configure script.
1152262685Sdelphij	+ modify configure script and makefiles to split TIC_ARGS and
1153262685Sdelphij	  TINFO_ARGS into pieces corresponding to LDFLAGS and LIBS variables,
1154262685Sdelphij	  to help separate searches for tic- and tinfo-libraries (patch by Nick
1155262685Sdelphij	  Alcock aka "Nix").
1156262685Sdelphij	+ build-fix for lib_mouse.c changes (cf: 20110917).
1157262685Sdelphij
1158262685Sdelphij20110917
1159262685Sdelphij	+ fix compiler warning for clang 2.9
1160262685Sdelphij	+ improve merging of mouse events (integrated patch by Damien
1161262685Sdelphij	  Guibouret).
1162262685Sdelphij	+ correct mask-check used in lib_mouse for wheel mouse buttons 4/5
1163262685Sdelphij	  (patch by Damien Guibouret).
1164262685Sdelphij
1165262685Sdelphij20110910
1166262685Sdelphij	+ modify misc/gen_edit.sh to select a "linux" entry which works with
1167262685Sdelphij	  the current kernel rather than assuming it is always "linux3.0"
1168262685Sdelphij	  (cf: 20110716).
1169262685Sdelphij	+ revert a change to getmouse() which had the undesirable side-effect
1170262685Sdelphij	  of suppressing button-release events (report by Damien Guibouret,
1171262685Sdelphij	  cf: 20100102).
1172262685Sdelphij	+ add xterm+kbs fragment from xterm #272 -TD
1173262685Sdelphij	+ add configure option --with-pkg-config-libdir to provide control over
1174262685Sdelphij	  the actual directory into which pc-files are installed, do not use
1175262685Sdelphij	  the pkg-config environment variables (discussion with Frederic L W
1176262685Sdelphij	  Meunier).
1177262685Sdelphij	+ add link to mailing-list archive in announce.html.in, as done in
1178262685Sdelphij	  FAQ (prompted by question by Andrius Bentkus).
1179262685Sdelphij	+ improve manpage install by adjusting the "#include" examples to
1180262685Sdelphij	  show the ncurses-subdirectory used when --disable-overwrite option
1181262685Sdelphij	  is used.
1182262685Sdelphij	+ install an alias for "curses" to the ncurses manpage, tied to the
1183262685Sdelphij	  --with-curses-h configure option (suggested by Reuben Thomas).
1184262685Sdelphij
1185262685Sdelphij20110903
1186262685Sdelphij	+ propagate error-returns from wresize, i.e., the internal
1187262685Sdelphij	  increase_size and decrease_size functions through resize_term (report
1188262685Sdelphij	  by Tim van der Molen, cf:  20020713).
1189262685Sdelphij	+ fix typo in tset manpage (patch by Sven Joachim).
1190262685Sdelphij
1191262685Sdelphij20110820
1192262685Sdelphij	+ add a check to ensure that termcap files which might have "^?" do
1193262685Sdelphij	  not use the terminfo interpretation as "\177".
1194262685Sdelphij	+ minor cleanup of X-terminal emulator section of terminfo.src -TD
1195262685Sdelphij	+ add terminator entry -TD
1196262685Sdelphij	+ add simpleterm entry -TD
1197262685Sdelphij	+ improve wattr_get macros by ensuring that if the window pointer is
1198262685Sdelphij	  null, then the attribute and color values returned will be zero
1199262685Sdelphij	  (cf: 20110528).
1200262685Sdelphij
1201262685Sdelphij20110813
1202262685Sdelphij	+ add substitution for $RPATH_LIST to misc/ncurses-config.in
1203262685Sdelphij	+ improve performance of tic with hashed-database by caching the
1204262685Sdelphij	  database connection, using atexit() to cleanup.
1205262685Sdelphij	+ modify treatment of 2-character aliases at the beginning of termcap
1206262685Sdelphij	  entries so they are not counted in use-resolution, since these are
1207262685Sdelphij	  guaranteed to be unique.  Also ignore these aliases when reporting
1208262685Sdelphij	  the primary name of the entry (cf: 20040501)
1209262685Sdelphij	+ double-check gn (generic) flag in terminal descriptions to
1210262685Sdelphij	  accommodate old/buggy termcap databases which misused that feature.
1211262685Sdelphij	+ minor fixes to _nc_tgetent(), ensure buffer is initialized even on
1212262685Sdelphij	  error-return.
1213262685Sdelphij
1214262685Sdelphij20110807
1215262685Sdelphij	+ improve rpath fix from 20110730 by ensuring that the new $RPATH_LIST
1216262685Sdelphij	  variable is defined in the makefiles which use it.
1217262685Sdelphij	+ build-fix for DragonFlyBSD's pkgsrc in test/configure script.
1218262685Sdelphij	+ build-fixes for NetBSD 5.1 with termcap support enabled.
1219262685Sdelphij	+ corrected k9 in dg460-ansi, add other features based on manuals -TD
1220262685Sdelphij	+ improve trimming of whitespace at the end of terminfo/termcap output
1221262685Sdelphij	  from tic/infocmp.
1222262685Sdelphij	+ when writing termcap source, ensure that colons in the description
1223262685Sdelphij	  field are translated to a non-delimiter, i.e., "=".
1224262685Sdelphij	+ add "-0" option to tic/infocmp, to make the termcap/terminfo source
1225262685Sdelphij	  use a single line.
1226262685Sdelphij	+ add a null-pointer check when handling the $CC variable.
1227262685Sdelphij
1228262685Sdelphij20110730
1229262685Sdelphij	+ modify configure script and makefiles in c++ and progs to allow the
1230262685Sdelphij	  directory used for rpath option to be overridden, e.g., to work
1231262685Sdelphij	  around updates to the variables used by tic during an install.
1232262685Sdelphij	+ add -K option to tic/infocmp, to provide stricter BSD-compatibility
1233262685Sdelphij	  for termcap output.
1234262685Sdelphij	+ add _nc_strict_bsd variable in tic library which controls the
1235262685Sdelphij	  "strict" BSD termcap compatibility from 20110723, plus these
1236262685Sdelphij	  features:
1237262685Sdelphij	  + allow escapes such as "\8" and "\9" when reading termcap
1238262685Sdelphij	  + disallow "\a", "\e", "\l", "\s" and "\:" escapes when reading
1239262685Sdelphij	    termcap files, passing through "a", "e", etc.
1240262685Sdelphij	  + expand "\:" as "\072" on output.
1241262685Sdelphij	+ modify _nc_get_token() to reset the token's string value in case
1242262685Sdelphij	  there is a string-typed token lacking the "=" marker.
1243262685Sdelphij	+ fix a few memory leaks in _nc_tgetent.
1244262685Sdelphij	+ fix a few places where reading from a termcap file could refer to
1245262685Sdelphij	  freed memory.
1246262685Sdelphij	+ add an overflow check when converting terminfo/termcap numeric
1247262685Sdelphij	  values, since terminfo stores those in a short, and they must be
1248262685Sdelphij	  positive.
1249262685Sdelphij	+ correct internal variables used for translating to termcap "%>"
1250262685Sdelphij	  feature, and translating from termcap %B to terminfo, needed by
1251262685Sdelphij	  tctest (cf: 19991211).
1252262685Sdelphij	+ amend a minor fix to acsc when loading a termcap file to separate it
1253262685Sdelphij	  from warnings needed for tic (cf: 20040710)
1254262685Sdelphij	+ modify logic in _nc_read_entry() and _nc_read_tic_entry() to allow
1255262685Sdelphij	  a termcap file to be handled via TERMINFO_DIRS.
1256262685Sdelphij	+ modify _nc_infotocap() to include non-mandatory padding when
1257262685Sdelphij	  translating to termcap.
1258262685Sdelphij	+ modify _nc_read_termcap_entry(), passing a flag in the case where
1259262685Sdelphij	  getcap is used, to reduce interactive warning messages.
1260262685Sdelphij
1261262685Sdelphij20110723
1262262685Sdelphij	+ add a check in start_color() to limit color-pairs to 256 when
1263262685Sdelphij	  extended colors are not supported (patch by David Benjamin).
1264262685Sdelphij	+ modify setcchar to omit no-longer-needed OR'ing of color pair in
1265262685Sdelphij	  the SetAttr() macro (patch by David Benjamin).
1266262685Sdelphij	+ add kich1 to sun terminfo entry (Yuri Pankov)
1267262685Sdelphij	+ use bold rather than reverse for smso in sun-color terminfo entry
1268262685Sdelphij	  (Yuri Pankov).
1269262685Sdelphij	+ improve generation of termcap using tic/infocmp -C option, e.g.,
1270262685Sdelphij	  to correspond with 4.2BSD (prompted by discussion with Yuri Pankov
1271262685Sdelphij	  regarding Schilling's test program):
1272262685Sdelphij	  + translate %02 and %03 to %2 and %3 respectively.
1273262685Sdelphij	  + suppress string capabilities which use %s, not supported by tgoto
1274262685Sdelphij	  + use \040 rather than \s
1275262685Sdelphij	  + expand null characters as \200 rather than \0
1276262685Sdelphij	+ modify configure script to support shared libraries for DragonFlyBSD.
1277262685Sdelphij
1278262685Sdelphij20110716
1279262685Sdelphij	+ replace an assert() in _nc_Free_Argument() with a regular null
1280262685Sdelphij	  pointer check (report/analysis by Franjo Ivancic).
1281262685Sdelphij	+ modify configure --enable-pc-files option to take into account the
1282262685Sdelphij	  PKG_CONFIG_PATH variable (report by Frederic L W Meunier).
1283262685Sdelphij	+ add/use xterm+tmux chunk from xterm #271 -TD
1284262685Sdelphij	+ resync xterm-new entry from xterm #271 -TD
1285262685Sdelphij	+ add E3 extended capability to linux-basic (Miroslav Lichvar)
1286262685Sdelphij	+ add linux2.2, linux2.6, linux3.0 entries to give context for E3 -TD
1287262685Sdelphij	+ add SI/SO change to linux2.6 entry (Debian #515609) -TD
1288262685Sdelphij	+ fix inconsistent tabset path in pcmw (Todd C. Miller).
1289262685Sdelphij	+ remove a backslash which continued comment, obscuring altos3
1290262685Sdelphij	  definition with OpenBSD toolset (Nicholas Marriott).
1291262685Sdelphij
1292262685Sdelphij20110702
1293262685Sdelphij	+ add workaround from xterm #271 changes to ensure that compiler flags
1294262685Sdelphij	  are not used in the $CC variable.
1295262685Sdelphij	+ improve support for shared libraries, tested with AIX 5.3, 6.1 and
1296262685Sdelphij	  7.1 with both gcc 4.2.4 and cc.
1297262685Sdelphij	+ modify configure checks for AIX to include release 7.x
1298262685Sdelphij	+ add loader flags/libraries to libtool options so that dynamic loading
1299262685Sdelphij	  works properly, adapted from ncurses-5.7-ldflags-with-libtool.patch
1300262685Sdelphij	  at gentoo prefix repository (patch by Michael Haubenwallner).
1301262685Sdelphij
1302262685Sdelphij20110626
1303262685Sdelphij	+ move include of nc_termios.h out of term_entry.h, since the latter
1304262685Sdelphij	  is installed, e.g., for tack while the former is not (report by
1305262685Sdelphij	  Sven Joachim).
1306262685Sdelphij
1307262685Sdelphij20110625
1308262685Sdelphij	+ improve cleanup() function in lib_tstp.c, using _exit() rather than
1309262685Sdelphij	  exit() and checking for SIGTERM rather than SIGQUIT (prompted by
1310262685Sdelphij	  comments forwarded by Nicholas Marriott).
1311262685Sdelphij	+ reduce name pollution from term.h, moving fallback #define's for
1312262685Sdelphij	  tcgetattr(), etc., to new private header nc_termios.h (report by
1313262685Sdelphij	  Sergio NNX).
1314262685Sdelphij	+ two minor fixes for tracing (patch by Vassili Courzakis).
1315262685Sdelphij	+ improve trace initialization by starting it in use_env() and
1316262685Sdelphij	  ripoffline().
1317262685Sdelphij	+ review old email, add details for some changelog entries.
1318262685Sdelphij
1319262685Sdelphij20110611
1320262685Sdelphij	+ update minix entry to minix 3.2 (Thomas Cort).
1321262685Sdelphij	+ fix a strict compiler warning in change to wattr_get (cf: 20110528).
1322262685Sdelphij
1323262685Sdelphij20110604
1324262685Sdelphij	+ fixes for MirBSD port:
1325262685Sdelphij	  + set default prefix to /usr.
1326262685Sdelphij	  + add support for shared libraries in configure script.
1327262685Sdelphij	  + use S_ISREG and S_ISDIR consistently, with fallback definitions.
1328262685Sdelphij	+ add a few more checks based on ncurses/link_test.
1329262685Sdelphij	+ modify MKlib_gen.sh to handle sp-funcs renaming of NCURSES_OUTC type.
1330262685Sdelphij
1331262685Sdelphij20110528
1332262685Sdelphij	+ add case to CF_SHARED_OPTS for Interix (patch by Markus Duft).
1333262685Sdelphij	+ used ncurses/link_test to check for behavior when the terminal has
1334262685Sdelphij	  not been initialized and when an application passes null pointers
1335262685Sdelphij	  to the library.  Added checks to cover this (prompted by Redhat
1336262685Sdelphij	  #707344).
1337262685Sdelphij	+ modify MKlib_gen.sh to make its main() function call each function
1338262685Sdelphij	  with zero parameters, to help find inconsistent checking for null
1339262685Sdelphij	  pointers, etc.
1340262685Sdelphij
1341262685Sdelphij20110521
1342262685Sdelphij	+ fix warnings from clang 2.7 "--analyze"
1343262685Sdelphij
1344262685Sdelphij20110514
1345262685Sdelphij	+ compiler-warning fixes in panel and progs.
1346262685Sdelphij	+ modify CF_PKG_CONFIG macro, from changes to tin -TD
1347262685Sdelphij	+ modify CF_CURSES_FUNCS configure macro, used in test directory
1348262685Sdelphij	  configure script:
1349262685Sdelphij	  + work around (non-optimizer) bug in gcc 4.2.1 which caused
1350262685Sdelphij	    test-expression to be omitted from executable.
1351262685Sdelphij	  + force the linker to see a link-time expression of a symbol, to
1352262685Sdelphij	    help work around weak-symbol issues.
1353262685Sdelphij
1354262685Sdelphij20110507
1355262685Sdelphij	+ update discussion of MKfallback.sh script in INSTALL; normally the
1356262685Sdelphij	  script is used automatically via the configured makefiles.  However
1357262685Sdelphij	  there are still occasions when it might be used directly by packagers
1358262685Sdelphij	  (report by Gunter Schaffler).
1359262685Sdelphij	+ modify misc/ncurses-config.in to omit the "-L" option from the
1360262685Sdelphij	  "--libs" output if the library directory is /usr/lib.
1361262685Sdelphij	+ change order of tests for curses.h versus ncurses.h headers in the
1362262685Sdelphij	  configure scripts for Ada95 and test-directories, to look for
1363262685Sdelphij	  ncurses.h, from fixes to tin -TD
1364262685Sdelphij	+ modify ncurses/tinfo/access.c to account for Tandem's root uid
1365262685Sdelphij	  (report by Joachim Schmitz).
1366262685Sdelphij
1367262685Sdelphij20110430
1368262685Sdelphij	+ modify rules in Ada95/src/Makefile.in to ensure that the PIC option
1369262685Sdelphij	  is not used when building a static library (report by Nicolas
1370262685Sdelphij	  Boulenguez):
1371262685Sdelphij	+ Ada95 build-fix for big-endian architectures such as sparc.  This
1372262685Sdelphij	  undoes one of the fixes from 20110319, which added an "Unused" member
1373262685Sdelphij	  to representation clauses, replacing that with pragmas to suppress
1374262685Sdelphij	  warnings about unused bits (patch by Nicolas Boulenguez):
1375262685Sdelphij
1376262685Sdelphij20110423
1377262685Sdelphij	+ add check in test/configure for use_window, use_screen.
1378262685Sdelphij	+ add configure-checks for getopt's variables, which may be declared
1379262685Sdelphij	  as different types on some Unix systems.
1380262685Sdelphij	+ add check in test/configure for some legacy curses types of the
1381262685Sdelphij	  function pointer passed to tputs().
1382262685Sdelphij	+ modify init_pair() to accept -1's for color value after
1383262685Sdelphij	  assume_default_colors() has been called (Debian #337095).
1384262685Sdelphij	+ modify test/background.c, adding commmand-line options to demonstrate
1385262685Sdelphij	  assume_default_colors() and use_default_colors().
1386262685Sdelphij
1387262685Sdelphij20110416
1388262685Sdelphij	+ modify configure script/source-code to only define _POSIX_SOURCE if
1389262685Sdelphij	  the checks for sigaction and/or termios fail, and if _POSIX_C_SOURCE
1390262685Sdelphij	  and _XOPEN_SOURCE are undefined (report by Valentin Ochs).
1391262685Sdelphij	+ update config.guess, config.sub
1392262685Sdelphij
1393262685Sdelphij20110409
1394262685Sdelphij	+ fixes to build c++ binding with clang 3.0 (patch by Alexander
1395262685Sdelphij	  Kolesen).
1396262685Sdelphij	+ add check for unctrl.h in test/configure, to work around breakage in
1397262685Sdelphij	  some ncurses packages.
1398262685Sdelphij	+ add "--disable-widec" option to test/configure script.
1399262685Sdelphij	+ add "--with-curses-colr" and "--with-curses-5lib" options to the
1400262685Sdelphij	  test/configure script to address testing with very old machines.
1401262685Sdelphij
1402262629Sdelphij20110404 5.9 release for upload to ftp.gnu.org
1403262629Sdelphij
1404262629Sdelphij20110402
1405262629Sdelphij	+ various build-fixes for the rpm/dpkg scripts.
1406262629Sdelphij	+ add "--enable-rpath-link" option to Ada95/configure, to allow
1407262629Sdelphij	  packages to suppress the rpath feature which is normally used for
1408262629Sdelphij	  the in-tree build of sample programs.
1409262629Sdelphij	+ corrected definition of libdir variable in Ada95/src/Makefile.in,
1410262629Sdelphij	  needed for rpm script.
1411262629Sdelphij	+ add "--with-shared" option to Ada95/configure script, to allow
1412262629Sdelphij	  making the C-language parts of the binding use appropriate compiler
1413262629Sdelphij	  options if building a shared library with gnat.
1414262629Sdelphij
1415262629Sdelphij20110329
1416262629Sdelphij	> portability fixes for Ada95 binding:
1417262629Sdelphij	+ add configure check to ensure that SIGINT works with gnat.  This is
1418262629Sdelphij	  needed for the "rain" sample program.  If SIGINT does not work, omit
1419262629Sdelphij	  that sample program.
1420262629Sdelphij	+ correct typo in check of $PKG_CONFIG variable in Ada95/configure
1421262629Sdelphij	+ add ncurses_compat.c, to supply functions used in the Ada95 binding
1422262629Sdelphij	  which were added in 5.7 and later.
1423262629Sdelphij	+ modify sed expression in CF_NCURSES_ADDON to eliminate a dependency
1424262629Sdelphij	  upon GNU sed.
1425262629Sdelphij
1426262629Sdelphij20110326
1427262629Sdelphij	+ add special check in Ada95/configure script for ncurses6 reentrant
1428262629Sdelphij	  code.
1429262629Sdelphij	+ regen Ada html documentation.
1430262629Sdelphij	+ build-fix for Ada shared libraries versus the varargs workaround.
1431262629Sdelphij	+ add rpm and dpkg scripts for Ada95 and test directories, for test
1432262629Sdelphij	  builds.
1433262629Sdelphij	+ update test/configure macros CF_CURSES_LIBS, CF_XOPEN_SOURCE and
1434262629Sdelphij	  CF_X_ATHENA_LIBS.
1435262629Sdelphij	+ add configure check to determine if gnat's project feature supports
1436262629Sdelphij	  libraries, i.e., collections of .ali files.
1437262629Sdelphij	+ make all dereferences in Ada95 samples explicit.
1438262629Sdelphij	+ fix typo in comment in lib_add_wch.c (patch by Petr Pavlu).
1439262629Sdelphij	+ add configure check for, ifdef's for math.h which is in a separate
1440262629Sdelphij	  package on Solaris and potentially not installed (report by Petr
1441262629Sdelphij	  Pavlu).
1442262629Sdelphij	> fixes for Ada95 binding (Nicolas Boulenguez):
1443262629Sdelphij	+ improve type-checking in Ada95 by eliminating a few warning-suppress
1444262629Sdelphij	  pragmas.
1445262629Sdelphij	+ suppress unreferenced warnings.
1446262629Sdelphij	+ make all dereferences in binding explicit.
1447262629Sdelphij
1448262629Sdelphij20110319
1449262629Sdelphij	+ regen Ada html documentation.
1450262629Sdelphij	+ change order of -I options from ncurses*-config script when the
1451262629Sdelphij	  --disable-overwrite option was used, so that the subdirectory include
1452262629Sdelphij	  is listed first.
1453262629Sdelphij	+ modify the make-tar.sh scripts to add a MANIFEST and NEWS file.
1454262629Sdelphij	+ modify configure script to provide value for HTML_DIR in
1455262629Sdelphij	  Ada95/gen/Makefile.in, which depends on whether the Ada95 binding is
1456262629Sdelphij	  distributed separately (report by Nicolas Boulenguez).
1457262685Sdelphij	+ modify configure script to add "-g" and/or "-O3" to ADAFLAGS if the
1458262629Sdelphij	  CFLAGS for the build has these options.
1459262629Sdelphij	+ amend change from 20070324, to not add 1 to the result of getmaxx
1460262629Sdelphij	  and getmaxy in the Ada binding (report by Nicolas Boulenguez for
1461262629Sdelphij	  thread in comp.lang.ada).
1462262629Sdelphij	+ build-fix Ada95/samples for gnat 4.5
1463262629Sdelphij	+ spelling fixes for Ada95/samples/explain.txt
1464262629Sdelphij	> fixes for Ada95 binding (Nicolas Boulenguez):
1465262629Sdelphij	+ add item in Trace_Attribute_Set corresponding to TRACE_ATTRS.
1466262629Sdelphij	+ add workaround for binding to set_field_type(), which uses varargs.
1467262629Sdelphij	  The original binding from 990220 relied on the prevalent
1468262629Sdelphij	  implementation of varargs which did not support or need va_copy().
1469262629Sdelphij	+ add dependency on gen/Makefile.in needed for *-panels.ads
1470262629Sdelphij	+ add Library_Options to library.gpr
1471262629Sdelphij	+ add Languages to library.gpr, for gprbuild
1472262629Sdelphij
1473262629Sdelphij20110307
1474262629Sdelphij	+ revert changes to limit-checks from 20110122 (Debian #616711).
1475262629Sdelphij	> minor type-cleanup of Ada95 binding (Nicolas Boulenguez):
1476262629Sdelphij	+ corrected a minor sign error in a field of Low_Level_Field_Type, to
1477262629Sdelphij	  conform to form.h.
1478262629Sdelphij	+ replaced C_Int by Curses_Bool as return type for some callbacks, see
1479262629Sdelphij	  fieldtype(3FORM).
1480262629Sdelphij	+ modify samples/sample-explain.adb to provide explicit message when
1481262629Sdelphij	  explain.txt is not found.
1482262629Sdelphij
1483262629Sdelphij20110305
1484262629Sdelphij	+ improve makefiles for Ada95 tree (patch by Nicolas Boulenguez).
1485262629Sdelphij	+ fix an off-by-one error in _nc_slk_initialize() from 20100605 fixes
1486262629Sdelphij	  for compiler warnings (report by Nicolas Boulenguez).
1487262629Sdelphij	+ modify Ada95/gen/gen.c to declare unused bits in generated layouts,
1488262629Sdelphij	  needed to compile when chtype is 64-bits using gnat 4.4.5
1489262629Sdelphij
1490262629Sdelphij20110226 5.8 release for upload to ftp.gnu.org
1491262629Sdelphij
1492262629Sdelphij20110226
1493262629Sdelphij	+ update release notes, for 5.8.
1494262629Sdelphij	+ regenerated html manpages.
1495262629Sdelphij	+ change open() in _nc_read_file_entry() to fopen() for consistency
1496262629Sdelphij	  with write_file().
1497262629Sdelphij	+ modify misc/run_tic.in to create parent directory, in case this is
1498262629Sdelphij	  a new install of hashed database.
1499262629Sdelphij	+ fix typo in Ada95/mk-1st.awk which causes error with original awk.
1500262629Sdelphij
1501262629Sdelphij20110220
1502262629Sdelphij	+ configure script rpath fixes from xterm #269.
1503262629Sdelphij	+ workaround for cygwin's non-functional features.h, to force ncurses'
1504262629Sdelphij	  configure script to define _XOPEN_SOURCE_EXTENDED when building
1505262629Sdelphij	  wide-character configuration.
1506262629Sdelphij	+ build-fix in run_tic.sh for OS/2 EMX install
1507262629Sdelphij	+ add cons25-debian entry (patch by Brian M Carlson, Debian #607662).
1508262629Sdelphij
1509262629Sdelphij20110212
1510262629Sdelphij	+ regenerated html manpages.
1511262629Sdelphij	+ use _tracef() in show_where() function of tic, to work correctly with
1512262685Sdelphij	  special case of trace configuration.
1513262629Sdelphij
1514262629Sdelphij20110205
1515262629Sdelphij	+ add xterm-utf8 entry as a demo of the U8 feature -TD
1516262629Sdelphij	+ add U8 feature to denote entries for terminal emulators which do not
1517262629Sdelphij	  support VT100 SI/SO when processing UTF-8 encoding -TD
1518262629Sdelphij	+ improve the NCURSES_NO_UTF8_ACS feature by adding a check for an
1519262629Sdelphij	  extended terminfo capability U8 (prompted by mailing list
1520262629Sdelphij	  discussion).
1521262629Sdelphij
1522262629Sdelphij20110122
1523262629Sdelphij	+ start documenting interface changes for upcoming 5.8 release.
1524262629Sdelphij	+ correct limit-checks in derwin().
1525262629Sdelphij	+ correct limit-checks in newwin(), to ensure that windows have nonzero
1526262629Sdelphij	  size (report by Garrett Cooper).
1527262629Sdelphij	+ fix a missing "weak" declaration for pthread_kill (patch by Nicholas
1528262629Sdelphij	  Alcock).
1529262629Sdelphij	+ improve documentation of KEY_ENTER in curs_getch.3x manpage (prompted
1530262629Sdelphij	  by discussion with Kevin Martin).
1531262629Sdelphij
1532262629Sdelphij20110115
1533262629Sdelphij	+ modify Ada95/configure script to make the --with-curses-dir option
1534262629Sdelphij	  work without requiring the --with-ncurses option.
1535262629Sdelphij	+ modify test programs to allow them to be built with NetBSD curses.
1536262629Sdelphij	+ document thick- and double-line symbols in curs_add_wch.3x manpage.
1537262629Sdelphij	+ document WACS_xxx constants in curs_add_wch.3x manpage.
1538262629Sdelphij	+ fix some warnings for clang 2.6 "--analyze"
1539262629Sdelphij	+ modify Ada95 makefiles to make html-documentation with the project
1540262629Sdelphij	  file configuration if that is used.
1541262629Sdelphij	+ update config.guess, config.sub
1542262629Sdelphij
1543262629Sdelphij20110108
1544262629Sdelphij	+ regenerated html manpages.
1545262629Sdelphij	+ minor fixes to enable lint when trace is not enabled, e.g., with
1546262629Sdelphij	  clang --analyze.
1547262629Sdelphij	+ fix typo in man/default_colors.3x (patch by Tim van der Molen).
1548262629Sdelphij	+ update ncurses/llib-lncurses*
1549262629Sdelphij
1550262629Sdelphij20110101
1551262629Sdelphij	+ fix remaining strict compiler warnings in ncurses library ABI=5,
1552262629Sdelphij	  except those dealing with function pointers, etc.
1553262629Sdelphij
1554262629Sdelphij20101225
1555262629Sdelphij	+ modify nc_tparm.h, adding guards against repeated inclusion, and
1556262629Sdelphij	  allowing TPARM_ARG to be overridden.
1557262629Sdelphij	+ fix some strict compiler warnings in ncurses library.
1558262629Sdelphij
1559262629Sdelphij20101211
1560262629Sdelphij	+ suppress ncv in screen entry, allowing underline (patch by Alejandro
1561262629Sdelphij	  R Sedeno).
1562262629Sdelphij	+ also suppress ncv in konsole-base -TD
1563262629Sdelphij	+ fixes in wins_nwstr() and related functions to ensure that special
1564262629Sdelphij	  characters, i.e., control characters are handled properly with the
1565262629Sdelphij	  wide-character configuration.
1566262629Sdelphij	+ correct a comparison in wins_nwstr() (Redhat #661506).
1567262629Sdelphij	+ correct help-messages in some of the test-programs, which still
1568262629Sdelphij	  referred to quitting with 'q'.
1569262629Sdelphij
1570262629Sdelphij20101204
1571262629Sdelphij	+ add special case to _nc_infotocap() to recognize the setaf/setab
1572262629Sdelphij	  strings from xterm+256color and xterm+88color, and provide a reduced
1573262629Sdelphij	  version which works with termcap.
1574262629Sdelphij	+ remove obsolete emacs "Local Variables" section from documentation
1575262629Sdelphij	  (request by Sven Joachim).
1576262685Sdelphij	+ update doc/html/index.html to include NCURSES-Programming-HOWTO.html
1577262629Sdelphij	  (report by Sven Joachim).
1578262629Sdelphij
1579262629Sdelphij20101128
1580262629Sdelphij	+ modify test/configure and test/Makefile.in to handle this special
1581262629Sdelphij	  case of building within a build-tree (Debian #34182):
1582262629Sdelphij		mkdir -p build && cd build && ../test/configure && make
1583262629Sdelphij
1584262629Sdelphij20101127
1585262629Sdelphij	+ miscellaneous build-fixes for Ada95 and test-directories when built
1586262629Sdelphij	  out-of-tree.
1587262629Sdelphij	+ use VPATH in makefiles to simplify out-of-tree builds (Debian #34182).
1588262629Sdelphij	+ fix typo in rmso for tek4106 entry -Goran Weinholt
1589262629Sdelphij
1590262629Sdelphij20101120
1591262629Sdelphij	+ improve checks in test/configure for X libraries, from xterm #267
1592262629Sdelphij	  changes.
1593262629Sdelphij	+ modify test/configure to allow it to use the build-tree's libraries
1594262629Sdelphij	  e.g., when using that to configure the test-programs without the
1595262629Sdelphij	  rpath feature (request by Sven Joachim).
1596262629Sdelphij	+ repurpose "gnome" terminfo entries as "vte", retaining "gnome" items
1597262629Sdelphij	  for compatibility, but generally deprecating those since the VTE
1598262629Sdelphij	  library is what actually defines the behavior of "gnome", etc.,
1599262629Sdelphij	  since 2003 -TD
1600262629Sdelphij
1601262629Sdelphij20101113
1602262629Sdelphij	+ compiler warning fixes for test programs.
1603262629Sdelphij	+ various build-fixes for test-programs with pdcurses.
1604262629Sdelphij	+ updated configure checks for X packages in test/configure from xterm
1605262629Sdelphij	  #267 changes.
1606262629Sdelphij	+ add configure check to gnatmake, to accommodate cygwin.
1607262629Sdelphij
1608262629Sdelphij20101106
1609262629Sdelphij	+ correct list of sub-directories needed in Ada95 tree for building as
1610262629Sdelphij	  a separate package.
1611262629Sdelphij	+ modify scripts in test-directory to improve builds as a separate
1612262629Sdelphij	  package.
1613262629Sdelphij
1614262629Sdelphij20101023
1615262629Sdelphij	+ correct parsing of relative tab-stops in tabs program (report by
1616262629Sdelphij	  Philip Ganchev).
1617262629Sdelphij	+ adjust configure script so that "t" is not added to library suffix
1618262629Sdelphij	  when weak-symbols are used, allowing the pthread configuration to
1619262629Sdelphij	  more closely match the non-thread naming (report by Werner Fink).
1620262629Sdelphij	+ modify configure check for tic program, used for fallbacks, to a
1621262629Sdelphij	  warning if not found.  This makes it simpler to use additonal
1622262629Sdelphij	  scripts to bootstrap the fallbacks code using tic from the build
1623262629Sdelphij	  tree (report by Werner Fink).
1624262629Sdelphij	+ fix several places in configure script using ${variable-value} form.
1625262629Sdelphij	+ modify configure macro CF_LDFLAGS_STATIC to accommodate some loaders
1626262629Sdelphij	  which do not support selectively linking against static libraries
1627262629Sdelphij	  (report by John P. Hartmann)
1628262629Sdelphij	+ fix an unescaped dash in man/tset.1 (report by Sven Joachim).
1629262629Sdelphij
1630262629Sdelphij20101009
1631262629Sdelphij	+ correct comparison used for setting 16-colors in linux-16color
1632262629Sdelphij	  entry (Novell #644831) -TD
1633262629Sdelphij	+ improve linux-16color entry, using "dim" for color-8 which makes it
1634262629Sdelphij	  gray rather than black like color-0 -TD
1635262629Sdelphij	+ drop misc/ncu-indent and misc/jpf-indent; they are provided by an
1636262629Sdelphij	  external package "cindent".
1637262629Sdelphij
1638262629Sdelphij20101002
1639262629Sdelphij	+ improve linkages in html manpages, adding references to the newer
1640262629Sdelphij	  pages, e.g., *_variables, curs_sp_funcs, curs_threads.
1641262629Sdelphij	+ add checks in tic for inconsistent cursor-movement controls, and for
1642262629Sdelphij	  inconsistent printer-controls.
1643262629Sdelphij	+ fill in no-parameter forms of cursor-movement where a parameterized
1644262629Sdelphij	  form is available -TD
1645262629Sdelphij	+ fill in missing cursor controls where the form of the controls is
1646262629Sdelphij	  ANSI -TD
1647262629Sdelphij	+ fix inconsistent punctuation in form_variables manpage (patch by
1648262629Sdelphij	  Sven Joachim).
1649262629Sdelphij	+ add parameterized cursor-controls to linux-basic (report by Dae) -TD
1650262629Sdelphij	> patch by Juergen Pfeifer:
1651262685Sdelphij	+ document how to build 32-bit libraries in README.MinGW
1652262685Sdelphij	+ fixes to filename computation in mk-dlls.sh.in
1653262629Sdelphij	+ use POSIX locale in mk-dlls.sh.in rather than en_US (report by Sven
1654262629Sdelphij	  Joachim).
1655262629Sdelphij	+ add a check in mk-dlls.sh.in to obtain the size of a pointer to
1656262629Sdelphij	  distinguish between 32-bit and 64-bit hosts.  The result is stored
1657262629Sdelphij	  in mingw_arch
1658262629Sdelphij
1659262629Sdelphij20100925
1660262629Sdelphij	+ add "XT" capability to entries for terminals that support both
1661262629Sdelphij	  xterm-style mouse- and title-controls, for "screen" which
1662262629Sdelphij	  special-cases TERM beginning with "xterm" or "rxvt" -TD
1663262629Sdelphij	> patch by Juergen Pfeifer:
1664262629Sdelphij	+ use 64-Bit MinGW toolchain (recommended package from TDM, see
1665262629Sdelphij	  README.MinGW).
1666262629Sdelphij	+ support pthreads when using the TDM MinGW toolchain
1667262629Sdelphij
1668262629Sdelphij20100918
1669262629Sdelphij	+ regenerated html manpages.
1670262629Sdelphij	+ minor fixes for symlinks to curs_legacy.3x and curs_slk.3x manpages.
1671262629Sdelphij	+ add manpage for sp-funcs.
1672262629Sdelphij	+ add sp-funcs to test/listused.sh, for documentation aids.
1673262629Sdelphij
1674262629Sdelphij20100911
1675262629Sdelphij	+ add manpages for summarizing public variables of curses-, terminfo-
1676262629Sdelphij	  and form-libraries.
1677262629Sdelphij	+ minor fixes to manpages for consistency (patch by Jason McIntyre).
1678262629Sdelphij	+ modify tic's -I/-C dump to reformat acsc strings into canonical form
1679262629Sdelphij	  (sorted, unique mapping) (cf: 971004).
1680262629Sdelphij	+ add configure check for pthread_kill(), needed for some old
1681262629Sdelphij	  platforms.
1682262629Sdelphij
1683262629Sdelphij20100904
1684262629Sdelphij	+ add configure option --without-tests, to suppress building test
1685262629Sdelphij	  programs (request by Frederic L W Meunier).
1686262629Sdelphij
1687262629Sdelphij20100828
1688262629Sdelphij	+ modify nsterm, xnuppc and tek4115 to make sgr/sgr0 consistent -TD
1689262629Sdelphij	+ add check in terminfo source-reader to provide more informative
1690262629Sdelphij	  message when someone attempts to run tic on a compiled terminal
1691262629Sdelphij	  description (prompted by Debian #593920).
1692262629Sdelphij	+ note in infotocap and captoinfo manpages that they read terminal
1693262629Sdelphij	  descriptions from text-files (Debian #593920).
1694262629Sdelphij	+ improve acsc string for vt52, show arrow keys (patch by Benjamin
1695262629Sdelphij	  Sittler).
1696262629Sdelphij
1697262629Sdelphij20100814
1698262629Sdelphij	+ document in manpages that "mv" functions first use wmove() to check
1699262629Sdelphij	  the window pointer and whether the position lies within the window
1700262629Sdelphij	  (suggested by Poul-Henning Kamp).
1701262629Sdelphij	+ fixes to curs_color.3x, curs_kernel.3x and wresize.3x manpages (patch
1702262629Sdelphij	  by Tim van der Molen).
1703262629Sdelphij	+ modify configure script to transform library names for tic- and
1704262629Sdelphij	  tinfo-libraries so that those build properly with Mac OS X shared
1705262629Sdelphij	  library configuration.
1706262629Sdelphij	+ modify configure script to ensure that it removes conftest.dSYM
1707262629Sdelphij	  directory leftover on checks with Mac OS X.
1708262629Sdelphij	+ modify configure script to cleanup after check for symbolic links.
1709262629Sdelphij
1710262629Sdelphij20100807
1711262629Sdelphij	+ correct a typo in mk-1st.awk (patch by Gabriele Balducci)
1712262629Sdelphij	  (cf: 20100724)
1713262629Sdelphij	+ improve configure checks for location of tic and infocmp programs
1714262629Sdelphij	  used for installing database and for generating fallback data,
1715262629Sdelphij	  e.g., for cross-compiling.
1716262629Sdelphij	+ add Markus Kuhn's wcwidth function for compiling MinGW
1717262629Sdelphij	+ add special case to CF_REGEX for cross-compiling to MinGW target.
1718262629Sdelphij
1719262629Sdelphij20100731
1720262629Sdelphij	+ modify initialization check for win32con driver to eliminate need for
1721262629Sdelphij	  special case for TERM "unknown", using terminal database if available
1722262629Sdelphij	  (prompted by discussion with Roumen Petrov).
1723262629Sdelphij	+ for MinGW port, ensure that terminal driver is setup if tgetent()
1724262629Sdelphij	  is called (patch by Roumen Petrov).
1725262629Sdelphij	+ document tabs "-0" and "-8" options in manpage.
1726262629Sdelphij	+ fix Debian "lintian" issues with manpages reported in
1727262629Sdelphij	  http://lintian.debian.org/full/csmall@debian.org.html#ncurses
1728262629Sdelphij
1729262629Sdelphij20100724
1730262629Sdelphij	+ add a check in tic for missing set_tab if clear_all_tabs given.
1731262629Sdelphij	+ improve use of symbolic links in makefiles by using "-f" option if
1732262629Sdelphij	  it is supported, to eliminate temporary removal of the target
1733262629Sdelphij	  (prompted by http://www.t2-project.org/packages/ncurses.html)
1734262629Sdelphij	+ minor improvement to test/ncurses.c, reset color pairs in 'd' test
1735262629Sdelphij	  after exit from 'm' main-menu command.
1736262629Sdelphij	+ improved ncu-indent, from mawk changes, allows more than one of
1737262629Sdelphij	  GCC_NORETURN, GCC_PRINTFLIKE and GCC_SCANFLIKE on a single line.
1738262629Sdelphij
1739262629Sdelphij20100717
1740262629Sdelphij	+ add hard-reset for rs2 to wsvt25 to help ensure that reset ends
1741262629Sdelphij	  the alternate character set (patch by Nicholas Marriott)
1742262629Sdelphij	+ remove tar-copy.sh and related configure/Makefile chunks, since the
1743262629Sdelphij	  Ada95 binding is now installed using rules in Ada95/src.
1744262629Sdelphij
1745262629Sdelphij20100703
1746262629Sdelphij	+ continue integrating changes to use gnatmake project files in Ada95
1747262629Sdelphij	  + add/use configure check to turn on project rules for Ada95/src.
1748262629Sdelphij	+ revert the vfork change from 20100130, since it does not work.
1749262629Sdelphij
1750262629Sdelphij20100626
1751262629Sdelphij	+ continue integrating changes to use gnatmake project files in Ada95
1752262629Sdelphij	  + old gnatmake (3.15) does not produce libraries using project-file;
1753262629Sdelphij	    work around by adding script to generate alternate makefile.
1754262629Sdelphij
1755262629Sdelphij20100619
1756262629Sdelphij	+ continue integrating changes to use gnatmake project files in Ada95
1757262629Sdelphij	  + add configure --with-ada-sharedlib option, for the test_make rule.
1758262629Sdelphij	  + move Ada95-related logic into aclocal.m4, since additional checks
1759262629Sdelphij	    will be needed to distinguish old/new implementations of gnat.
1760262629Sdelphij
1761262629Sdelphij20100612
1762262629Sdelphij	+ start integrating changes to use gnatmake project files in Ada95 tree
1763262629Sdelphij	  + add test_make / test_clean / test_install rules in Ada95/src
1764262629Sdelphij	  + change install-path for adainclude directory to /usr/share/ada (was
1765262629Sdelphij	    /usr/lib/ada).
1766262629Sdelphij	+ update Ada95/configure.
1767262629Sdelphij	+ add mlterm+256color entry, for mlterm 3.0.0 -TD
1768262629Sdelphij	+ modify test/configure to use macros to ensure consistent order
1769262629Sdelphij	  of updating LIBS variable.
1770262629Sdelphij
1771262629Sdelphij20100605
1772262629Sdelphij	+ change search order of options for Solaris in CF_SHARED_OPTS, to
1773262629Sdelphij	  work with 64-bit compiles.
1774262629Sdelphij	+ correct quoting of assignment in CF_SHARED_OPTS case for aix
1775262629Sdelphij	  (cf: 20081227)
1776262629Sdelphij
1777262629Sdelphij20100529
1778262629Sdelphij	+ regenerated html documentation.
1779262629Sdelphij	+ modify test/configure to support pkg-config for checking X libraries
1780262629Sdelphij	  used by PDCurses.
1781262629Sdelphij	+ add/use configure macro CF_ADD_LIB to force consistency of
1782262629Sdelphij	  assignments to $LIBS, etc.
1783262629Sdelphij	+ fix configure script for combining --with-pthread
1784262629Sdelphij	  and --enable-weak-symbols options.
1785262629Sdelphij
1786262629Sdelphij20100522
1787262629Sdelphij	+ correct cross-compiling configure check for CF_MKSTEMP macro, by
1788262629Sdelphij	  adding a check cache variable set by AC_CHECK_FUNC (report by
1789262629Sdelphij	  Pierre Labastie).
1790262629Sdelphij	+ simplify include-dependencies of make_hash and make_keys, to reduce
1791262629Sdelphij	  the need for setting BUILD_CPPFLAGS in cross-compiling when the
1792262629Sdelphij	  build- and target-machines differ.
1793262629Sdelphij	+ repair broken-linker configuration by restoring a definition of SP
1794262629Sdelphij	  variable to curses.priv.h, and adjusting for cases where sp-funcs
1795262629Sdelphij	  are used.
1796262629Sdelphij	+ improve configure macro CF_AR_FLAGS, allowing ARFLAGS environment
1797262629Sdelphij	  variable to override (prompted by report by Pablo Cazallas).
1798262629Sdelphij
1799262629Sdelphij20100515
1800262629Sdelphij	+ add configure option --enable-pthreads-eintr to control whether the
1801262629Sdelphij	  new EINTR feature is enabled.
1802262629Sdelphij	+ modify logic in pthread configuration to allow EINTR to interrupt
1803262629Sdelphij	  a read operation in wgetch() (Novell #540571, patch by Werner Fink).
1804262629Sdelphij	+ drop mkdirs.sh, use "mkdir -p".
1805262629Sdelphij	+ add configure option --disable-libtool-version, to use the
1806262629Sdelphij	  "-version-number" feature which was added in libtool 1.5 (report by
1807262629Sdelphij	  Peter Haering).  The default value for the option uses the newer
1808262629Sdelphij	  feature, which makes libraries generated using libtool compatible
1809262629Sdelphij	  with the standard builds of ncurses.
1810262629Sdelphij	+ updated test/configure to match configure script macros.
1811262629Sdelphij	+ fixes for configure script from lynx changes:
1812262629Sdelphij	  + improve CF_FIND_LINKAGE logic for the case where a function is
1813262629Sdelphij	    found in predefined libraries.
1814262629Sdelphij	  + revert part of change to CF_HEADER (cf: 20100424)
1815262629Sdelphij
1816262629Sdelphij20100501
1817262629Sdelphij	+ correct limit-check in wredrawln, accounting for begy/begx values
1818262629Sdelphij	  (patch by David Benjamin).
1819262629Sdelphij	+ fix most compiler warnings from clang.
1820262629Sdelphij	+ amend build-fix for OpenSolaris, to ensure that a system header is
1821262629Sdelphij	  included in curses.h before testing feature symbols, since they
1822262629Sdelphij	  may be defined by that route.
1823262629Sdelphij
1824262629Sdelphij20100424
1825262629Sdelphij	+ fix some strict compiler warnings in ncurses library.
1826262629Sdelphij	+ modify configure macro CF_HEADER_PATH to not look for variations in
1827262629Sdelphij	  the predefined include directories.
1828262629Sdelphij	+ improve configure macros CF_GCC_VERSION and CF_GCC_WARNINGS to work
1829262629Sdelphij	  with gcc 4.x's c89 alias, which gives warning messages for cases
1830262629Sdelphij	  where older versions would produce an error.
1831262629Sdelphij
1832262629Sdelphij20100417
1833262629Sdelphij	+ modify _nc_capcmp() to work with cancelled strings.
1834262629Sdelphij	+ correct translation of "^" in _nc_infotocap(), used to transform
1835262685Sdelphij	  terminfo to termcap strings
1836262629Sdelphij	+ add configure --disable-rpath-hack, to allow disabling the feature
1837262629Sdelphij	  which adds rpath options for libraries in unusual places.
1838262629Sdelphij	+ improve CF_RPATH_HACK_2 by checking if the rpath option for a given
1839262629Sdelphij	  directory was already added.
1840262629Sdelphij	+ improve CF_RPATH_HACK_2 by using ldd to provide a standard list of
1841262629Sdelphij	  directories (which will be ignored).
1842262629Sdelphij
1843262629Sdelphij20100410
1844262629Sdelphij	+ improve win_driver.c handling of mouse:
1845262629Sdelphij	  + discard motion events
1846262629Sdelphij	  + avoid calling _nc_timed_wait when there is a mouse event
1847262629Sdelphij	  + handle 4th and "rightmost" buttons.
1848262629Sdelphij	+ quote substitutions in CF_RPATH_HACK_2 configure macro, needed for
1849262629Sdelphij	  cases where there are embedded blanks in the rpath option.
1850262629Sdelphij
1851262629Sdelphij20100403
1852262629Sdelphij	+ add configure check for exctags vs ctags, to work around pkgsrc.
1853262629Sdelphij	+ simplify logic in _nc_get_screensize() to make it easier to see how
1854262629Sdelphij	  environment variables may override system- and terminfo-values
1855262629Sdelphij	  (prompted by discussion with Igor Bujna).
1856262629Sdelphij	+ make debug-traces for COLOR_PAIR and PAIR_NUMBER less verbose.
1857262629Sdelphij	+ improve handling of color-pairs embedded in attributes for the
1858262629Sdelphij	  extended-colors configuration.
1859262629Sdelphij	+ modify MKlib_gen.sh to build link_test with sp-funcs.
1860262629Sdelphij	+ build-fixes for OpenSolaris aka Solaris 11, for wide-character
1861262629Sdelphij	  configuration as well as for rpath feature in *-config scripts.
1862262629Sdelphij
1863262629Sdelphij20100327
1864262629Sdelphij	+ refactor CF_SHARED_OPTS configure macro, making CF_RPATH_HACK more
1865262629Sdelphij	  reusable.
1866262629Sdelphij	+ improve configure CF_REGEX, similar fixes.
1867262629Sdelphij	+ improve configure CF_FIND_LINKAGE, adding add check between system
1868262629Sdelphij	  (default) and explicit paths, where we can find the entrypoint in the
1869262629Sdelphij	  given library.
1870262629Sdelphij	+ add check if Gpm_Open() returns a -2, e.g., for "xterm".  This is
1871262629Sdelphij	  normally suppressed but can be overridden using $NCURSES_GPM_TERMS.
1872262629Sdelphij	  Ensure that Gpm_Close() is called in this case.
1873262629Sdelphij
1874262629Sdelphij20100320
1875262629Sdelphij	+ rename atari and st52 terminfo entries to atari-old, st52-old, use
1876262629Sdelphij	  newer entries from FreeMiNT by Guido Flohr (from patch/report by Alan
1877262629Sdelphij	  Hourihane).
1878262629Sdelphij
1879262629Sdelphij20100313
1880262629Sdelphij	+ modify install-rule for manpages so that *-config manpages will
1881262629Sdelphij	  install when building with --srcdir (report by Sven Joachim).
1882262629Sdelphij	+ modify CF_DISABLE_LEAKS configure macro so that the --enable-leaks
1883262629Sdelphij	  option is not the same as --disable-leaks (GenToo #305889).
1884262629Sdelphij	+ modify #define's for build-compiler to suppress cchar_t symbol from
1885262629Sdelphij	  compile of make_hash and make_keys, improving cross-compilation of
1886262629Sdelphij	  ncursesw (report by Bernhard Rosenkraenzer).
1887262629Sdelphij	+ modify CF_MAN_PAGES configure macro to replace all occurrences of
1888262629Sdelphij	  TPUT in tput.1's manpage (Debian #573597, report/analysis by Anders
1889262629Sdelphij	  Kaseorg).
1890262629Sdelphij
1891262629Sdelphij20100306
1892262629Sdelphij	+ generate manpages for the *-config scripts, adapted from help2man
1893262629Sdelphij	  (suggested by Sven Joachim).
1894262629Sdelphij	+ use va_copy() in _nc_printf_string() to avoid conflicting use of
1895262629Sdelphij	  va_list value in _nc_printf_length() (report by Wim Lewis).
1896262629Sdelphij
1897262629Sdelphij20100227
1898262629Sdelphij	+ add Ada95/configure script, to use in tar-file created by
1899262629Sdelphij	  Ada95/make-tar.sh
1900262629Sdelphij	+ fix typo in wresize.3x (patch by Tim van der Molen).
1901262629Sdelphij	+ modify screen-bce.XXX entries to exclude ech, since screen's color
1902262629Sdelphij	  model does not clear with color for that feature -TD
1903262629Sdelphij
1904262629Sdelphij20100220
1905262629Sdelphij	+ add make-tar.sh scripts to Ada95 and test subdirectories to help with
1906262629Sdelphij	  making those separately distributable.
1907262629Sdelphij	+ build-fix for static libraries without dlsym (Debian #556378).
1908262629Sdelphij	+ fix a syntax error in man/form_field_opts.3x (patch by Ingo
1909262629Sdelphij	  Schwarze).
1910262629Sdelphij
1911262629Sdelphij20100213
1912262629Sdelphij	+ add several screen-bce.XXX entries -TD
1913262629Sdelphij
1914262629Sdelphij20100206
1915262629Sdelphij	+ update mrxvt terminfo entry -TD
1916262629Sdelphij	+ modify win_driver.c to support mouse single-clicks.
1917262629Sdelphij	+ correct name for termlib in ncurses*-config, e.g., if it is renamed
1918262629Sdelphij	  to provide a single file for ncurses/ncursesw libraries (patch by
1919262629Sdelphij	  Miroslav Lichvar).
1920262629Sdelphij
1921262629Sdelphij20100130
1922262629Sdelphij	+ use vfork in test/ditto.c if available (request by Mike Frysinger).
1923262629Sdelphij	+ miscellaneous cleanup of manpages.
1924262629Sdelphij	+ fix typo in curs_bkgd.3x (patch by Tim van der Molen).
1925262629Sdelphij	+ build-fix for --srcdir (patch by Miroslav Lichvar).
1926262629Sdelphij
1927262629Sdelphij20100123
1928262629Sdelphij	+ for term-driver configuration, ensure that the driver pointer is
1929262629Sdelphij	  initialized in setupterm so that terminfo/termcap programs work.
1930262629Sdelphij	+ amend fix for Debian #542031 to ensure that wattrset() returns only
1931262629Sdelphij	  OK or ERR, rather than the attribute value (report by Miroslav
1932262629Sdelphij	  Lichvar).
1933262629Sdelphij	+ reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making
1934262629Sdelphij	  _nc_screen_of() compatible between normal/wide libraries again (patch
1935262629Sdelphij	  by Miroslav Lichvar)
1936262629Sdelphij	+ review/fix include-dependencies in modules files (report by Miroslav
1937262629Sdelphij	  Lichvar).
1938262629Sdelphij
1939262629Sdelphij20100116
1940262629Sdelphij	+ modify win_driver.c to initialize acs_map for win32 console, so
1941262629Sdelphij	  that line-drawing works.
1942262629Sdelphij	+ modify win_driver.c to initialize TERMINAL struct so that programs
1943262629Sdelphij	  such as test/lrtest.c and test/ncurses.c which test string
1944262629Sdelphij	  capabilities can run.
1945262629Sdelphij	+ modify term-driver modules to eliminate forward-reference
1946262629Sdelphij	  declarations.
1947262629Sdelphij
1948262629Sdelphij20100109
1949262629Sdelphij	+ modify configure macro CF_XOPEN_SOURCE, etc., to use CF_ADD_CFLAGS
1950262629Sdelphij	  consistently to add new -D's while removing duplicates.
1951262629Sdelphij	+ modify a few configure macros to consistently put new options
1952262629Sdelphij	  before older in the list.
1953262629Sdelphij	+ add tiparm(), based on review of X/Open Curses Issue 7.
1954262629Sdelphij	+ minor documentation cleanup.
1955262629Sdelphij	+ update config.guess, config.sub from
1956262629Sdelphij		http://savannah.gnu.org/projects/config
1957262629Sdelphij	  (caveat - its maintainer put 2010 copyright date on files dated 2009)
1958262629Sdelphij
1959262629Sdelphij20100102
1960262629Sdelphij	+ minor improvement to tic's checking of similar SGR's to allow for the
1961262629Sdelphij	  most common case of SGR 0.
1962262629Sdelphij	+ modify getmouse() to act as its documentation implied, returning on
1963262629Sdelphij	  each call the preceding event until none are left.  When no more
1964262629Sdelphij	  events remain, it will return ERR.
1965262629Sdelphij
1966262629Sdelphij20091227
1967262629Sdelphij	+ change order of lookup in progs/tput.c, looking for terminfo data
1968262629Sdelphij	  first.  This fixes a confusion between termcap "sg" and terminfo
1969262629Sdelphij	  "sgr" or "sgr0", originally from 990123 changes, but exposed by
1970262629Sdelphij	  20091114 fixes for hashing.  With this change, only "dl" and "ed" are
1971262629Sdelphij	  ambiguous (Mandriva #56272).
1972262629Sdelphij
1973262629Sdelphij20091226
1974262629Sdelphij	+ add bterm terminfo entry, based on bogl 0.1.18 -TD
1975262629Sdelphij	+ minor fix to rxvt+pcfkeys terminfo entry -TD
1976262629Sdelphij	+ build-fixes for Ada95 tree for gnat 4.4 "style".
1977262629Sdelphij
1978262629Sdelphij20091219
1979262629Sdelphij	+ remove old check in mvderwin() which prevented moving a derived
1980262629Sdelphij	  window whose origin happened to coincide with its parent's origin
1981262629Sdelphij	  (report by Katarina Machalkova).
1982262629Sdelphij	+ improve test/ncurses.c to put mouse droppings in the proper window.
1983262629Sdelphij	+ update minix terminfo entry -TD
1984262629Sdelphij	+ add bw (auto-left-margin) to nsterm* entries (Benjamin Sittler)
1985262629Sdelphij
1986262629Sdelphij20091212
1987262629Sdelphij	+ correct transfer of multicolumn characters in multirow
1988262629Sdelphij	  field_buffer(), which stopped at the end of the first row due to
1989262629Sdelphij	  filling of unused entries in a cchar_t array with nulls.
1990262629Sdelphij	+ updated nsterm* entries (Benjamin Sittler, Emanuele Giaquinta)
1991262629Sdelphij	+ modify _nc_viscbuf2() and _tracecchar_t2() to show wide-character
1992262629Sdelphij	  nulls.
1993262629Sdelphij	+ use strdup() in set_menu_mark(), restore .marklen struct member on
1994262629Sdelphij	  failure.
1995262629Sdelphij	+ eliminate clause 3 from the UCB copyrights in read_termcap.c and
1996262629Sdelphij	  tset.c per
1997262629Sdelphij		ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
1998262629Sdelphij	  (patch by Nicholas Marriott).
1999262629Sdelphij	+ replace a malloc in tic.c with strdup, checking for failure (patch by
2000262629Sdelphij	  Nicholas Marriott).
2001262629Sdelphij	+ update config.guess, config.sub from
2002262629Sdelphij		http://savannah.gnu.org/projects/config
2003262629Sdelphij
2004262629Sdelphij20091205
2005262629Sdelphij	+ correct layout of working window used to extract data in
2006262629Sdelphij	  wide-character configured by set_field_buffer (patch by Rafael
2007262629Sdelphij	  Garrido Fernandez)
2008262629Sdelphij	+ improve some limit-checks related to filename length in reading and
2009262629Sdelphij	  writing terminfo entries.
2010262629Sdelphij	+ ensure that filename is always filled in when attempting to read
2011262629Sdelphij	  a terminfo entry, so that infocmp can report the filename (patch
2012262629Sdelphij	  by Nicholas Marriott).
2013262629Sdelphij
2014262629Sdelphij20091128
2015262629Sdelphij	+ modify mk-1st.awk to allow tinfo library to be built when term-driver
2016262629Sdelphij	  is enabled.
2017262629Sdelphij	+ add error-check to configure script to ensure that sp-funcs is
2018262629Sdelphij	  enabled if term-driver is, since some internal interfaces rely upon
2019262629Sdelphij	  this.
2020262629Sdelphij
2021262629Sdelphij20091121
2022262629Sdelphij	+ fix case where progs/tput is used while sp-funcs is configure; this
2023262629Sdelphij	  requires save/restore of out-character function from _nc_prescreen
2024262629Sdelphij	  rather than the SCREEN structure (report by Charles Wilson).
2025262629Sdelphij	+ fix typo in man/curs_trace.3x which caused incorrect symbolic links
2026262629Sdelphij	+ improved configure macros CF_GCC_ATTRIBUTES, CF_PROG_LINT.
2027262629Sdelphij
2028262629Sdelphij20091114
2029262629Sdelphij
2030262629Sdelphij	+ updated man/curs_trace.3x
2031262629Sdelphij	+ limit hashing for termcap-names to 2-characters (Ubuntu #481740).
2032262629Sdelphij	+ change a variable name in lib_newwin.c to make it clearer which
2033262629Sdelphij	  value is being freed on error (patch by Nicholas Marriott).
2034262629Sdelphij
2035262629Sdelphij20091107
2036262629Sdelphij	+ improve test/ncurses.c color-cycling test by reusing attribute-
2037262629Sdelphij	  and color-cycling logic from the video-attributes screen.
2038262629Sdelphij	+ add ifdef'd with NCURSES_INTEROP_FUNCS experimental bindings in form
2039262629Sdelphij	  library which help make it compatible with interop applications
2040262629Sdelphij	  (patch by Juergen Pfeifer).
2041262629Sdelphij	+ add configure option --enable-interop, for integrating changes
2042262629Sdelphij	  for generic/interop support to form-library by Juergen Pfeifer
2043262629Sdelphij
2044262629Sdelphij20091031
2045262629Sdelphij	+ modify use of $CC environment variable which is defined by X/Open
2046262629Sdelphij	  as a curses feature, to ignore it if it is not a single character
2047262629Sdelphij	  (prompted by discussion with Benjamin C W Sittler).
2048262629Sdelphij	+ add START_TRACE in slk_init
2049262629Sdelphij	+ fix a regression in _nc_ripoffline which made test/ncurses.c not show
2050262629Sdelphij	  soft-keys, broken in 20090927 merging.
2051262629Sdelphij	+ change initialization of "hidden" flag for soft-keys from true to
2052262629Sdelphij	  false, broken in 20090704 merging (Ubuntu #464274).
2053262629Sdelphij	+ update nsterm entries (patch by Benjamin C W Sittler, prompted by
2054262629Sdelphij	  discussion with Fabian Groffen in GenToo #206201).
2055262629Sdelphij	+ add test/xterm-256color.dat
2056262629Sdelphij
2057262629Sdelphij20091024
2058262629Sdelphij	+ quiet some pedantic gcc warnings.
2059262629Sdelphij	+ modify _nc_wgetch() to check for a -1 in the fifo, e.g., after a
2060262629Sdelphij	  SIGWINCH, and discard that value, to avoid confusing application
2061262629Sdelphij	  (patch by Eygene Ryabinkin, FreeBSD bin/136223).
2062262629Sdelphij
2063262629Sdelphij20091017
2064262629Sdelphij	+ modify handling of $PKG_CONFIG_LIBDIR to use only the first item in
2065262629Sdelphij	  a possibly colon-separated list (Debian #550716).
2066262629Sdelphij
2067262629Sdelphij20091010
2068262629Sdelphij	+ supply a null-terminator to buffer in _nc_viswibuf().
2069262629Sdelphij	+ fix a sign-extension bug in unget_wch() (report by Mike Gran).
2070262629Sdelphij	+ minor fixes to error-returns in default function for tputs, as well
2071262629Sdelphij	  as in lib_screen.c
2072262629Sdelphij
2073262629Sdelphij20091003
2074262629Sdelphij	+ add WACS_xxx definitions to wide-character configuration for thick-
2075262629Sdelphij	  and double-lines (discussion with Slava Zanko).
2076262629Sdelphij	+ remove unnecessary kcan assignment to ^C from putty (Sven Joachim)
2077262629Sdelphij	+ add ccc and initc capabilities to xterm-16color -TD
2078262629Sdelphij	> patch by Benjamin C W Sittler:
2079262629Sdelphij	+ add linux-16color
2080262629Sdelphij	+ correct initc capability of linux-c-nc end-of-range
2081262629Sdelphij	+ similar change for dg+ccc and dgunix+ccc
2082262629Sdelphij
2083262629Sdelphij20090927
2084262629Sdelphij	+ move leak-checking for comp_captab.c into _nc_leaks_tinfo() since
2085262629Sdelphij	  that module since 20090711 is in libtinfo.
2086262629Sdelphij	+ add configure option --enable-term-driver, to allow compiling with
2087262629Sdelphij	  terminal-driver.  That is used in MinGW port, and (being somewhat
2088262629Sdelphij	  more complicated) is an experimental alternative to the conventional
2089262629Sdelphij	  termlib internals.  Currently, it requires the sp-funcs feature to
2090262629Sdelphij	  be enabled.
2091262629Sdelphij	+ completed integrating "sp-funcs" by Juergen Pfeifer in ncurses
2092262629Sdelphij	  library (some work remains for forms library).
2093262629Sdelphij
2094262629Sdelphij20090919
2095262629Sdelphij	+ document return code from define_key (report by Mike Gran).
2096262629Sdelphij	+ make some symbolic links in the terminfo directory-tree shorter
2097262629Sdelphij	  (patch by Daniel Jacobowitz, forwarded by Sven Joachim).).
2098262629Sdelphij	+ fix some groff warnings in terminfo.5, etc., from recent Debian
2099262629Sdelphij	  changes.
2100262629Sdelphij	+ change ncv and op capabilities in sun-color terminfo entry to match
2101262629Sdelphij	  Sun's entry for this (report by Laszlo Peter).
2102262629Sdelphij	+ improve interix smso terminfo capability by using reverse rather than
2103262629Sdelphij	  bold (report by Kristof Zelechovski).
2104262629Sdelphij
2105262629Sdelphij20090912
2106262629Sdelphij	+ add some test programs (and make these use the same special keys
2107262629Sdelphij	  by sharing linedata.h functions):
2108262629Sdelphij	  test/test_addstr.c
2109262629Sdelphij	  test/test_addwstr.c
2110262629Sdelphij	  test/test_addchstr.c
2111262629Sdelphij	  test/test_add_wchstr.c
2112262629Sdelphij	+ correct internal _nc_insert_ch() to use _nc_insert_wch() when
2113262629Sdelphij	  inserting wide characters, since the wins_wch() function that it used
2114262629Sdelphij	  did not update the cursor position (report by Ciprian Craciun).
2115262629Sdelphij
2116262629Sdelphij20090906
2117262629Sdelphij	+ fix typo s/is_timeout/is_notimeout/ which made "man is_notimeout" not
2118262629Sdelphij	  work.
2119262629Sdelphij	+ add null-pointer checks to other opaque-functions.
2120262629Sdelphij	+ add is_pad() and is_subwin() functions for opaque access to WINDOW
2121262629Sdelphij	  (discussion with Mark Dickinson).
2122262629Sdelphij	+ correct merge to lib_newterm.c, which broke when sp-funcs was
2123262629Sdelphij	  enabled.
2124262629Sdelphij
2125262629Sdelphij20090905
2126262629Sdelphij	+ build-fix for building outside source-tree (report by Sven Joachim).
2127262629Sdelphij	+ fix Debian lintian warning for man/tabs.1 by making section number
2128262629Sdelphij	  agree with file-suffix (report by Sven Joachim).
2129262629Sdelphij	+ continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2130262629Sdelphij
2131262629Sdelphij20090829
2132262629Sdelphij	+ workaround for bug in g++ 4.1-4.4 warnings for wattrset() macro on
2133262629Sdelphij	  amd64 (Debian #542031).
2134262629Sdelphij	+ fix typo in curs_mouse.3x (Debian #429198).
2135262629Sdelphij
2136262629Sdelphij20090822
2137262629Sdelphij	+ continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2138262629Sdelphij
2139262629Sdelphij20090815
2140262629Sdelphij	+ correct use of terminfo capabilities for initializing soft-keys,
2141262629Sdelphij	  broken in 20090509 merging.
2142262629Sdelphij	+ modify wgetch() to ensure it checks SIGWINCH when it gets an error
2143262629Sdelphij	  in non-blocking mode (patch by Clemens Ladisch).
2144262629Sdelphij	+ use PATH_SEPARATOR symbol when substituting into run_tic.sh, to
2145262629Sdelphij	  help with builds on non-Unix platforms such as OS/2 EMX.
2146262629Sdelphij	+ modify scripting for misc/run_tic.sh to test configure script's
2147262629Sdelphij	  $cross_compiling variable directly rather than comparing host/build
2148262629Sdelphij	  compiler names (prompted by comment in GenToo #249363).
2149262629Sdelphij	+ fix configure script option --with-database, which was coded as an
2150262629Sdelphij	  enable-type switch.
2151262629Sdelphij	+ build-fixes for --srcdir (report by Frederic L W Meunier).
2152262629Sdelphij
2153262629Sdelphij20090808
2154262629Sdelphij	+ separate _nc_find_entry() and _nc_find_type_entry() from
2155262629Sdelphij	  implementation details of hash function.
2156262629Sdelphij
2157262629Sdelphij20090803
2158262629Sdelphij	+ add tabs.1 to man/man_db.renames
2159262629Sdelphij	+ modify lib_addch.c to compensate for removal of wide-character test
2160262629Sdelphij	  from unctrl() in 20090704 (Debian #539735).
2161262629Sdelphij
2162262629Sdelphij20090801
2163262629Sdelphij	+ improve discussion in INSTALL for use of system's tic/infocmp for
2164262629Sdelphij	  cross-compiling and building fallbacks.
2165262629Sdelphij	+ modify test/demo_termcap.c to correspond better to options in
2166262629Sdelphij	  test/demo_terminfo.c
2167262629Sdelphij	+ continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2168262629Sdelphij	+ fix logic for 'V' in test/ncurses.c tests f/F.
2169262629Sdelphij
2170262629Sdelphij20090728
2171262629Sdelphij	+ correct logic in tigetnum(), which caused tput program to treat all
2172262629Sdelphij	  string capabilities as numeric (report by Rajeev V Pillai,
2173262629Sdelphij	  cf: 20090711).
2174262629Sdelphij
2175262629Sdelphij20090725
2176262629Sdelphij	+ continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2177262629Sdelphij
2178262629Sdelphij20090718
2179262629Sdelphij	+ fix a null-pointer check in _nc_format_slks() in lib_slk.c, from
2180262629Sdelphij	  20070704 changes.
2181262629Sdelphij	+ modify _nc_find_type_entry() to use hashing.
2182262629Sdelphij	+ make CCHARW_MAX value configurable, noting that changing this would
2183262629Sdelphij	  change the size of cchar_t, and would be ABI-incompatible.
2184262629Sdelphij	+ modify test-programs, e.g,.  test/view.c, to address subtle
2185262629Sdelphij	  differences between Tru64/Solaris and HPUX/AIX getcchar() return
2186262629Sdelphij	  values.
2187262629Sdelphij	+ modify length returned by getcchar() to count the trailing null
2188262629Sdelphij	  which is documented in X/Open (cf: 20020427).
2189262629Sdelphij	+ fixes for test programs to build/work on HPUX and AIX, etc.
2190262629Sdelphij
2191262629Sdelphij20090711
2192262629Sdelphij	+ improve performance of tigetstr, etc., by using hashing code from tic.
2193262629Sdelphij	+ minor fixes for memory-leak checking.
2194262629Sdelphij	+ add test/demo_terminfo, for comparison with demo_termcap
2195262629Sdelphij
2196262629Sdelphij20090704
2197262629Sdelphij	+ remove wide-character checks from unctrl() (patch by Clemens Ladisch).
2198262629Sdelphij	+ revise wadd_wch() and wecho_wchar() to eliminate dependency on
2199262629Sdelphij	  unctrl().
2200262629Sdelphij	+ continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2201262629Sdelphij
2202262629Sdelphij20090627
2203262629Sdelphij	+ update llib-lncurses[wt] to use sp-funcs.
2204262629Sdelphij	+ various code-fixes to build/work with --disable-macros configure
2205262629Sdelphij	  option.
2206262629Sdelphij	+ add several new files from Juergen Pfeifer which will be used when
2207262629Sdelphij	  integration of "sp-funcs" is complete.  This includes a port to
2208262629Sdelphij	  MinGW.
2209262629Sdelphij
2210262629Sdelphij20090613
2211262629Sdelphij	+ move definition for NCURSES_WRAPPED_VAR back to ncurses_dll.h, to
2212262629Sdelphij	  make includes of term.h without curses.h work (report by "Nix").
2213262629Sdelphij	+ continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2214262629Sdelphij
2215262629Sdelphij20090607
2216262629Sdelphij	+ fix a regression in lib_tputs.c, from ongoing merges.
2217262629Sdelphij
2218262629Sdelphij20090606
2219262629Sdelphij	+ continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2220262629Sdelphij
2221262629Sdelphij20090530
2222262629Sdelphij	+ fix an infinite recursion when adding a legacy-coding 8-bit value
2223262629Sdelphij	  using insch() (report by Clemens Ladisch).
2224262629Sdelphij	+ free home-terminfo string in del_curterm() (patch by Dan Weber).
2225262629Sdelphij	+ continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2226262629Sdelphij
2227262629Sdelphij20090523
2228262629Sdelphij	+ continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2229262629Sdelphij
2230262629Sdelphij20090516
2231262629Sdelphij	+ work around antique BSD game's manipulation of stdscr, etc., versus
2232262629Sdelphij	  SCREEN's copy of the pointer (Debian #528411).
2233262629Sdelphij	+ add a cast to wattrset macro to avoid compiler warning when comparing
2234262629Sdelphij	  its result against ERR (adapted from patch by Matt Kraii, Debian
2235262629Sdelphij	  #528374).
2236262629Sdelphij
2237262629Sdelphij20090510
2238262629Sdelphij	+ continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2239262629Sdelphij
2240262629Sdelphij20090502
2241262629Sdelphij	+ continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2242262629Sdelphij	+ add vwmterm terminfo entry (patch by Bryan Christ).
2243262629Sdelphij
2244262629Sdelphij20090425
2245262629Sdelphij	+ continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2246262629Sdelphij
2247262629Sdelphij20090419
2248262629Sdelphij	+ build fix for _nc_free_and_exit() change in 20090418 (report by
2249262629Sdelphij	  Christian Ebert).
2250262629Sdelphij
2251262629Sdelphij20090418
2252262629Sdelphij	+ continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2253262629Sdelphij
2254262629Sdelphij20090411
2255262629Sdelphij	+ continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2256262629Sdelphij	  This change finishes merging for menu and panel libraries, does
2257262629Sdelphij	  part of the form library.
2258262629Sdelphij
2259262629Sdelphij20090404
2260262629Sdelphij	+ suppress configure check for static/dynamic linker flags for gcc on
2261262629Sdelphij	  Darwin (report by Nelson Beebe).
2262262629Sdelphij
2263262629Sdelphij20090328
2264262629Sdelphij	+ extend ansi.sys pfkey capability from kf1-kf10 to kf1-kf48, moving
2265262629Sdelphij	  function key definitions from emx-base for consistency -TD
2266262629Sdelphij	+ correct missing final 'p' in pfkey capability of ansi.sys-old (report
2267262629Sdelphij	  by Kalle Olavi Niemitalo).
2268262629Sdelphij	+ improve test/ncurses.c 'F' test, show combining characters in color.
2269262629Sdelphij	+ quiet a false report by cppcheck in c++/cursesw.cc by eliminating
2270262629Sdelphij	  a temporary variable.
2271262629Sdelphij	+ use _nc_doalloc() rather than realloc() in a few places in ncurses
2272262629Sdelphij	  library to avoid leak in out-of-memory condition (reports by William
2273262629Sdelphij	  Egert and Martin Ettl based on cppcheck tool).
2274262629Sdelphij	+ add --with-ncurses-wrap-prefix option to test/configure (discussion
2275262629Sdelphij	  with Charles Wilson).
2276262629Sdelphij	+ use ncurses*-config scripts if available for test/configure.
2277262629Sdelphij	+ update test/aclocal.m4 and test/configure
2278262629Sdelphij	> patches by Charles Wilson:
2279262629Sdelphij	+ modify CF_WITH_LIBTOOL configure check to allow unreleased libtool
2280262629Sdelphij	  version numbers (e.g.  which include alphabetic chars, as well as
2281262629Sdelphij	  digits, after the final '.').
2282262629Sdelphij	+ improve use of -no-undefined option for libtool by setting an
2283262629Sdelphij	  intermediate variable LT_UNDEF in the configure script, and then
2284262629Sdelphij	  using that in the libtool link-commands.
2285262629Sdelphij	+ fix an missing use of NCURSES_PUBLIC_VAR() in tinfo/MKcodes.awk
2286262629Sdelphij	  from 2009031 changes.
2287262629Sdelphij	+ improve mk-1st.awk script by writing separate cases for the
2288262629Sdelphij	  LIBTOOL_LINK command, depending on which library (ncurses, ticlib,
2289262629Sdelphij	  termlib) is to be linked.
2290262629Sdelphij	+ modify configure.in to allow broken-linker configurations, not just
2291262629Sdelphij	  enable-reentrant, to set public wrap prefix.
2292262629Sdelphij
2293262629Sdelphij20090321
2294262629Sdelphij	+ add TICS_LIST and SHLIB_LIST to allow libtool 2.2.6 on Cygwin to
2295262629Sdelphij	  build with tic and term libraries (patch by Charles Wilson).
2296262629Sdelphij	+ add -no-undefined option to libtool for Cygwin, MinGW, U/Win and AIX
2297262629Sdelphij	  (report by Charles Wilson).
2298262629Sdelphij	+ fix definition for c++/Makefile.in's SHLIB_LIST, which did not list
2299262629Sdelphij	  the form, menu or panel libraries (patch by Charles Wilson).
2300262629Sdelphij	+ add configure option --with-wrap-prefix to allow setting the prefix
2301262629Sdelphij	  for functions used to wrap global variables to something other than
2302262629Sdelphij	  "_nc_" (discussion with Charles Wilson).
2303262629Sdelphij
2304262629Sdelphij20090314
2305262629Sdelphij	+ modify scripts to generate ncurses*-config and pc-files to add
2306262629Sdelphij	  dependency for tinfo library (patch by Charles Wilson).
2307262629Sdelphij	+ improve comparison of program-names when checking for linked flavors
2308262629Sdelphij	  such as "reset" by ignoring the executable suffix (reports by Charles
2309262629Sdelphij	  Wilson, Samuel Thibault and Cedric Bretaudeau on Cygwin mailing
2310262629Sdelphij	  list).
2311262629Sdelphij	+ suppress configure check for static/dynamic linker flags for gcc on
2312262629Sdelphij	  Solaris 10, since gcc is confused by absence of static libc, and
2313262629Sdelphij	  does not switch back to dynamic mode before finishing the libraries
2314262629Sdelphij	  (reports by Joel Bertrand, Alan Pae).
2315262629Sdelphij	+ minor fixes to Intel compiler warning checks in configure script.
2316262629Sdelphij	+ modify _nc_leaks_tinfo() so leak-checking in test/railroad.c works.
2317262629Sdelphij	+ modify set_curterm() to make broken-linker configuration work with
2318262629Sdelphij	  changes from 20090228 (report by Charles Wilson).
2319262629Sdelphij
2320262629Sdelphij20090228
2321262629Sdelphij	+ continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2322262629Sdelphij	+ modify declaration of cur_term when broken-linker is used, but
2323262629Sdelphij	  enable-reentrant is not, to match pre-5.7 (report by Charles Wilson).
2324262629Sdelphij
2325262629Sdelphij20090221
2326262629Sdelphij	+ continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2327262629Sdelphij
2328262629Sdelphij20090214
2329262629Sdelphij	+ add configure script --enable-sp-funcs to enable the new set of
2330262629Sdelphij	  extended functions.
2331262629Sdelphij	+ start integrating patches by Juergen Pfeifer:
2332262629Sdelphij	  + add extended functions which specify the SCREEN pointer for several
2333262629Sdelphij	    curses functions which use the global SP (these are incomplete;
2334262629Sdelphij	    some internals work is needed to complete these).
2335262629Sdelphij	  + add special cases to configure script for MinGW port.
2336262629Sdelphij
2337262629Sdelphij20090207
2338262629Sdelphij	+ update several configure macros from lynx changes
2339262629Sdelphij	  + append (not prepend) to CFLAGS/CPPFLAGS
2340262629Sdelphij	  + change variable from PATHSEP to PATH_SEPARATOR
2341262629Sdelphij	+ improve install-rules for pc-files (patch by Miroslav Lichvar).
2342262629Sdelphij	  + make it work with $DESTDIR
2343262629Sdelphij	  + create the pkg-config library directory if needed.
2344262629Sdelphij
2345262629Sdelphij20090124
2346262629Sdelphij	+ modify init_pair() to allow caller to create extra color pairs beyond
2347262629Sdelphij	  the color_pairs limit, which use default colors (request by Emanuele
2348262629Sdelphij	  Giaquinta).
2349262629Sdelphij	+ add misc/terminfo.tmp and misc/*.pc to "sources" rule.
2350262629Sdelphij	+ fix typo "==" where "=" is needed in ncurses-config.in and
2351262629Sdelphij	  gen-pkgconfig.in files (Debian #512161).
2352262629Sdelphij
2353262629Sdelphij20090117
2354262629Sdelphij	+ add -shared option to MK_SHARED_LIB when -Bsharable is used, for
2355262629Sdelphij	  *BSD's, without which "main" might be one of the shared library's
2356262629Sdelphij	  dependencies (report/analysis by Ken Dickey).
2357262629Sdelphij	+ modify waddch_literal(), updating line-pointer after a multicolumn
2358262629Sdelphij	  character is found to not fit on the current row, and wrapping is
2359262629Sdelphij	  done.  Since the line-pointer was not updated, the wrapped
2360262629Sdelphij	  multicolumn character was written to the beginning of the current row
2361262629Sdelphij	  (cf: 20041023, reported by "Nick" regarding problem with ncmpc
2362262629Sdelphij	  http://musicpd.org/mantis/bug_view_page.php?bug_id=1930).
2363262629Sdelphij
2364262629Sdelphij20090110
2365262629Sdelphij	+ add screen.Eterm terminfo entry (GenToo #124887) -TD
2366262629Sdelphij	+ modify adacurses-config to look for ".ali" files in the adalib
2367262629Sdelphij	  directory.
2368262629Sdelphij	+ correct install for Ada95, which omitted libAdaCurses.a used in
2369262629Sdelphij	  adacurses-config
2370262629Sdelphij	+ change install for adacurses-config to provide additional flavors
2371262629Sdelphij	  such as adacursesw-config, for ncursesw (GenToo #167849).
2372262629Sdelphij
2373262629Sdelphij20090105
2374262629Sdelphij	+ remove undeveloped feature in ncurses-config.in for setting
2375262629Sdelphij	  prefix variable.
2376262629Sdelphij	+ recent change to ncurses-config.in did not take into account the
2377262629Sdelphij	  --disable-overwrite option, which sets $includedir to the
2378262629Sdelphij	  subdirectory and using just that for a -I option does not work - fix
2379262629Sdelphij	  (report by Frederic L W Meunier).
2380262629Sdelphij
2381262629Sdelphij20090104
2382262629Sdelphij	+ modify gen-pkgconfig.in to eliminate a dependency on rpath when
2383262629Sdelphij	  deciding whether to add $LIBS to --libs output; that should be shown
2384262629Sdelphij	  for the ncurses and tinfo libraries without taking rpath into
2385262629Sdelphij	  account.
2386262629Sdelphij	+ fix an overlooked change from $AR_OPTS to $ARFLAGS in mk-1st.awk,
2387262629Sdelphij	  used in static libraries (report by Marty Jack).
2388262629Sdelphij
2389262629Sdelphij20090103
2390262629Sdelphij	+ add a configure-time check to pick a suitable value for
2391262629Sdelphij	  CC_SHARED_OPTS for Solaris (report by Dagobert Michelsen).
2392262629Sdelphij	+ add configure --with-pkg-config and --enable-pc-files options, along
2393262629Sdelphij	  with misc/gen-pkgconfig.in which can be used to generate ".pc" files
2394262629Sdelphij	  for pkg-config (request by Jan Engelhardt).
2395262629Sdelphij	+ use $includedir symbol in misc/ncurses-config.in, add --includedir
2396262629Sdelphij	  option.
2397262629Sdelphij	+ change makefiles to use $ARFLAGS rather than $AR_OPTS, provide a
2398262629Sdelphij	  configure check to detect whether a "-" is needed before "ar"
2399262629Sdelphij	  options.
2400262629Sdelphij	+ update config.guess, config.sub from
2401262629Sdelphij		http://savannah.gnu.org/projects/config
2402262629Sdelphij
2403262629Sdelphij20081227
2404262629Sdelphij	+ modify mk-1st.awk to work with extra categories for tinfo library.
2405262629Sdelphij	+ modify configure script to allow building shared libraries with gcc
2406262629Sdelphij	  on AIX 5 or 6 (adapted from patch by Lital Natan).
2407262629Sdelphij
2408262629Sdelphij20081220
2409262629Sdelphij	+ modify to omit the opaque-functions from lib_gen.o when
2410262629Sdelphij	  --disable-ext-funcs is used.
2411262629Sdelphij	+ add test/clip_printw.c to illustrate how to use printw without
2412262629Sdelphij	  wrapping.
2413262629Sdelphij	+ modify ncurses 'F' test to demo wborder_set() with colored lines.
2414262629Sdelphij	+ modify ncurses 'f' test to demo wborder() with colored lines.
2415262629Sdelphij
2416262629Sdelphij20081213
2417262629Sdelphij	+ add check for failure to open hashed-database needed for db4.6
2418262629Sdelphij	  (GenToo #245370).
2419262629Sdelphij	+ corrected --without-manpages option; previous change only suppressed
2420262629Sdelphij	  the auxiliary rules install.man and uninstall.man
2421262629Sdelphij	+ add case for FreeMINT to configure macro CF_XOPEN_SOURCE (patch from
2422262629Sdelphij	  GenToo #250454).
2423262629Sdelphij	+ fixes from NetBSD port at
2424262629Sdelphij	  http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches
2425262629Sdelphij	  patch-ac (build-fix for DragonFly)
2426262629Sdelphij	  patch-ae (use INSTALL_SCRIPT for installing misc/ncurses*-config).
2427262629Sdelphij	+ improve configure script macros CF_HEADER_PATH and CF_LIBRARY_PATH
2428262629Sdelphij	  by adding CFLAGS, CPPFLAGS and LDFLAGS, LIBS values to the
2429262629Sdelphij	  search-lists.
2430262629Sdelphij	+ correct title string for keybound manpage (patch by Frederic Culot,
2431262629Sdelphij	  OpenBSD documentation/6019),
2432262629Sdelphij
2433262629Sdelphij20081206
2434262629Sdelphij	+ move del_curterm() call from _nc_freeall() to _nc_leaks_tinfo() to
2435262629Sdelphij	  work for progs/clear, progs/tabs, etc.
2436262629Sdelphij	+ correct buffer-size after internal resizing of wide-character
2437262629Sdelphij	  set_field_buffer(), broken in 20081018 changes (report by Mike Gran).
2438262629Sdelphij	+ add "-i" option to test/filter.c to tell it to use initscr() rather
2439262629Sdelphij	  than newterm(), to investigate report on comp.unix.programmer that
2440262629Sdelphij	  ncurses would clear the screen in that case (it does not - the issue
2441262629Sdelphij	  was xterm's alternate screen feature).
2442262629Sdelphij	+ add check in mouse-driver to disable connection if GPM returns a
2443262629Sdelphij	  zero, indicating that the connection is closed (Debian #506717,
2444262629Sdelphij	  adapted from patch by Samuel Thibault).
2445262629Sdelphij
2446262629Sdelphij20081129
2447262629Sdelphij	+ improve a workaround in adding wide-characters, when a control
2448262629Sdelphij	  character is found.  The library (cf: 20040207) uses unctrl() to
2449262629Sdelphij	  obtain a printable version of the control character, but was not
2450262629Sdelphij	  passing color or video attributes.
2451262629Sdelphij	+ improve test/ncurses.c 'a' test, using unctrl() more consistently to
2452262629Sdelphij	  display meta-characters.
2453262629Sdelphij	+ turn on _XOPEN_CURSES definition in curses.h
2454262629Sdelphij	+ add eterm-color entry (report by Vincent Lefevre) -TD
2455262629Sdelphij	+ correct use of key_name() in test/ncurses.c 'A' test, which only
2456262629Sdelphij	  displays wide-characters, not key-codes since 20070612 (report by
2457262629Sdelphij	  Ricardo Cantu).
2458262629Sdelphij
2459262629Sdelphij20081122
2460262629Sdelphij	+ change _nc_has_mouse() to has_mouse(), reflect its use in C++ and
2461262629Sdelphij	  Ada95 (patch by Juergen Pfeifer).
2462262629Sdelphij	+ document in TO-DO an issue with Cygwin's package for GNAT (report
2463262629Sdelphij	  by Mike Dennison).
2464262629Sdelphij	+ improve error-checking of command-line options in "tabs" program.
2465262629Sdelphij
2466262629Sdelphij20081115
2467262629Sdelphij	+ change several terminfo entries to make consistent use of ANSI
2468262629Sdelphij	  clear-all-tabs -TD
2469262629Sdelphij	+ add "tabs" program (prompted by Debian #502260).
2470262629Sdelphij	+ add configure --without-manpages option (request by Mike Frysinger).
2471262629Sdelphij
2472184989Srafan20081102 5.7 release for upload to ftp.gnu.org
2473184989Srafan
2474184989Srafan20081025
2475184989Srafan	+ add a manpage to discuss memory leaks.
2476184989Srafan	+ add support for shared libraries for QNX (other than libtool, which
2477184989Srafan	  does not work well on that platform).
2478184989Srafan	+ build-fix for QNX C++ binding.
2479184989Srafan
2480184989Srafan20081018
2481184989Srafan	+ build-fixes for OS/2 EMX.
2482184989Srafan	+ modify form library to accept control characters such as newline
2483184989Srafan	  in set_field_buffer(), which is compatible with Solaris (report by
2484184989Srafan	  Nit Khair).
2485184989Srafan	+ modify configure script to assume --without-hashed-db when
2486184989Srafan	  --disable-database is used.
2487184989Srafan	+ add "-e" option in ncurses/Makefile.in when generating source-files
2488184989Srafan	  to force earlier exit if the build environment fails unexpectedly
2489184989Srafan	  (prompted by patch by Adrian Bunk).
2490184989Srafan	+ change configure script to use CF_UTF8_LIB, improved variant of
2491184989Srafan	  CF_LIBUTF8.
2492184989Srafan
2493184989Srafan20081012
2494184989Srafan	+ add teraterm4.59 terminfo entry, use that as primary teraterm entry, rename
2495184989Srafan	  original to teraterm2.3 -TD
2496184989Srafan	+ update "gnome" terminfo to 2.22.3 -TD
2497184989Srafan	+ update "konsole" terminfo to 1.6.6, needs today's fix for tic -TD
2498184989Srafan	+ add "aterm" terminfo -TD
2499184989Srafan	+ add "linux2.6.26" terminfo -TD
2500184989Srafan	+ add logic to tic for cancelling strings in user-defined capabilities,
2501184989Srafan	  overlooked til now.
2502184989Srafan
2503184989Srafan20081011
2504262629Sdelphij	+ regenerated html documentation.
2505184989Srafan	+ add -m and -s options to test/keynames.c and test/key_names.c to test
2506184989Srafan	  the meta() function with keyname() or key_name(), respectively.
2507184989Srafan	+ correct return value of key_name() on error; it is null.
2508184989Srafan	+ document some unresolved issues for rpath and pthreads in TO-DO.
2509184989Srafan	+ fix a missing prototype for ioctl() on OpenBSD in tset.c
2510184989Srafan	+ add configure option --disable-tic-depends to make explicit whether
2511184989Srafan	  tic library depends on ncurses/ncursesw library, amends change from
2512184989Srafan	  20080823 (prompted by Debian #501421).
2513184989Srafan
2514184989Srafan20081004
2515184989Srafan	+ some build-fixes for configure --disable-ext-funcs (incomplete, but
2516184989Srafan	  works for C/C++ parts).
2517184989Srafan	+ improve configure-check for awks unable to handle large strings, e.g.
2518184989Srafan	  AIX 5.1 whose awk silently gives up on large printf's.
2519184989Srafan
2520184989Srafan20080927
2521184989Srafan	+ fix build for --with-dmalloc by workaround for redefinition of
2522184989Srafan	  strndup between string.h and dmalloc.h
2523184989Srafan	+ fix build for --disable-sigwinch
2524184989Srafan	+ add environment variable NCURSES_GPM_TERMS to allow override to use
2525184989Srafan	  GPM on terminals other than "linux", etc.
2526184989Srafan	+ disable GPM mouse support when $TERM does not happen to contain
2527184989Srafan	  "linux", since Gpm_Open() no longer limits its assertion to terminals
2528184989Srafan	  that it might handle, e.g., within "screen" in xterm.
2529184989Srafan	+ reset mouse file-descriptor when unloading GPM library (report by
2530184989Srafan	  Miroslav Lichvar).
2531184989Srafan	+ fix build for --disable-leaks --enable-widec --with-termlib
2532184989Srafan	> patch by Juergen Pfeifer:
2533184989Srafan	+ use improved initialization for soft-label keys in Ada95 sample code.
2534184989Srafan	+ discard internal symbol _nc_slk_format (unused since 20080112).
2535184989Srafan	+ move call of slk_paint_info() from _nc_slk_initialize() to
2536184989Srafan	  slk_intern_refresh(), improving initialization.
2537184989Srafan
2538184989Srafan20080925
2539184989Srafan	+ fix bug in mouse code for GPM from 20080920 changes (reported in
2540184989Srafan	  Debian #500103, also Miroslav Lichvar).
2541184989Srafan
2542184989Srafan20080920
2543184989Srafan	+ fix shared-library rules for cygwin with tic- and tinfo-libraries.
2544184989Srafan	+ fix a memory leak when failure to connect to GPM.
2545184989Srafan	+ correct check for notimeout() in wgetch() (report on linux.redhat
2546184989Srafan	  newsgroup by FurtiveBertie).
2547184989Srafan	+ add an example warning-suppression file for valgrind,
2548184989Srafan	  misc/ncurses.supp (based on example from Reuben Thomas)
2549184989Srafan
2550184989Srafan20080913
2551184989Srafan	+ change shared-library configuration for OpenBSD, make rpath work.
2552184989Srafan	+ build-fixes for using libutf8, e.g., on OpenBSD 3.7
2553184989Srafan
2554184989Srafan20080907
2555184989Srafan	+ corrected fix for --enable-weak-symbols (report by Frederic L W
2556184989Srafan	  Meunier).
2557184989Srafan
2558184989Srafan20080906
2559184989Srafan	+ corrected gcc options for building shared libraries on IRIX64.
2560184989Srafan	+ add configure check for awk programs unable to handle big-strings,
2561184989Srafan	  use that to improve the default for --enable-big-strings option.
2562184989Srafan	+ makefile-fixes for --enable-weak-symbols (report by Frederic L W
2563184989Srafan	  Meunier).
2564184989Srafan	+ update test/configure script.
2565184989Srafan	+ adapt ifdef's from library to make test/view.c build when mbrtowc()
2566184989Srafan	  is unavailable, e.g., with HPUX 10.20.
2567184989Srafan	+ add configure check for wcsrtombs, mbsrtowcs, which are used in
2568184989Srafan	  test/ncurses.c, and use wcstombs, mbstowcs instead if available,
2569184989Srafan	  fixing build of ncursew for HPUX 11.00
2570184989Srafan
2571184989Srafan20080830
2572184989Srafan	+ fixes to make Ada95 demo_panels() example work.
2573184989Srafan	+ modify Ada95 'rain' test program to accept keyboard commands like the
2574184989Srafan	  C-version.
2575184989Srafan	+ modify BeOS-specific ifdef's to build on Haiku (patch by Scott
2576184989Srafan	  Mccreary).
2577184989Srafan	+ add configure-check to see if the std namespace is legal for cerr
2578184989Srafan	  and endl, to fix a build issue with Tru64.
2579184989Srafan	+ consistently use NCURSES_BOOL in lib_gen.c
2580184989Srafan	+ filter #line's from lib_gen.c
2581184989Srafan	+ change delimiter in MKlib_gen.sh from '%' to '@', to avoid
2582184989Srafan	  substitution by IBM xlc to '#' as part of its extensions to digraphs.
2583184989Srafan	+ update config.guess, config.sub from
2584184989Srafan		http://savannah.gnu.org/projects/config
2585184989Srafan	  (caveat - its maintainer removed support for older Linux systems).
2586184989Srafan
2587184989Srafan20080823
2588184989Srafan	+ modify configure check for pthread library to work with OSF/1 5.1,
2589184989Srafan	  which uses #define's to associate its header and library.
2590184989Srafan	+ use pthread_mutexattr_init() for initializing pthread_mutexattr_t,
2591184989Srafan	  makes threaded code work on HPUX 11.23
2592184989Srafan	+ fix a bug in demo_menus in freeing menus (cf: 20080804).
2593184989Srafan	+ modify configure script for the case where tic library is used (and
2594184989Srafan	  possibly renamed) to remove its dependency upon ncurses/ncursew
2595184989Srafan	  library (patch by Dr Werner Fink).
2596184989Srafan	+ correct manpage for menu_fore() which gave wrong default for
2597184989Srafan	  the attribute used to display a selected entry (report by Mike Gran).
2598184989Srafan	+ add Eterm-256color, Eterm-88color and rxvt-88color (prompted by
2599184989Srafan	  Debian #495815) -TD
2600184989Srafan
2601184989Srafan20080816
2602184989Srafan	+ add configure option --enable-weak-symbols to turn on new feature.
2603184989Srafan	+ add configure-check for availability of weak symbols.
2604184989Srafan	+ modify linkage with pthread library to use weak symbols so that
2605184989Srafan	  applications not linked to that library will not use the mutexes,
2606184989Srafan	  etc.  This relies on gcc, and may be platform-specific (patch by Dr
2607184989Srafan	  Werner Fink).
2608184989Srafan	+ add note to INSTALL to document limitation of renaming of tic library
2609184989Srafan	  using the --with-ticlib configure option (report by Dr Werner Fink).
2610184989Srafan	+ document (in manpage) why tputs does not detect I/O errors (prompted
2611184989Srafan	  by comments by Samuel Thibault).
2612184989Srafan	+ fix remaining warnings from Klocwork report.
2613184989Srafan
2614184989Srafan20080804
2615184989Srafan	+ modify _nc_panelhook() data to account for a permanent memory leak.
2616184989Srafan	+ fix memory leaks in test/demo_menus
2617184989Srafan	+ fix most warnings from Klocwork tool (report by Larry Zhou).
2618184989Srafan	+ modify configure script CF_XOPEN_SOURCE macro to add case for
2619184989Srafan	  "dragonfly" from xterm #236 changes.
2620184989Srafan	+ modify configure script --with-hashed-db to let $LIBS override the
2621184989Srafan	  search for the db library (prompted by report by Samson Pierre).
2622184989Srafan
2623184989Srafan20080726
2624184989Srafan	+ build-fixes for gcc 4.3.1 (changes to gnat "warnings", and C inlining
2625184989Srafan	  thresholds).
2626184989Srafan
2627184989Srafan20080713
2628184989Srafan	+ build-fix (reports by Christian Ebert, Funda Wang).
2629184989Srafan
2630184989Srafan20080712
2631184989Srafan	+ compiler-warning fixes for Solaris.
2632184989Srafan
2633184989Srafan20080705
2634184989Srafan	+ use NCURSES_MOUSE_MASK() in definition of BUTTON_RELEASE(), etc., to
2635184989Srafan	  make those work properly with the "--enable-ext-mouse" configuration
2636184989Srafan	  (cf: 20050205).
2637184989Srafan	+ improve documentation of build-cc options in INSTALL.
2638184989Srafan	+ work-around a bug in gcc 4.2.4 on AIX, which does not pass the
2639184989Srafan	  -static/-dynamic flags properly to linker, causing test/bs to
2640184989Srafan	  not link.
2641184989Srafan
2642184989Srafan20080628
2643184989Srafan	+ correct some ifdef's needed for the broken-linker configuration.
2644184989Srafan	+ make debugging library's $BAUDRATE feature work for termcap
2645184989Srafan	  interface.
2646184989Srafan	+ make $NCURSES_NO_PADDING feature work for termcap interface (prompted
2647184989Srafan	  by comment on FreeBSD mailing list).
2648184989Srafan	+ add screen.mlterm terminfo entry -TD
2649184989Srafan	+ improve mlterm and mlterm+pcfkeys terminfo entries -TD
2650184989Srafan
2651184989Srafan20080621
2652184989Srafan	+ regenerated html documentation.
2653184989Srafan	+ expand manpage description of parameters for form_driver() and
2654184989Srafan	  menu_driver() (prompted by discussion with Adam Spragg).
2655184989Srafan	+ add null-pointer checks for cur_term in baudrate() and
2656184989Srafan	  def_shell_mode(), def_prog_mode()
2657184989Srafan	+ fix some memory leaks in delscreen() and wide acs.
2658184989Srafan
2659184989Srafan20080614
2660184989Srafan	+ modify test/ditto.c to illustrate multi-threaded use_screen().
2661184989Srafan	+ change CC_SHARED_OPTS from -KPIC to -xcode=pic32 for Solaris.
2662184989Srafan	+ add "-shared" option to MK_SHARED_LIB for gcc on Solaris (report
2663184989Srafan	  by Poor Yorick).
2664184989Srafan
2665184989Srafan20080607
2666184989Srafan	+ finish changes to wgetch(), making it switch as needed to the
2667184989Srafan	  window's actual screen when calling wrefresh() and wgetnstr().  That
2668184989Srafan	  allows wgetch() to get used concurrently in different threads with
2669184989Srafan	  some minor restrictions, e.g., the application should not delete a
2670184989Srafan	  window which is being used in a wgetch().
2671184989Srafan	+ simplify mutex's, combining the window- and screen-mutex's.
2672184989Srafan
2673184989Srafan20080531
2674184989Srafan	+ modify wgetch() to use the screen which corresponds to its window
2675184989Srafan	  parameter rather than relying on SP; some dependent functions still
2676184989Srafan	  use SP internally.
2677184989Srafan	+ factor out most use of SP in lib_mouse.c, using parameter.
2678184989Srafan	+ add internal _nc_keyname(), replacing keyname() to associate with a
2679184989Srafan	  particular SCREEN rather than the global SP.
2680184989Srafan	+ add internal _nc_unctrl(), replacing unctrl() to associate with a
2681184989Srafan	  particular SCREEN rather than the global SP.
2682184989Srafan	+ add internal _nc_tracemouse(), replacing _tracemouse() to eliminate
2683184989Srafan	  its associated global buffer _nc_globals.tracemse_buf now in SCREEN.
2684184989Srafan	+ add internal _nc_tracechar(), replacing _tracechar() to use SCREEN in
2685184989Srafan	  preference to the global _nc_globals.tracechr_buf buffer.
2686184989Srafan
2687184989Srafan20080524
2688184989Srafan	+ modify _nc_keypad() to make it switch temporarily as needed to the
2689184989Srafan	  screen which must be updated.
2690184989Srafan	+ wrap cur_term variable to help make _nc_keymap() thread-safe, and
2691184989Srafan	  always set the screen's copy of this variable in set_curterm().
2692184989Srafan	+ restore curs_set() state after endwin()/refresh() (report/patch
2693184989Srafan	  Miroslav Lichvar)
2694184989Srafan
2695184989Srafan20080517
2696184989Srafan	+ modify configure script to note that --enable-ext-colors and
2697184989Srafan	  --enable-ext-mouse are not experimental, but extensions from
2698184989Srafan	  the ncurses ABI 5.
2699184989Srafan	+ corrected manpage description of setcchar() (discussion with
2700184989Srafan	  Emanuele Giaquinta).
2701184989Srafan	+ fix for adding a non-spacing character at the beginning of a line
2702184989Srafan	  (report/patch by Miroslav Lichvar).
2703184989Srafan
2704178866Srafan20080503
2705178866Srafan	+ modify screen.* terminfo entries using new screen+fkeys to fix
2706178866Srafan	  overridden keys in screen.rxvt (Debian #478094) -TD
2707178866Srafan	+ modify internal interfaces to reduce wgetch()'s dependency on the
2708178866Srafan	  global SP.
2709178866Srafan	+ simplify some loops with macros each_screen(), each_window() and
2710178866Srafan	  each_ripoff().
2711178866Srafan
2712178866Srafan20080426
2713178866Srafan	+ continue modifying test/ditto.c toward making it demonstrate
2714178866Srafan	  multithreaded use_screen(), using fifos to pass data between screens.
2715178866Srafan	+ fix typo in form.3x (report by Mike Gran).
2716178866Srafan
2717178866Srafan20080419
2718178866Srafan	+ add screen.rxvt terminfo entry -TD
2719178866Srafan	+ modify tic -f option to format spaces as \s to prevent them from
2720178866Srafan	  being lost when that is read back in unformatted strings.
2721178866Srafan	+ improve test/ditto.c, using a "talk"-style layout.
2722178866Srafan
2723178866Srafan20080412
2724178866Srafan	+ change test/ditto.c to use openpty() and xterm.
2725178866Srafan	+ add locks for copywin(), dupwin(), overlap(), overlay() on their
2726178866Srafan	  window parameters.
2727178866Srafan	+ add locks for initscr() and newterm() on updates to the SCREEN
2728178866Srafan	  pointer.
2729178866Srafan	+ finish table in curs_thread.3x manpage.
2730178866Srafan
2731178866Srafan20080405
2732178866Srafan	+ begin table in curs_thread.3x manpage describing the scope of data
2733178866Srafan	  used by each function (or symbol) for threading analysis.
2734178866Srafan	+ add null-pointer checks to setsyx() and getsyx() (prompted by
2735178866Srafan	  discussion by Martin v. Lowis and Jeroen Ruigrok van der Werven on
2736178866Srafan	  python-dev2 mailing list).
2737178866Srafan
2738178866Srafan20080329
2739178866Srafan	+ add null-pointer checks in set_term() and delscreen().
2740178866Srafan	+ move _nc_windows into _nc_globals, since windows can be pads, which
2741178866Srafan	  are not associated with a particular screen.
2742178866Srafan	+ change use_screen() to pass the SCREEN* parameter rather than
2743178866Srafan	  stdscr to the callback function.
2744178866Srafan	+ force libtool to use tag for 'CC' in case it does not detect this,
2745178866Srafan	  e.g., on aix when using CC=powerpc-ibm-aix5.3.0.0-gcc
2746178866Srafan	  (report/patch by Michael Haubenwallner).
2747178866Srafan	+ override OBJEXT to "lo" when building with libtool, to work on
2748178866Srafan	  platforms such as AIX where libtool may use a different suffix for
2749178866Srafan	  the object files than ".o" (report/patch by Michael Haubenwallner).
2750178866Srafan	+ add configure --with-pthread option, for building with the POSIX
2751178866Srafan	  thread library.
2752178866Srafan
2753178866Srafan20080322
2754178866Srafan	+ fill in extended-color pair two more places in wbkgrndset() and
2755178866Srafan	  waddch_nosync() (prompted by Sedeno's patch).
2756178866Srafan	+ fill in extended-color pair in _nc_build_wch() to make colors work
2757178866Srafan	  for wide-characters using extended-colors (patch by Alejandro R
2758178866Srafan	  Sedeno).
2759178866Srafan	+ add x/X toggles to ncurses.c C color test to test/demo
2760178866Srafan	  wide-characters with extended-colors.
2761178866Srafan	+ add a/A toggles to ncurses.c c/C color tests.
2762178866Srafan	+ modify test/ditto.c to use use_screen().
2763178866Srafan	+ finish modifying test/rain.c to demonstrate threads.
2764178866Srafan
2765178866Srafan20080308
2766178866Srafan	+ start modifying test/rain.c for threading demo.
2767178866Srafan	+ modify test/ncurses.c to make 'f' test accept the f/F/b/F/</> toggles
2768178866Srafan	  that the 'F' accepts.
2769178866Srafan	+ modify test/worm.c to show trail in reverse-video when other threads
2770178866Srafan	  are working concurrently.
2771178866Srafan	+ fix a deadlock from improper nesting of mutexes for windowlist and
2772178866Srafan	  window.
2773178866Srafan
2774178866Srafan20080301
2775178866Srafan	+ fixes from 20080223 resolved issue with mutexes; change to use
2776178866Srafan	  recursive mutexes to fix memory leak in delwin() as called from
2777178866Srafan	  _nc_free_and_exit().
2778178866Srafan
2779178866Srafan20080223
2780178866Srafan	+ fix a size-difference in _nc_globals which caused hanging of mutex
2781178866Srafan	  lock/unlock when termlib was built separately.
2782178866Srafan
2783178866Srafan20080216
2784178866Srafan	+ avoid using nanosleep() in threaded configuration since that often
2785178866Srafan	  is implemented to suspend the entire process.
2786178866Srafan
2787176187Srafan20080209
2788176187Srafan	+ update test programs to build/work with various UNIX curses for
2789176187Srafan	  comparisons.  This was to reinvestigate statement in X/Open curses
2790176187Srafan	  that insnstr and winsnstr perform wrapping.  None of the Unix-branded
2791176187Srafan	  implementations do this, as noted in manpage (cf: 20040228).
2792176187Srafan
2793176187Srafan20080203
2794176187Srafan	+ modify _nc_setupscreen() to set the legacy-coding value the same
2795176187Srafan	  for both narrow/wide models.  It had been set only for wide model,
2796176187Srafan	  but is needed to make unctrl() work with locale in the narrow model.
2797176187Srafan	+ improve waddch() and winsch() handling of EILSEQ from mbrtowc() by
2798176187Srafan	  using unctrl() to display illegal bytes rather than trying to append
2799176187Srafan	  further bytes to make up a valid sequence (reported by Andrey A
2800176187Srafan	  Chernov).
2801176187Srafan	+ modify unctrl() to check codes in 128-255 range versus isprint().
2802176187Srafan	  If they are not printable, and locale was set, use a "M-" or "~"
2803176187Srafan	  sequence.
2804176187Srafan
2805176187Srafan20080126
2806176187Srafan	+ improve threading in test/worm.c (wrap refresh calls, and KEY_RESIZE
2807176187Srafan	  handling).  Now it hangs in napms(), no matter whether nanosleep()
2808176187Srafan	  or poll() or select() are used on Linux.
2809176187Srafan
2810176187Srafan20080119
2811176187Srafan	+ fixes to build with --disable-ext-funcs
2812176187Srafan	+ add manpage for use_window and use_screen.
2813176187Srafan	+ add set_tabsize() and set_escdelay() functions.
2814176187Srafan
2815176187Srafan20080112
2816176187Srafan	+ remove recursive-mutex definitions, finish threading demo for worm.c
2817176187Srafan	+ remove a redundant adjustment of lines in resizeterm.c's
2818176187Srafan	  adjust_window() which caused occasional misadjustment of stdscr when
2819176187Srafan	  softkeys were used.
2820176187Srafan
2821176187Srafan20080105
2822176187Srafan	+ several improvements to terminfo entries based on xterm #230 -TD
2823176187Srafan	+ modify MKlib_gen.sh to handle keyname/key_name prototypes, so the
2824176187Srafan	  "link_test" builds properly.
2825176187Srafan	+ fix for toe command-line options -u/-U to ensure filename is given.
2826176187Srafan	+ fix allocation-size for command-line parsing in infocmp from 20070728
2827176187Srafan	  (report by Miroslav Lichvar)
2828176187Srafan	+ improve resizeterm() by moving ripped-off lines, and repainting the
2829176187Srafan	  soft-keys (report by Katarina Machalkova)
2830176187Srafan	+ add clarification in wclear's manpage noting that the screen will be
2831176187Srafan	  cleared even if a subwindow is cleared (prompted by Christer Enfors
2832176187Srafan	  question).
2833176187Srafan	+ change test/ncurses.c soft-key tests to work with KEY_RESIZE.
2834176187Srafan
2835174993Srafan20071222
2836174993Srafan	+ continue implementing support for threading demo by adding mutex
2837174993Srafan	  for delwin().
2838174993Srafan
2839174993Srafan20071215
2840174993Srafan	+ add several functions to C++ binding which wrap C functions that
2841174993Srafan	  pass a WINDOW* parameter (request by Chris Lee).
2842174993Srafan
2843174993Srafan20071201
2844174993Srafan	+ add note about configure options needed for Berkeley database to the
2845174993Srafan	  INSTALL file.
2846174993Srafan	+ improve checks for version of Berkeley database libraries.
2847174993Srafan	+ amend fix for rpath to not modify LDFLAGS if the platform has no
2848174993Srafan	  applicable transformation (report by Christian Ebert, cf: 20071124).
2849174993Srafan
2850174993Srafan20071124
2851174993Srafan	+ modify configure option --with-hashed-db to accept a parameter which
2852174993Srafan	  is the install-prefix of a given Berkeley Database (prompted by
2853174993Srafan	  pierre4d2 comments).
2854174993Srafan	+ rewrite wrapper for wcrtomb(), making it work on Solaris.  This is
2855174993Srafan	  used in the form library to determine the length of the buffer needed
2856174993Srafan	  by field_buffer (report by Alfred Fung).
2857174993Srafan	+ remove unneeded window-parameter from C++ binding for wresize (report
2858174993Srafan	  by Chris Lee).
2859174993Srafan
2860174993Srafan20071117
2861174993Srafan	+ modify the support for filesystems which do not support mixed-case to
2862174993Srafan	  generate 2-character (hexadecimal) codes for the lower-level of the
2863174993Srafan	  filesystem terminfo database (request by Michail Vidiassov).
2864174993Srafan	+ add configure option --enable-mixed-case, to allow overriding the
2865174993Srafan	  configure script's check if the filesystem supports mixed-case
2866174993Srafan	  filenames.
2867174993Srafan	+ add wresize() to C++ binding (request by Chris Lee).
2868174993Srafan	+ define NCURSES_EXT_FUNCS and NCURSES_EXT_COLORS in curses.h to make
2869174993Srafan	  it simpler to tell if the extended functions and/or colors are
2870174993Srafan	  declared.
2871174993Srafan
2872174993Srafan20071103
2873174993Srafan	+ update memory-leak checks for changes to names.c and codes.c
2874174993Srafan	+ correct acsc strings in h19, z100 (patch by Benjamin C W Sittler).
2875174993Srafan
2876174993Srafan20071020
2877174993Srafan	+ continue implementing support for threading demo by adding mutex
2878174993Srafan	  for use_window().
2879174993Srafan	+ add mrxvt terminfo entry, add/fix xterm building blocks for modified
2880174993Srafan	  cursor keys -TD
2881174993Srafan	+ compile with FreeBSD "contemporary" TTY interface (patch by
2882174993Srafan	  Rong-En Fan).
2883174993Srafan
2884174993Srafan20071013
2885174993Srafan	+ modify makefile rules to allow clear, tput and tset to be built
2886174993Srafan	  without libtic.  The other programs (infocmp, tic and toe) rely on
2887174993Srafan	  that library.
2888174993Srafan	+ add/modify null-pointer checks in several functions for SP and/or
2889174993Srafan	  the WINDOW* parameter (report by Thorben Krueger).
2890262685Sdelphij	+ fixes for field_buffer() in formw library (see Redhat #310071,
2891262685Sdelphij	  patches by Miroslav Lichvar).
2892174993Srafan	+ improve performance of NCURSES_CHAR_EQ code (patch by Miroslav
2893174993Srafan	  Lichvar).
2894174993Srafan	+ update/improve mlterm and rxvt terminfo entries, e.g., for
2895174993Srafan	  the modified cursor- and keypad-keys -TD
2896174993Srafan
2897174993Srafan20071006
2898174993Srafan	+ add code to curses.priv.h ifdef'd with NCURSES_CHAR_EQ, which
2899174993Srafan	  changes the CharEq() macro to an inline function to allow comparing
2900174993Srafan	  cchar_t struct's without comparing gaps in a possibly unpacked
2901174993Srafan	  memory layout (report by Miroslav Lichvar).
2902174993Srafan
2903174993Srafan20070929
2904174993Srafan	+ add new functions to lib_trace.c to setup mutex's for the _tracef()
2905174993Srafan	  calls within the ncurses library.
2906174993Srafan	+ for the reentrant model, move _nc_tputs_trace and _nc_outchars into
2907174993Srafan	  the SCREEN.
2908174993Srafan	+ start modifying test/worm.c to provide threading demo (incomplete).
2909174993Srafan	+ separated ifdef's for some BSD-related symbols in tset.c, to make
2910174993Srafan	  it compile on LynxOS (report by Greg Gemmer).
2911174993Srafan20070915
2912174993Srafan	+ modify Ada95/gen/Makefile to use shlib script, to simplify building
2913174993Srafan	  shared-library configuration on platforms lacking rpath support.
2914174993Srafan	+ build-fix for Ada95/src/Makefile to reflect changed dependency for
2915174993Srafan	  the terminal-interface-curses-aux.adb file which is now generated.
2916174993Srafan	+ restructuring test/worm.c, for use_window() example.
2917174993Srafan
2918174993Srafan20070908
2919174993Srafan	+ add use_window() and use_screen() functions, to develop into support
2920174993Srafan	  for threaded library (incomplete).
2921174993Srafan	+ fix typos in man/curs_opaque.3x which kept the install script from
2922174993Srafan	  creating symbolic links to two aliases created in 20070818 (report by
2923174993Srafan	  Rong-En Fan).
2924174993Srafan
2925174993Srafan20070901
2926174993Srafan	+ remove a spurious newline from output of html.m4, which caused links
2927174993Srafan	  for Ada95 html to be incorrect for the files generated using m4.
2928174993Srafan	+ start investigating mutex's for SCREEN manipulation (incomplete).
2929174993Srafan	+ minor cleanup of codes.c/names.c for --enable-const
2930174993Srafan	+ expand/revise "Routine and Argument Names" section of ncurses manpage
2931174993Srafan	  to address report by David Givens in newsgroup discussion.
2932174993Srafan	+ fix interaction between --without-progs/--with-termcap configure
2933174993Srafan	  options (report by Michail Vidiassov).
2934174993Srafan	+ fix typo in "--disable-relink" option (report by Michail Vidiassov).
2935174993Srafan
2936174993Srafan20070825
2937174993Srafan	+ fix a sign-extension bug in infocmp's repair_acsc() function
2938174993Srafan	  (cf: 971004).
2939174993Srafan	+ fix old configure script bug which prevented "--disable-warnings"
2940174993Srafan	  option from working (patch by Mike Frysinger).
2941174993Srafan
2942174993Srafan20070818
2943174993Srafan	+ add 9term terminal description (request by Juhapekka Tolvanen) -TD
2944174993Srafan	+ modify comp_hash.c's string output to avoid misinterpreting a null
2945174993Srafan	  "\0" followed by a digit.
2946174993Srafan	+ modify MKnames.awk and MKcodes.awk to support big-strings.
2947174993Srafan	  This only applies to the cases (broken linker, reentrant) where
2948174993Srafan	  the corresponding arrays are accessed via wrapper functions.
2949174993Srafan	+ split MKnames.awk into two scripts, eliminating the shell redirection
2950174993Srafan	  which complicated the make process and also the bogus timestamp file
2951174993Srafan	  which was introduced to fix "make -j".
2952174993Srafan	+ add test/test_opaque.c, test/test_arrays.c
2953174993Srafan	+ add wgetscrreg() and wgetparent() for applications that may need it
2954174993Srafan	  when NCURSES_OPAQUE is defined (prompted by Bryan Christ).
2955174993Srafan
2956174993Srafan20070812
2957174993Srafan	+ amend treatment of infocmp "-r" option to retain the 1023-byte limit
2958174993Srafan	  unless "-T" is given (cf: 981017).
2959174993Srafan	+ modify comp_captab.c generation to use big-strings.
2960174993Srafan	+ make _nc_capalias_table and _nc_infoalias_table private accessed via
2961174993Srafan	  _nc_get_alias_table() since the tables are used only within the tic
2962174993Srafan	  library.
2963174993Srafan	+ modify configure script to skip Intel compiler in CF_C_INLINE.
2964174993Srafan	+ make _nc_info_hash_table and _nc_cap_hash_table private accessed via
2965174993Srafan	  _nc_get_hash_table() since the tables are used only within the tic
2966174993Srafan	  library.
2967174993Srafan
2968174993Srafan20070728
2969174993Srafan	+ make _nc_capalias_table and _nc_infoalias_table private, accessed via
2970174993Srafan	  _nc_get_alias_table() since they are used only by parse_entry.c
2971174993Srafan	+ make _nc_key_names private since it is used only by lib_keyname.c
2972174993Srafan	+ add --disable-big-strings configure option to control whether
2973174993Srafan	  unctrl.c is generated using the big-string optimization - which may
2974174993Srafan	  use strings longer than supported by a given compiler.
2975174993Srafan	+ reduce relocation tables for tic, infocmp by changing type of
2976174993Srafan	  internal hash tables to short, and make those private symbols.
2977174993Srafan	+ eliminate large fixed arrays from progs/infocmp.c
2978174993Srafan
2979174993Srafan20070721
2980174993Srafan	+ change winnstr() to stop at the end of the line (cf: 970315).
2981174993Srafan	+ add test/test_get_wstr.c
2982174993Srafan	+ add test/test_getstr.c
2983174993Srafan	+ add test/test_inwstr.c
2984174993Srafan	+ add test/test_instr.c
2985174993Srafan
2986174993Srafan20070716
2987174993Srafan	+ restore a call to obtain screen-size in _nc_setupterm(), which
2988174993Srafan	  is used in tput and other non-screen applications via setupterm()
2989174993Srafan	  (Debian #433357, reported by Florent Bayle, Christian Ohm,
2990174993Srafan	  cf: 20070310).
2991174993Srafan
2992174993Srafan20070714
2993174993Srafan	+ add test/savescreen.c test-program
2994174993Srafan	+ add check to trace-file open, if the given name is a directory, add
2995174993Srafan	  ".log" to the name and try again.
2996174993Srafan	+ add konsole-256color entry -TD
2997174993Srafan	+ add extra gcc warning options from xterm.
2998174993Srafan	+ minor fixes for ncurses/hashmap test-program.
2999174993Srafan	+ modify configure script to quiet c++ build with libtool when the
3000174993Srafan	  --disable-echo option is used.
3001174993Srafan	+ modify configure script to disable ada95 if libtool is selected,
3002262685Sdelphij	  writing a warning message (addresses FreeBSD #114493).
3003174993Srafan	+ update config.guess, config.sub
3004174993Srafan
3005174993Srafan20070707
3006174993Srafan	+ add continuous-move "M" to demo_panels to help test refresh changes.
3007174993Srafan	+ improve fix for refresh of window on top of multi-column characters,
3008174993Srafan	  taking into account some split characters on left/right window
3009174993Srafan	  boundaries.
3010174993Srafan
3011174993Srafan20070630
3012174993Srafan	+ add "widec" row to _tracedump() output to help diagnose remaining
3013174993Srafan	  problems with multi-column characters.
3014174993Srafan	+ partial fix for refresh of window on top of multi-column characters
3015174993Srafan	  which are partly overwritten (report by Sadrul H Chowdhury).
3016174993Srafan	+ ignore A_CHARTEXT bits in vidattr() and vid_attr(), in case
3017174993Srafan	  multi-column extension bits are passed there.
3018174993Srafan	+ add setlocale() call to demo_panels.c, needed for wide-characters.
3019174993Srafan	+ add some output flags to _nc_trace_ttymode to help diagnose a bug
3020174993Srafan	  report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET,
3021174993Srafan
3022174993Srafan20070623
3023174993Srafan	+ add test/demo_panels.c
3024174993Srafan	+ implement opaque version of setsyx() and getsyx().
3025174993Srafan
3026174993Srafan20070612
3027174993Srafan	+ corrected xterm+pcf2 terminfo modifiers for F1-F4, to match xterm
3028174993Srafan	  #226 -TD
3029174993Srafan	+ split-out key_name() from MKkeyname.awk since it now depends upon
3030174993Srafan	  wunctrl() which is not in libtinfo (report by Rong-En Fan).
3031174993Srafan
3032174993Srafan20070609
3033174993Srafan	+ add test/key_name.c
3034184989Srafan	+ add stdscr cases to test/inchs.c and test/inch_wide.c
3035174993Srafan	+ update test/configure
3036174993Srafan	+ correct formatting of DEL (0x7f) in _nc_vischar().
3037174993Srafan	+ null-terminate result of wunctrl().
3038174993Srafan	+ add null-pointer check in key_name() (report by Andreas Krennmair,
3039174993Srafan	  cf: 20020901).
3040174993Srafan
3041174993Srafan20070602
3042174993Srafan	+ adapt mouse-handling code from menu library in form-library
3043174993Srafan	  (discussion with Clive Nicolson).
3044174993Srafan	+ add a modification of test/dots.c, i.e., test/dots_mvcur.c to
3045174993Srafan	  illustrate how to use mvcur().
3046174993Srafan	+ modify wide-character flavor of SetAttr() to preserve the
3047174993Srafan	  WidecExt() value stored in the .attr field, e.g., in case it
3048174993Srafan	  is overwritten by chgat (report by Aleksi Torhamo).
3049174993Srafan	+ correct buffer-size for _nc_viswbuf2n() (report by Aleksi Torhamo).
3050174993Srafan	+ build-fixes for Solaris 2.6 and 2.7 (patch by Peter O'Gorman).
3051174993Srafan
3052174993Srafan20070526
3053174993Srafan	+ modify keyname() to use "^X" form only if meta() has been called, or
3054174993Srafan	  if keyname() is called without initializing curses, e.g., via
3055174993Srafan	  initscr() or newterm() (prompted by LinuxBase #1604).
3056174993Srafan	+ document some portability issues in man/curs_util.3x
3057174993Srafan	+ add a shadow copy of TTY buffer to _nc_prescreen to fix applications
3058174993Srafan	  broken by moving that data into SCREEN (cf: 20061230).
3059174993Srafan
3060174993Srafan20070512
3061174993Srafan	+ add 'O' (wide-character panel test) in ncurses.c to demonstrate a
3062174993Srafan	  problem reported by Sadrul H Chowdhury with repainting parts of
3063174993Srafan	  a fullwidth cell.
3064174993Srafan	+ modify slk_init() so that if there are preceding calls to
3065174993Srafan	  ripoffline(), those affect the available lines for soft-keys (adapted
3066174993Srafan	  from patch by Clive Nicolson).
3067174993Srafan	+ document some portability issues in man/curs_getyx.3x
3068174993Srafan
3069174993Srafan20070505
3070174993Srafan	+ fix a bug in Ada95/samples/ncurses which caused a variable to
3071174993Srafan	  become uninitialized in the "b" test.
3072174993Srafan	+ fix Ada95/gen/Makefile.in adahtml rule to account for recent
3073174993Srafan	  movement of files, fix a few incorrect manpage references in the
3074174993Srafan	  generated html.
3075174993Srafan	+ add Ada95 binding to _nc_freeall() as Curses_Free_All to help with
3076174993Srafan	  memory-checking.
3077174993Srafan	+ correct some functions in Ada95 binding which were using return value
3078174993Srafan	  from C where none was returned:  idcok(), immedok() and wtimeout().
3079174993Srafan	+ amend recent changes for Ada95 binding to make it build with
3080174993Srafan	  Cygwin's linker, e.g., with configure options
3081174993Srafan		--enable-broken-linker --with-ticlib
3082174993Srafan
3083174993Srafan20070428
3084174993Srafan	+ add a configure check for gcc's options for inlining, use that to
3085174993Srafan	  quiet a warning message where gcc's default behavior changed from
3086174993Srafan	  3.x to 4.x.
3087174993Srafan	+ improve warning message when checking if GPM is linked to curses
3088174993Srafan	  library by not warning if its use of "wgetch" is via a weak symbol.
3089174993Srafan	+ add loader options when building with static libraries to ensure that
3090174993Srafan	  an installed shared library for ncurses does not conflict.  This is
3091174993Srafan	  reported as problem with Tru64, but could affect other platforms
3092174993Srafan	  (report Martin Mokrejs, analysis by Tim Mooney).
3093174993Srafan	+ fix build on cygwin after recent ticlib/termlib changes, i.e.,
3094174993Srafan	  + adjust TINFO_SUFFIX value to work with cygwin's dll naming
3095174993Srafan	  + revert a change from 20070303 which commented out dependency of
3096174993Srafan	    SHLIB_LIST in form/menu/panel/c++ libraries.
3097174993Srafan	+ fix initialization of ripoff stack pointer (cf: 20070421).
3098174993Srafan
3099174993Srafan20070421
3100174993Srafan	+ move most static variables into structures _nc_globals and
3101174993Srafan	  _nc_prescreen, to simplify storage.
3102174993Srafan	+ add/use configure script macro CF_SIG_ATOMIC_T, use the corresponding
3103174993Srafan	  type for data manipulated by signal handlers (prompted by comments
3104174993Srafan	  in mailing.openbsd.bugs newsgroup).
3105174993Srafan	+ modify CF_WITH_LIBTOOL to allow one to pass options such as -static
3106174993Srafan	  to the libtool create- and link-operations.
3107174993Srafan
3108174993Srafan20070414
3109174993Srafan	+ fix whitespace in curs_opaque.3x which caused a spurious ';' in
3110174993Srafan	  the installed aliases (report by Peter Santoro).
3111174993Srafan	+ fix configure script to not try to generate adacurses-config when
3112174993Srafan	  Ada95 tree is not built.
3113174993Srafan
3114174993Srafan20070407
3115174993Srafan	+ add man/curs_legacy.3x, man/curs_opaque.3x
3116174993Srafan	+ fix acs_map binding for Ada95 when --enable-reentrant is used.
3117174993Srafan	+ add adacurses-config to the Ada95 install, based on version from
3118174993Srafan	  FreeBSD port, in turn by Juergen Pfeifer in 2000 (prompted by
3119174993Srafan	  comment on comp.lang.ada newsgroup).
3120174993Srafan	+ fix includes in c++ binding to build with Intel compiler
3121174993Srafan	  (cf: 20061209).
3122174993Srafan	+ update install rule in Ada95 to use mkdirs.sh
3123174993Srafan	> other fixes prompted by inspection for Coverity report:
3124174993Srafan	+ modify ifdef's for c++ binding to use try/catch/throw statements
3125174993Srafan	+ add a null-pointer check in tack/ansi.c request_cfss()
3126174993Srafan	+ fix a memory leak in ncurses/base/wresize.c
3127174993Srafan	+ corrected check for valid memu/meml capabilities in
3128174993Srafan	  progs/dump_entry.c when handling V_HPUX case.
3129174993Srafan	> fixes based on Coverity report:
3130174993Srafan	+ remove dead code in test/bs.c
3131174993Srafan	+ remove dead code in test/demo_defkey.c
3132174993Srafan	+ remove an unused assignment in progs/infocmp.c
3133174993Srafan	+ fix a limit check in tack/ansi.c tools_charset()
3134174993Srafan	+ fix tack/ansi.c tools_status() to perform the VT320/VT420
3135174993Srafan	  tests in request_cfss().  The function had exited too soon.
3136174993Srafan	+ fix a memory leak in tic.c's make_namelist()
3137174993Srafan	+ fix a couple of places in tack/output.c which did not check for EOF.
3138174993Srafan	+ fix a loop-condition in test/bs.c
3139174993Srafan	+ add index checks in lib_color.c for color palettes
3140174993Srafan	+ add index checks in progs/dump_entry.c for version_filter() handling
3141174993Srafan	  of V_BSD case.
3142174993Srafan	+ fix a possible null-pointer dereference in copywin()
3143174993Srafan	+ fix a possible null-pointer dereference in waddchnstr()
3144174993Srafan	+ add a null-pointer check in _nc_expand_try()
3145174993Srafan	+ add a null-pointer check in tic.c's make_namelist()
3146174993Srafan	+ add a null-pointer check in _nc_expand_try()
3147174993Srafan	+ add null-pointer checks in test/cardfile.c
3148174993Srafan	+ fix a double-free in ncurses/tinfo/trim_sgr0.c
3149174993Srafan	+ fix a double-free in ncurses/base/wresize.c
3150174993Srafan	+ add try/catch block to c++/cursesmain.cc
3151174993Srafan
3152174993Srafan20070331
3153174993Srafan	+ modify Ada95 binding to build with --enable-reentrant by wrapping
3154174993Srafan	  global variables (bug: acs_map does not yet work).
3155174993Srafan	+ modify Ada95 binding to use the new access-functions, allowing it
3156174993Srafan	  to build/run when NCURSES_OPAQUE is set.
3157174993Srafan	+ add access-functions and macros to return properties of the WINDOW
3158174993Srafan	  structure, e.g., when NCURSES_OPAQUE is set.
3159174993Srafan	+ improved install-sh's quoting.
3160174993Srafan	+ use mkdirs.sh rather than mkinstalldirs, e.g., to use fixes from
3161174993Srafan	  other programs.
3162174993Srafan
3163174993Srafan20070324
3164174993Srafan	+ eliminate part of the direct use of WINDOW data from Ada95 interface.
3165174993Srafan	+ fix substitutions for termlib filename to make configure option
3166174993Srafan	  --enable-reentrant work with --with-termlib.
3167174993Srafan	+ change a constructor for NCursesWindow to allow compiling with
3168174993Srafan	  NCURSES_OPAQUE set, since we cannot pass a reference to
3169174993Srafan	  an opaque pointer.
3170174993Srafan
3171174993Srafan20070317
3172174993Srafan	+ ignore --with-chtype=unsigned since unsigned is always added to
3173174993Srafan	  the type in curses.h; do the same for --with-mmask-t.
3174174993Srafan	+ change warning regarding --enable-ext-colors and wide-character
3175174993Srafan	  in the configure script to an error.
3176174993Srafan	+ tweak error message in CF_WITH_LIBTOOL to distinguish other programs
3177174993Srafan	  such as Darwin's libtool program (report by Michail Vidiassov)
3178174993Srafan	+ modify edit_man.sh to allow for multiple substitutions per line.
3179174993Srafan	+ set locale in misc/ncurses-config.in since it uses a range
3180174993Srafan	+ change permissions libncurses++.a install (report by Michail
3181174993Srafan	  Vidiassov).
3182174993Srafan	+ corrected length of temporary buffer in wide-character version
3183174993Srafan	  of set_field_buffer() (related to report by Bryan Christ).
3184174993Srafan
3185174993Srafan20070311
3186174993Srafan	+ fix mk-1st.awk script install_shlib() function, broken in 20070224
3187174993Srafan	  changes for cygwin (report by  Michail Vidiassov).
3188174993Srafan
3189174993Srafan20070310
3190174993Srafan	+ increase size of array in _nc_visbuf2n() to make "tic -v" work
3191174993Srafan	  properly in its similar_sgr() function (report/analysis by Peter
3192174993Srafan	  Santoro).
3193174993Srafan	+ add --enable-reentrant configure option for ongoing changes to
3194174993Srafan	  implement a reentrant version of ncurses:
3195174993Srafan	  + libraries are suffixed with "t"
3196174993Srafan	  + wrap several global variables (curscr, newscr, stdscr, ttytype,
3197174993Srafan	    COLORS, COLOR_PAIRS, COLS, ESCDELAY, LINES and TABSIZE) as
3198174993Srafan	    functions returning values stored in SCREEN or cur_term.
3199174993Srafan	  + move some initialization (LINES, COLS) from lib_setup.c,
3200174993Srafan	    i.e., setupterm() to _nc_setupscreen(), i.e., newterm().
3201174993Srafan
3202174993Srafan20070303
3203174993Srafan	+ regenerated html documentation.
3204174993Srafan	+ add NCURSES_OPAQUE symbol to curses.h, will use to make structs
3205174993Srafan	  opaque in selected configurations.
3206174993Srafan	+ move the chunk in lib_acs.c which resets acs capabilities when
3207174993Srafan	  running on a terminal whose locale interferes with those into
3208174993Srafan	  _nc_setupscreen(), so the libtinfo/libtinfow files can be made
3209174993Srafan	  identical (requested by Miroslav Lichvar).
3210174993Srafan	+ do not use configure variable SHLIB_LIBS for building libraries
3211174993Srafan	  outside the ncurses directory, since that symbol is customized
3212174993Srafan	  only for that directory, and using it introduces an unneeded
3213174993Srafan	  dependency on libdl (requested by Miroslav Lichvar).
3214174993Srafan	+ modify mk-1st.awk so the generated makefile rules for linking or
3215174993Srafan	  installing shared libraries do not first remove the library, in
3216174993Srafan	  case it is in use, e.g., libncurses.so by /bin/sh (report by Jeff
3217174993Srafan	  Chua).
3218174993Srafan	+ revised section "Using NCURSES under XTERM" in ncurses-intro.html
3219174993Srafan	  (prompted by newsgroup comment by Nick Guenther).
3220174993Srafan
3221174993Srafan20070224
3222174993Srafan	+ change internal return codes of _nc_wgetch() to check for cases
3223174993Srafan	  where KEY_CODE_YES should be returned, e.g., if a KEY_RESIZE was
3224174993Srafan	  ungetch'd, and read by wget_wch().
3225174993Srafan	+ fix static-library build broken in 20070217 changes to remove "-ldl"
3226174993Srafan	  (report by Miroslav Lichvar).
3227174993Srafan	+ change makefile/scripts for cygwin to allow building termlib.
3228174993Srafan	+ use Form_Hook in manpages to match form.h
3229174993Srafan	+ use Menu_Hook in manpages, as well as a few places in menu.h
3230174993Srafan	+ correct form- and menu-manpages to use specific Field_Options,
3231174993Srafan	  Menu_Options and Item_Options types.
3232174993Srafan	+ correct prototype for _tracechar() in manpage (cf: 20011229).
3233174993Srafan	+ correct prototype for wunctrl() in manpage.
3234174993Srafan
3235174993Srafan20070217
3236174993Srafan	+ fixes for $(TICS_LIST) in ncurses/Makefile (report by Miroslav
3237174993Srafan	  Lichvar).
3238174993Srafan	+ modify relinking of shared libraries to apply only when rpath is
3239174993Srafan	  enabled, and add --disable-relink option which can be used to
3240174993Srafan	  disable the feature altogether (reports by Michail Vidiassov,
3241174993Srafan	  Adam J Richter).
3242174993Srafan	+ fix --with-termlib option for wide-character configuration, stripping
3243174993Srafan	  the "w" suffix in one place (report by Miroslav Lichvar).
3244174993Srafan	+ remove "-ldl" from some library lists to reduce dependencies in
3245174993Srafan	  programs (report by Miroslav Lichvar).
3246174993Srafan	+ correct description of --enable-signed-char in configure --help
3247174993Srafan	  (report by Michail Vidiassov).
3248174993Srafan	+ add pattern for GNU/kFreeBSD configuration to CF_XOPEN_SOURCE,
3249174993Srafan	  which matches an earlier change to CF_SHARED_OPTS, from xterm #224
3250174993Srafan	  fixes.
3251174993Srafan	+ remove "${DESTDIR}" from -install_name option used for linking
3252174993Srafan	  shared libraries on Darwin (report by Michail Vidiassov).
3253174993Srafan
3254174993Srafan20070210
3255184989Srafan	+ add test/inchs.c, test/inch_wide.c, to test win_wchnstr().
3256174993Srafan	+ remove libdl from library list for termlib (report by Miroslav
3257174993Srafan	  Lichvar).
3258174993Srafan	+ fix configure.in to allow --without-progs --with-termlib (patch by
3259174993Srafan	  Miroslav Lichvar).
3260174993Srafan	+ modify win_wchnstr() to ensure that only a base cell is returned
3261174993Srafan	  for each multi-column character (prompted by report by Wei Kong
3262174993Srafan	  regarding change in mvwin_wch() cf: 20041023).
3263174993Srafan
3264174993Srafan20070203
3265174993Srafan	+ modify fix_wchnstr() in form library to strip attributes (and color)
3266174993Srafan	  from the cchar_t array (field cells) read from a field's window.
3267174993Srafan	  Otherwise, when copying the field cells back to the window, the
3268174993Srafan	  associated color overrides the field's background color (report by
3269174993Srafan	  Ricardo Cantu).
3270174993Srafan	+ improve tracing for form library, showing created forms, fields, etc.
3271174993Srafan	+ ignore --enable-rpath configure option if --with-shared was omitted.
3272174993Srafan	+ add _nc_leaks_tinfo(), _nc_free_tic(), _nc_free_tinfo() entrypoints
3273174993Srafan	  to allow leak-checking when both tic- and tinfo-libraries are built.
3274174993Srafan	+ drop CF_CPP_VSCAN_FUNC macro from configure script, since C++ binding
3275174993Srafan	  no longer relies on it.
3276174993Srafan	+ disallow combining configure script options --with-ticlib and
3277174993Srafan	  --enable-termcap (report by Rong-En Fan).
3278174993Srafan	+ remove tack from ncurses tree.
3279174993Srafan
3280174993Srafan20070128
3281174993Srafan	+ fix typo in configure script that broke --with-termlib option
3282174993Srafan	  (report by Rong-En Fan).
3283174993Srafan
3284174993Srafan20070127
3285174993Srafan	+ improve fix for FreeBSD gnu/98975, to allow for null pointer passed
3286174993Srafan	  to tgetent() (report by Rong-en Fan).
3287174993Srafan	+ update tack/HISTORY and tack/README to tell how to build it after
3288174993Srafan	  it is removed from the ncurses tree.
3289174993Srafan	+ fix configure check for libtool's version to trim blank lines
3290174993Srafan	  (report by sci-fi@hush.ai).
3291174993Srafan	+ review/eliminate other original-file artifacts in cursesw.cc, making
3292174993Srafan	  its license consistent with ncurses.
3293174993Srafan	+ use ncurses vw_scanw() rather than reading into a fixed buffer in
3294174993Srafan	  the c++ binding for scanw() methods (prompted by report by Nuno Dias).
3295174993Srafan	+ eliminate fixed-buffer vsprintf() calls in c++ binding.
3296174993Srafan
3297174993Srafan20070120
3298174993Srafan	+ add _nc_leaks_tic() to separate leak-checking of tic library from
3299174993Srafan	  term/ncurses libraries, and thereby eliminate a library dependency.
3300174993Srafan	+ fix test/mk-test.awk to ignore blank lines.
3301174993Srafan	+ correct paths in include/headers, for --srcdir (patch by Miroslav
3302174993Srafan	  Lichvar).
3303174993Srafan
3304174993Srafan20070113
3305174993Srafan	+ add a break-statement in misc/shlib to ensure that it exits on the
3306174993Srafan	  _first_ matched directory (report by Paul Novak).
3307174993Srafan	+ add tack/configure, which can be used to build tack outside the
3308174993Srafan	  ncurses build-tree.
3309174993Srafan	+ add --with-ticlib option, to build/install the tic-support functions
3310174993Srafan	  in a separate library (suggested by Miroslav Lichvar).
3311174993Srafan
3312174993Srafan20070106
3313174993Srafan	+ change MKunctrl.awk to reduce relocation table for unctrl.o
3314174993Srafan	+ change MKkeyname.awk to reduce relocation table for keyname.o
3315174993Srafan	  (patch by Miroslav Lichvar).
3316174993Srafan
3317174993Srafan20061230
3318174993Srafan	+ modify configure check for libtool's version to trim blank lines
3319174993Srafan	  (report by sci-fi@hush.ai).
3320174993Srafan	+ modify some modules to allow them to be reentrant if _REENTRANT is
3321174993Srafan	  defined: lib_baudrate.c, resizeterm.c (local data only)
3322174993Srafan	+ eliminate static data from some modules: add_tries.c, hardscroll.c,
3323174993Srafan	  lib_ttyflags.c, lib_twait.c
3324174993Srafan	+ improve manpage install to add aliases for the transformed program
3325174993Srafan	  names, e.g., from --program-prefix.
3326174993Srafan	+ used linklint to verify links in the HTML documentation, made fixes
3327174993Srafan	  to manpages as needed.
3328174993Srafan	+ fix a typo in curs_mouse.3x (report by William McBrine).
3329174993Srafan	+ fix install-rule for ncurses5-config to make the bin-directory.
3330174993Srafan
3331174993Srafan20061223
3332174993Srafan	+ modify configure script to omit the tic (terminfo compiler) support
3333174993Srafan	  from ncurses library if --without-progs option is given.
3334174993Srafan	+ modify install rule for ncurses5-config to do this via "install.libs"
3335174993Srafan	+ modify shared-library rules to allow FreeBSD 3.x to use rpath.
3336174993Srafan	+ update config.guess, config.sub
3337174993Srafan
3338166124Srafan20061217 5.6 release for upload to ftp.gnu.org
3339166124Srafan
3340174993Srafan20061217
3341166124Srafan	+ add ifdef's for <wctype.h> for HPUX, which has the corresponding
3342166124Srafan	  definitions in <wchar.h>.
3343166124Srafan	+ revert the va_copy() change from 20061202, since it was neither
3344166124Srafan	  correct nor portable.
3345166124Srafan	+ add $(LOCAL_LIBS) definition to progs/Makefile.in, needed for
3346166124Srafan	  rpath on Solaris.
3347166124Srafan	+ ignore wide-acs line-drawing characters that wcwidth() claims are
3348166124Srafan	  not one-column.  This is a workaround for Solaris' broken locale
3349166124Srafan	  support.
3350166124Srafan
3351166124Srafan20061216
3352166124Srafan	+ modify configure --with-gpm option to allow it to accept a parameter,
3353166124Srafan	  i.e., the name of the dynamic GPM library to load via dlopen()
3354166124Srafan	  (requested by Bryan Henderson).
3355174993Srafan	+ add configure option --with-valgrind, changes from vile.
3356166124Srafan	+ modify configure script AC_TRY_RUN and AC_TRY_LINK checks to use
3357166124Srafan	  'return' in preference to 'exit()'.
3358166124Srafan
3359166124Srafan20061209
3360166124Srafan	+ change default for --with-develop back to "no".
3361166124Srafan	+ add XTABS to tracing of TTY bits.
3362166124Srafan	+ updated autoconf patch to ifdef-out the misfeature which declares
3363166124Srafan	  exit() for configure tests.  This fixes a redefinition warning on
3364166124Srafan	  Solaris.
3365166124Srafan	+ use ${CC} rather than ${LD} in shared library rules for IRIX64,
3366166124Srafan	  Solaris to help ensure that initialization sections are provided for
3367166124Srafan	  extra linkage requirements, e.g., of C++ applications (prompted by
3368166124Srafan	  comment by Casper Dik in newsgroup).
3369166124Srafan	+ rename "$target" in CF_MAN_PAGES to make it easier to distinguish
3370166124Srafan	  from the autoconf predefined symbol.  There was no conflict,
3371166124Srafan	  since "$target" was used only in the generated edit_man.sh file,
3372166124Srafan	  but SuSE's rpm package contains a patch.
3373166124Srafan
3374166124Srafan20061202
3375166124Srafan	+ update man/term.5 to reflect extended terminfo support and hashed
3376166124Srafan	  database configuration.
3377166124Srafan	+ updates for test/configure script.
3378166124Srafan	+ adapted from SuSE rpm package:
3379166124Srafan	  + remove long-obsolete workaround for broken-linker which declared
3380166124Srafan	    cur_term in tic.c
3381166124Srafan	  + improve error recovery in PUTC() macro when wcrtomb() does not
3382166124Srafan	    return usable results for an 8-bit character.
3383166124Srafan	+ patches from rpm package (SuSE):
3384166124Srafan	  + use va_copy() in extra varargs manipulation for tracing version
3385166124Srafan	    of printw, etc.
3386166124Srafan	  + use a va_list rather than a null in _nc_freeall()'s call to
3387166124Srafan	    _nc_printf_string().
3388166124Srafan	+ add some see-also references in manpages to show related
3389166124Srafan	  wide-character functions (suggested by Claus Fischer).
3390166124Srafan
3391166124Srafan20061125
3392166124Srafan	+ add a check in lib_color.c to ensure caller does not increase COLORS
3393166124Srafan	  above max_colors, which is used as an array index (discussion with
3394166124Srafan	  Simon Sasburg).
3395166124Srafan	+ add ifdef's allowing ncurses to be built with tparm() using either
3396166124Srafan	  varargs (the existing status), or using a fixed-parameter list (to
3397166124Srafan	  match X/Open).
3398166124Srafan
3399166124Srafan20061104
3400166124Srafan	+ fix redrawing of windows other than stdscr using wredrawln() by
3401166124Srafan	  touching the corresponding rows in curscr (discussion with Dan
3402166124Srafan	  Gookin).
3403166124Srafan	+ add test/redraw.c
3404166124Srafan	+ add test/echochar.c
3405166124Srafan	+ review/cleanup manpage descriptions of error-returns for form- and
3406166124Srafan	  menu-libraries (prompted by FreeBSD docs/46196).
3407166124Srafan
3408166124Srafan20061028
3409166124Srafan	+ add AUTHORS file -TD
3410166124Srafan	+ omit the -D options from output of the new config script --cflags
3411166124Srafan	  option (suggested by Ralf S Engelschall).
3412166124Srafan	+ make NCURSES_INLINE unconditionally defined in curses.h
3413166124Srafan
3414166124Srafan20061021
3415166124Srafan	+ revert change to accommodate bash 3.2, since that breaks other
3416166124Srafan	  platforms, e.g., Solaris.
3417166124Srafan	+ minor fixes to NEWS file to simplify scripting to obtain list of
3418166124Srafan	  contributors.
3419166124Srafan	+ improve some shared-library configure scripting for Linux, FreeBSD
3420166124Srafan	  and NetBSD to make "--with-shlib-version" work.
3421166124Srafan	+ change configure-script rules for FreeBSD shared libraries to allow
3422166124Srafan	  for rpath support in versions past 3.
3423166124Srafan	+ use $(DESTDIR) in makefile rules for installing/uninstalling the
3424166124Srafan	  package config script (reports/patches by Christian Wiese,
3425166124Srafan	  Ralf S Engelschall).
3426166124Srafan	+ fix a warning in the configure script for NetBSD 2.0, working around
3427166124Srafan	  spurious blanks embedded in its ${MAKEFLAGS} symbol.
3428166124Srafan	+ change test/Makefile to simplify installing test programs in a
3429166124Srafan	  different directory when --enable-rpath is used.
3430166124Srafan
3431166124Srafan20061014
3432166124Srafan	+ work around bug in bash 3.2 by adding extra quotes (Jim Gifford).
3433166124Srafan	+ add/install a package config script, e.g., "ncurses5-config" or
3434166124Srafan	  "ncursesw5-config", according to configuration options.
3435166124Srafan
3436166124Srafan20061007
3437166124Srafan	+ add several GNU Screen terminfo variations with 16- and 256-colors,
3438166124Srafan	  and status line (Alain Bench).
3439166124Srafan	+ change the way shared libraries (other than libtool) are installed.
3440166124Srafan	  Rather than copying the build-tree's libraries, link the shared
3441166124Srafan	  objects into the install directory.  This makes the --with-rpath
3442166124Srafan	  option work except with $(DESTDIR) (cf: 20000930).
3443166124Srafan
3444166124Srafan20060930
3445166124Srafan	+ fix ifdef in c++/internal.h for QNX 6.1
3446166124Srafan	+ test-compiled with (old) egcs-1.1.2, modified configure script to
3447166124Srafan	  not unset the $CXX and related variables which would prevent this.
3448166124Srafan	+ fix a few terminfo.src typos exposed by improvments to "-f" option.
3449166124Srafan	+ improve infocmp/tic "-f" option formatting.
3450166124Srafan
3451166124Srafan20060923
3452166124Srafan	+ make --disable-largefile option work (report by Thomas M Ott).
3453166124Srafan	+ updated html documentation.
3454166124Srafan	+ add ka2, kb1, kb3, kc2 to vt220-keypad as an extension -TD
3455166124Srafan	+ minor improvements to rxvt+pcfkeys -TD
3456166124Srafan
3457166124Srafan20060916
3458166124Srafan	+ move static data from lib_mouse.c into SCREEN struct.
3459166124Srafan	+ improve ifdef's for _POSIX_VDISABLE in tset to work with Mac OS X
3460166124Srafan	  (report by Michail Vidiassov).
3461166124Srafan	+ modify CF_PATH_SYNTAX to ensure it uses the result from --prefix
3462166124Srafan	  option (from lynx changes) -TD
3463166124Srafan	+ adapt AC_PROG_EGREP check, noting that this is likely to be another
3464166124Srafan	  place aggravated by POSIXLY_CORRECT.
3465166124Srafan	+ modify configure check for awk to ensure that it is found (prompted
3466166124Srafan	  by report by Christopher Parker).
3467166124Srafan	+ update config.sub
3468166124Srafan
3469166124Srafan20060909
3470166124Srafan	+ add kon, kon2 and jfbterm terminfo entry (request by Till Maas) -TD
3471166124Srafan	+ remove invis capability from klone+sgr, mainly used by linux entry,
3472166124Srafan	  since it does not really do this -TD
3473166124Srafan
3474166124Srafan20060903
3475166124Srafan	+ correct logic in wadd_wch() and wecho_wch(), which did not guard
3476166124Srafan	  against passing the multi-column attribute into a call on waddch(),
3477166124Srafan	  e.g., using data returned by win_wch() (cf: 20041023)
3478166124Srafan	  (report by Sadrul H Chowdhury).
3479166124Srafan
3480166124Srafan20060902
3481166124Srafan	+ fix kterm's acsc string -TD
3482166124Srafan	+ fix for change to tic/infocmp in 20060819 to ensure no blank is
3483166124Srafan	  embedded into a termcap description.
3484166124Srafan	+ workaround for 20050806 ifdef's change to allow visbuf.c to compile
3485166124Srafan	  when using --with-termlib --with-trace options.
3486166124Srafan	+ improve tgetstr() by making the return value point into the user's
3487262685Sdelphij	  buffer, if provided (patch by Miroslav Lichvar (see Redhat #202480)).
3488166124Srafan	+ correct libraries needed for foldkeys (report by Stanislav Ievlev)
3489166124Srafan
3490166124Srafan20060826
3491166124Srafan	+ add terminfo entries for xfce terminal (xfce) and multi gnome
3492166124Srafan	  terminal (mgt) -TD
3493166124Srafan	+ add test/foldkeys.c
3494166124Srafan
3495166124Srafan20060819
3496166124Srafan	+ modify tic and infocmp to avoid writing trailing blanks on terminfo
3497166124Srafan	  source output (Debian #378783).
3498166124Srafan	+ modify configure script to ensure that if the C compiler is used
3499166124Srafan	  rather than the loader in making shared libraries, the $(CFLAGS)
3500262685Sdelphij	  variable is also used (Redhat #199369).
3501166124Srafan	+ port hashed-db code to db2 and db3.
3502166124Srafan	+ fix a bug in tgetent() from 20060625 and 20060715 changes
3503262685Sdelphij	  (patch/analysis by Miroslav Lichvar (see Redhat #202480)).
3504166124Srafan
3505166124Srafan20060805
3506166124Srafan	+ updated xterm function-keys terminfo to match xterm #216 -TD
3507166124Srafan	+ add configure --with-hashed-db option (tested only with FreeBSD 6.0,
3508166124Srafan	  e.g., the db 1.8.5 interface).
3509166124Srafan
3510166124Srafan20060729
3511166124Srafan	+ modify toe to access termcap data, e.g., via cgetent() functions,
3512166124Srafan	  or as a text file if those are not available.
3513166124Srafan	+ use _nc_basename() in tset to improve $SHELL check for csh/sh.
3514166124Srafan	+ modify _nc_read_entry() and _nc_read_termcap_entry() so infocmp,
3515166124Srafan	  can access termcap data when the terminfo database is disabled.
3516166124Srafan
3517166124Srafan20060722
3518166124Srafan	+ widen the test for xterm kmous a little to allow for other strings
3519166124Srafan	  than \E[M, e.g., for xterm-sco functionality in xterm.
3520166124Srafan	+ update xterm-related terminfo entries to match xterm patch #216 -TD
3521166124Srafan	+ update config.guess, config.sub
3522166124Srafan
3523166124Srafan20060715
3524166124Srafan	+ fix for install-rule in Ada95 to add terminal_interface.ads
3525166124Srafan	  and terminal_interface.ali (anonymous posting in comp.lang.ada).
3526166124Srafan	+ correction to manpage for getcchar() (report by William McBrine).
3527166124Srafan	+ add test/chgat.c
3528166124Srafan	+ modify wchgat() to mark updated cells as changed so a refresh will
3529166124Srafan	  repaint those cells (comments by Sadrul H Chowdhury and William
3530166124Srafan	  McBrine).
3531166124Srafan	+ split up dependency of names.c and codes.c in ncurses/Makefile to
3532166124Srafan	  work with parallel make (report/analysis by Joseph S Myers).
3533166124Srafan	+ suppress a warning message (which is ignored) for systems without
3534166124Srafan	  an ldconfig program (patch by Justin Hibbits).
3535166124Srafan	+ modify configure script --disable-symlinks option to allow one to
3536166124Srafan	  disable symlink() in tic even when link() does not work (report by
3537166124Srafan	  Nigel Horne).
3538166124Srafan	+ modify MKfallback.sh to use tic -x when constructing fallback tables
3539166124Srafan	  to allow extended capabilities to be retrieved from a fallback entry.
3540166124Srafan	+ improve leak-checking logic in tgetent() from 20060625 to ensure that
3541166124Srafan	  it does not free the current screen (report by Miroslav Lichvar).
3542166124Srafan
3543166124Srafan20060708
3544166124Srafan	+ add a check for _POSIX_VDISABLE in tset (NetBSD #33916).
3545166124Srafan	+ correct _nc_free_entries() and related functions used for memory leak
3546166124Srafan	  checking of tic.
3547166124Srafan
3548166124Srafan20060701
3549166124Srafan	+ revert a minor change for magic-cookie support from 20060513, which
3550166124Srafan	  caused unexpected reset of attributes, e.g., when resizing test/view
3551166124Srafan	  in color mode.
3552166124Srafan	+ note in clear manpage that the program ignores command-line
3553166124Srafan	  parameters (prompted by Debian #371855).
3554166124Srafan	+ fixes to make lib_gen.c build properly with changes to the configure
3555166124Srafan	  --disable-macros option and NCURSES_NOMACROS (cf:  20060527)
3556166124Srafan	+ update/correct several terminfo entries -TD
3557166124Srafan	+ add some notes regarding copyright to terminfo.src -TD
3558166124Srafan
3559166124Srafan20060625
3560166124Srafan	+ fixes to build Ada95 binding with gnat-4.1.0
3561166124Srafan	+ modify read_termtype() so the term_names data is always allocated as
3562166124Srafan	  part of the str_table, a better fix for a memory leak (cf: 20030809).
3563166124Srafan	+ reduce memory leaks in repeated calls to tgetent() by remembering the
3564166124Srafan	  last TERMINAL* value allocated to hold the corresponding data and
3565166124Srafan	  freeing that if the tgetent() result buffer is the same as the
3566166124Srafan	  previous call (report by "Matt" for FreeBSD gnu/98975).
3567166124Srafan	+ modify tack to test extended capability function-key strings.
3568166124Srafan	+ improved gnome terminfo entry (GenToo #122566).
3569166124Srafan	+ improved xterm-256color terminfo entry (patch by Alain Bench).
3570166124Srafan
3571166124Srafan20060617
3572166124Srafan	+ fix two small memory leaks related to repeated tgetent() calls
3573166124Srafan	  with TERM=screen (report by "Matt" for FreeBSD gnu/98975).
3574166124Srafan	+ add --enable-signed-char to simplify Debian package.
3575166124Srafan	+ reduce name-pollution in term.h by removing #define's for HAVE_xxx
3576166124Srafan	  symbols.
3577166124Srafan	+ correct typo in curs_terminfo.3x (Debian #369168).
3578166124Srafan
3579166124Srafan20060603
3580166124Srafan	+ enable the mouse in test/movewindow.c
3581166124Srafan	+ improve a limit-check in frm_def.c (John Heasley).
3582166124Srafan	+ minor copyright fixes.
3583166124Srafan	+ change configure script to produce test/Makefile from data file.
3584166124Srafan
3585166124Srafan20060527
3586166124Srafan	+ add a configure option --enable-wgetch-events to enable
3587166124Srafan	  NCURSES_WGETCH_EVENTS, and correct the associated loop-logic in
3588166124Srafan	  lib_twait.c (report by Bernd Jendrissek).
3589166124Srafan	+ remove include/nomacros.h from build, since the ifdef for
3590166124Srafan	  NCURSES_NOMACROS makes that obsolete.
3591166124Srafan	+ add entrypoints for some functions which were only provided as macros
3592166124Srafan	  to make NCURSES_NOMACROS ifdef work properly:  getcurx(), getcury(),
3593166124Srafan	  getbegx(), getbegy(), getmaxx(), getmaxy(), getparx() and getpary(),
3594166124Srafan	  wgetbkgrnd().
3595166124Srafan	+ provide ifdef for NCURSES_NOMACROS which suppresses most macro
3596166124Srafan	  definitions from curses.h, i.e., where a macro is defined to override
3597166124Srafan	  a function to improve performance.  Allowing a developer to suppress
3598166124Srafan	  these definitions can simplify some application (discussion with
3599166124Srafan	  Stanislav Ievlev).
3600166124Srafan	+ improve description of memu/meml in terminfo manpage.
3601166124Srafan
3602166124Srafan20060520
3603166124Srafan	+ if msgr is false, reset video attributes when doing an automargin
3604166124Srafan	  wrap to the next line.  This makes the ncurses 'k' test work properly
3605166124Srafan	  for hpterm.
3606166124Srafan	+ correct caching of keyname(), which was using only half of its table.
3607166124Srafan	+ minor fixes to memory-leak checking.
3608166124Srafan	+ make SCREEN._acs_map and SCREEN._screen_acs_map pointers rather than
3609166124Srafan	  arrays, making ACS_LEN less visible to applications (suggested by
3610166124Srafan	  Stanislav Ievlev).
3611166124Srafan	+ move chunk in SCREEN ifdef'd for USE_WIDEC_SUPPORT to the end, so
3612166124Srafan	  _screen_acs_map will have the same offset in both ncurses/ncursesw,
3613166124Srafan	  making the corresponding tinfo/tinfow libraries binary-compatible
3614166124Srafan	  (cf: 20041016, report by Stanislav Ievlev).
3615166124Srafan
3616166124Srafan20060513
3617166124Srafan	+ improve debug-tracing for EmitRange().
3618166124Srafan	+ change default for --with-develop to "yes".  Add NCURSES_NO_HARD_TABS
3619166124Srafan	  and NCURSES_NO_MAGIC_COOKIE environment variables to allow runtime
3620166124Srafan	  suppression of the related hard-tabs and xmc-glitch features.
3621166124Srafan	+ add ncurses version number to top-level manpages, e.g., ncurses, tic,
3622166124Srafan	  infocmp, terminfo as well as form, menu, panel.
3623166124Srafan	+ update config.guess, config.sub
3624166124Srafan	+ modify ncurses.c to work around a bug in NetBSD 3.0 curses
3625166124Srafan	  (field_buffer returning null for a valid field).  The 'r' test
3626166124Srafan	  appears to not work with that configuration since the new_fieldtype()
3627166124Srafan	  function is broken in that implementation.
3628166124Srafan
3629166124Srafan20060506
3630166124Srafan	+ add hpterm-color terminfo entry -TD
3631166124Srafan	+ fixes to compile test-programs with HPUX 11.23
3632166124Srafan
3633166124Srafan20060422
3634166124Srafan	+ add copyright notices to files other than those that are generated,
3635166124Srafan	  data or adapted from pdcurses (reports by William McBrine, David
3636166124Srafan	  Taylor).
3637166124Srafan	+ improve rendering on hpterm by not resetting attributes at the end
3638166124Srafan	  of doupdate() if the terminal has the magic-cookie feature (report
3639166124Srafan	  by Bernd Rieke).
3640166124Srafan	+ add 256color variants of terminfo entries for programs which are
3641166124Srafan	  reported to implement this feature -TD
3642166124Srafan
3643166124Srafan20060416
3644166124Srafan	+ fix typo in change to NewChar() macro from 20060311 changes, which
3645166124Srafan	  broke tab-expansion (report by Frederic L W Meunier).
3646166124Srafan
3647166124Srafan20060415
3648166124Srafan	+ document -U option of tic and infocmp.
3649166124Srafan	+ modify tic/infocmp to suppress smacs/rmacs when acsc is suppressed
3650166124Srafan	  due to size limit, e.g., converting to termcap format.  Also
3651166124Srafan	  suppress them if the output format does not contain acsc and it
3652166124Srafan	  was not VT100-like, i.e., a one-one mapping (Novell #163715).
3653166124Srafan	+ add configure check to ensure that SIGWINCH is defined on platforms
3654166124Srafan	  such as OS X which exclude that when _XOPEN_SOURCE, etc., are
3655166124Srafan	  defined (report by Nicholas Cole)
3656166124Srafan
3657166124Srafan20060408
3658166124Srafan	+ modify write_object() to not write coincidental extensions of an
3659166124Srafan	  entry made due to it being referenced in a use= clause (report by
3660166124Srafan	  Alain Bench).
3661166124Srafan	+ another fix for infocmp -i option, which did not ensure that some
3662166124Srafan	  escape sequences had comparable prefixes (report by Alain Bench).
3663166124Srafan
3664166124Srafan20060401
3665166124Srafan	+ improve discussion of init/reset in terminfo and tput manpages
3666166124Srafan	  (report by Alain Bench).
3667166124Srafan	+ use is3 string for a fallback of rs3 in the reset program; it was
3668166124Srafan	  using is2 (report by Alain Bench).
3669166124Srafan	+ correct logic for infocmp -i option, which did not account for
3670166124Srafan	  multiple digits in a parameter (cf: 20040828) (report by Alain
3671166124Srafan	  Bench).
3672166124Srafan	+ move _nc_handle_sigwinch() to lib_setup.c to make --with-termlib
3673166124Srafan	  option work after 20060114 changes (report by Arkadiusz Miskiewicz).
3674166124Srafan	+ add copyright notices to test-programs as needed (report by William
3675166124Srafan	  McBrine).
3676166124Srafan
3677166124Srafan20060318
3678166124Srafan	+ modify ncurses.c 'F' test to combine the wide-characters with color
3679166124Srafan	  and/or video attributes.
3680166124Srafan	+ modify test/ncurses to use CTL/Q or ESC consistently for exiting
3681166124Srafan	  a test-screen (some commands used 'x' or 'q').
3682166124Srafan
3683166124Srafan20060312
3684166124Srafan	+ fix an off-by-one in the scrolling-region change (cf_ 20060311).
3685166124Srafan
3686166124Srafan20060311
3687166124Srafan	+ add checks in waddchnstr() and wadd_wchnstr() to stop copying when
3688166124Srafan	  a null character is found (report by Igor Bogomazov).
3689166124Srafan	+ modify progs/Makefile.in to make "tput init" work properly with
3690166124Srafan	  cygwin, i.e., do not pass a ".exe" in the reference string used
3691166124Srafan	  in check_aliases (report by Samuel Thibault).
3692166124Srafan	+ add some checks to ensure current position is within scrolling
3693166124Srafan	  region before scrolling on a new line (report by Dan Gookin).
3694166124Srafan	+ change some NewChar() usage to static variables to work around
3695166124Srafan	  stack garbage introduced when cchar_t is not packed (Redhat #182024).
3696166124Srafan
3697166124Srafan20060225
3698166124Srafan	+ workarounds to build test/movewindow with PDcurses 2.7.
3699166124Srafan	+ fix for nsterm-16color entry (patch by Alain Bench).
3700166124Srafan	+ correct a typo in infocmp manpage (Debian #354281).
3701166124Srafan
3702166124Srafan20060218
3703166124Srafan	+ add nsterm-16color entry -TD
3704166124Srafan	+ updated mlterm terminfo entry -TD
3705166124Srafan	+ remove 970913 feature for copying subwindows as they are moved in
3706166124Srafan	  mvwin() (discussion with Bryan Christ).
3707166124Srafan	+ modify test/demo_menus.c to demonstrate moving a menu (both the
3708166124Srafan	  window and subwindow) using shifted cursor-keys.
3709166124Srafan	+ start implementing recursive mvwin() in movewindow.c (incomplete).
3710166124Srafan	+ add a fallback definition for GCC_PRINTFLIKE() in test.priv.h,
3711166124Srafan	  for movewindow.c (report by William McBrine).
3712166124Srafan	+ add help-message to test/movewindow.c
3713166124Srafan
3714166124Srafan20060211
3715166124Srafan	+ add test/movewindow.c, to test mvderwin().
3716166124Srafan	+ fix ncurses soft-key test so color changes are shown immediately
3717166124Srafan	  rather than delayed.
3718166124Srafan	+ modify ncurses soft-key test to hide the keys when exiting the test
3719166124Srafan	  screen.
3720166124Srafan	+ fixes to build test programs with PDCurses 2.7, e.g., its headers
3721166124Srafan	  rely on autoconf symbols, and it declares stubs for nonfunctional
3722166124Srafan	  terminfo and termcap entrypoints.
3723166124Srafan
3724166124Srafan20060204
3725166124Srafan	+ improved test/configure to build test/ncurses on HPUX 11 using the
3726166124Srafan	  vendor curses.
3727166124Srafan	+ documented ALTERNATE CONFIGURATIONS in the ncurses manpage, for the
3728166124Srafan	  benefit of developers who do not read INSTALL.
3729166124Srafan
3730166124Srafan20060128
3731166124Srafan	+ correct form library Window_To_Buffer() change (cf:  20040516), which
3732166124Srafan	  should ignore the video attributes (report by Ricardo Cantu).
3733166124Srafan
3734166124Srafan20060121
3735166124Srafan	+ minor fixes to xmc-glitch experimental code:
3736166124Srafan	  + suppress line-drawing
3737166124Srafan	  + implement max_attributes
3738166124Srafan	  tested with xterm.
3739166124Srafan	+ minor fixes for the database iterator.
3740166124Srafan	+ fix some buffer limits in c++ demo (comment by Falk Hueffner in
3741166124Srafan	  Debian #348117).
3742166124Srafan
3743166124Srafan20060114
3744166124Srafan	+ add toe -a option, to show all databases.  This uses new private
3745166124Srafan	  interfaces in the ncurses library for iterating through the list of
3746166124Srafan	  databases.
3747166124Srafan	+ fix toe from 20000909 changes which made it not look at
3748166124Srafan	  $HOME/.terminfo
3749166124Srafan	+ make toe's -v option parameter optional as per manpage.
3750166124Srafan	+ improve SIGWINCH handling by postponing its effect during newterm(),
3751166124Srafan	  etc., when allocating screens.
3752166124Srafan
3753166124Srafan20060111
3754166124Srafan	+ modify wgetnstr() to return KEY_RESIZE if a sigwinch occurs.  Use
3755166124Srafan	  this in test/filter.c
3756166124Srafan	+ fix an error in filter() modification which caused some applications
3757166124Srafan	  to fail.
3758166124Srafan
3759166124Srafan20060107
3760166124Srafan	+ check if filter() was called when getting the screensize.  Keep it
3761166124Srafan	  at 1 if so (based on Redhat #174498).
3762166124Srafan	+ add extension nofilter().
3763166124Srafan	+ refined the workaround for ACS mapping.
3764166124Srafan	+ make ifdef's consistent in curses.h for the extended colors so the
3765166124Srafan	  header file can be used for the normal curses library.  The header
3766166124Srafan	  file installed for extended colors is a variation of the
3767166124Srafan	  wide-character configuration (report by Frederic L W Meunier).
3768166124Srafan
3769166124Srafan20051231
3770166124Srafan	+ add a workaround to ACS mapping to allow applications such as
3771166124Srafan	  test/blue.c to use the "PC ROM" characters by masking them with
3772166124Srafan	  A_ALTCHARSET.  This worked up til 5.5, but was lost in the revision
3773166124Srafan	  of legacy coding (report by Michael Deutschmann).
3774166124Srafan	+ add a null-pointer check in the wide-character version of
3775166124Srafan	  calculate_actual_width() (report by Victor Julien).
3776166124Srafan	+ improve test/ncurses 'd' (color-edit) test by allowing the RGB
3777166124Srafan	  values to be set independently (patch by William McBrine).
3778166124Srafan	+ modify test/configure script to allow building test programs with
3779166124Srafan	  PDCurses/X11.
3780166124Srafan	+ modified test programs to allow some to work with NetBSD curses.
3781166124Srafan	  Several do not because NetBSD curses implements a subset of X/Open
3782166124Srafan	  curses, and also lacks much of SVr4 additions.  But it's enough for
3783166124Srafan	  comparison.
3784166124Srafan	+ update config.guess and config.sub
3785166124Srafan
3786166124Srafan20051224
3787166124Srafan	+ use BSD-specific fix for return-value from cgetent() from CVS where
3788166124Srafan	  an unknown terminal type would be reportd as "database not found".
3789166124Srafan	+ make tgetent() return code more readable using new symbols
3790166124Srafan	  TGETENT_YES, etc.
3791166124Srafan	+ remove references to non-existent "tctest" program.
3792166124Srafan	+ remove TESTPROGS from progs/Makefile.in (it was referring to code
3793166124Srafan	  that was never built in that directory).
3794166124Srafan	+ typos in curs_addchstr.3x, some doc files (noticed in OpenBSD CVS).
3795166124Srafan
3796166124Srafan20051217
3797166124Srafan	+ add use_legacy_coding() function to support lynx's font-switching
3798166124Srafan	  feature.
3799166124Srafan	+ fix formatting in curs_termcap.3x (report by Mike Frysinger).
3800166124Srafan	+ modify MKlib_gen.sh to change preprocessor-expanded _Bool back to
3801166124Srafan	  bool.
3802166124Srafan
3803166124Srafan20051210
3804166124Srafan	+ extend test/ncurses.c 's' (overlay window) test to exercise overlay(),
3805166124Srafan	  overwrite() and copywin() with different combinations of colors and
3806166124Srafan	  attributes (including background color) to make it easy to see the
3807166124Srafan	  effect of the different functions.
3808166124Srafan	+ corrections to menu/m_global.c for wide-characters (report by
3809166124Srafan	  Victor Julien).
3810166124Srafan
3811166124Srafan20051203
3812166124Srafan	+ add configure option --without-dlsym, allowing developers to
3813166124Srafan	  configure GPM support without using dlsym() (discussion with Michael
3814166124Srafan	  Setzer).
3815166124Srafan	+ fix wins_nwstr(), which did not handle single-column non-8bit codes
3816166124Srafan	  (Debian #341661).
3817166124Srafan
3818166124Srafan20051126
3819166124Srafan	+ move prototypes for wide-character trace functions from curses.tail
3820166124Srafan	  to curses.wide to avoid accidental reference to those if
3821166124Srafan	  _XOPEN_SOURCE_EXTENDED is defined without ensuring that <wchar.h> is
3822166124Srafan	  included.
3823166124Srafan	+ add/use NCURSES_INLINE definition.
3824166124Srafan	+ change some internal functions to use int/unsigned rather than the
3825166124Srafan	  short equivalents.
3826166124Srafan
3827166124Srafan20051119
3828166124Srafan	+ remove a redundant check in lib_color.c (Debian #335655).
3829166124Srafan	+ use ld's -search_paths_first option on Darwin to work around odd
3830166124Srafan	  search rules on that platform (report by Christian Gennerat, analysis
3831166124Srafan	  by Andrea Govoni).
3832166124Srafan	+ remove special case for Darwin in CF_XOPEN_SOURCE configure macro.
3833166124Srafan	+ ignore EINTR in tcgetattr/tcsetattr calls (Debian #339518).
3834166124Srafan	+ fix several bugs in test/bs.c (patch by Stephen Lindholm).
3835166124Srafan
3836166124Srafan20051112
3837166124Srafan	+ other minor fixes to cygwin based on tack -TD
3838166124Srafan	+ correct smacs in cygwin (Debian #338234, report by Baurzhan
3839166124Srafan	  Ismagulov, who noted that it was fixed in Cygwin).
3840166124Srafan
3841166124Srafan20051029
3842166124Srafan	+ add shifted up/down arrow codes to xterm-new as kind/kri strings -TD
3843166124Srafan	+ modify wbkgrnd() to avoid clearing the A_CHARTEXT attribute bits
3844166124Srafan	  since those record the state of multicolumn characters (Debian
3845166124Srafan	  #316663).
3846166124Srafan	+ modify werase to clear multicolumn characters that extend into
3847166124Srafan	  a derived window (Debian #316663).
3848166124Srafan
3849166124Srafan20051022
3850166124Srafan	+ move assignment from environment variable ESCDELAY from initscr()
3851166124Srafan	  down to newterm() so the environment variable affects timeouts for
3852166124Srafan	  terminals opened with newterm() as well.
3853166124Srafan	+ fix a memory leak in keyname().
3854166124Srafan	+ add test/demo_altkeys.c
3855166124Srafan	+ modify test/demo_defkey.c to exit from loop via 'q' to allow
3856166124Srafan	  leak-checking, as well as fix a buffer size in winnstr() call.
3857166124Srafan
3858166124Srafan20051015
3859166124Srafan	+ correct order of use-clauses in rxvt-basic entry which made codes for
3860166124Srafan	  f1-f4 vt100-style rather than vt220-style (report by Gabor Z Papp).
3861166124Srafan	+ suppress configure check for gnatmake if Ada95/Makefile.in is not
3862166124Srafan	  found.
3863166124Srafan	+ correct a typo in configure --with-bool option for the case where
3864166124Srafan	  --without-cxx is used (report by Daniel Jacobowitz).
3865166124Srafan	+ add a note to INSTALL's discussion of --with-normal, pointing out
3866166124Srafan	  that one may wish to use --without-gpm to ensure a completely
3867166124Srafan	  static link (prompted by report by Felix von Leitner).
3868166124Srafan
3869166124Srafan20051010 5.5 release for upload to ftp.gnu.org
3870166124Srafan
3871166124Srafan20051008
3872166124Srafan	+ document in demo_forms.c some portability issues.
3873166124Srafan
3874166124Srafan20051001
3875166124Srafan	+ document side-effect of werase() which sets the cursor position.
3876166124Srafan	+ save/restore the current position in form field editing to make
3877166124Srafan	  overlay mode work.
3878166124Srafan
3879166124Srafan20050924
3880166124Srafan	+ correct header dependencies in progs, allowing parallel make (report
3881166124Srafan	  by Daniel Jacobowitz).
3882166124Srafan	+ modify CF_BUILD_CC to ensure that pre-setting $BUILD_CC overrides
3883166124Srafan	  the configure check for --with-build-cc (report by Daniel Jacobowitz).
3884166124Srafan	+ modify CF_CFG_DEFAULTS to not use /usr as the default prefix for
3885166124Srafan	  NetBSD.
3886166124Srafan	+ update config.guess and config.sub from
3887166124Srafan		http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
3888166124Srafan
3889166124Srafan20050917
3890166124Srafan	+ modify sed expression which computes path for /usr/lib/terminfo
3891166124Srafan	  symbolic link in install to ensure that it does not change unexpected
3892166124Srafan	  levels of the path (Gentoo #42336).
3893166124Srafan	+ modify default for --disable-lp64 configure option to reduce impact
3894166124Srafan	  on existing 64-bit builds.  Enabling the _LP64 option may change the
3895166124Srafan	  size of chtype and mmask_t.  However, for ABI 6, it is enabled by
3896166124Srafan	  default (report by Mike Frysinger).
3897166124Srafan	+ add configure script check for --enable-ext-mouse, bump ABI to 6 by
3898166124Srafan	  default if it is used.
3899166124Srafan	+ improve configure script logic for bumping ABI to omit this if the
3900166124Srafan	  --with-abi-version option was used.
3901166124Srafan	+ update address for Free Software Foundation in tack's source.
3902166124Srafan	+ correct wins_wch(), which was not marking the filler-cells of
3903166124Srafan	  multi-column characters (cf:  20041023).
3904166124Srafan
3905166124Srafan20050910
3906166124Srafan	+ modify mouse initialization to ensure that Gpm_Open() is called only
3907166124Srafan	  once.  Otherwise GPM gets confused in its initialization of signal
3908166124Srafan	  handlers (Debian #326709).
3909166124Srafan
3910166124Srafan20050903
3911166124Srafan	+ modify logic for backspacing in a multiline form field to ensure that
3912166124Srafan	  it works even when the preceding line is full (report by Frank van
3913166124Srafan	  Vugt).
3914166124Srafan	+ remove comment about BUGS section of ncurses manpage (Debian #325481)
3915166124Srafan
3916166124Srafan20050827
3917166124Srafan	+ document some workarounds for shared and libtool library
3918166124Srafan	  configurations in INSTALL (see --with-shared and --with-libtool).
3919166124Srafan	+ modify CF_GCC_VERSION and CF_GXX_VERSION macros to accommodate
3920166124Srafan	  cross-compilers which emit the platform name in their version
3921166124Srafan	  message, e.g.,
3922166124Srafan		arm-sa1100-linux-gnu-g++ (GCC) 4.0.1
3923166124Srafan	  (report by Frank van Vugt).
3924166124Srafan
3925166124Srafan20050820
3926166124Srafan	+ start updating documentation for upcoming 5.5 release.
3927166124Srafan	+ fix to make libtool  and libtinfo work together again (cf: 20050122).
3928166124Srafan	+ fixes to allow building traces into libtinfo
3929166124Srafan	+ add debug trace to tic that shows if/how ncurses will write to the
3930166124Srafan	  lower corner of a terminal's screen.
3931166124Srafan	+ update llib-l* files.
3932166124Srafan
3933166124Srafan20050813
3934166124Srafan	+ modify initializers in c++ binding to build with old versions of g++.
3935166124Srafan	+ improve special case for 20050115 repainting fix, ensuring that if
3936166124Srafan	  the first changed cell is not a character that the range to be
3937166124Srafan	  repainted is adjusted to start at a character's beginning (Debian
3938166124Srafan	  #316663).
3939166124Srafan
3940166124Srafan20050806
3941166124Srafan	+ fixes to build on QNX 6.1
3942166124Srafan	+ improve configure script checks for Intel 9.0 compiler.
3943166124Srafan	+ remove #include's for libc.h (obsolete).
3944166124Srafan	+ adjust ifdef's in curses.priv.h so that when cross-compiling to
3945166124Srafan	  produce comp_hash and make_keys, no dependency on wchar.h is needed.
3946166124Srafan	  That simplifies the build-cppflags (report by Frank van Vugt).
3947166124Srafan	+ move modules related to key-binding into libtinfo to fix linkage
3948166124Srafan	  problem caused by 20050430 changes to MKkeyname.sh (report by
3949166124Srafan	  Konstantin Andreev).
3950166124Srafan
3951166124Srafan20050723
3952166124Srafan	+ updates/fixes for configure script macros from vile -TD
3953166124Srafan	+ make prism9's sgr string agree with the rest of the terminfo -TD
3954166124Srafan	+ make vt220's sgr0 string consistent with sgr string, do this for
3955166124Srafan	  several related cases -TD
3956166124Srafan	+ improve translation to termcap by filtering the 'me' (sgr0) strings
3957166124Srafan	  as in the runtime call to tgetent() (prompted by a discussion with
3958166124Srafan	  Thomas Klausner).
3959166124Srafan	+ improve tic check for sgr0 versus sgr(0), to help ensure that sgr0
3960166124Srafan	  resets line-drawing.
3961166124Srafan
3962166124Srafan20050716
3963166124Srafan	+ fix special cases for trimming sgr0 for hurd and vt220 (Debian
3964166124Srafan	  #318621).
3965166124Srafan	+ split-out _nc_trim_sgr0() from modifications made to tgetent(), to
3966166124Srafan	  allow it to be used by tic to provide information about the runtime
3967166124Srafan	  changes that would be made to sgr0 for termcap applications.
3968166124Srafan	+ modify make_sed.sh to make the group-name in the NAME section of
3969166124Srafan	  form/menu library manpage agree with the TITLE string when renaming
3970166124Srafan	  is done for Debian (Debian #78866).
3971166124Srafan
3972166124Srafan20050702
3973166124Srafan	+ modify parameter type in c++ binding for insch() and mvwinsch() to
3974166124Srafan	  be consistent with underlying ncurses library (was char, is chtype).
3975166124Srafan	+ modify treatment of Intel compiler to allow _GNU_SOURCE to be defined
3976166124Srafan	  on Linux.
3977166124Srafan	+ improve configure check for nanosleep(), checking that it works since
3978166124Srafan	  some older systems such as AIX 4.3 have a nonworking version.
3979166124Srafan
3980166124Srafan20050625
3981166124Srafan	+ update config.guess and config.sub from
3982166124Srafan		http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
3983166124Srafan	+ modify misc/shlib to work in test-directory.
3984166124Srafan	+ suppress $suffix in misc/run_tic.sh when cross-compiling.  This
3985166124Srafan	  allows cross-compiles to use the host's tic program to handle the
3986166124Srafan	  "make install.data" step.
3987166124Srafan	+ improve description of $LINES and $COLUMNS variables in manpages
3988166124Srafan	  (prompted by report by Dave Ulrick).
3989166124Srafan	+ improve description of cross-compiling in INSTALL
3990166124Srafan	+ add NCURSES-Programming-HOWTO.html by Pradeep Padala
3991166124Srafan	  (see http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/).
3992166124Srafan	+ modify configure script to obtain soname for GPM library (discussion
3993166124Srafan	  with Daniel Jacobowitz).
3994166124Srafan	+ modify configure script so that --with-chtype option will still
3995166124Srafan	  compute the unsigned literals suffix for constants in curses.h
3996166124Srafan	  (report by Daniel Jacobowitz:
3997166124Srafan	+ patches from Daniel Jacobowitz:
3998166124Srafan	  + the man_db.renames entry for tack.1 was backwards.
3999166124Srafan	  + tack.1 had some 1m's that should have been 1M's.
4000166124Srafan	  + the section for curs_inwstr.3 was wrong.
4001166124Srafan
4002166124Srafan20050619
4003166124Srafan	+ correction to --with-chtype option (report by Daniel Jacobowitz).
4004166124Srafan
4005166124Srafan20050618
4006166124Srafan	+ move build-time edit_man.sh and edit_man.sed scripts to top directory
4007166124Srafan	  to simplify reusing them for renaming tack's manpage (prompted by a
4008166124Srafan	  review of Debian package).
4009166124Srafan	+ revert minor optimization from 20041030 (Debian #313609).
4010166124Srafan	+ libtool-specific fixes, tested with libtool 1.4.3, 1.5.0, 1.5.6,
4011166124Srafan	  1.5.10 and 1.5.18 (all work except as noted previously for the c++
4012166124Srafan	  install using libtool 1.5.0):
4013166124Srafan	  + modify the clean-rule in c++/Makefile.in to work with IRIX64 make
4014166124Srafan	    program.
4015166124Srafan	  + use $(LIBTOOL_UNINSTALL) symbol, overlooked in 20030830
4016166124Srafan	+ add configure options --with-chtype and --with-mmask-t, to allow
4017166124Srafan	  overriding of the non-LP64 model's use of the corresponding types.
4018166124Srafan	+ revise test for size of chtype (and mmask_t), which always returned
4019166124Srafan	  "long" due to an uninitialized variable (report by Daniel Jacobowitz).
4020166124Srafan
4021166124Srafan20050611
4022166124Srafan	+ change _tracef's that used "%p" format for va_list values to ignore
4023166124Srafan	  that, since on some platforms those are not pointers.
4024166124Srafan	+ fixes for long-formats in printf's due to largefile support.
4025166124Srafan
4026166124Srafan20050604
4027166124Srafan	+ fixes for termcap support:
4028166124Srafan	  + reset pointer to _nc_curr_token.tk_name when the input stream is
4029166124Srafan	    closed, which could point to free memory (cf: 20030215).
4030166124Srafan	  + delink TERMTYPE data which is used by the termcap reader, so that
4031166124Srafan	    extended names data will be freed consistently.
4032166124Srafan	  + free pointer to TERMTYPE data in _nc_free_termtype() rather than
4033166124Srafan	    its callers.
4034166124Srafan	  + add some entrypoints for freeing permanently allocated data via
4035166124Srafan	    _nc_freeall() when NO_LEAKS is defined.
4036166124Srafan	+ amend 20041030 change to _nc_do_color to ensure that optimization is
4037166124Srafan	  applied only when the terminal supports back_color_erase (bce).
4038166124Srafan
4039166124Srafan20050528
4040166124Srafan	+ add sun-color terminfo entry -TD
4041166124Srafan	+ correct a missing assignment in c++ binding's method
4042166124Srafan	  NCursesPanel::UserPointer() from 20050409 changes.
4043166124Srafan	+ improve configure check for large-files, adding check for dirent64
4044166124Srafan	  from vile -TD
4045166124Srafan	+ minor change to configure script to improve linker options for the
4046166124Srafan	  Ada95 tree.
4047166124Srafan
4048166124Srafan20050515
4049166124Srafan	+ document error conditions for ncurses library functions (report by
4050166124Srafan	  Stanislav Ievlev).
4051166124Srafan	+ regenerated html documentation for ada binding.
4052166124Srafan	  see ftp://invisible-island.net/ncurses/patches/gnathtml
4053166124Srafan
4054166124Srafan20050507
4055166124Srafan	+ regenerated html documentation for manpages.
4056166124Srafan	+ add $(BUILD_EXEEXT) suffix to invocation of make_keys in
4057166124Srafan	  ncurses/Makefile (Gentoo #89772).
4058166124Srafan	+ modify c++/demo.cc to build with g++ -fno-implicit-templates option
4059166124Srafan	  (patch by Mike Frysinger).
4060166124Srafan	+ modify tic to filter out long extended names when translating to
4061166124Srafan	  termcap format.  Only two characters are permissible for termcap
4062166124Srafan	  capability names.
4063166124Srafan
4064166124Srafan20050430
4065166124Srafan	+ modify terminfo entries xterm-new and rxvt to add strings for
4066166124Srafan	  shift-, control-cursor keys.
4067166124Srafan	+ workaround to allow c++ binding to compile with g++ 2.95.3, which
4068166124Srafan	  has a broken implementation of static_cast<> (patch by Jeff Chua).
4069166124Srafan	+ modify initialization of key lookup table so that if an extended
4070166124Srafan	  capability (tic -x) string is defined, and its name begins with 'k',
4071166124Srafan	  it will automatically be treated as a key.
4072166124Srafan	+ modify test/keynames.c to allow for the possibility of extended
4073166124Srafan	  key names, e.g., via define_key(), or via "tic -x".
4074166124Srafan	+ add test/demo_termcap.c to show the contents of given entry via the
4075166124Srafan	  termcap interface.
4076166124Srafan
4077166124Srafan20050423
4078166124Srafan	+ minor fixes for vt100/vt52 entries -TD
4079166124Srafan	+ add configure option --enable-largefile
4080166124Srafan	+ corrected libraries used to build Ada95/gen/gen, found in testing
4081166124Srafan	  gcc 4.0.0.
4082166124Srafan
4083166124Srafan20050416
4084166124Srafan	+ update config.guess, config.sub
4085166124Srafan	+ modify configure script check for _XOPEN_SOURCE, disable that on
4086166124Srafan	  Darwin whose header files have problems (patch by Chris Zubrzycki).
4087166124Srafan	+ modify form library Is_Printable_String() to use iswprint() rather
4088166124Srafan	  than wcwidth() for determining if a character is printable.  The
4089166124Srafan	  latter caused it to reject menu items containing non-spacing
4090166124Srafan	  characters.
4091166124Srafan	+ modify ncurses test program's F-test to handle non-spacing characters
4092166124Srafan	  by combining them with a reverse-video blank.
4093166124Srafan	+ review/fix several gcc -Wconversion warnings.
4094166124Srafan
4095166124Srafan20050409
4096166124Srafan	+ correct an off-by-one error in m_driver() for mouse-clicks used to
4097166124Srafan	  position the mouse to a particular item.
4098166124Srafan	+ implement test/demo_menus.c
4099166124Srafan	+ add some checks in lib_mouse to ensure SP is set.
4100166124Srafan	+ modify C++ binding to make 20050403 changes work with the configure
4101166124Srafan	  --enable-const option.
4102166124Srafan
4103166124Srafan20050403
4104166124Srafan	+ modify start_color() to return ERR if it cannot allocate memory.
4105166124Srafan	+ address g++ compiler warnings in C++ binding by adding explicit
4106166124Srafan	  member initialization, assignment operators and copy constructors.
4107166124Srafan	  Most of the changes simply preserve the existing semantics of the
4108166124Srafan	  binding, which can leak memory, etc., but by making these features
4109166124Srafan	  visible, it provides a framework for improving the binding.
4110166124Srafan	+ improve C++ binding using static_cast, etc.
4111166124Srafan	+ modify configure script --enable-warnings to add options to g++ to
4112166124Srafan	  correspond to the gcc --enable-warnings.
4113166124Srafan	+ modify C++ binding to use some C internal functions to make it
4114166124Srafan	  compile properly on Solaris (and other platforms).
4115166124Srafan
4116166124Srafan20050327
4117166124Srafan	+ amend change from 20050320 to limit it to configurations with a
4118166124Srafan	  valid locale.
4119166124Srafan	+ fix a bug introduced in 20050320 which broke the translation of
4120166124Srafan	  nonprinting characters to uparrow form (report by Takahashi Tamotsu).
4121166124Srafan
4122166124Srafan20050326
4123166124Srafan	+ add ifdef's for _LP64 in curses.h to avoid using wasteful 64-bits for
4124166124Srafan	  chtype and mmask_t, but add configure option --disable-lp64 in case
4125166124Srafan	  anyone used that configuration.
4126166124Srafan	+ update misc/shlib script to account for Mac OS X (report by Michail
4127166124Srafan	  Vidiassov).
4128166124Srafan	+ correct comparison for wrapping multibyte characters in
4129166124Srafan	  waddch_literal() (report by Takahashi Tamotsu).
4130166124Srafan
4131166124Srafan20050320
4132166124Srafan	+ add -c and -w options to tset to allow user to suppress ncurses'
4133166124Srafan	  resizing of the terminal emulator window in the special case where it
4134166124Srafan	  is not able to detect the true size (report by Win Delvaux, Debian
4135166124Srafan	  #300419).
4136166124Srafan	+ modify waddch_nosync() to account for locale zn_CH.GBK, which uses
4137166124Srafan	  codes 128-159 as part of multibyte characters (report by Wang
4138166124Srafan	  WenRui, Debian #300512).
4139166124Srafan
4140166124Srafan20050319
4141166124Srafan	+ modify ncurses.c 'd' test to make it work with 88-color
4142166124Srafan	  configuration, i.e., by implementing scrolling.
4143166124Srafan	+ improve scrolling in ncurses.c 'c' and 'C' tests, e.g., for 88-color
4144166124Srafan	  configuration.
4145166124Srafan
4146166124Srafan20050312
4147166124Srafan	+ change tracemunch to use strict checking.
4148166124Srafan	+ modify ncurses.c 'p' test to test line-drawing within a pad.
4149166124Srafan	+ implement environment variable NCURSES_NO_UTF8_ACS to support
4150166124Srafan	  miscellaneous terminal emulators which ignore alternate character
4151166124Srafan	  set escape sequences when in UTF-8 mode.
4152166124Srafan
4153166124Srafan20050305
4154166124Srafan	+ change NCursesWindow::err_handler() to a virtual function (request by
4155166124Srafan	  Steve Beal).
4156166124Srafan	+ modify fty_int.c and fty_num.c to handle wide characters (report by
4157166124Srafan	  Wolfgang Gutjahr).
4158166124Srafan	+ adapt fix for fty_alpha.c to fty_alnum.c, which also handled normal
4159166124Srafan	  and wide characters inconsistently (report by Wolfgang Gutjahr).
4160166124Srafan	+ update llib-* files to reflect internal interface additions/changes.
4161166124Srafan
4162166124Srafan20050226
4163166124Srafan	+ improve test/configure script, adding tests for _XOPEN_SOURCE, etc.,
4164166124Srafan	  from lynx.
4165166124Srafan	+ add aixterm-16color terminfo entry -TD
4166166124Srafan	+ modified xterm-new terminfo entry to work with tgetent() changes -TD
4167166124Srafan	+ extended changes in tgetent() from 20040710 to allow the substring of
4168166124Srafan	  sgr0 which matches rmacs to be at the beginning of the sgr0 string
4169166124Srafan	  (request by Thomas Wolff).  Wolff says the visual effect in
4170166124Srafan	  combination with pre-20040710 ncurses is improved.
4171166124Srafan	+ fix off-by-one in winnstr() call which caused form field validation
4172166124Srafan	  of multibyte characters to ignore the last character in a field.
4173166124Srafan	+ correct logic in winsch() for inserting multibyte strings; the code
4174166124Srafan	  would clear cells after the insertion rather than push them to the
4175166124Srafan	  right (cf: 20040228).
4176166124Srafan	+ fix an inconsistency in Check_Alpha_Field() between normal and wide
4177166124Srafan	  character logic (report by Wolfgang Gutjahr).
4178166124Srafan
4179166124Srafan20050219
4180166124Srafan	+ fix a bug in editing wide-characters in form library: deleting a
4181166124Srafan	  nonwide character modified the previous wide-character.
4182166124Srafan	+ update manpage to describe NCURSES_MOUSE_VERSION 2.
4183166124Srafan	+ correct manpage description of mouseinterval() (Debian #280687).
4184166124Srafan	+ add a note to default_colors.3x explaining why this extension was
4185166124Srafan	  added (Debian #295083).
4186166124Srafan	+ add traces to panel library.
4187166124Srafan
4188166124Srafan20050212
4189166124Srafan	+ improve editing of wide-characters in form library:  left/right
4190166124Srafan	  cursor movement, and single-character deletions work properly.
4191166124Srafan	+ disable GPM mouse support when $TERM happens to be prefixed with
4192166124Srafan	  "xterm".  Gpm_Open() would otherwise assert that it can deal with
4193166124Srafan	  mouse events in this case.
4194166124Srafan	+ modify GPM mouse support so it closes the server connection when
4195166124Srafan	  the caller disables the mouse (report by Stanislav Ievlev).
4196166124Srafan
4197166124Srafan20050205
4198166124Srafan	+ add traces for callback functions in form library.
4199166124Srafan	+ add experimental configure option --enable-ext-mouse, which defines
4200166124Srafan	  NCURSES_MOUSE_VERSION 2, and modifies the encoding of mouse events to
4201166124Srafan	  support wheel mice, which may transmit buttons 4 and 5.  This works
4202166124Srafan	  with xterm and similar X terminal emulators (prompted by question by
4203166124Srafan	  Andreas Henningsson, this is also related to Debian #230990).
4204166124Srafan	+ improve configure macros CF_XOPEN_SOURCE and CF_POSIX_C_SOURCE to
4205166124Srafan	  avoid redefinition warnings on cygwin.
4206166124Srafan
4207166124Srafan20050129
4208166124Srafan	+ merge remaining development changes for extended colors (mostly
4209166124Srafan	  complete, does not appear to break other configurations).
4210166124Srafan	+ add xterm-88color.dat (part of extended colors testing).
4211166124Srafan	+ improve _tracedump() handling of color pairs past 96.
4212166124Srafan	+ modify return-value from start_color() to return OK if colors have
4213166124Srafan	  already been started.
4214166124Srafan	+ modify curs_color.3x list error conditions for init_pair(),
4215166124Srafan	  pair_content() and color_content().
4216166124Srafan	+ modify pair_content() to return -1 for consistency with init_pair()
4217166124Srafan	  if it corresponds to the default-color.
4218166124Srafan	+ change internal representation of default-color to allow application
4219166124Srafan	  to use color number 255.  This does not affect the total number of
4220166124Srafan	  color pairs which are allowed.
4221166124Srafan	+ add a top-level tags rule.
4222166124Srafan
4223166124Srafan20050122
4224166124Srafan	+ add a null-pointer check in wgetch() in case it is called without
4225166124Srafan	  first calling initscr().
4226166124Srafan	+ add some null-pointer checks for SP, which is not set by libtinfo.
4227166124Srafan	+ modify misc/shlib to ensure that absolute pathnames are used.
4228166124Srafan	+ modify test/Makefile.in, etc., to link test programs only against the
4229166124Srafan	  libraries needed, e.g., omit form/menu/panel library for the ones
4230166124Srafan	  that are curses-specific.
4231166124Srafan	+ change SP->_current_attr to a pointer, adjust ifdef's to ensure that
4232166124Srafan	  libtinfo.so and libtinfow.so have the same ABI.  The reason for this
4233166124Srafan	  is that the corresponding data which belongs to the upper-level
4234166124Srafan	  ncurses library has a different size in each model (report by
4235166124Srafan	  Stanislav Ievlev).
4236166124Srafan
4237166124Srafan20050115
4238166124Srafan	+ minor fixes to allow test-compiles with g++.
4239166124Srafan	+ correct column value shown in tic's warnings, which did not account
4240166124Srafan	  for leading whitespace.
4241166124Srafan	+ add a check in _nc_trans_string() for improperly ended strings, i.e.,
4242166124Srafan	  where a following line begins in column 1.
4243166124Srafan	+ modify _nc_save_str() to return a null pointer on buffer overflow.
4244166124Srafan	+ improve repainting while scrolling wide-character data (Eungkyu Song).
4245166124Srafan
4246166124Srafan20050108
4247166124Srafan	+ merge some development changes to extend color capabilities.
4248166124Srafan
4249166124Srafan20050101
4250166124Srafan	+ merge some development changes to extend color capabilities.
4251166124Srafan	+ fix manpage typo (FreeBSD report docs/75544).
4252166124Srafan	+ update config.guess, config.sub
4253166124Srafan	> patches for configure script (Albert Chin-A-Young):
4254166124Srafan	+ improved fix to make mbstate_t recognized on HPUX 11i (cf:
4255166124Srafan	  20030705), making vsscanf() prototype visible on IRIX64.  Tested for
4256166124Srafan	  on HP-UX 11i, Solaris 7, 8, 9, AIX 4.3.3, 5.2, Tru64 UNIX 4.0D, 5.1,
4257166124Srafan	  IRIX64 6.5, Redhat Linux 7.1, 9, and RHEL 2.1, 3.0.
4258166124Srafan	+ print the result of the --disable-home-terminfo option.
4259166124Srafan	+ use -rpath when compiling with SGI C compiler.
4260166124Srafan
4261166124Srafan20041225
4262166124Srafan	+ add trace calls to remaining public functions in form and menu
4263166124Srafan	  libraries.
4264166124Srafan	+ fix check for numeric digits in test/ncurses.c 'b' and 'B' tests.
4265166124Srafan	+ fix typo in test/ncurses.c 'c' test from 20041218.
4266166124Srafan
4267166124Srafan20041218
4268166124Srafan	+ revise test/ncurses.c 'c' color test to improve use for xterm-88color
4269166124Srafan	  and xterm-256color, added 'C' test using the wide-character color_set
4270166124Srafan	  and attr_set functions.
4271166124Srafan
4272166124Srafan20041211
4273166124Srafan	+ modify configure script to work with Intel compiler.
4274166124Srafan	+ fix an limit-check in wadd_wchnstr() which caused labels in the
4275166124Srafan	  forms-demo to be one character short.
4276166124Srafan	+ fix typo in curs_addchstr.3x (Jared Yanovich).
4277166124Srafan	+ add trace calls to most functions in form and menu libraries.
4278166124Srafan	+ update working-position for adding wide-characters when window is
4279166124Srafan	  scrolled (prompted by related report by Eungkyu Song).
4280166124Srafan
4281166124Srafan20041204
4282166124Srafan	+ replace some references on Linux to wcrtomb() which use it to obtain
4283166124Srafan	  the length of a multibyte string with _nc_wcrtomb, since wcrtomb() is
4284166124Srafan	  broken in glibc (see Debian #284260).
4285166124Srafan	+ corrected length-computation in wide-character support for
4286166124Srafan	  field_buffer().
4287166124Srafan	+ some fixes to frm_driver.c to allow it to accept multibyte input.
4288166124Srafan	+ modify configure script to work with Intel 8.0 compiler.
4289166124Srafan
4290166124Srafan20041127
4291166124Srafan	+ amend change to setupterm() in 20030405 which would reuse the value
4292166124Srafan	  of cur_term if the same output was selected.  This now reuses it only
4293166124Srafan	  when setupterm() is called from tgetent(), which has no notion of
4294166124Srafan	  separate SCREENs.  Note that tgetent() must be called after initscr()
4295262685Sdelphij	  or newterm() to use this feature (Redhat #140326).
4296166124Srafan	+ add a check in CF_BUILD_CC macro to ensure that developer has given
4297166124Srafan	  the --with-build-cc option when cross-compiling (report by Alexandre
4298166124Srafan	  Campo).
4299166124Srafan	+ improved configure script checks for _XOPEN_SOURCE and
4300166124Srafan	  _POSIX_C_SOURCE (fix for IRIX 5.3 from Georg Schwarz, _POSIX_C_SOURCE
4301166124Srafan	  updates from lynx).
4302166124Srafan	+ cosmetic fix to test/gdc.c to recolor the bottom edge of the box
4303166124Srafan	  for consistency (comment by Dan Nelson).
4304166124Srafan
4305166124Srafan20041120
4306166124Srafan	+ update wsvt25 terminfo entry -TD
4307166124Srafan	+ modify test/ins_wide.c to test all flavors of ins_wstr().
4308166124Srafan	+ ignore filler-cells in wadd_wchnstr() when adding a cchar_t array
4309166124Srafan	  which consists of multi-column characters, since this function
4310166124Srafan	  constructs them (cf: 20041023).
4311166124Srafan	+ modify winnstr() to return multibyte character strings for the
4312166124Srafan	  wide-character configuration.
4313166124Srafan
4314166124Srafan20041106
4315166124Srafan	+ fixes to make slk_set() and slk_wset() accept and store multibyte
4316166124Srafan	  or multicolumn characters.
4317166124Srafan
4318166124Srafan20041030
4319166124Srafan	+ improve color optimization a little by making _nc_do_color() check
4320166124Srafan	  if the old/new pairs are equivalent to the default pair 0.
4321166124Srafan	+ modify assume_default_colors() to not require that
4322166124Srafan	  use_default_colors() be called first.
4323166124Srafan
4324166124Srafan20041023
4325166124Srafan	+ modify term_attrs() to use termattrs(), add the extended attributes
4326166124Srafan	  such as enter_horizontal_hl_mode for WA_HORIZONTAL to term_attrs().
4327166124Srafan	+ add logic in waddch_literal() to clear orphaned cells when one
4328166124Srafan	  multi-column character partly overwrites another.
4329166124Srafan	+ improved logic for clearing cells when a multi-column character
4330166124Srafan	  must be wrapped to a new line.
4331166124Srafan	+ revise storage of cells for multi-column characters to correct a
4332166124Srafan	  problem with repainting.  In the old scheme, it was possible for
4333166124Srafan	  doupdate() to decide that only part of a multi-column character
4334166124Srafan	  should be repainted since the filler cells stored only an attribute
4335166124Srafan	  to denote them as fillers, rather than the character value and the
4336166124Srafan	  attribute.
4337166124Srafan
4338166124Srafan20041016
4339166124Srafan	+ minor fixes for traces.
4340166124Srafan	+ add SP->_screen_acs_map[], used to ensure that mapping of missing
4341166124Srafan	  line-drawing characters is handled properly.  For example, ACS_DARROW
4342166124Srafan	  is absent from xterm-new, and it was coincidentally displayed the
4343166124Srafan	  same as ACS_BTEE.
4344166124Srafan
4345166124Srafan20041009
4346166124Srafan	+ amend 20021221 workaround for broken acs to reset the sgr, rmacs
4347166124Srafan	  and smacs strings as well.  Also modify the check for screen's
4348166124Srafan	  limitations in that area to allow the multi-character shift-in
4349166124Srafan	  and shift-out which seem to work.
4350166124Srafan	+ change GPM initialization, using dl library to load it dynamically
4351166124Srafan	  at runtime (Debian #110586).
4352166124Srafan
4353166124Srafan20041002
4354166124Srafan	+ correct logic for color pair in setcchar() and getcchar() (patch by
4355166124Srafan	  Marcin 'Qrczak' Kowalczyk).
4356166124Srafan	+ add t/T commands to ncurses b/B tests to allow a different color to
4357166124Srafan	  be tested for the attrset part of the test than is used in the
4358166124Srafan	  background color.
4359166124Srafan
4360166124Srafan20040925
4361166124Srafan	+ fix to make setcchar() to work when its wchar_t* parameter is
4362166124Srafan	  pointing to a string which contains more data than can be converted.
4363166124Srafan	+ modify wget_wstr() and example in ncurses.c to work if wchar_t and
4364166124Srafan	  wint_t are different sizes (report by Marcin 'Qrczak' Kowalczyk).
4365166124Srafan
4366166124Srafan20040918
4367166124Srafan	+ remove check in wget_wch() added to fix an infinite loop, appears to
4368166124Srafan	  have been working around a transitory glibc bug, and interferes
4369166124Srafan	  with normal operation (report by Marcin 'Qrczak' Kowalczyk).
4370166124Srafan	+ correct wadd_wch() and wecho_wch(), which did not pass the rendition
4371166124Srafan	  information (report by Marcin 'Qrczak' Kowalczyk).
4372166124Srafan	+ fix aclocal.m4 so that the wide-character version of ncurses gets
4373166124Srafan	  compiled as libncursesw.5.dylib, instead of libncurses.5w.dylib
4374166124Srafan	  (adapted from patch by James J Ramsey).
4375166124Srafan	+ change configure script for --with-caps option to indicate that it
4376166124Srafan	  is no longer experimental.
4377166124Srafan	+ change configure script to reflect the fact that --enable-widec has
4378166124Srafan	  not been "experimental" since 5.3 (report by Bruno Lustosa).
4379166124Srafan
4380166124Srafan20040911
4381166124Srafan	+ add 'B' test to ncurses.c, to exercise some wide-character functions.
4382166124Srafan
4383166124Srafan20040828
4384166124Srafan	+ modify infocmp -i option to match 8-bit controls against its table
4385166124Srafan	  entries, e.g., so it can analyze the xterm-8bit entry.
4386166124Srafan	+ add morphos terminfo entry, improve amiga-8bit entry (Pavel Fedin).
4387166124Srafan	+ correct translation of "%%" in terminfo format to termcap, e.g.,
4388262685Sdelphij	  using "tic -C" (Redhat #130921).
4389166124Srafan	+ modified configure script CF_XOPEN_SOURCE macro to ensure that if
4390166124Srafan	  it defines _POSIX_C_SOURCE, that it defines it to a specific value
4391166124Srafan	  (comp.os.stratus newsgroup comment).
4392166124Srafan
4393166124Srafan20040821
4394166124Srafan	+ fixes to build with Ada95 binding with gnat 3.4 (all warnings are
4395166124Srafan	  fatal, and gnat does not follow the guidelines for pragmas).
4396166124Srafan	  However that did find a coding error in Assume_Default_Colors().
4397166124Srafan	+ modify several terminfo entries to ensure xterm mouse and cursor
4398166124Srafan	  visibility are reset in rs2 string:  hurd, putty, gnome,
4399262685Sdelphij	  konsole-base, mlterm, Eterm, screen (Debian #265784, Debian #55637). 
4400262685Sdelphij	  The xterm entries are left alone - old ones for compatibility, and
4401262685Sdelphij	  the new ones do not require this change. -TD
4402166124Srafan
4403166124Srafan20040814
4404166124Srafan	+ fake a SIGWINCH in newterm() to accommodate buggy terminal emulators
4405166124Srafan	  and window managers (Debian #265631).
4406166124Srafan	> terminfo updates -TD
4407166124Srafan	+ remove dch/dch1 from rxvt because they are implemented inconsistently
4408166124Srafan	  with the common usage of bce/ech
4409166124Srafan	+ remove khome from vt220 (vt220's have no home key)
4410166124Srafan	+ add rxvt+pcfkeys
4411166124Srafan
4412166124Srafan20040807
4413166124Srafan	+ modify test/ncurses.c 'b' test, adding v/V toggles to cycle through
4414166124Srafan	  combinations of video attributes so that for instance bold and
4415166124Srafan	  underline can be tested.  This made the legend too crowded, added
4416166124Srafan	  a help window as well.
4417166124Srafan	+ modify test/ncurses.c 'b' test to cycle through default colors if
4418166124Srafan	  the -d option is set.
4419166124Srafan	+ update putty terminfo entry (Robert de Bath).
4420166124Srafan
4421166124Srafan20040731
4422166124Srafan	+ modify test/cardfile.c to allow it to read more data than can be
4423166124Srafan	  displayed.
4424166124Srafan	+ correct logic in resizeterm.c which kept it from processing all
4425166124Srafan	  levels of window hierarchy (reports by Folkert van Heusden,
4426166124Srafan	  Chris Share).
4427166124Srafan
4428166124Srafan20040724
4429166124Srafan	+ modify "tic -cv" to ignore delays when comparing strings.  Also
4430166124Srafan	  modify it to ignore a canceled sgr string, e.g., for terminals which
4431166124Srafan	  cannot properly combine attributes in one control sequence.
4432262685Sdelphij	+ corrections for gnome and konsole entries (Redhat #122815, patch by
4433262685Sdelphij	  Hans de Goede)
4434166124Srafan	> terminfo updates -TD
4435166124Srafan	+ make ncsa-m rmacs/smacs consistent with sgr
4436166124Srafan	+ add sgr, rc/sc and ech to syscons entries
4437166124Srafan	+ add function-keys to decansi
4438166124Srafan	+ add sgr to mterm-ansi
4439166124Srafan	+ add sgr, civis, cnorm to emu
4440166124Srafan	+ correct/simplify cup in addrinfo
4441166124Srafan
4442166124Srafan20040717
4443166124Srafan	> terminfo updates -TD
4444166124Srafan	+ add xterm-pc-fkeys
4445166124Srafan	+ review/update gnome and gnome-rh90 entries (prompted by Redhat
4446262685Sdelphij	  #122815).
4447166124Srafan	+ review/update konsole entries
4448166124Srafan	+ add sgr, correct sgr0 for kterm and mlterm
4449166124Srafan	+ correct tsl string in kterm
4450166124Srafan
4451166124Srafan20040711
4452166124Srafan	+ add configure option --without-xterm-new
4453166124Srafan
4454166124Srafan20040710
4455166124Srafan	+ add check in wget_wch() for printable bytes that are not part of a
4456166124Srafan	  multibyte character.
4457166124Srafan	+ modify wadd_wchnstr() to render text using window's background
4458166124Srafan	  attributes.
4459166124Srafan	+ improve tic's check to compare sgr and sgr0.
4460166124Srafan	+ fix c++ directory's .cc.i rule.
4461166124Srafan	+ modify logic in tgetent() which adjusts the termcap "me" string
4462166124Srafan	  to work with ISO-2022 string used in xterm-new (cf: 20010908).
4463166124Srafan	+ modify tic's check for conflicting function keys to omit that if
4464166124Srafan	  converting termcap to termcap format.
4465166124Srafan	+ add -U option to tic and infocmp.
4466166124Srafan	+ add rmam/smam to linux terminfo entry (Trevor Van Bremen)
4467166124Srafan	> terminfo updates -TD
4468166124Srafan	+ minor fixes for emu
4469166124Srafan	+ add emu-220
4470166124Srafan	+ change wyse acsc strings to use 'i' map rather than 'I'
4471166124Srafan	+ fixes for avatar0
4472166124Srafan	+ fixes for vp3a+
4473166124Srafan
4474166124Srafan20040703
4475166124Srafan	+ use tic -x to install terminfo database -TD
4476166124Srafan	+ add -x to infocmp's usage message.
4477166124Srafan	+ correct field used for comparing O_ROWMAJOR in set_menu_format()
4478166124Srafan	  (report/patch by Tony Li).
4479166124Srafan	+ fix a missing nul check in set_field_buffer() from 20040508 changes.
4480166124Srafan	> terminfo updates -TD
4481166124Srafan	  + make xterm-xf86-v43 derived from xterm-xf86-v40 rather than
4482166124Srafan	    xterm-basic -TD
4483166124Srafan	  + align with xterm patch #192's use of xterm-new -TD
4484166124Srafan	  + update xterm-new and xterm-8bit for cvvis/cnorm strings -TD
4485166124Srafan	  + make xterm-new the default "xterm" entry -TD
4486166124Srafan
4487166124Srafan20040626
4488166124Srafan	+ correct BUILD_CPPFLAGS substitution in ncurses/Makefile.in, to allow
4489166124Srafan	  cross-compiling from a separate directory tree (report/patch by
4490166124Srafan	  Dan Engel).
4491166124Srafan	+ modify is_term_resized() to ensure that window sizes are nonzero,
4492166124Srafan	  as documented in the manpage (report by Ian Collier).
4493166124Srafan	+ modify CF_XOPEN_SOURCE configure macro to make Hurd port build
4494166124Srafan	  (Debian #249214, report/patch by Jeff Bailey).
4495166124Srafan	+ configure-script mods from xterm, e.g., updates to CF_ADD_CFLAGS
4496166124Srafan	+ update config.guess, config.sub
4497166124Srafan	> terminfo updates -TD
4498166124Srafan	  + add mlterm
4499166124Srafan	  + add xterm-xf86-v44
4500166124Srafan	  + modify xterm-new aka xterm-xfree86 to accommodate luit, which
4501166124Srafan	    relies on G1 being used via an ISO-2022 escape sequence (report by
4502166124Srafan	    Juliusz Chroboczek)
4503166124Srafan	  + add 'hurd' entry
4504166124Srafan
4505166124Srafan20040619
4506166124Srafan	+ reconsidered winsnstr(), decided after comparing other
4507166124Srafan	  implementations that wrapping is an X/Open documentation error.
4508166124Srafan	+ modify test/inserts.c to test all flavors of insstr().
4509166124Srafan
4510166124Srafan20040605
4511166124Srafan	+ add setlocale() calls to a few test programs which may require it:
4512166124Srafan	  demo_forms.c, filter.c, ins_wide.c, inserts.c
4513166124Srafan	+ correct a few misspelled function names in ncurses-intro.html (report
4514166124Srafan	  by Tony Li).
4515166124Srafan	+ correct internal name of key_defined() manpage, which conflicted with
4516166124Srafan	  define_key().
4517166124Srafan
4518166124Srafan20040529
4519166124Srafan	+ correct size of internal pad used for holding wide-character
4520166124Srafan	  field_buffer() results.
4521166124Srafan	+ modify data_ahead() to work with wide-characters.
4522166124Srafan
4523166124Srafan20040522
4524166124Srafan	+ improve description of terminfo if-then-else expressions (suggested
4525166124Srafan	  by Arne Thomassen).
4526166124Srafan	+ improve test/ncurses.c 'd' test, allow it to use external file for
4527166124Srafan	  initial palette (added xterm-16color.dat and linux-color.dat), and
4528166124Srafan	  reset colors to the initial palette when starting/ending the test.
4529166124Srafan	+ change limit-check in init_color() to allow r/g/b component to
4530166124Srafan	  reach 1000 (cf: 20020928).
4531166124Srafan
4532166124Srafan20040516
4533166124Srafan	+ modify form library to use cchar_t's rather than char's in the
4534166124Srafan	  wide-character configuration for storing data for field buffers.
4535166124Srafan	+ correct logic of win_wchnstr(), which did not work for more than
4536166124Srafan	  one cell.
4537166124Srafan
4538166124Srafan20040508
4539166124Srafan	+ replace memset/memcpy usage in form library with for-loops to
4540166124Srafan	  simplify changing the datatype of FIELD.buf, part of wide-character
4541166124Srafan	  changes.
4542166124Srafan	+ fix some inconsistent use of #if/#ifdef (report by Alain Guibert).
4543166124Srafan
4544166124Srafan20040501
4545166124Srafan	+ modify menu library to account for actual number of columns used by
4546166124Srafan	  multibyte character strings, in the wide-character configuration
4547166124Srafan	  (adapted from patch by Philipp Tomsich).
4548166124Srafan	+ add "-x" option to infocmp like tic's "-x", for use in "-F"
4549166124Srafan	  comparisons.  This modifies infocmp to only report extended
4550166124Srafan	  capabilities if the -x option is given, making this more consistent
4551166124Srafan	  with tic.  Some scripts may break, since infocmp previous gave this
4552166124Srafan	  information without an option.
4553166124Srafan	+ modify termcap-parsing to retain 2-character aliases at the beginning
4554166124Srafan	  of an entry if the "-x" option is used in tic.
4555166124Srafan
4556166124Srafan20040424
4557166124Srafan	+ minor compiler-warning and test-program fixes.
4558166124Srafan
4559166124Srafan20040417
4560166124Srafan	+ modify tic's missing-sgr warning to apply to terminfo only.
4561166124Srafan	+ free some memory leaks in tic.
4562166124Srafan	+ remove check in post_menu() that prevented menus from extending
4563166124Srafan	  beyond the screen (request by Max J. Werner).
4564166124Srafan	+ remove check in newwin() that prevents allocating windows
4565166124Srafan	  that extend beyond the screen.  Solaris curses does this.
4566166124Srafan	+ add ifdef in test/color_set.c to allow it to compile with older
4567166124Srafan	  curses.
4568166124Srafan	+ add napms() calls to test/dots.c to make it not be a CPU hog.
4569166124Srafan
4570166124Srafan20040403
4571166124Srafan	+ modify unctrl() to return null if its parameter does not correspond
4572166124Srafan	  to an unsigned char.
4573166124Srafan	+ add some limit-checks to guard isprint(), etc., from being used on
4574166124Srafan	  values that do not fit into an unsigned char (report by Sami Farin).
4575166124Srafan
4576166124Srafan20040328
4577166124Srafan	+ fix a typo in the _nc_get_locale() change.
4578166124Srafan
4579166124Srafan20040327
4580166124Srafan	+ modify _nc_get_locale() to use setlocale() to query the program's
4581166124Srafan	  current locale rather than using getenv().  This fixes a case in tin
4582166124Srafan	  which relies on legacy treatment of 8-bit characters when the locale
4583166124Srafan	  is not initialized (reported by Urs Jansen).
4584166124Srafan	+ add sgr string to screen's and rxvt's terminfo entries -TD.
4585166124Srafan	+ add a check in tic for terminfo entries having an sgr0 but no sgr
4586166124Srafan	  string.  This confuses Tru64 and HPUX curses when combined with
4587166124Srafan	  color, e.g., making them leave line-drawing characters in odd places.
4588166124Srafan	+ correct casts used in ABSENT_BOOLEAN, CANCELLED_BOOLEAN, matches the
4589166124Srafan	  original definitions used in Debian package to fix PowerPC bug before
4590166124Srafan	  20030802 (Debian #237629).
4591166124Srafan
4592166124Srafan20040320
4593166124Srafan	+ modify PutAttrChar() and PUTC() macro to improve use of
4594166124Srafan	  A_ALTCHARSET attribute to prevent line-drawing characters from
4595166124Srafan	  being lost in situations where the locale would otherwise treat the
4596166124Srafan	  raw data as nonprintable (Debian #227879).
4597166124Srafan
4598166124Srafan20040313
4599166124Srafan	+ fix a redefinition of CTRL() macro in test/view.c for AIX 5.2 (report
4600166124Srafan	  by Jim Idle).
4601166124Srafan	+ remove ".PP" after ".SH NAME" in a few manpages; this confuses
4602166124Srafan	  some apropos script (Debian #237831).
4603166124Srafan
4604166124Srafan20040306
4605166124Srafan	+ modify ncurses.c 'r' test so editing commands, like inserted text,
4606166124Srafan	  set the field background, and the state of insert/overlay editing
4607166124Srafan	  mode is shown in that test.
4608166124Srafan	+ change syntax of dummy targets in Ada95 makefiles to work with pmake.
4609166124Srafan	+ correct logic in test/ncurses.c 'b' for noncolor terminals which
4610166124Srafan	  did not recognize a quit-command (cf: 20030419).
4611166124Srafan
4612166124Srafan20040228
4613166124Srafan	+ modify _nc_insert_ch() to allow for its input to be part of a
4614166124Srafan	  multibyte string.
4615166124Srafan	+ split out lib_insnstr.c, to prepare to rewrite it.  X/Open states
4616166124Srafan	  that this function performs wrapping, unlike all of the other
4617166124Srafan	  insert-functions.  Currently it does not wrap.
4618166124Srafan	+ check for nl_langinfo(CODESET), use it if available (report by
4619166124Srafan	  Stanislav Ievlev).
4620166124Srafan	+ split-out CF_BUILD_CC macro, actually did this for lynx first.
4621166124Srafan	+ fixes for configure script CF_WITH_DBMALLOC and CF_WITH_DMALLOC,
4622166124Srafan	  which happened to work with bash, but not with Bourne shell (report
4623166124Srafan	  by Marco d'Itri via tin-dev).
4624166124Srafan
4625166124Srafan20040221
4626166124Srafan	+ some changes to adapt the form library to wide characters, incomplete
4627166124Srafan	  (request by Mike Aubury).
4628166124Srafan	+ add symbol to curses.h which can be used to suppress include of
4629166124Srafan	  stdbool.h, e.g.,
4630262629Sdelphij		#define NCURSES_ENABLE_STDBOOL_H 0
4631166124Srafan		#include <curses.h>
4632166124Srafan	  (discussion on XFree86 mailing list).
4633166124Srafan
4634166124Srafan20040214
4635166124Srafan	+ modify configure --with-termlib option to accept a value which sets
4636166124Srafan	  the name of the terminfo library.  This would allow a packager to
4637166124Srafan	  build libtinfow.so renamed to coincide with libtinfo.so (discussion
4638166124Srafan	  with Stanislav Ievlev).
4639166124Srafan	+ improve documentation of --with-install-prefix, --prefix and
4640166124Srafan	  $(DESTDIR) in INSTALL (prompted by discussion with Paul Lew).
4641166124Srafan	+ add configure check if the compiler can use -c -o options to rename
4642166124Srafan	  its output file, use that to omit the 'cd' command which was used to
4643166124Srafan	  ensure object files are created in a separate staging directory
4644166124Srafan	  (prompted by comments by Johnny Wezel, Martin Mokrejs).
4645166124Srafan
4646166124Srafan20040208 5.4 release for upload to ftp.gnu.org
4647166124Srafan	+ update TO-DO.
4648166124Srafan
4649166124Srafan20040207 pre-release
4650166124Srafan	+ minor fixes to _nc_tparm_analyze(), i.e., do not count %i as a param,
4651166124Srafan	  and do not count %d if it follows a %p.
4652166124Srafan	+ correct an inconsistency between handling of codes in the 128-255
4653166124Srafan	  range, e.g., as illustrated by test/ncurses.c f/F tests.  In POSIX
4654166124Srafan	  locale, the latter did not show printable results, while the former
4655166124Srafan	  did.
4656166124Srafan	+ modify MKlib_gen.sh to compensate for broken C preprocessor on Mac
4657166124Srafan	  OS X, which alters "%%" to "% % " (report by Robert Simms, fix
4658166124Srafan	  verified by Scott Corscadden).
4659166124Srafan
4660166124Srafan20040131 pre-release
4661166124Srafan	+ modify SCREEN struct to align it between normal/wide curses flavors
4662166124Srafan	  to simplify future changes to build a single version of libtinfo
4663166124Srafan	  (patch by Stanislav Ievlev).
4664166124Srafan	+ document handling of carriage return by addch() in manpage.
4665166124Srafan	+ document special features of unctrl() in manpage.
4666166124Srafan	+ documented interface changes in INSTALL.
4667166124Srafan	+ corrected control-char test in lib_addch.c to account for locale
4668166124Srafan	  (Debian #230335, cf: 971206).
4669166124Srafan	+ updated test/configure.in to use AC_EXEEXT and AC_OBJEXT.
4670166124Srafan	+ fixes to compile Ada95 binding with Debian gnat 3.15p-4 package.
4671166124Srafan	+ minor configure-script fixes for older ports, e.g., BeOS R4.5.
4672166124Srafan
4673166124Srafan20040125 pre-release
4674166124Srafan	+ amend change to PutAttrChar() from 20030614 which computed the number
4675166124Srafan	  of cells for a possibly multi-cell character.  The 20030614 change
4676166124Srafan	  forced the cell to a blank if the result from wcwidth() was not
4677166124Srafan	  greater than zero.  However, wcwidth() called for parameters in the
4678166124Srafan	  range 128-255 can give this return value.  The logic now simply
4679166124Srafan	  ensures that the number of cells is greater than zero without
4680166124Srafan	  modifying the displayed value.
4681166124Srafan
4682166124Srafan20040124 pre-release
4683166124Srafan	+ looked good for 5.4 release for upload to ftp.gnu.org (but see above)
4684166124Srafan	+ modify configure script check for ranlib to use AC_CHECK_TOOL, since
4685166124Srafan	  that works better for cross-compiling.
4686166124Srafan
4687166124Srafan20040117 pre-release
4688166124Srafan	+ modify lib_get_wch.c to prefer mblen/mbtowc over mbrlen/mbrtowc to
4689166124Srafan	  work around core dump in Solaris 8's locale support, e.g., for
4690166124Srafan	  zh_CN.GB18030 (report by Saravanan Bellan).
4691166124Srafan	+ add includes for <stdarg.h> and <stdio.h> in configure script macro
4692166124Srafan	  to make <wchar.h> check work with Tru64 4.0d.
4693166124Srafan	+ add terminfo entry for U/Win -TD
4694166124Srafan	+ add terminfo entries for SFU aka Interix aka OpenNT (Federico
4695166124Srafan	  Bianchi).
4696166124Srafan	+ modify tput's error messages to prefix them with the program name
4697166124Srafan	  (report by Vincent Lefevre, patch by Daniel Jacobowitz (see Debian
4698166124Srafan	  #227586)).
4699166124Srafan	+ correct a place in tack where exit_standout_mode was used instead of
4700166124Srafan	  exit_attribute_mode (patch by Jochen Voss (see Debian #224443)).
4701166124Srafan	+ modify c++/cursesf.h to use const in the Enumeration_Field method.
4702166124Srafan	+ remove an ambiguous (actually redundant) method from c++/cursesf.h
4703166124Srafan	+ make $HOME/.terminfo update optional (suggested by Stanislav Ievlev).
4704166124Srafan	+ improve sed script which extracts libtool's version in the
4705166124Srafan	  CF_WITH_LIBTOOL macro.
4706166124Srafan	+ add ifdef'd call to AC_PROG_LIBTOOL to CF_WITH_LIBTOOL macro (to
4707166124Srafan	  simplify local patch for Albert Chin-A-Young)..
4708166124Srafan	+ add $(CXXFLAGS) to link command in c++/Makefile.in (adapted from
4709166124Srafan	  patch by Albert Chin-A-Young)..
4710166124Srafan	+ fix a missing substitution in configure.in for "$target" needed for
4711166124Srafan	  HPUX .so/.sl case.
4712166124Srafan	+ resync CF_XOPEN_SOURCE configure macro with lynx; fixes IRIX64 and
4713166124Srafan	  NetBSD 1.6 conflicts with _XOPEN_SOURCE.
4714166124Srafan	+ make check for stdbool.h more specific, to ensure that including it
4715166124Srafan	  will actually define/declare bool for the configured compiler.
4716166124Srafan	+ rewrite ifdef's in curses.h relating NCURSES_BOOL and bool.  The
4717166124Srafan	  intention of that is to #define NCURSES_BOOL as bool when the
4718166124Srafan	  compiler declares bool, and to #define bool as NCURSES_BOOL when it
4719166124Srafan	  does not (reported by Jim Gifford, Sam Varshavchik, cf: 20031213).
4720166124Srafan
4721166124Srafan20040110 pre-release
4722166124Srafan	+ change minor version to 4, i.e., ncurses 5.4
4723166124Srafan	+ revised/improved terminfo entries for tvi912b, tvi920b (Benjamin C W
4724166124Srafan	  Sittler).
4725166124Srafan	+ simplified ncurses/base/version.c by defining the result from the
4726166124Srafan	  configure script rather than using sprintf (suggested by Stanislav
4727166124Srafan	  Ievlev).
4728166124Srafan	+ remove obsolete casts from c++/cursesw.h (reported by Stanislav
4729166124Srafan	  Ievlev).
4730166124Srafan	+ modify configure script so that when configuring for termlib, programs
4731166124Srafan	  such as tic are not linked with the upper-level ncurses library
4732166124Srafan	  (suggested by Stanislav Ievlev).
4733166124Srafan	+ move version.c from ncurses/base to ncurses/tinfo to allow linking
4734166124Srafan	  of tic, etc., using libtinfo (suggested by Stanislav Ievlev).
4735166124Srafan
4736166124Srafan20040103
4737166124Srafan	+ adjust -D's to build ncursesw on OpenBSD.
4738166124Srafan	+ modify CF_PROG_EXT to make OS/2 build with EXEEXT.
4739166124Srafan	+ add pecho_wchar().
4740166124Srafan	+ remove <wctype.h> include from lib_slk_wset.c which is not needed (or
4741166124Srafan	  available) on older platforms.
4742166124Srafan
4743166124Srafan20031227
4744166124Srafan	+ add -D's to build ncursew on FreeBSD 5.1.
4745166124Srafan	+ modify shared library configuration for FreeBSD 4.x/5.x to add the
4746166124Srafan	  soname information (request by Marc Glisse).
4747166124Srafan	+ modify _nc_read_tic_entry() to not use MAX_ALIAS, but PATH_MAX only
4748166124Srafan	  for limiting the length of a filename in the terminfo database.
4749166124Srafan	+ modify termname() to return the terminal name used by setupterm()
4750166124Srafan	  rather than $TERM, without truncating to 14 characters as documented
4751166124Srafan	  by X/Open (report by Stanislav Ievlev, cf:  970719).
4752166124Srafan	+ re-add definition for _BSD_TYPES, lost in merge (cf: 20031206).
4753166124Srafan
4754166124Srafan20031220
4755166124Srafan	+ add configure option --with-manpage-format=catonly to address
4756166124Srafan	  behavior of BSDI, allow install of man+cat files on NetBSD, whose
4757166124Srafan	  behavior has diverged by requiring both to be present.
4758166124Srafan	+ remove leading blanks from comment-lines in manlinks.sed script to
4759166124Srafan	  work with Tru64 4.0d.
4760166124Srafan	+ add screen.linux terminfo entry (discussion on mutt-users mailing
4761166124Srafan	  list).
4762166124Srafan
4763166124Srafan20031213
4764166124Srafan	+ add a check for tic to flag missing backslashes for termcap
4765166124Srafan	  continuation lines.  ncurses reads the whole entry, but termcap
4766166124Srafan	  applications do not.
4767166124Srafan	+ add configure option "--with-manpage-aliases" extending
4768166124Srafan	  "--with-manpage-aliases" to provide the option of generating ".so"
4769166124Srafan	  files rather than symbolic links for manpage aliases.
4770166124Srafan	+ add bool definition in include/curses.h.in for configurations with no
4771166124Srafan	  usable C++ compiler (cf: 20030607).
4772166124Srafan	+ fix pathname of SigAction.h for building with --srcdir (reported by
4773166124Srafan	  Mike Castle).
4774166124Srafan
4775166124Srafan20031206
4776166124Srafan	+ folded ncurses/base/sigaction.c into includes of ncurses/SigAction.h,
4777166124Srafan	  since that header is used only within ncurses/tty/lib_tstp.c, for
4778166124Srafan	  non-POSIX systems (discussion with Stanislav Ievlev).
4779166124Srafan	+ remove obsolete _nc_outstr() function (report by Stanislav Ievlev
4780166124Srafan	  <inger@altlinux.org>).
4781166124Srafan	+ add test/background.c and test/color_set.c
4782166124Srafan	+ modify color_set() function to work with color pair 0 (report by
4783166124Srafan	  George Andreou <gbandreo@tem.uoc.gr>).
4784166124Srafan	+ add configure option --with-trace, since defining TRACE seems too
4785166124Srafan	  awkward for some cases.
4786166124Srafan	+ remove a call to _nc_free_termtype() from read_termtype(), since the
4787166124Srafan	  corresponding buffer contents were already zeroed by a memset (cf:
4788166124Srafan	  20000101).
4789166124Srafan	+ improve configure check for _XOPEN_SOURCE and related definitions,
4790166124Srafan	  adding special cases for Solaris' __EXTENSIONS__ and FreeBSD's
4791166124Srafan	  __BSD_TYPES (reports by Marc Glisse <marc.glisse@normalesup.org>).
4792166124Srafan	+ small fixes to compile on Solaris and IRIX64 using cc.
4793166124Srafan	+ correct typo in check for pre-POSIX sort options in MKkey_defs.sh
4794166124Srafan	  (cf: 20031101).
4795166124Srafan
4796166124Srafan20031129
4797166124Srafan	+ modify _nc_gettime() to avoid a problem with arithmetic on unsigned
4798166124Srafan	  values (Philippe Blain).
4799166124Srafan	+ improve the nanosleep() logic in napms() by checking for EINTR and
4800166124Srafan	  restarting (Philippe Blain).
4801166124Srafan	+ correct expression for "%D" in lib_tgoto.c (Juha Jarvi
4802166124Srafan	  <mooz@welho.com>).
4803166124Srafan
4804166124Srafan20031122
4805166124Srafan	+ add linux-vt terminfo entry (Andrey V Lukyanov <land@long.yar.ru>).
4806166124Srafan	+ allow "\|" escape in terminfo; tic should not warn about this.
4807166124Srafan	+ save the full pathname of the trace-file the first time it is opened,
4808166124Srafan	  to avoid creating it in different directories if the application
4809166124Srafan	  opens and closes it while changing its working directory.
4810166124Srafan	+ modify configure script to provide a non-empty default for
4811166124Srafan	  $BROKEN_LINKER
4812166124Srafan
4813166124Srafan20031108
4814166124Srafan	+ add DJGPP to special case of DOS-style drive letters potentially
4815166124Srafan	  appearing in TERMCAP environment variable.
4816174993Srafan	+ fix some spelling in comments (reports by Jason McIntyre, Jonathon
4817174993Srafan	  Gray).
4818166124Srafan	+ update config.guess, config.sub
4819166124Srafan
4820166124Srafan20031101
4821166124Srafan	+ fix a memory leak in error-return from setupterm() (report by
4822166124Srafan	  Stanislav Ievlev <inger@altlinux.org>).
4823166124Srafan	+ use EXEEXT and OBJEXT consistently in makefiles.
4824166124Srafan	+ amend fixes for cross-compiling to use separate executable-suffix
4825166124Srafan	  BUILD_EXEEXT (cf: 20031018).
4826166124Srafan	+ modify MKkey_defs.sh to check for sort utility that does not
4827166124Srafan	  recognize key options, e.g., busybox (report by Peter S Mazinger
4828166124Srafan	  <ps.m@gmx.net>).
4829166124Srafan	+ fix potential out-of-bounds indexing in _nc_infotocap() (found by
4830166124Srafan	  David Krause using some of the new malloc debugging features
4831166124Srafan	  under OpenBSD, patch by Ted Unangst).
4832166124Srafan	+ modify CF_LIB_SUFFIX for Itanium releases of HP-UX, which use a
4833166124Srafan	  ".so" suffix (patch by Jonathan Ward <Jonathan.Ward@hp.com>).
4834166124Srafan
4835166124Srafan20031025
4836166124Srafan	+ update terminfo for xterm-xfree86 -TD
4837166124Srafan	+ add check for multiple "tc=" clauses in a termcap to tic.
4838166124Srafan	+ check for missing op/oc in tic.
4839166124Srafan	+ correct _nc_resolve_uses() and _nc_merge_entry() to allow infocmp and
4840166124Srafan	  tic to show cancelled capabilities.  These functions were ignoring
4841166124Srafan	  the state of the target entry, which should be untouched if cancelled.
4842166124Srafan	+ correct comment in tack/output.c (Debian #215806).
4843166124Srafan	+ add some null-pointer checks to lib_options.c (report by Michael
4844166124Srafan	  Bienia).
4845166124Srafan	+ regenerated html documentation.
4846166124Srafan	+ correction to tar-copy.sh, remove a trap command that resulted in
4847166124Srafan	  leaving temporary files (cf: 20030510).
4848166124Srafan	+ remove contact/maintainer addresses for Juergen Pfeifer (his request).
4849166124Srafan
4850166124Srafan20031018
4851166124Srafan	+ updated test/configure to reflect changes for libtool (cf: 20030830).
4852166124Srafan	+ fix several places in tack/pad.c which tested and used the parameter-
4853166124Srafan	  and parameterless strings inconsistently, i.e., in pad_rin(),
4854166124Srafan	  pad_il(), pad_indn() and pad_dl() (Debian #215805).
4855166124Srafan	+ minor fixes for configure script and makefiles to cleanup executables
4856166124Srafan	  generated when cross-compiling for DJGPP.
4857166124Srafan	+ modify infocmp to omit check for $TERM for operations that do not
4858166124Srafan	  require it, e.g., "infocmp -e" used to build fallback list (report by
4859262685Sdelphij	  Egmont Koblinger).
4860166124Srafan
4861166124Srafan20031004
4862166124Srafan	+ add terminfo entries for DJGPP.
4863166124Srafan	+ updated note about maintainer in ncurses-intro.html
4864166124Srafan
4865166124Srafan20030927
4866166124Srafan	+ update terminfo entries for gnome terminal.
4867166124Srafan	+ modify tack to reset colors after each color test, correct a place
4868166124Srafan	  where exit_standout_mode was used instead of exit_attribute_mode.
4869166124Srafan	+ improve tack's bce test by making it set colors other than black
4870166124Srafan	  on white.
4871166124Srafan	+ plug a potential recursion between napms() and _nc_timed_wait()
4872166124Srafan	  (report by Philippe Blain).
4873166124Srafan
4874166124Srafan20030920
4875166124Srafan	+ add --with-rel-version option to allow workaround to allow making
4876166124Srafan	  libtool on Darwin generate the "same" library names as with the
4877166124Srafan	  --with-shared option.  The Darwin ld program does not work well
4878166124Srafan	  with a zero as the minor-version value (request by Chris Zubrzycki).
4879166124Srafan	+ modify CF_MIXEDCASE_FILENAMES macro to work with cross-compiling.
4880166124Srafan	+ modify tack to allow it to run from fallback terminfo data.
4881166124Srafan	> patch by Philippe Blain:
4882166124Srafan	+ improve PutRange() by adjusting call to EmitRange() and corresponding
4883166124Srafan	  return-value to not emit unchanged characters on the end of the
4884166124Srafan	  range.
4885166124Srafan	+ improve a check for changed-attribute by exiting a loop when the
4886166124Srafan	  change is found.
4887166124Srafan	+ improve logic in TransformLine(), eliminating a duplicated comparison
4888166124Srafan	  in the clr_bol logic.
4889166124Srafan
4890166124Srafan20030913
4891166124Srafan	> patch by Philippe Blain:
4892166124Srafan	+ in ncurses/tty/lib_mvcur.c,
4893166124Srafan	  move the label 'nonlocal' just before the second gettimeofday() to
4894166124Srafan	  be able to compute the diff time when 'goto nonlocal' used.
4895166124Srafan	  Rename 'msec' to 'microsec' in the debug-message.
4896166124Srafan	+ in ncurses/tty/lib_mvcur.c,
4897166124Srafan	  Use _nc_outch() in carriage return/newline movement instead of
4898166124Srafan	  putchar() which goes to stdout.  Move test for xold>0 out of loop.
4899166124Srafan	+ in ncurses/tinfo/setbuf.c,
4900166124Srafan	  Set the flag SP->_buffered at the end of operations when all has been
4901166124Srafan	  successful (typeMalloc can fail).
4902166124Srafan	+ simplify NC_BUFFERED macro by moving check inside _nc_setbuf().
4903166124Srafan
4904166124Srafan20030906
4905166124Srafan	+ modify configure script to avoid using "head -1", which does not
4906166124Srafan	  work if POSIXLY_CORRECT (sic) is set.
4907166124Srafan	+ modify run_tic.in to avoid using wrong shared libraries when
4908166124Srafan	  cross-compiling (Dan Kegel).
4909166124Srafan
4910166124Srafan20030830
4911166124Srafan	+ alter configure script help message to make it clearer that
4912166124Srafan	  --with-build-cc does not specify a cross-compiler (suggested by Dan
4913166124Srafan	  Kegel <dank@kegel.com>).
4914166124Srafan	+ modify configure script to accommodate libtool 1.5, as well as add an
4915166124Srafan	  parameter to the "--with-libtool" option which can specify the
4916166124Srafan	  pathname of libtool (report by Chris Zubrzycki).  We note that
4917166124Srafan	  libtool 1.5 has more than one bug in its C++ support, so it is not
4918166124Srafan	  able to install libncurses++, for instance, if $DESTDIR or the option
4919166124Srafan	  --with-install-prefix is used.
4920166124Srafan
4921166124Srafan20030823
4922166124Srafan	> patch by Philippe Blain:
4923166124Srafan	+ move assignments to SP->_cursrow, SP->_curscol into online_mvcur().
4924166124Srafan	+ make baudrate computation in delay_output() consistent with the
4925166124Srafan	  assumption in _nc_mvcur_init(), i.e., a byte is 9 bits.
4926166124Srafan
4927166124Srafan20030816
4928166124Srafan	+ modify logic in waddch_literal() to take into account zh_TW.Big5
4929166124Srafan	  whose multibyte sequences may contain "printable" characters, e.g.,
4930166124Srafan	  a "g" in the sequence "\247g" (Debian #204889, cf: 20030621).
4931166124Srafan	+ improve storage used by _nc_safe_strcpy() by ensuring that the size
4932166124Srafan	  is reset based on the initialization call, in case it were called
4933166124Srafan	  after other strcpy/strcat calls (report by Philippe Blain).
4934166124Srafan	> patch by Philippe Blain:
4935166124Srafan	+ remove an unused ifdef for REAL_ATTR & WANT_CHAR
4936166124Srafan	+ correct a place where _cup_cost was used rather than _cuu_cost
4937166124Srafan
4938166124Srafan20030809
4939166124Srafan	+ fix a small memory leak in _nc_free_termtype().
4940166124Srafan	+ close trace-file if trace() is called with a zero parameter.
4941166124Srafan	+ free memory allocated for soft-key strings, in delscreen().
4942166124Srafan	+ fix an allocation size in safe_sprintf.c for the "*" format code.
4943166124Srafan	+ correct safe_sprintf.c to not return a null pointer if the format
4944166124Srafan	  happens to be an empty string.  This applies to the "configure
4945166124Srafan	  --enable-safe-sprintf" option (Redhat #101486).
4946166124Srafan
4947166124Srafan20030802
4948166124Srafan	+ modify casts used for ABSENT_BOOLEAN and CANCELLED_BOOLEAN (report by
4949166124Srafan	  Daniel Jacobowitz).
4950166124Srafan	> patch by Philippe Blain:
4951166124Srafan	+ change padding for change_scroll_region to not be proportional to
4952166124Srafan	  the size of the scroll-region.
4953166124Srafan	+ correct error-return in _nc_safe_strcat().
4954166124Srafan
4955166124Srafan20030726
4956166124Srafan	+ correct limit-checks in _nc_scroll_window() (report and test-case by
4957166124Srafan	  Thomas Graf <graf@dms.at> cf: 20011020).
4958166124Srafan	+ re-order configure checks for _XOPEN_SOURCE to avoid conflict with
4959166124Srafan	  _GNU_SOURCE check.
4960166124Srafan
4961166124Srafan20030719
4962166124Srafan	+ use clr_eol in preference to blanks for bce terminals, so select and
4963166124Srafan	  paste will have fewer trailing blanks, e.g., when using xterm
4964166124Srafan	  (request by Vincent Lefevre).
4965166124Srafan	+ correct prototype for wunctrl() in manpage.
4966166124Srafan	+ add configure --with-abi-version option (discussion with Charles
4967166124Srafan	  Wilson).
4968166124Srafan	> cygwin changes from Charles Wilson:
4969166124Srafan	  + aclocal.m4: on cygwin, use autodetected prefix for import
4970166124Srafan	    and static lib, but use "cyg" for DLL.
4971166124Srafan	  + include/ncurses_dll.h: correct the comments to reflect current
4972166124Srafan	    status of cygwin/mingw port.  Fix compiler warning.
4973166124Srafan	  + misc/run_tic.in: ensure that tic.exe can find the uninstalled
4974166124Srafan	    DLL, by adding the lib-directory to the PATH variable.
4975166124Srafan	  + misc/terminfo.src (nxterm|xterm-color): make xterm-color
4976166124Srafan	    primary instead of nxterm, to match XFree86's xterm.terminfo
4977166124Srafan	    usage and to prevent circular links.
4978166124Srafan	    (rxvt): add additional codes from rxvt.org.
4979166124Srafan	    (rxvt-color): new alias
4980166124Srafan	    (rxvt-xpm): new alias
4981166124Srafan	    (rxvt-cygwin): like rxvt, but with special acsc codes.
4982166124Srafan	    (rxvt-cygwin-native): ditto.  rxvt may be run under XWindows, or
4983166124Srafan	    with a "native" MSWin GUI.	Each takes different acsc codes,
4984166124Srafan	    which are both different from the "normal" rxvt's acsc.
4985166124Srafan	    (cygwin): cygwin-in-cmd.exe window.	 Lots of fixes.
4986166124Srafan	    (cygwinDBG): ditto.
4987166124Srafan	  + mk-1st.awk: use "cyg" for the DLL prefix, but "lib" for import
4988166124Srafan	    and static libs.
4989166124Srafan
4990166124Srafan20030712
4991166124Srafan	+ update config.guess, config.sub
4992166124Srafan	+ add triples for configuring shared libraries with the Debian
4993166124Srafan	  GNU/FreeBSD packages (patch by Robert Millan <zeratul2@wanadoo.es>).
4994166124Srafan
4995166124Srafan20030705
4996166124Srafan	+ modify CF_GCC_WARNINGS so it only applies to gcc, not g++.  Some
4997166124Srafan	  platforms have installed g++ along with the native C compiler, which
4998166124Srafan	  would not accept gcc warning options.
4999166124Srafan	+ add -D_XOPEN_SOURCE=500 when configuring with --enable-widec, to
5000166124Srafan	  get mbstate_t declaration on HPUX 11.11 (report by David Ellement).
5001166124Srafan	+ add _nc_pathlast() to get rid of casts in _nc_basename() calls.
5002166124Srafan	+ correct a sign-extension in wadd_wch() and wecho_wchar() from
5003166124Srafan	  20030628 (report by Tomohiro Kubota).
5004166124Srafan	+ work around omission of btowc() and wctob() from wide-character
5005166124Srafan	  support (sic) in NetBSD 1.6 using mbtowc() and wctomb() (report by
5006166124Srafan	  Gabor Z Papp).
5007166124Srafan	+ add portability note to curs_get_wstr.3x (Debian #199957).
5008166124Srafan
5009166124Srafan20030628
5010166124Srafan	+ rewrite wadd_wch() and wecho_wchar() to call waddch() and wechochar()
5011166124Srafan	  respectively, to avoid calling waddch_noecho() with wide-character
5012166124Srafan	  data, since that function assumes its input is 8-bit data.
5013166124Srafan	  Similarly, modify waddnwstr() to call wadd_wch().
5014166124Srafan	+ remove logic from waddnstr() which transformed multibyte character
5015166124Srafan	  strings into wide-characters.  Rewrite of waddch_literal() from
5016166124Srafan	  20030621 assumes its input is raw multibyte data rather than wide
5017166124Srafan	  characters (report by Tomohiro Kubota).
5018166124Srafan
5019166124Srafan20030621
5020166124Srafan	+ write getyx() and related 2-return macros in terms of getcury(),
5021166124Srafan	  getcurx(), etc.
5022166124Srafan	+ modify waddch_literal() in case an application passes bytes of a
5023166124Srafan	  multibyte character directly to waddch().  In this case, waddch()
5024166124Srafan	  must reassemble the bytes into a wide-character (report by Tomohiro
5025166124Srafan	  Kubota <kubota@debian.org>).
5026166124Srafan
5027166124Srafan20030614
5028166124Srafan	+ modify waddch_literal() in case a multibyte value occupies more than
5029166124Srafan	  two cells.
5030166124Srafan	+ modify PutAttrChar() to compute the number of character cells that
5031166124Srafan	  are used in multibyte values.  This fixes a problem displaying
5032166124Srafan	  double-width characters (report/test by Mitsuru Chinen
5033166124Srafan	  <mchinen@yamato.ibm.com>).
5034166124Srafan	+ add a null-pointer check for result of keyname() in _tracechar()
5035166124Srafan	+ modify _tracechar() to work around glibc sprintf bug.
5036166124Srafan
5037166124Srafan20030607
5038166124Srafan	+ add a call to setlocale() in cursesmain.cc, making demo display
5039166124Srafan	  properly in a UTF-8 locale.
5040166124Srafan	+ add a fallback definition in curses.priv.h for MB_LEN_MAX (prompted
5041166124Srafan	  by discussion with Gabor Z Papp).
5042166124Srafan	+ use macros NCURSES_ACS() and NCURSES_WACS() to hide cast needed to
5043166124Srafan	  appease -Wchar-subscript with g++ 3.3 (Debian #195732).
5044166124Srafan	+ fix a redefinition of $RANLIB in the configure script when libtool
5045166124Srafan	  is used, which broke configure on Mac OS X (report by Chris Zubrzycki
5046166124Srafan	  <beren@mac.com>).
5047166124Srafan	+ simplify ifdef for bool declaration in curses.h.in (suggested by
5048166124Srafan	  Albert Chin-A-Young).
5049166124Srafan	+ remove configure script check to allow -Wconversion for older
5050166124Srafan	  versions of gcc (suggested by Albert Chin-A-Young).
5051166124Srafan
5052166124Srafan20030531
5053166124Srafan	+ regenerated html manpages.
5054166124Srafan	+ modify ifdef's in curses.h.in that disabled use of __attribute__()
5055166124Srafan	  for g++, since recent versions implement the cases which ncurses uses
5056166124Srafan	  (Debian #195230).
5057166124Srafan	+ modify _nc_get_token() to handle a case where an entry has no
5058166124Srafan	  description, and capabilities begin on the same line as the entry
5059166124Srafan	  name.
5060166124Srafan	+ fix a typo in ncurses_dll.h reported by gcc 3.3.
5061166124Srafan	+ add an entry for key_defined.3x to man_db.renames.
5062166124Srafan
5063166124Srafan20030524
5064166124Srafan	+ modify setcchar() to allow converting control characters to complex
5065166124Srafan	  characters (report/test by Mitsuru Chinen <mchinen@yamato.ibm.com>).
5066166124Srafan	+ add tkterm entry -TD
5067166124Srafan	+ modify parse_entry.c to allow a terminfo entry with a leading
5068166124Srafan	  2-character name (report by Don Libes).
5069166124Srafan	+ corrected acsc in screen.teraterm, which requires a PC-style mapping.
5070166124Srafan	+ fix trace statements in read_entry.c to use lseek() rather than
5071166124Srafan	  tell().
5072166124Srafan	+ fix signed/unsigned warnings from Sun's compiler (gcc should give
5073166124Srafan	  these warnings, but it is unpredictable).
5074166124Srafan	+ modify configure script to omit -Winline for gcc 3.3, since that
5075166124Srafan	  feature is broken.
5076166124Srafan	+ modify manlinks.sed to add a few functions that were overlooked since
5077166124Srafan	  they return function pointers:  field_init, field_term, form_init,
5078166124Srafan	  form_term, item_init, item_term, menu_init and menu_term.
5079166124Srafan
5080166124Srafan20030517
5081166124Srafan	+ prevent recursion in wgetch() via wgetnstr() if the connection cannot
5082166124Srafan	  be switched between cooked/raw modes because it is not a TTY (report
5083166124Srafan	  by Wolfgang Gutjahr <gutw@knapp.com>).
5084166124Srafan	+ change parameter of define_key() and key_defined() to const (prompted
5085166124Srafan	  by Debian #192860).
5086166124Srafan	+ add a check in test/configure for ncurses extensions, since there
5087166124Srafan	  are some older versions, etc., which would not compile with the
5088166124Srafan	  current test programs.
5089166124Srafan	+ corrected demo in test/ncurses.c of wgetn_wstr(), which did not
5090166124Srafan	  convert wchar_t string to multibyte form before printing it.
5091166124Srafan	+ corrections to lib_get_wstr.c:
5092166124Srafan	  + null-terminate buffer passed to setcchar(), which occasionally
5093166124Srafan	    failed.
5094166124Srafan	  + map special characters such as erase- and kill-characters into
5095166124Srafan	    key-codes so those will work as expected even if they are not
5096166124Srafan	    mentioned in the terminfo.
5097166124Srafan	+ modify PUTC() and Charable() macros to make wide-character line
5098166124Srafan	  drawing work for POSIX locale on Linux console (cf: 20021221).
5099166124Srafan
5100166124Srafan20030510
5101166124Srafan	+ make typography for program options in manpages consistent (report
5102166124Srafan	  by Miloslav Trmac <mitr@volny.cz>).
5103166124Srafan	+ correct dependencies in Ada95/src/Makefile.in, so the builds with
5104166124Srafan	  "--srcdir" work (report by Warren L Dodge).
5105166124Srafan	+ correct missing definition of $(CC) in Ada95/gen/Makefile.in
5106166124Srafan	  (reported by Warren L Dodge <warrend@mdhost.cse.tek.com>).
5107174993Srafan	+ fix typos and whitespace in manpages (patch by Jason McIntyre
5108166124Srafan	  <jmc@prioris.mini.pw.edu.pl>).
5109166124Srafan
5110166124Srafan20030503
5111166124Srafan	+ fix form_driver() cases for REQ_CLR_EOF, REQ_CLR_EOL, REQ_DEL_CHAR,
5112166124Srafan	  REQ_DEL_PREV and REQ_NEW_LINE, which did not ensure the cursor was at
5113166124Srafan	  the editing position before making modifications.
5114166124Srafan	+ add test/demo_forms and associated test/edit_field.c demos.
5115166124Srafan	+ modify test/configure.in to use test/modules for the list of objects
5116166124Srafan	  to compile rather than using the list of programs.
5117166124Srafan
5118166124Srafan20030419
5119166124Srafan	+ modify logic of acsc to use the original character if no mapping is
5120166124Srafan	  defined, noting that Solaris does this.
5121166124Srafan	+ modify ncurses 'b' test to avoid using the acs_map[] array since
5122166124Srafan	  20021231 changes it to no longer contain information from the acsc
5123166124Srafan	  string.
5124166124Srafan	+ modify makefile rules in c++, progs, tack and test to ensure that
5125166124Srafan	  the compiler flags (e.g., $CFLAGS or $CCFLAGS) are used in the link
5126166124Srafan	  command (report by Jose Luis Rico Botella <informatica@serpis.com>).
5127166124Srafan	+ modify soft-key initialization to use A_REVERSE if A_STANDOUT would
5128166124Srafan	  not be shown when colors are used, i.e., if ncv#1 is set in the
5129166124Srafan	  terminfo as is done in "screen".
5130166124Srafan
5131166124Srafan20030412
5132166124Srafan	+ add a test for slk_color(), in ncurses.c
5133166124Srafan	+ fix some issues reported by valgrind in the slk_set() and slk_wset()
5134166124Srafan	  code, from recent rewrite.
5135166124Srafan	+ modify ncurses 'E' test to use show previous label via slk_label(),
5136166124Srafan	  as in 'e' test.
5137166124Srafan	+ modify wide-character versions of NewChar(), NewChar2() macros to
5138166124Srafan	  ensure that the whole struct is initialized.
5139166124Srafan
5140166124Srafan20030405
5141166124Srafan	+ modify setupterm() to check if the terminfo and terminal-modes have
5142166124Srafan	  already been read.  This ensures that it does not reinvoke
5143166124Srafan	  def_prog_mode() when an application calls more than one function,
5144166124Srafan	  such as tgetent() and initscr() (report by Olaf Buddenhagen).
5145166124Srafan
5146166124Srafan20030329
5147166124Srafan	+ add 'E' test to ncurses.c, to exercise slk_wset().
5148166124Srafan	+ correct handling of carriage-return in wgetn_wstr(), used in demo of
5149166124Srafan	  slk_wset().
5150166124Srafan	+ first draft of slk_wset() function.
5151166124Srafan
5152166124Srafan20030322
5153166124Srafan	+ improved warnings in tic when suppressing items to fit in termcap's
5154166124Srafan	  1023-byte limit.
5155166124Srafan	+ built a list in test/README showing which externals are being used
5156166124Srafan	  by either programs in the test-directory or via internal library
5157166124Srafan	  calls.
5158166124Srafan	+ adjust include-options in CF_ETIP_DEFINES to avoid missing
5159166124Srafan	  ncurses_dll.h, fixing special definitions that may be needed for
5160166124Srafan	  etip.h (reported by Greg Schafer <gschafer@zip.com.au>).
5161166124Srafan
5162166124Srafan20030315
5163166124Srafan	+ minor fixes for cardfile.c, to make it write the updated fields to
5164166124Srafan	  a file when ^W is given.
5165166124Srafan	+ add/use _nc_trace_bufcat() to eliminate some fixed buffer limits in
5166166124Srafan	  trace code.
5167166124Srafan
5168166124Srafan20030308
5169166124Srafan	+ correct a case in _nc_remove_string(), used by define_key(), to avoid
5170166124Srafan	  infinite loop if the given string happens to be a substring of other
5171166124Srafan	  strings which are assigned to keys (report by John McCutchan).
5172166124Srafan	+ add key_defined() function, to tell which keycode a string is bound
5173166124Srafan	  to (discussion with John McCutchan <ttb@tentacle.dhs.org>).
5174166124Srafan	+ correct keybound(), which reported definitions in the wrong table,
5175166124Srafan	  i.e., the list of definitions which are disabled by keyok().
5176166124Srafan	+ modify demo_keydef.c to show the details it changes, and to check
5177166124Srafan	  for errors.
5178166124Srafan
5179166124Srafan20030301
5180166124Srafan	+ restructured test/configure script, make it work for libncursesw.
5181166124Srafan	+ add description of link_fieldtype() to manpage (report by
5182166124Srafan	  L Dee Holtsclaw <dee@sunbeltsoft.com>).
5183166124Srafan
5184166124Srafan20030222
5185166124Srafan	+ corrected ifdef's relating to configure check for wchar_t, etc.
5186166124Srafan	+ if the output is a socket or other non-tty device, use 1 millisecond
5187166124Srafan	  for the cost in mvcur; previously it was 9 milliseconds because the
5188166124Srafan	  baudrate was not known.
5189166124Srafan	+ in _nc_get_tty_mode(), initialize the TTY buffer on error, since
5190166124Srafan	  glibc copies uninitialized data in that case, as noted by valgrind.
5191166124Srafan	+ modify tput to use the same parameter analysis as tparm() does, to
5192166124Srafan	  provide for user-defined strings, e.g., for xterm title, a
5193166124Srafan	  corresponding capability might be
5194166124Srafan		title=\E]2;%p1%s^G,
5195166124Srafan	+ modify MKlib_gen.sh to avoid passing "#" tokens through the C
5196166124Srafan	  preprocessor.  This works around Mac OS X's preprocessor, which
5197166124Srafan	  insists on adding a blank on each side of the token (report/analysis
5198166124Srafan	  by Kevin Murphy <murphy@genome.chop.edu>).
5199166124Srafan
5200166124Srafan20030215
5201166124Srafan	+ add configure check for wchar_t and wint_t types, rather than rely
5202166124Srafan	  on preprocessor definitions.  Also work around for gcc fixinclude
5203166124Srafan	  bug which creates a shadow copy of curses.h if it sees these symbols
5204166124Srafan	  apparently typedef'd.
5205166124Srafan	+ if database is disabled, do not generate run_tic.sh
5206166124Srafan	+ minor fixes for memory-leak checking when termcap is read.
5207166124Srafan
5208166124Srafan20030208
5209166124Srafan	+ add checking in tic for incomplete line-drawing character mapping.
5210262629Sdelphij	+ updated configure script to reflect fix for AC_PROG_GCC_TRADITIONAL,
5211166124Srafan	  which is broken in autoconf 2.5x for Mac OS X 10.2.3 (report by
5212166124Srafan	  Gerben Wierda <Sherlock@rna.nl>).
5213166124Srafan	+ make return value from _nc_printf_string() consistent.  Before,
5214166124Srafan	  depending on whether --enable-safe-sprintf was used, it might not be
5215166124Srafan	  cached for reallocating.
5216166124Srafan
5217166124Srafan20030201
5218166124Srafan	+ minor fixes for memory-leak checking in lib_tparm.c, hardscroll.c
5219166124Srafan	+ correct a potentially-uninitialized value if _read_termtype() does
5220166124Srafan	  not read as much data as expected (report by Wolfgang Rohdewald
5221166124Srafan	  <wr6@uni.de>).
5222166124Srafan	+ correct several places where the aclocal.m4 macros relied on cache
5223166124Srafan	  variable names which were incompatible (as usual) between autoconf
5224166124Srafan	  2.13 and 2.5x, causing the test for broken-linker to give incorrect
5225166124Srafan	  results (reports by Gerben Wierda <Sherlock@rna.nl> and Thomas Esser
5226166124Srafan	  <te@dbs.uni-hannover.de>).
5227166124Srafan	+ do not try to open gpm mouse driver if standard output is not a tty;
5228166124Srafan	  the gpm library does not make this check (bug report for dialog
5229166124Srafan	  by David Oliveira <davidoliveira@develop.prozone.ws>).
5230166124Srafan
5231166124Srafan20030125
5232166124Srafan	+ modified emx.src to correspond more closely to terminfo.src, added
5233166124Srafan	  emx-base to the latter -TD
5234166124Srafan	+ add configure option for FreeBSD sysmouse, --with-sysmouse, and
5235166124Srafan	  implement support for that in lib_mouse.c, lib_getch.c
5236166124Srafan
5237166124Srafan20030118
5238166124Srafan	+ revert 20030105 change to can_clear_with(), does not work for the
5239166124Srafan	  case where the update is made on cells which are blanks with
5240166124Srafan	  attributes, e.g., reverse.
5241166124Srafan	+ improve ifdef's to guard against redefinition of wchar_t and wint_t
5242166124Srafan	  in curses.h (report by Urs Jansen).
5243166124Srafan
5244166124Srafan20030111
5245166124Srafan	+ improve mvcur() by checking if it is safe to move when video
5246166124Srafan	  attributes are set (msgr), and if not, reset/restore attributes
5247166124Srafan	  within that function rather than doing it separately in the GoTo()
5248166124Srafan	  function in tty_update.c (suggested by Philippe Blain).
5249166124Srafan	+ add a message in run_tic.in to explain more clearly what does not
5250166124Srafan	  work when attempting to create a symbolic link for /usr/lib/terminfo
5251166124Srafan	  on OS/2 and other platforms with no symbolic links (report by John
5252166124Srafan	  Polterak).
5253166124Srafan	+ change several sed scripts to avoid using "\+" since it is not a BRE
5254166124Srafan	  (basic regular expression).  One instance caused terminfo.5 to be
5255166124Srafan	  misformatted on FreeBSD (report by Kazuo Horikawa
5256166124Srafan	  <horikawa@FreeBSD.org> (see FreeBSD docs/46709)).
5257166124Srafan	+ correct misspelled 'wint_t' in curs_get_wch.3x (Michael Elkins).
5258166124Srafan
5259166124Srafan20030105
5260166124Srafan	+ improve description of terminfo operators, especially static/dynamic
5261166124Srafan	  variables (comments by Mark I Manning IV <mark4th@earthlink.net>).
5262166124Srafan	+ demonstrate use of FIELDTYPE by modifying test/ncurses 'r' test to
5263166124Srafan	  use the predefined TYPE_ALPHA field-type, and by defining a
5264166124Srafan	  specialized type for the middle initial/name.
5265166124Srafan	+ fix MKterminfo.sh, another workaround for POSIXLY_CORRECT misfeature
5266166124Srafan	  of sed 4.0
5267166124Srafan	> patch by Philippe Blain:
5268166124Srafan	+ optimize can_clear_with() a little by testing first if the parameter
5269166124Srafan	  is indeed a "blank".
5270166124Srafan	+ simplify ClrBottom() a little by allowing it to use clr_eos to clear
5271166124Srafan	  sections as small as one line.
5272166124Srafan	+ improve ClrToEOL() by checking if clr_eos is available before trying
5273166124Srafan	  to use it.
5274166124Srafan	+ use tputs() rather than putp() in a few cases in tty_update.c since
5275166124Srafan	  the corresponding delays are proportional to the number of lines
5276166124Srafan	  affected: repeat_char, clr_eos, change_scroll_region.
5277166124Srafan
5278166124Srafan20021231
5279166124Srafan	+ rewrite of lib_acs.c conflicts with copying of SCREEN acs_map to/from
5280166124Srafan	  global acs_map[] array; removed the lines that did the copying.
5281166124Srafan
5282166124Srafan20021228
5283166124Srafan	+ change some overlooked tputs() calls in scrolling code to use putp()
5284166124Srafan	  (report by Philippe Blain).
5285166124Srafan	+ modify lib_getch.c to avoid recursion via wgetnstr() when the input
5286166124Srafan	  is not a tty and consequently mode-changes do not work (report by
5287166124Srafan	  <R.Chamberlin@querix.com>).
5288166124Srafan	+ rewrote lib_acs.c to allow PutAttrChar() to decide how to render
5289166124Srafan	  alternate-characters, i.e., to work with Linux console and UTF-8
5290166124Srafan	  locale.
5291166124Srafan	+ correct line/column reference in adjust_window(), needed to make
5292166124Srafan	  special windows such as curscr track properly when resizing (report
5293166124Srafan	  by Lucas Gonze <lgonze@panix.com>).
5294166124Srafan	> patch by Philippe Blain:
5295166124Srafan	+ correct the value used for blank in ClrBottom() (broken in 20000708).
5296166124Srafan	+ correct an off-by-one in GoTo() parameter in _nc_scrolln().
5297166124Srafan
5298166124Srafan20021221
5299166124Srafan	+ change several tputs() calls in scrolling code to use putp(), to
5300166124Srafan	  enable padding which may be needed for some terminals (patch by
5301166124Srafan	  Philippe Blain).
5302166124Srafan	+ use '%' as sed substitute delimiter in run_tic script to avoid
5303166124Srafan	  problems with pathname delimiters such as ':' and '@' (report by John
5304166124Srafan	  Polterak).
5305166124Srafan	+ implement a workaround so that line-drawing works with screen's
5306166124Srafan	  crippled UTF-8 support (tested with 3.9.13).  This only works with
5307166124Srafan	  the wide-character support (--enable-widec); the normal library will
5308166124Srafan	  simply suppress line-drawing when running in a UTF-8 locale in screen.
5309166124Srafan
5310166124Srafan20021214
5311166124Srafan	+ allow BUILD_CC and related configure script variables to be
5312166124Srafan	  overridden from the environment.
5313166124Srafan	+ make build-tools variables in ncurses/Makefile.in consistent with
5314166124Srafan	  the configure script variables (report by Maciej W Rozycki).
5315166124Srafan	+ modify ncurses/modules to allow
5316166124Srafan		configure --disable-leaks --disable-ext-funcs
5317166124Srafan	  to build (report by Gary Samuelson).
5318166124Srafan	+ fix a few places in configure.in which lacked quotes (report by
5319166124Srafan	  Gary Samuelson <gary.samuelson@verizon.com>).
5320166124Srafan	+ correct handling of multibyte characters in waddch_literal() which
5321166124Srafan	  force wrapping because they are started too late on the line (report
5322166124Srafan	  by Sam Varshavchik).
5323166124Srafan	+ small fix for CF_GNAT_VERSION to ignore the help-message which
5324166124Srafan	  gnatmake adds to its version-message.
5325166124Srafan	> Maciej W Rozycki <macro@ds2.pg.gda.pl>:
5326166124Srafan	+ use AC_CHECK_TOOL to get proper values for AR and LD for cross
5327166124Srafan	  compiling.
5328166124Srafan	+ use $cross_compiling variable in configure script rather than
5329166124Srafan	  comparing $host_alias and $target alias, since "host" is
5330166124Srafan	  traditionally misused in autoconf to refer to the target platform.
5331166124Srafan	+ change configure --help message to use "build" rather than "host"
5332166124Srafan	  when referring to the --with-build-XXX options.
5333166124Srafan
5334166124Srafan20021206
5335166124Srafan	+ modify CF_GNAT_VERSION to print gnatmake's version, and to allow for
5336166124Srafan	  possible gnat versions such as 3.2 (report by Chris Lingard
5337166124Srafan	  <chris@stockwith.co.uk>).
5338166124Srafan	+ modify #define's for CKILL and other default control characters in
5339166124Srafan	  tset to use the system's default values if they are defined.
5340166124Srafan	+ correct interchanged defaults for kill and interrupt characters
5341166124Srafan	  in tset, which caused it to report unnecessarily (Debian #171583).
5342166124Srafan	+ repair check for missing C++ compiler, which is broken in autoconf
5343166124Srafan	  2.5x by hardcoding it to g++ (report by Martin Mokrejs).
5344166124Srafan	+ update config.guess, config.sub (2002-11-30)
5345166124Srafan	+ modify configure script to skip --with-shared, etc., when the
5346166124Srafan	  --with-libtool option is given, since they would be ignored anyway.
5347166124Srafan	+ fix to allow "configure --with-libtool --with-termlib" to build.
5348166124Srafan	+ modify configure script to show version number of libtool, to help
5349166124Srafan	  with bug reports.  libtool still gets confused if the installed
5350166124Srafan	  ncurses libraries are old, since it ignores the -L options at some
5351166124Srafan	  point (tested with libtool 1.3.3 and 1.4.3).
5352166124Srafan	+ reorder configure script's updating of $CPPFLAGS and $CFLAGS to
5353166124Srafan	  prevent -I options in the user's environment from introducing
5354166124Srafan	  conflicts with the build -I options (may be related to reports by
5355166124Srafan	  Patrick Ash and George Goffe).
5356166124Srafan	+ rename test/define_key.c to test/demo_defkey.c, test/keyok.c to
5357166124Srafan	  test/demo_keyok.c to allow building these with libtool.
5358166124Srafan
5359166124Srafan20021123
5360166124Srafan	+ add example program test/define_key.c for define_key().
5361166124Srafan	+ add example program test/keyok.c for keyok().
5362166124Srafan	+ add example program test/ins_wide.c for wins_wch() and wins_wstr().
5363166124Srafan	+ modify wins_wch() and wins_wstr() to interpret tabs by using the
5364166124Srafan	  winsch() internal function.
5365166124Srafan	+ modify setcchar() to allow for wchar_t input strings that have
5366166124Srafan	  more than one spacing character.
5367166124Srafan
5368166124Srafan20021116
5369166124Srafan	+ fix a boundary check in lib_insch.c (patch by Philippe Blain).
5370166124Srafan	+ change type for *printw functions from NCURSES_CONST to const
5371166124Srafan	  (prompted by comment by Pedro Palhoto Matos <plpm@mega.ist.utl.pt>,
5372166124Srafan	  but really from a note on X/Open's website stating that either is
5373166124Srafan	  acceptable, and the latter will be used in a future revision).
5374166124Srafan	+ add xterm-1002, xterm-1003 terminfo entries to demonstrate changes in
5375166124Srafan	  lib_mouse.c (20021026) -TD
5376166124Srafan	+ add screen-bce, screen-s entries from screen 3.9.13 (report by
5377166124Srafan	  Adam Lazur <zal@debian.org>) -TD
5378166124Srafan	+ add mterm terminfo entries -TD
5379166124Srafan
5380166124Srafan20021109
5381166124Srafan	+ split-out useful fragments in terminfo for vt100 and vt220 numeric
5382166124Srafan	  keypad, i.e., vt100+keypad, vt100+pfkeys, vt100+fnkeys and
5383166124Srafan	  vt220+keypad.  The last as embedded in various entries had ka3 and
5384166124Srafan	  kb2 interchanged (report/discussion with Leonard den Ottolander
5385166124Srafan	  <leonardjo@hetnet.nl>).
5386166124Srafan	+ add check in tic for keypads consistent with vt100 layout.
5387166124Srafan	+ improve checks in tic for color capabilities
5388166124Srafan
5389166124Srafan20021102
5390166124Srafan	+ check for missing/empty/illegal terminfo name in _nc_read_entry()
5391166124Srafan	  (report by Martin Mokrejs, where $TERM was set to an empty string).
5392166124Srafan	+ rewrote lib_insch.c, combining it with lib_insstr.c so both handle
5393166124Srafan	  tab and other control characters consistently (report by Philippe
5394166124Srafan	  Blain).
5395166124Srafan	+ remove an #undef for KEY_EVENT from curses.tail used in the
5396166124Srafan	  experimental NCURSES_WGETCH_EVENTS feature.  The #undef confuses
5397166124Srafan	  dpkg's build script (Debian #165897).
5398166124Srafan	+ fix MKlib_gen.sh, working around the ironically named POSIXLY_CORRECT
5399166124Srafan	  feature of GNU sed 4.0 (reported by Ervin Nemeth <airwin@inf.bme.hu>).
5400166124Srafan
5401166124Srafan20021026
5402166124Srafan	+ implement logic in lib_mouse.c to handle position reports which are
5403166124Srafan	  generated when XFree86 xterm is initialized with private modes 1002
5404166124Srafan	  or 1003.  These are returned to the application as the
5405166124Srafan	  REPORT_MOUSE_POSITION mask, which was not implemented.  Tested both
5406166124Srafan	  with ncurses 'a' menu (prompted by discussion with Larry Riedel
5407166124Srafan	  <Larry@Riedel.org>).
5408166124Srafan	+ modify lib_mouse.c to look for "XM" terminfo string, which allows
5409166124Srafan	  one to override the escape sequence used to enable/disable mouse
5410166124Srafan	  mode.  In particular this works for XFree86 xterm private modes
5411166124Srafan	  1002 and 1003.  If "XM" is missing (note that this is an extended
5412166124Srafan	  name), lib_mouse uses the conventional private mode 1000.
5413166124Srafan	+ correct NOT_LOCAL() macro in lib_mvcur.c to refer to screen_columns
5414166124Srafan	  where it used screen_lines (report by Philippe Blain).
5415166124Srafan	+ correct makefile rules for the case when both --with-libtool and
5416166124Srafan	  --with-gpm are given (report by Mr E_T <troll@logi.net.au>).
5417166124Srafan	+ add note to terminfo manpage regarding the differences between
5418166124Srafan	  setaf/setab and setf/setb capabilities (report by Pavel Roskin).
5419166124Srafan
5420166124Srafan20021019
5421166124Srafan	+ remove redundant initialization of TABSIZE in newterm(), since it is
5422166124Srafan	  already done in setupterm() (report by Philippe Blain).
5423166124Srafan	+ add test/inserts.c, to test winnstr() and winsch().
5424166124Srafan	+ replace 'sort' in dist.mk with script that sets locale to POSIX.
5425166124Srafan	+ update URLs in announce.html.in (patch by Frederic L W Meunier).
5426166124Srafan	+ remove glibc add-on files, which are no longer needed (report by
5427166124Srafan	  Frederic L W Meunier).
5428166124Srafan
5429166124Srafan20021012 5.3 release for upload to ftp.gnu.org
5430166124Srafan	+ modify ifdef's in etip.h.in to allow the etip.h header to compile
5431166124Srafan	  with gcc 3.2 (patch by Dimitar Zhekov <jimmy@is-vn.bg>).
5432166124Srafan	+ add logic to setupterm() to make it like initscr() and newterm(),
5433166124Srafan	  by checking for $NCURSES_TRACE environment variable and enabling
5434166124Srafan	  the debug trace in that case.
5435166124Srafan	+ modify setupterm() to ensure that it initializes the baudrate, for
5436166124Srafan	  applications such as tput (report by Frank Henigman).
5437166124Srafan	+ modify definition of bits used for command-line and library debug
5438166124Srafan	  traces to avoid overlap, using new definition TRACE_SHIFT to relate
5439166124Srafan	  the two.
5440166124Srafan	+ document tput's interpretation of parameterized strings according to
5441166124Srafan	  whether parameters are given, etc. (discussion with Robert De Bath).
5442166124Srafan
5443166124Srafan20021005 pre-release
5444166124Srafan	+ correct winnwstr() to account for non-character cells generated when
5445166124Srafan	  a double-width character is added (report by Michael Bienia
5446166124Srafan	  <michael@vorlon.ping.de>).
5447166124Srafan	+ modify _nc_viswbuf2n() to provide better results using wctomb().
5448166124Srafan	+ correct logic in _nc_varargs() which broke tracing of parameters for
5449166124Srafan	  formats such as "%.*s".
5450166124Srafan	+ correct scale factor in linux-c and linux-c-nc terminfo entries
5451166124Srafan	  (report Floyd Davidson).
5452166124Srafan	+ change tic -A option to -t, add the same option to infocmp for
5453166124Srafan	  consistency.
5454166124Srafan	+ correct "%c" implementation in lib_tparm.c, which did not map a null
5455166124Srafan	  character to a 128 (cf: 980620) (patch by Frank Henigman
5456166124Srafan	  <fjhenigman@mud.cgl.uwaterloo.ca>).
5457166124Srafan
5458166124Srafan20020928 pre-release
5459166124Srafan	+ modify MKkey_defs.sh to check for POSIX sort -k option, use that if
5460166124Srafan	  it is found, to accommodate newer utility which dropped the
5461166124Srafan	  compatibility support for +number options (reported by Andrey A
5462166124Srafan	  Chernov).
5463166124Srafan	+ modify linux terminfo entry to use color palette feature from
5464166124Srafan	  linux-c-nc entry (comments by Tomasz Wasiak and Floyd Davidson).
5465166124Srafan	+ restore original color definitions in endwin() if init_color() was
5466166124Srafan	  used, and resume those colors on the next doupdate() or refresh()
5467166124Srafan	  (report by Tomasz Wasiak <tjwasiak@komputom.com.pl>).
5468166124Srafan	+ improve debug-traces by modifying MKlib_gen.sh to generate calls
5469166124Srafan	  to returnBool() and returnAttr().
5470166124Srafan	+ add/use _nc_visbufn() and _nc_viswbufn() to limit the debug trace
5471166124Srafan	  of waddnstr() and similar functions to match the parameters as used.
5472166124Srafan	+ add/use _nc_retrace_bool() and _nc_retrace_unsigned().
5473166124Srafan	+ correct type used by _nc_retrace_chtype().
5474166124Srafan	+ add debug traces to some functions in lib_mouse.c
5475166124Srafan	+ modify lib_addch.c to handle non-spacing characters.
5476166124Srafan	+ correct parameter of RemAttr() in lib_bkgd.c, which caused the c++
5477166124Srafan	  demo's boxes to lose the A_ALTCHARSET flag (broken in 20020629).
5478166124Srafan	+ correct width computed in _tracedump(), which did not account for
5479166124Srafan	  the attributes (broken in 20010602).
5480166124Srafan	+ modify test/tracemunch to replace addresses for windows other than
5481166124Srafan	  curscr, newscr and stdscr with window0, window1, etc.
5482166124Srafan
5483166124Srafan20020921 pre-release
5484166124Srafan	+ redid fix for edit_man.sed path.
5485166124Srafan	+ workaround for Cygwin bug which makes subprocess writes to stdout
5486166124Srafan	  result in core dump.
5487166124Srafan	+ documented getbegx(), etc.
5488166124Srafan	+ minor fixes to configure script to use '%' consistently as a sed
5489166124Srafan	  delimiter rather than '@'.
5490166124Srafan	> patch by Philippe Blain:
5491166124Srafan	+ add check in lib_overlay.c to ensure that the windows to be merged
5492166124Srafan	  actually overlap, and in copywin(), limit the area to be touched
5493166124Srafan	  to the lines given for the destination window.
5494166124Srafan
5495166124Srafan20020914 pre-release
5496166124Srafan	+ modified curses.h so that if the wide-character version is installed
5497166124Srafan	  overwriting /usr/include/curses.h, and if it relied on libutf8.h,
5498166124Srafan	  then applications that use that header for wide-character support
5499166124Srafan	  must define HAVE_LIBUTF8_H.
5500166124Srafan	+ modify putwin(), getwin() and dupwin() to allow them to operate on
5501166124Srafan	  pads (request by Philippe Blain).
5502166124Srafan	+ correct attribute-merging in wborder(), broken in 20020216 (report
5503166124Srafan	  by Tomasz Wasiak <tjwasiak@grubasek.komputom.com.pl>).
5504166124Srafan	> patch by Philippe Blain:
5505166124Srafan	+ corrected pop-counts in tparam_internal() to '!' and '~' cases.
5506166124Srafan	+ use sizeof(NCURSES_CH_T) in one place that used sizeof(chtype).
5507166124Srafan	+ remove some unused variables from mvcur test-driver.
5508166124Srafan
5509166124Srafan20020907 pre-release
5510166124Srafan	+ change configure script to allow install of widec-character
5511166124Srafan	  (ncursesw) headers to overwrite normal (ncurses) headers, since the
5512166124Srafan	  latter is a compatible subset of the former.
5513166124Srafan	+ fix path of edit_man.sed in configure script, needed to regenerate
5514166124Srafan	  html manpages on Debian.
5515166124Srafan	+ fix mismatched enums in vsscanf.c, which caused warning on Solaris.
5516166124Srafan	+ update README.emx to reflect current patch used for autoconf.
5517166124Srafan	+ change web- and ftp-site to invisible-island.net
5518166124Srafan	> patch by Philippe Blain:
5519166124Srafan	+ change case for 'P' in tparam_internal() to indicate that it pops
5520166124Srafan	  a variable from the stack.
5521166124Srafan	+ correct sense of precision and width in parse_format(), to avoid
5522166124Srafan	  confusion.
5523166124Srafan	+ modify lib_tparm.c, absorb really_get_space() into get_space().
5524166124Srafan	+ modify getwin() and dupwin() to copy the _notimeout, _idlok and
5525166124Srafan	  _idcok window fields.
5526166124Srafan	+ better fix for _nc_set_type(), using typeMalloc().
5527166124Srafan
5528166124Srafan20020901 pre-release
5529166124Srafan	+ change minor version to 3, i.e., ncurses 5.3
5530166124Srafan	+ update config.guess, config.sub
5531166124Srafan	+ retest build with each configure option; minor ifdef fixes.
5532166124Srafan	+ make keyname() return a null pointer rather than "UNKNOWN STRING" to
5533166124Srafan	  match XSI.
5534166124Srafan	+ modify handling of wide line-drawing character functions to use the
5535166124Srafan	  normal line-drawing characters when not in UTF-8 locale.
5536166124Srafan	+ add check/fix to comp_parse.c to suppress warning about missing acsc
5537166124Srafan	  string.  This happens in configurations where raw termcap information
5538166124Srafan	  is processed; tic already does this and other checks.
5539166124Srafan	+ modify tic's check for ich/ich1 versus rmir/smir to only warn about
5540166124Srafan	  ich1, to match xterm patch #70 notes.
5541166124Srafan	+ moved information for ripped-off lines into SCREEN struct to allow
5542166124Srafan	  use in resizeterm().
5543166124Srafan	+ add experimental wgetch_events(), ifdef'd with NCURSES_WGETCH_EVENTS
5544166124Srafan	  (adapted from patch by Ilya Zakharevich - see ncurses/README.IZ).
5545166124Srafan	+ amend check in kgetch() from 20020824 to look only for function-keys,
5546166124Srafan	  otherwise escape sequences are not resolved properly.
5547166124Srafan	> patch by Philippe Blain:
5548166124Srafan	+ removed redundant assignment to SP->_checkfd from newterm().
5549166124Srafan	+ check return-value of setupterm() in restartterm().
5550166124Srafan	+ use sizeof(NCURSES_CH_T) in a few places that used sizeof(chtype).
5551166124Srafan	+ prevent dupwin() from duplicating a pad.
5552166124Srafan	+ prevent putwin() from writing a pad.
5553166124Srafan	+ use typeRealloc() or typeMalloc() in preference to direct calls on
5554166124Srafan	  _nc_doalloc().
5555166124Srafan
5556166124Srafan20020824
5557166124Srafan	+ add a check in kgetch() for cooked characters in the fifo to avoid
5558166124Srafan	  calling fifo_push() when a KEY_RESIZE is available (report/analysis
5559166124Srafan	  by Sam Varshavchik <mrsam@courier-mta.com>).
5560262685Sdelphij	+ fix an overlooked case for Redhat #68199 (Philippe Blain).
5561166124Srafan	+ ensure clearerr() is called before using ferror() e.g., in
5562166124Srafan	  lib_screen.c (report by Philippe Blain).
5563166124Srafan
5564166124Srafan20020817
5565166124Srafan	+ modify lib_screen.c and lib_newwin.c to maintain the SCREEN-specific
5566166124Srafan	  pointers for curscr/stdscr/newscr when scr_save() and scr_restore()
5567166124Srafan	  modify the global curscr/stdscr/newscr variables.  Fixes Redhat
5568262685Sdelphij	  #68199.
5569166124Srafan	+ add checks for null pointer in calls to tparm() and tgoto() based on
5570166124Srafan	  FreeBSD bug report.  If ncurses were built with termcap support, and
5571166124Srafan	  the first call to tgoto() were a zero-length string, the result would
5572166124Srafan	  be a null pointer, which was not handled properly.
5573166124Srafan	+ correct a typo in terminfo.head, which gave the octal code for colon
5574166124Srafan	  rather than comma.
5575166124Srafan	+ remove the "tic -u" option from 20020810, since it did not account
5576166124Srafan	  for nested "tc=" clauses, and when that was addressed, was still
5577166124Srafan	  unsatisfactory.
5578166124Srafan
5579166124Srafan20020810
5580166124Srafan	+ add tic -A option to suppress capabilities which are commented out
5581166124Srafan	  when translating to termcap.
5582166124Srafan	+ add tic -u option to provide older behavior of "tc=" clauses.
5583166124Srafan	+ modified tic to expand all but the final "tc=" clause in a termcap
5584166124Srafan	  entry, to accommodate termcap libraries which do not handle multiple
5585166124Srafan	  tc clauses.
5586166124Srafan	+ correct typo in curs_inopts.3x regarding CS8/CS7 usage (report by
5587166124Srafan	  Philippe Blain).
5588166124Srafan	+ remove a couple of redundant uses of A_ATTRIBUTES in expressions
5589166124Srafan	  using AttrOf(), which already incorporates that mask (report by
5590166124Srafan	  Philippe Blain).
5591166124Srafan	+ document TABSIZE variable.
5592166124Srafan	+ add NCURSES_ASSUMED_COLORS environment variable, to allow users to
5593166124Srafan	  override compiled-in default black-on-white assumption used in
5594166124Srafan	  assume_default_colors().
5595166124Srafan	+ correct an off-by-one comparison against max_colors in COLORFGBG
5596166124Srafan	  logic.
5597166124Srafan	+ correct a use of uninitialized memory found by valgrind (reported by
5598166124Srafan	  Olaf Buddenhagen <olafBuddenhagen@web.de>).
5599166124Srafan	+ modified wresize() to ensure that a failed realloc will not corrupt
5600166124Srafan	  the window structure, and to make subwindows fit within the resized
5601262685Sdelphij	  window (completes Debian #87678, Debian #101699)
5602166124Srafan
5603166124Srafan20020803
5604166124Srafan	+ fix an off-by-one in lib_pad.c check for limits of pad (patch by
5605166124Srafan	  Philippe Blain).
5606166124Srafan	+ revise logic for BeOS in lib_twait.c altered in 20011013 to restore
5607166124Srafan	  logic used by lib_getch.c's support for GPM or EMX mouse (report by
5608166124Srafan	  Philippe Blain)
5609166124Srafan	+ remove NCURSES_CONST from several prototypes in curses.wide, to make
5610166124Srafan	  the --enable-const --enable-widec configure options to work together
5611166124Srafan	  (report by George Goffe <grgoffe@yahoo.com>).
5612166124Srafan
5613166124Srafan20020727
5614166124Srafan	+ finish no-leak checking in cardfile.c, using this for testing changes
5615166124Srafan	  to resizeterm().
5616166124Srafan	+ simplify _nc_freeall() using delscreen().
5617166124Srafan
5618166124Srafan20020720
5619166124Srafan	+ check error-return from _nc_set_tty_mode() in _nc_initscr() and
5620166124Srafan	  reset_prog_mode() (report/patch by Philippe Blain).
5621166124Srafan	+ regenerate configure using patch for autoconf 2.52, to address
5622166124Srafan	  problem with identifying C++ bool type.
5623166124Srafan	+ correct/improve logic to produce an exit status for errors in tput,
5624166124Srafan	  which did not exit with an error when told to put a string not in the
5625166124Srafan	  current terminfo entry (report by David Gomez <david@pleyades.net>).
5626166124Srafan	+ modify configure script AC_OUTPUT() call to work around defect in
5627166124Srafan	  autoconf 2.52 which adds an ifdef'd include to the generated
5628166124Srafan	  configure definitions.
5629166124Srafan	+ remove fstat() check from scr_init(), which also fixes a missing
5630166124Srafan	  include for <sys/stat.h> from 20020713 (reported by David Ellement,
5631166124Srafan	  fix suggested by Philippe Blain).
5632166124Srafan	+ update curs_scanw.3x manpage to note that XSI curses differs from
5633166124Srafan	  SVr4 curses: return-values are incompatible.
5634166124Srafan	+ correct several prototypes in manpages which used const
5635166124Srafan	  inconsistently with the curses.h file, and removed spurious const's
5636166124Srafan	  in a few places from curses.h, e.g., for wbkgd() (report by Glenn
5637166124Srafan	  Maynard <glenn@zewt.org>).
5638166124Srafan	+ change internal type used by tparm() to long, to work with LP64 model.
5639166124Srafan	+ modify nc_alloc.h to allow building with g++, for testing.
5640166124Srafan
5641166124Srafan20020713
5642166124Srafan	+ add resize-handling to cardfile.c test program.
5643166124Srafan	+ altered resizeterm() to avoid having it fail when a child window
5644166124Srafan	  cannot be resized because it would be larger than its parent.  (More
5645166124Srafan	  work must be done on this, but it works well enough to integrate).
5646166124Srafan	+ improve a limit-check in lib_refresh.c
5647166124Srafan	+ remove check in lib_screen.c relating dumptime to file's modification
5648166124Srafan	  times, since that would not necessarily work for remotely mounted
5649166124Srafan	  filesystems.
5650166124Srafan	+ modify lrtest to simplify debugging changes to resizeterm, e.g.,
5651166124Srafan	  t/T commands to enable/disable tracing.
5652166124Srafan	+ updated status of multibyte support in TO-DO.
5653166124Srafan	+ update contact info in source-files (patch by Juergen Pfeifer).
5654166124Srafan
5655166124Srafan20020706
5656166124Srafan	+ add Caps.hpux11, as an example.
5657166124Srafan	+ modify version_filter(), used to implement -R option for tic and
5658166124Srafan	  infocmp, to use computed array offsets based on the Caps.* file which
5659166124Srafan	  is actually configured, rather than constants which correspond to
5660166124Srafan	  the Caps file.
5661166124Srafan	+ reorganized lib_raw.c to avoid updating SP and cur_term state if the
5662166124Srafan	  functions fail (reported by Philippe Blain).
5663166124Srafan	+ add -Wundef to gcc warnings, adjust a few ifdef's to accommodate gcc.
5664166124Srafan
5665166124Srafan20020629
5666166124Srafan	+ correct parameters to setcchar() in ncurses.c (cf: 20020406).
5667166124Srafan	+ set locale in most test programs (view.c and ncurses.c were the
5668166124Srafan	  only ones).
5669166124Srafan	+ add configure option --with-build-cppflags (report by Maksim A
5670166124Srafan	  Nikulin <M.A.Nikulin@inp.nsk.su>).
5671166124Srafan	+ correct a typo in wide-character logic for lib_bkgnd.c (Philippe
5672166124Srafan	  Blain).
5673166124Srafan	+ modify lib_wacs.c to not cancel the acsc, smacs, rmacs strings when
5674166124Srafan	  in UTF-8 locale.  Wide-character functions use Unicode values, while
5675166124Srafan	  narrow-character functions use the terminfo data.
5676166124Srafan	+ fix a couple of places in Ada95/samples which did not compile with
5677166124Srafan	  gnat 3.14
5678166124Srafan	+ modify mkinstalldirs so the DOS-pathname case is locale-independent.
5679166124Srafan	+ fix locale problem in MKlib_gen.sh by forcing related variables to
5680166124Srafan	  POSIX (C), using same approach as autoconf (set variables only if
5681166124Srafan	  they were set before).  Update MKterminfo.sh and MKtermsort.sh to
5682166124Srafan	  match.
5683166124Srafan
5684166124Srafan20020622
5685166124Srafan	+ add charset to generated html.
5686166124Srafan	+ add mvterm entry, adapted from a FreeBSD bug-report by Daniel Rudy
5687166124Srafan	  <dcrudy@pacbell.net> -TD
5688166124Srafan	+ add rxvt-16color, ibm+16color entries -TD
5689166124Srafan	+ modify check in --disable-overwrite option so that it is used by
5690166124Srafan	  default unless the --prefix/$prefix value is not /usr, in attempt to
5691166124Srafan	  work around packagers, e.g., for Sun's freeware, who do not read the
5692166124Srafan	  INSTALL notes.
5693166124Srafan
569498503Speter20020615
569598503Speter	+ modify wgetch() to allow returning ungetch'd KEY_RESIZE as a function
569698503Speter	  key code in get_wch().
569798503Speter	+ extended resize-handling in test/ncurses 'a' menu to the entire
569898503Speter	  stack of windows created with 'w' commands.
569998503Speter	+ improve $COLORFGBG feature by interpreting an out-of-range color
570098503Speter	  value as an SGR 39 or 49, for foreground/background respectively.
570198503Speter	+ correct a typo in configure --enable-colorfgbg option, and move it
570298503Speter	  to the experimental section (cf: 20011208).
570398503Speter
570498503Speter20020601
570598503Speter	+ add logic to dump_entry.c to remove function-key definitions that do
570698503Speter	  not fit into the 1023-byte limit for generated termcaps.  This makes
570798503Speter	  hds200 fit.
570898503Speter	+ more improvements to tic's warnings, including logic to ignore
570998503Speter	  differences between delay values in sgr strings.
571098503Speter	+ move definition of KEY_RESIZE into MKkeydefs.sh script, to
571198503Speter	  accommodate Caps.osf1r5 which introduced a conflicting definition.
571298503Speter
571398503Speter20020525
571498503Speter	+ add simple resize-handling in test/ncurses.c 'a' menu.
571598503Speter	+ fixes in keyname() and _tracechar() to handle negative values.
571698503Speter	+ make tic's warnings about mismatches in sgr strings easier to follow.
571798503Speter	+ correct tic checks for number of parameters in smgbp and smglp.
571898503Speter	+ improve scoansi terminfo entry, and add scoansi-new entry -TD
571998503Speter	+ add pcvt25-color terminfo entry -TD
572098503Speter	+ add kf13-kf48 strings to cons25w terminfo entry (reported by Stephen
572198503Speter	  Hurd <deuce@lordlegacy.org> in newsgroup lucky.freebsd.bugs) -TD
572298503Speter	+ add entrypoint _nc_trace_ttymode(), use this to distinguish the
572398503Speter	  Ottyb and Nttyb members of terminal (aka cur_term), for tracing.
572498503Speter
572598503Speter20020523
572698503Speter	+ correct and simplify logic for lib_pad.c change in 20020518 (reported
572798503Speter	  by Mike Castle).
572898503Speter
572997049Speter20020518
573097049Speter	+ fix lib_pad.c for case of drawing a double-width character which
573197049Speter	  falls off the left margin of the pad (patch by Kriang Lerdsuwanakij
573297049Speter	  <lerdsuwa@users.sourceforge.net>)
573397049Speter	+ modify configure script to work around broken gcc 3.1 "--version"
573497049Speter	  option, which adds unnecessary trash to the requested information.
573597049Speter	+ adjust ifdef's in case SIGWINCH is not defined, e.g., with DJGPP
573697049Speter	  (reported by Ben Decker <deckerben@freenet.de>).
573797049Speter
573897049Speter20020511
573997049Speter	+ implement vid_puts(), vid_attr(), term_attrs() based on the narrow-
574097049Speter	  character versions as well.
574197049Speter	+ implement erasewchar(), killwchar() based on erasechar() and
574297049Speter	  killchar().
574397049Speter	+ modify erasechar() and killchar() to return ERR if the value was
574497049Speter	  VDISABLE.
574597049Speter	+ correct a bug in wresize() in handling subwindows (based on patch by
574697049Speter	  Roger Gammans <rgammans@computer-surgery.co.uk>, report by Scott Beck
574797049Speter	  <scott@gossamer-threads.com>).
574897049Speter	+ improve test/tclock.c by making the second-hand update more often
574997049Speter	  if gettimeofday() is available.
575097049Speter
575197049Speter20020429
575297049Speter	+ workaround for Solaris sed with MKlib_gen.sh (reported by Andy
575397049Speter	  Tsouladze <andyt@mypoints.com>).
575497049Speter
575597049Speter20020427
575697049Speter	+ correct return-value from getcchar(), making it consistent with
575797049Speter	  Solaris and Tru64.
575897049Speter	+ reorder loops that generate makefile rules for different models vs
575997049Speter	  subsets so configure --with-termlib works again.  This was broken by
576097049Speter	  logic added to avoid duplicate rules in changes to accommodate cygwin
576197049Speter	  dll's (reported by George.R.Goffe@seagate.com).
576297049Speter	+ update config.guess, config.sub
576397049Speter
576497049Speter20020421
576597049Speter	+ modify ifdef's in write_entry.c to allow use of symbolic links on
576697049Speter	  platforms with no hard links, e.g., BeOS.
576797049Speter	+ modify a few includes to allow compile with BeOS, which has stdbool.h
576897049Speter	  with a conflicting definition for 'bool' versus its OS.h definition.
576997049Speter	+ amend MKlib_gen.sh to work with gawk, which defines 'func' as an
577097049Speter	  alias for 'function'.
577197049Speter
577297049Speter20020420
577397049Speter	+ correct form of prototype for ripoffline().
577497049Speter	+ modify MKlib_gen.sh to test that all functions marked as implemented
577597049Speter	  can be linked.
577697049Speter
577797049Speter20020413
5778166124Srafan	+ add manpages: curs_get_wstr.3x, curs_in_wchstr.3x
577997049Speter	+ implement wgetn_wstr().
578097049Speter	+ implement win_wchnstr().
578197049Speter	+ remove redefinition of unget_wch() in lib_gen.c (reported by
578297049Speter	  Jungshik Shin <jshin@jtan.com>).
578397049Speter
578497049Speter20020406
578597049Speter	+ modified several of the test programs to allow them to compile with
5786166124Srafan	  vendor curses implementations, e.g., Solaris, AIX -TD
578797049Speter
578897049Speter20020323
578997049Speter	+ modified test/configure to allow configuring against ncursesw.
579097049Speter	+ change WACS_xxx definition to use address, to work like Tru64 curses.
579197049Speter
579297049Speter20020317
579397049Speter	+ add 'e' and 'm' toggles to 'a', 'A' tests in ncurses.c to demonstrate
579497049Speter	  effect of echo/noecho and meta modes.
579597049Speter	+ add 'A' test to ncurses.c to demonstrate wget_wch() and related
579697049Speter	  functions.
579797049Speter	+ add manpage: curs_get_wch.3x
579897049Speter	+ implement unget_wch().
579997049Speter	+ implement wget_wch().
580097049Speter
580197049Speter20020310
580297049Speter	+ regenerated html manpages.
580397049Speter	+ add manpages: curs_in_wch.3x, curs_ins_wch.3x, curs_ins_wstr.3x
580497049Speter	+ implement wins_wch().
580597049Speter	+ implement win_wch().
580697049Speter	+ implement wins_nwstr(), wins_wstr().
580797049Speter
580897049Speter20020309
580997049Speter	+ add manpages: curs_addwstr.3x, curs_winwstr.3x
581097049Speter	+ implement winnwstr(), winwstr().
581197049Speter
581297049Speter20020223
581397049Speter	+ add manpages: curs_add_wchstr.3x, curs_bkgrnd.3x
581497049Speter	+ document wunctrl, key_name.
581597049Speter	+ implement key_name().
581697049Speter	+ remove const's in lib_box.c incorrectly leftover after splitting off
581797049Speter	  lib_box_set.c
5818166124Srafan	+ update llib-lncurses, llib-ncursesw, fix configure script related to
5819166124Srafan	  these.
582097049Speter
582197049Speter20020218
582297049Speter	+ remove quotes on "SYNOPSIS" in man/curs_box_set.3x, which resulted
582397049Speter	  in spurious symlinks on install.
582497049Speter
582597049Speter20020216
582697049Speter	+ implement whline_set(), wvline_set(), add manpage curs_border_set.
582797049Speter	+ add subtest 'b' to 'F' and 'f' in ncurses.c to demonstrate use of
582897049Speter	  box() and box_set() functions.
582997049Speter	+ add subtest 'u' to 'F' in ncurses.c, to demonstrate use of addstr()
583097049Speter	  given UTF-8 string equivalents of WACS_xxx symbols.
583197049Speter	+ minor fixes to several manpages based on groff -ww output.
583297049Speter	+ add descriptions of external variables of termcap interface to
583397049Speter	  the manpage (report by Bruce Evans <bde@zeta.org.au>).
583497049Speter	> patches by Bernhard Rosenkraenzer:
583597049Speter	+ correct configure option --with-bool, which was executed as
583697049Speter	  --with-ospeed.
583797049Speter	+ add quotes for parameters of --with-bool and --with-ospeed configure
583897049Speter	  options.
583997049Speter	> patch by Sven Verdoolaege (report by Gerhard Haering
584097049Speter	  <haering_linux@gmx.de>):
5841166124Srafan	+ correct typos in definitions of several wide-character macros:
584297049Speter	  waddwstr, wgetbkgrnd, mvaddwstr, mvwadd_wchnstr, mvwadd_wchnstr,
584397049Speter	  mvwaddwstr.
584497049Speter	+ pass $(CPPFLAGS) to MKlib_gen.sh, thereby fixing a missing definition
584597049Speter	  of _XOPEN_SOURCE_EXTENDED, e.g., on Solaris
584697049Speter
584797049Speter20020209
584897049Speter	+ implement wide-acs characters for UTF-8 locales.  When in UTF-8
584997049Speter	  locale, ignore narrow version of acs.  Add 'F' test to test/ncurses.c
585097049Speter	  to demonstrate.
585197049Speter	+ correct prototype in keybound manpage (noted from a Debian mailing
585297049Speter	  list item).
585397049Speter
585497049Speter20020202
585597049Speter	+ add several cases to the wscanw() example in testcurs.c, showing the
585697049Speter	  format.
585797049Speter	+ implement a simple vsscanf() fallback function which uses the %n
585897049Speter	  conversion to help parse the input data (prompted by discussion with
585997049Speter	  Albert Chin-A-Young).
586097049Speter	+ modify mk-1st.awk and test/Makefile.in to add $(LDFLAGS) when making
586197049Speter	  shared libraries, and to use $(CFLAGS) when linking test programs
586297049Speter	  (patch by Albert Chin-A-Young).
586397049Speter	+ add a call to _nc_keypad() in keypad() to accommodate applications
586497049Speter	  such as nvi, which use curses for output but not for input (fixes
586597049Speter	  Debian #131263, cf: 20011215).
586697049Speter	+ add entrypoints to resizeterm.c which provide better control over the
586797049Speter	  process:  is_term_resized() and resize_term().  The latter restores
586897049Speter	  the original design of resizeterm() before KEY_RESIZE was added in
586997049Speter	  970906.  Do this to accommodate 20010922 changes to view.c, but allow
587097049Speter	  for programs with their own sigwinch handler, such as lynx (reported
587197049Speter	  by Russell Ruby <russ@math.orst.edu>).
587297049Speter
587397049Speter20020127
587497049Speter	+ fix a typo in change to mk-1st.awk, which broke the shared-library
587597049Speter	  makefile rules (reported by Martin Mokrejs).
587697049Speter
587797049Speter20020126
587897049Speter	+ update config.guess, config.sub
587997049Speter	+ finish changes needed to build dll's on cygwin.
588097049Speter	+ fix a typo in mvwchat() macro (reported by Cy <yam@homerow.net).
588197049Speter
588297049Speter20020119
588397049Speter	+ add case in lib_baudrate.c for B921600 (patch by Andrey A Chernov).
588497049Speter	+ correct missing sed-editing stage in manpage installs which is used
588597049Speter	  to rename manpages, broken in 20010324 fix for Debian #89939 (Debian
588697049Speter	  #78866).
588797049Speter	+ remove -L$(libdir) from linker flags, probably not needed any more
5888166124Srafan	  since HPUX is handled properly (reported by Niibe Yutaka
588997049Speter	  <gniibe@m17n.org>).
589097049Speter	+ add configure check for mbstate_t, needed for wide-character
589197049Speter	  configuration.  On some platforms we must include <wchar.h> to
589297049Speter	  define this (reported by Daniel Jacobowitz).
589397049Speter	+ incorporate some of the changes needed to build dll's on cygwin.
589497049Speter
589597049Speter20020112a
589697049Speter	+ workaround for awk did not work with mawk, adjusted shell script.
589797049Speter
589897049Speter20020112
589997049Speter	+ add Caps.osf1r5, as an example.
590097049Speter	+ modify behavior of can_clear_with() so that if an application is
590197049Speter	  running in a non-bce terminals with default colors enabled, it
590297049Speter	  returns true, allowing the user to select/paste text without picking
590397049Speter	  up extraneous trailing blanks (adapted from patch by Daniel
590497049Speter	  Jacobowitz <dmj+@andrew.cmu.edu>).
590597049Speter	+ modify generated curses.h to ifdef-out prototypes for extensions if
590697049Speter	  they are disabled, and to define curses_version() as a string in that
590797049Speter	  case.  This is needed to make the programs such as tic build in that
590897049Speter	  configuration.
590997049Speter	+ modified generated headers.sh to remove a gzip'd version of the
591097049Speter	  target file if it exists, in case non-gzip'd manpages are installed
591197049Speter	  into a directory where gzip'd ones exist.  In that case, the latter
591297049Speter	  would be found.
591397049Speter	+ corrected a redundant initialization of signal handlers from 20010922
591497049Speter	  changes.
591597049Speter	+ clarified bug-reporting address in terminfo.src (report by John H
591697049Speter	  DuBois III <spcecdt@armory.com>).
591797049Speter	> several fixes from Robert Joop:
591897049Speter	+ do not use "-v" option of awk in MKkey_defs.sh because it does not
591997049Speter	  work with SunOS nawk.
592097049Speter	+ modify definitions for libutf8 in curses.h to avoid redefinition
592197049Speter	  warnings for mblen
592297049Speter	+ quoted references to compiler in shell command in misc/Makefile, in
592397049Speter	  case it uses multiple tokens.
592497049Speter
592597049Speter20011229
592697049Speter	+ restore special case from 20010922 changes to omit SA_RESTART when
592797049Speter	  setting up SIGWINCH handler, which is needed to allow wgetch() to be
592897049Speter	  interrupted by that signal.
5929262629Sdelphij	+ updated configure macro CF_WITH_PATHLIST, to omit some double quotes
593097049Speter	  not needed with autoconf 2.52
593197049Speter	+ revert configure script to autoconf 2.13 patched with
593297049Speter		autoconf-2.13-19990117.patch.gz (or later)
593397049Speter	  from
593497049Speter		ftp://invisible-island.net/autoconf/
593597049Speter	  because autoconf 2.52 macro AC_PROG_AWK does not work on HPUX 11.0
593697049Speter	  (report by David Ellement <ellement@sdd.hp.com>).  This also fixes a
593797049Speter	  different problem configuring with Mac OS X (reported by Marc Smith
593897049Speter	  <marc.a.smith@home.com>).
593997049Speter
594097049Speter20011222
594197049Speter	+ modify include/edit_cfg.h to eliminate BROKEN_LINKER symbol from
594297049Speter	  term.h
594397049Speter	+ move prototype for _nc_vsscanf() into curses.h.in to omit
594497049Speter	  HAVE_VSSCANF symbol from curses.h, which was dependent upon the
594597049Speter	  ncurses_cfg.h file which is not installed.
594697049Speter	+ use ACS_LEN rather than SIZEOF(acs_map) in trace code of lib_acs.c,
594797049Speter	  to work with broken linker configuration, e.g., cygwin (report by
594897049Speter	  Robert Joop <rj@rainbow.in-berlin.de>).
594997049Speter	+ make napms() call _nc_timed_wait() rather than poll() or select(),
595097049Speter	  to work around broken implementations of these on cygwin.
595197049Speter
595297049Speter20011218
595397049Speter	+ drop configure macro CF_WIDEC_SHIFT, since that was rendered obsolete
595497049Speter	  by Sven Verdoolaege's rewrite of wide-character support.  This makes
595597049Speter	  libncursesw incompatible again, but makes the header files almost the
595697049Speter	  same as in the narrow-character configuration.
595797049Speter	+ simplify definitions that combine wide/narrow versions of bkgd, etc.,
595897049Speter	  to eliminate differences between the wide/narrow versions of curses.h
595997049Speter	+ correct typo in configure macro CF_FUNC_VSSCANF
596097049Speter	+ correct location of call to _nc_keypad() from 20011215 changes which
596197049Speter	  prevented keypad() from being disabled (reported by Lars Hecking).
596297049Speter
596397049Speter20011215
596497049Speter	+ rewrote ncurses 'a' test to exercise wgetch() and keypad() functions
596597049Speter	  better, e.g., by adding a 'w' command to create new windows which
596697049Speter	  may have different keypad() settings.
596797049Speter	+ corrected logic of keypad() by adding internal screen state to track
596897049Speter	  whether the terminal's keypad-mode has been set.  Use this in
596997049Speter	  wgetch() to update the keypad-mode according to whether the
597097049Speter	  associated window's keypad-mode has been set with keypad().  This
597197049Speter	  corrects a related problem restoring terminal state after handling
597297049Speter	  SIGTSTP (reported by Mike Castle).
597397049Speter	+ regenerate configure using patch for autoconf 2.52
597497049Speter		autoconf-2.52-patch.gz
597597049Speter	  at
597697049Speter		ftp://invisible-island.net/autoconf/
597797049Speter	+ update config.guess, config.sub from
597897049Speter		http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
597997049Speter	+ minor changes to quoting in configure script to allow it to work
598097049Speter	  with autoconf 2.52
598197049Speter
598297049Speter20011208
598397049Speter	+ modify final checks in lib_setup.c for line and col values, making
598497049Speter	  them independent.
598597049Speter	+ modify acs_map[] if configure --broken-linker is specified, to make
598697049Speter	  it use a function rather than an array (prompted by an incorrect
598797049Speter	  implementation in cygwin package).
598897049Speter	+ correct spelling of configure option --enable-colorfgbg, which
598997049Speter	  happened to work if --with-develop was set (noted in cygwin package
599097049Speter	  for ncurses).
599197049Speter	+ modify ifdef for genericerror() to compile with SUNWspro Sun WorkShop
599297049Speter	  6 update 1 C++ 5.2 (patch by Sullivan N Beck <sbeck@cise.ufl.edu>).
599397049Speter	+ add configure checks to see if ncurses' fallback vsscanf() will
599497049Speter	  compile either of the special cases for FILE structs, and if not,
599597049Speter	  force it to the case which simply returns an error (report by
599697049Speter	  Sullivan N Beck <sbeck@cise.ufl.edu> indicates that Solaris 8 with
599797049Speter	  64-bits does not allow access to FILE's fields).
599897049Speter	+ modify ifdef's for c++/cursesw.cc to use the fallback vsscanf() in
599997049Speter	  the ncurses library if no better substitute for this can be found
600097049Speter	  in the C++ runtime.
600197049Speter	+ modify the build to name dynamic libraries according to the
600297049Speter	  convention used on OS X and Darwin.  Rather than something like
6003166124Srafan	  libncurses.dylib.5.2, Darwin would name it libncurses.  5.dylib.
600497049Speter	  There are a few additional minor fixes, such as setting the library
600597049Speter	  version and compatibility version numbers (patch by Jason Evans
600697049Speter	  <jevans@apple.com>).
600797049Speter	+ use 'sh' to run mkinstalldirs, to work around problems with buggy
600897049Speter	  versions of 'make' on OS/2 (report by John Polterak <jp@eyup.org>).
600997049Speter	+ correct typo in manpage description of curs_set() (Debian #121548).
601097049Speter	+ replace the configure script existence-check for mkstemp() by one
601197049Speter	  that checks if the function works, needed for older glibc and
601297049Speter	  AmigaOS.
601397049Speter
601497049Speter20011201
601597049Speter	+ modify script that generates fallbacks.c to compile a temporary
601697049Speter	  copy of the terminfo source in case the host does not contain all of
601797049Speter	  the entries requested for fallbacks (request by Greg Roelofs).
601897049Speter	+ modify configure script to accommodate systems such as Mac OS X whose
601997049Speter	  <stdbool.h> header defines a 'bool' type inconsistent with ncurses,
602097049Speter	  which normally makes 'bool' consistent with C++.  Include <stdbool.h>
602197049Speter	  from curses.h to force consistent usage, define a new type
602297049Speter	  NCURSES_BOOL and related that to the exported 'bool' as either a
602397049Speter	  typedef or definition, according to whether <stdbool.h> is present
602497049Speter	  (based on a bug report for tin 1.5.9 by Aaron Adams <adamsa@mac.com>).
602597049Speter
602697049Speter20011124
602797049Speter	+ added/updated terminfo entries for M$ telnet and KDE konsole -TD
602897049Speter
602997049Speter20011117
603097049Speter	+ updated/expanded Apple_Terminal and Darwin PowerPC terminfo entries
603197049Speter	  (Benjamin C W Sittler).
603297049Speter	+ add putty terminfo entry -TD
603397049Speter	+ if configuring for wide-curses, define _XOPEN_SOURCE_EXTENDED, since
603497049Speter	  this may not otherwise be defined to make test/view.c compile.
603597049Speter
603697049Speter20011110
603797049Speter	+ review/correct several missing/generated items in curses.wide, sorted
603897049Speter	  the lists to make subsequent diff's easier to track.
603997049Speter
604097049Speter20011103
604197049Speter	+ add manual pages for add_wch(), echo_wchar(), getcchar(),
604297049Speter	  mvadd_wch(), mvwadd_wch(), setcchar(), wadd_wch() and wecho_wchar().
604397049Speter	+ implement wecho_wchar()
604497049Speter	+ modify _tracedump() to handle wide-characters by mapping them to '?'
604597049Speter	  and control-characters to '.', to make the trace file readable.  Also
604697049Speter	  dynamically allocate the buffer used by _tracedump() for formatting
604797049Speter	  the results.
604897049Speter	+ modify T_CALLED/T_RETURN macros to ease balancing call/return lines
604997049Speter	  in a trace by using curly braces.
605097049Speter	+ implement _nc_viscbuf(), for tracing cchar_t arrays.
605197049Speter	+ correct trace-calls in setcchar() and getcchar() functions, which
605297049Speter	  traced the return values but not the entry to each function.
605397049Speter	+ correct usage message in test/view.c, which still mentioned -u flag.
605497049Speter
605597049Speter20011027
605697049Speter	+ modify configure script to allow building with termcap only, or with
605797049Speter	  fallbacks only.  In this case, we do not build tic and toe.
605897049Speter	+ add configure --with-termpath option, to override default TERMPATH
605997049Speter	  value of /etc/termcap:/usr/share/misc/termcap.
606097049Speter	+ cosmetic change to tack: make menu descriptions agree with menu
606197049Speter	  titles.
606297049Speter
606397049Speter20011020
606497049Speter	+ rewrote limit-checks in wscrl() and associated _nc_scroll_window(),
606597049Speter	  to ensure that if the parameter of wscrl() is larger than the size of
606697049Speter	  the scrolling region, then the scrolling region will be cleared
606797049Speter	  (report by Ben Kohlen <bckohlen@yahoo.com>).
606897049Speter	+ add trace/varargs.c, using this to trace parameters in lib_printw.c
606997049Speter	+ implement _tracecchar_t2() and _tracecchar_t().
607097049Speter	+ split-out trace/visbuf.c
607197049Speter	+ correct typo in lib_printw.c changes from 20010922 (report by Mike
607297049Speter	  Castle).
607397049Speter
607497049Speter20011013
607597049Speter	+ modify run_tic.sh to check if the build is a cross-compile.  In that
607697049Speter	  case, do not use the build's tic to install the terminfo database
607797049Speter	  (report by Rafael Rodriguez Velilla <rrv@tid.es>).
607897049Speter	+ modify mouse click resolution so that mouseinterval(-1) will disable
607997049Speter	  it, e.g., to handle touchscreens via a slow connection (request by
608097049Speter	  Byron Stanoszek <gandalf@winds.org>).
608197049Speter	+ correct mouseinterval() default value shown in curs_mouse.3x
608297049Speter	+ remove conflicting definition of mouse_trafo() (reported by Lars
608397049Speter	  Hecking, using gcc 2.95.3).
608497049Speter
608597049Speter20011001
608697049Speter	+ simpler fix for signal_name(), to replace the one overlooked in
608797049Speter	  20010929 (reported by Larry Virden).
6088166124Srafan
608997049Speter20010929
609097049Speter	+ add -i option to view.c, to test ncurses' check for non-default
609197049Speter	  signal handler for SIGINT, etc.
609297049Speter	+ add cases for shared-libraries on Darwin/OS X (patch by Rob Braun
609397049Speter	  <bbraun@synack.net>).
609497049Speter	+ modify tset to restore original I/O modes if an error is encountered.
609597049Speter	  Also modify to use buffered stderr consistently rather than mixing
609697049Speter	  with write().
609797049Speter	+ change signal_name() function to use if-then-else rather than case
609897049Speter	  statement, since signal-values aren't really integers (reported by
609997049Speter	  Larry Virden).
610097049Speter	+ add limit checks in wredrawln(), fixing a problem where lynx was
610197049Speter	  repainting a pad which was much larger than the screen.
610297049Speter
610397049Speter20010922
610497049Speter	+ fix:  PutRange() was counting the second part of a wide character as
610597049Speter	  part of a run, resulting in a cursor position that was one too far
610697049Speter	  (patch by Sven Verdoolaege).
610797049Speter	+ modify resizeterm() to not queue a KEY_RESIZE if there was no
610897049Speter	  SIGWINCH, thereby separating the two styles of SIGWINCH handling
610997049Speter	  in test/view.c
611097049Speter	+ simplified lib_tstp.c, modify it to use SA_RESTART flag for SIGWINCH.
611197049Speter	+ eliminate several static buffers in the terminfo compiler, using
611297049Speter	  allocated buffers.
611397049Speter	+ modify MKkeyname.awk so that keyname() does not store its result into
611497049Speter	  a static buffer that is overwritten by the next call.
611597049Speter	+ reorganize the output of infocmp -E and -e options to compile cleanly
611697049Speter	  with gcc -Wwrite-strings warnings.
611797049Speter	+ remove redefinition of chgat/wchgat/mvwchgat from curses.wide
611897049Speter
611997049Speter20010915
612097049Speter	+ add label to test/view.c, showing the name of the last key or signal
612197049Speter	  that made the screen repaint, to make it clearer when a sigwinch
612297049Speter	  does this.
612397049Speter	+ use ExitProgram() consistently in the test-programs to make it
612497049Speter	  simpler to test leaks with dmalloc, etc.
612597049Speter	+ move hashtab static data out of hashmap.c into SCREEN struct.
612697049Speter	+ make NO_LEAK code compile with revised WINDOWLIST structs.
612797049Speter
612897049Speter20010908
612997049Speter	+ modify tgetent() to check if exit_attribute_mode resets the alternate
613097049Speter	  character set, and if so, attempt to adjust the copy of the termcap
613197049Speter	  "me" string which it will return to eliminate that part.  In
613297049Speter	  particular, 'screen' would lose track of line-drawing characters
613397049Speter	  (report by Frederic L W Meunier <0@pervalidus.net>, analysis by
613497049Speter	  Michael Schroeder).
613597049Speter
613697049Speter20010901
613797049Speter	+ specify DOCTYPE in html manpages.
613897049Speter	+ add missing macros for several "generated" functions:  attr_get(),
613997049Speter	  attr_off(), attr_on(), attr_set(), chgat(), mvchgat(), mvwchgat() and
614097049Speter	  mouse_trafo().
614197049Speter	+ modify view.c to agree with non-experimental status of ncurses'
614297049Speter	  sigwinch handler:
614397049Speter	  + change the sense of the -r option, making it default to ncurses'
614497049Speter	    sigwinch handler.
614597049Speter	  + add a note explaining what functions are unsafe in a signal
614697049Speter	    handler.
614797049Speter	  + add a -c option, to set color display, for testing.
614897049Speter	+ unset $data variable in MKterminfo.sh script, to address potential
614997049Speter	  infinite loop if shell malfunction (report by Samuel Mikes
615097049Speter	  <smikes@cubane.com>, for bash 2.05.0 on a Linux 2.0.36 system).
615197049Speter	+ change kbs in mach terminfo entries to ^?  (Marcus Brinkmann
615297049Speter	  <Marcus.Brinkmann@ruhr-uni-bochum.de>).
615397049Speter	+ correct logic for COLORFGBG environment variable: if rxvt is compiled
615497049Speter	  with xpm support, the variable has three fields, making it slightly
615597049Speter	  incompatible with itself.  In either case, the background color is
615697049Speter	  the last field.
615797049Speter
615897049Speter20010825
615997049Speter	+ move calls to def_shell_mode() and def_prog_mode() before loop with
616097049Speter	  callbacks in lib_set_term.c, since the c++ demo otherwise initialized
616197049Speter	  the tty modes before saving them (patch by John David Anglin
616297049Speter	  <dave@hiauly1.hia.nrc.ca>).
616397049Speter	+ duplicate logic used to initialize trace in newterm(), in initscr()
616497049Speter	  to avoid confusing trace of initscr().
616597049Speter	+ simplify allocation of WINDOW and WINDOWLIST structs by making the
616697049Speter	  first a part of the second rather than storing a pointer.  This saves
616797049Speter	  a call to malloc for each window (discussion with Philippe Blain).
616897049Speter	+ remove unused variable 'used_ncv' from lib_vidattr.c (Philippe
616997049Speter	  Blain).
617097049Speter	+ modify c++/Makefile.in to accommodate archive programs that are
617197049Speter	  different for C++ than for C, and add cases for vendor's C++
617297049Speter	  compilers on Solaris and IRIX (report by Albert Chin-A-Young).
617397049Speter	+ correct manpage description of criteria for deciding if the terminal
617497049Speter	  supports xterm mouse controls.
617597049Speter	+ add several configure script options to aid with cross-compiling:
617697049Speter	  --with-build-cc, --with-build-cflags, --with-build-ldflags, and
617797049Speter	  --with-build-libs (request by Greg Roelofs).
617897049Speter	+ change criteria for deciding if configure is cross-compiling from
617997049Speter	  host/build mismatch to host/target mismatch (request by Greg Roelofs
618097049Speter	  <greg.roelofs@philips.com>).
618197049Speter	+ correct logic for infocmp -e and -E options which writes the data for
618297049Speter	  the ext_Names[] array.  This is needed if one constructs a fallback
618397049Speter	  table for a terminfo entry which uses extended termcap names, e.g.,
618497049Speter	  AX in a color xterm.
618597049Speter	+ fix undefined NCURSES_PATHSEP when configure --disable-database
618697049Speter	  option is given.
618797049Speter
618897049Speter20010811
618997049Speter	+ fix for VALID_BOOLEAN() macro when char is not signed.
619097049Speter	+ modify 'clean' rule for C++ binding to work with Sun compiler, which
619197049Speter	  caches additional information in a subdirectory of the objects.
619297049Speter	+ added llib-ncursesw.
619397049Speter
619497049Speter20010804
619597049Speter	+ add Caps.keys example for experimental extended function keys
619697049Speter	  (adapted from a patch by Ilya Zakharevich).
619797049Speter	+ correct parameter types of vidputs() and vidattr() to agree with
619897049Speter	  header files (report by William P Setzer).
619997049Speter	+ fix typos in several man-pages (patch by William P Setzer).
620097049Speter	+ remove unneeded ifdef for __GNUG__ in CF_CPP_VSCAN_FUNC configure
620197049Speter	  macro, which made ncurses C++ binding fail to build with other
620297049Speter	  C++ compilers such as HPUX 11.x (report by Albert Chin-A-Young).
620397049Speter	+ workaround for bug in HPUX 11.x C compiler: add a blank after
620497049Speter	  NCURSES_EXPORT macro in form.h (report by Albert Chin-A-Young)
620597049Speter	+ ignore blank lines in Caps* files in MKkey_defs.sh script (report by
620697049Speter	  Albert Chin-A-Young).
620797049Speter	+ correct definition of key_end in Caps.aix4, which left KEY_END
620897049Speter	  undefined (report by Albert Chin-A-Young).
620997049Speter	+ remove a QNX-specific fallback prototype for vsscanf(), which is
621097049Speter	  obsolete with QNX RTP.
621197049Speter	+ review/fix some of the T() and TR() macro calls, having noticed that
621297049Speter	  there was no data for delwin() in a trace of dialog because there was
621397049Speter	  no returnVoid call for wtimeout().  Also, traces in lib_twait.c are
621497049Speter	  now selected under TRACE_IEVENT rather than TRACE_CALLS.
621597049Speter
621697049Speter20010728
621797049Speter	+ add a _nc_access() check before opening files listed via $TERMPATH.
621897049Speter	+ using modified man2html, regenerate some of the html manpages to fix
621997049Speter	  broken HREF's where the link was hyphenated.
622097049Speter
622197049Speter20010721
622297049Speter	+ add some limit/pointer checks to -S option of tputs.
622397049Speter	+ updated/expanded Apple_Terminal and Darwin PowerPC terminfo entries
622497049Speter	  (Benjamin C W Sittler).
622597049Speter	+ add a note in curs_termcap.3x regarding a defect in the XSI
622697049Speter	  description of tgetent (based on a discussion with Urs Jansen
622797049Speter	  regarding the HPUX 11.x implementation, whose termcap interface is
622897049Speter	  not compatible with existing termcap programs).
622997049Speter	+ modify manhtml rule in dist.mk to preserve copyright notice on the
623097049Speter	  generated files, as well as to address HTML style issues reported by
623197049Speter	  tidy and weblint.  Regenerated/updated corresponding html files.
623297049Speter	+ comment out use of Protected_Character and related rarely used
623397049Speter	  attributes in ncurses Ada95 test/demo to compile with wide-character
623497049Speter	  configuration.
623597049Speter
623697049Speter20010714
623797049Speter	+ implement a simple example in C++ demo to test scanw().
623897049Speter	+ corrected stdio function used to implement scanw() in cursesw.cc
623997049Speter	+ correct definition of RemAttr() macro from 20010602 changes, which
624097049Speter	  caused C++ SillyDemo to not show line-drawing characters.
624197049Speter	+ modify C++ binding, adding getKey() which can be overridden by user
624297049Speter	  to substitute functions other than getch() for keyboard processing
624397049Speter	  of forms and menus (patch by Juergen Pfeifer).
624497049Speter
624597049Speter20010707
624697049Speter	+ fix some of the trace calls which needed modification to work with
624797049Speter	  new wide-character structures.
624897049Speter	+ modify magic-cookie code in tty_update.c to compile with new
624997049Speter	  wide-character structures (report by <George.R.Goffe@seagate.com>).
625097049Speter	+ ensure that _XOPEN_SOURCE_EXTENDED is defined in curses.priv.h if
625197049Speter	  compiling for wide-character configuration.
625297049Speter	+ make addwnstr() handle non-spacing characters (patch by Sven
625397049Speter	  Verdoolaege).
625497049Speter
625597049Speter20010630
625697049Speter	+ add configure check to define _GNU_SOURCE, needed to prop up glibc
625797049Speter	  header files.
625897049Speter	+ split-out include/curses.wide to solve spurious redefinitions caused
625997049Speter	  by defining _GNU_SOURCE, and move includes for <signal.h> before
626097049Speter	  <curses.h> to work around misdefinition of ERR in glibc 2.1.3 header
626197049Speter	  file.
626297049Speter	+ extended ospeed change to NetBSD and OpenBSD -TD
626397049Speter	+ modify logic in lib_baudrate.c for ospeed, for FreeBSD to make it
626497049Speter	  work properly for termcap applications (patch by Andrey A Chernov).
626597049Speter
626697049Speter20010623
626797049Speter	+ correct an overlooked CharOf/UChar instance (reports by Eugene Lee
626897049Speter	  <eugene@anime.net>, Sven Verdoolaege).
626997049Speter	+ correct unneeded ifdef for wunctrl() (reported by Sven Verdoolaege)
627097049Speter
627197049Speter20010618
627297049Speter	+ change overlooked several CharOf/UChar instances.
627397049Speter	> several patches from Sven Verdoolaege:
627497049Speter	+ correct a typo in wunctrl(), which made it appear that botwc() was
627597049Speter	  needed (no such function: use btowc()).
627697049Speter	+ reimplement wide-character demo in test/view.c, using new functions.
627797049Speter	+ implement getcchar(), setcchar(), wadd_wchnstr() and related macros.
627897049Speter	+ fix a syntax problem with do/if/while in PUTC macro (curses.priv.h).
627997049Speter
628097049Speter20010616
628197049Speter	+ add parentheses in macros for malloc in test.priv.h, fixes an
628297049Speter	  expression in view.c (report by Wolfgang Gutjahr <gutw@knapp.co.at>).
628397049Speter	+ add Caps.uwin, as an example.
628497049Speter	+ change the way curses.h is generated, making the list of function
628597049Speter	  key definitions extracted from the Caps file.
628697049Speter	+ add #undef's before possible redefinition of ERR and OK in curses.h
628797049Speter	+ modify logic in tic, toe, tput and tset which checks for basename of
628897049Speter	  argv[0] to work properly on systems such as OS/2 which have
628997049Speter	  case-independent filenames and/or program suffixes, e.g., ".ext".
629097049Speter
629197049Speter20010609
629297049Speter	+ add a configure check, if --enable-widec is specified, for putwc(),
629397049Speter	  which may be in libutf8.
629497049Speter	+ remove some unnecessary text from curs_extend.3x and
629597049Speter	  default_colors.3x which caused man-db to make incorrect symbolic
6296262685Sdelphij	  links (Debian #99550).
629797049Speter	+ add configure check if cast for _IO_va_list is needed to compile
6298262685Sdelphij	  C++ vscan code (Debian #97945).
629997049Speter	> several patches from Sven Verdoolaege:
630097049Speter	+ correct code that used non-standard auto-initialization of a struct,
630197049Speter	  which gcc allows (report by Larry Virden).
630297049Speter	+ use putwc() in PUTC() macro.
630397049Speter	+ make addstr() work for the special case where the codeset is
630497049Speter	  non-stateful (eg. UTF-8), as well as stateful codesets.
630597049Speter
630697049Speter20010603
630797049Speter	+ correct loop expression in NEXT_CHAR macro for lib_addstr.c changes
630897049Speter	  from 20010602 (report by Mike Castle).
630997049Speter
631097049Speter20010602
631197049Speter	+ modify mvcur() to avoid emitting newline characters when nonl() mode
631297049Speter	  is set.  Normally this is not a problem since the actual terminal
631397049Speter	  mode is set to suppress nl/crlf translations, however it is useful to
631497049Speter	  allow the caller to manipulate the terminal mode to avoid staircasing
631597049Speter	  effects after spawning a process which writes messages (for lynx
631697049Speter	  2.8.4) -TD
631797049Speter	> several patches from Sven Verdoolaege <skimo@kotnet.org>:
631897049Speter	+ remove redundant type-conversion in fifo_push()
631997049Speter	+ correct definition of addwstr() macro in curses.h.in
632097049Speter	+ remove _nc_utf8_outch()
632197049Speter	+ rename most existing uses of CharOf() to UChar(), e.g., where it is
632297049Speter	  used to prevent sign-extension in ctype macros.
632397049Speter	+ change some chtype's to attr_t's where the corresponding variables
632497049Speter	  are used to manipulate attributes.
632597049Speter	+ UpdateAttr() was applied to both attributes (attr_t) and characters
632697049Speter	  (chtype).  Modify macro and calls to it to make these distinct.
632797049Speter	+ add CharEq() macro, use in places where wide-character configuration
632897049Speter	  implementation uses a struct for cchar_t.
632997049Speter	+ moved struct ldat into curses.priv.h, to hide implementation details.
633097049Speter	+ change CharOf() macro to use it for masking A_CHARTEXT data from
633197049Speter	  chtype's.
633297049Speter	+ add L() macro to curses.priv.h, for long-character literals.
633397049Speter	+ replace several assignments from struct ldat entries to chtype or
633497049Speter	  char values with combinations of CharOf() and AttrOf() macros.
633597049Speter	+ add/use intermediate ChAttrOf() and ChCharOf() macros where we know
633697049Speter	  we are using chtype data.
633797049Speter	+ add/use lowlevel attribute manipulation macros AddAttr(), RemAttr()
633897049Speter	  and SetAttr().
633997049Speter	+ add/use SetChar() macro, to change a cchar_t based on a character and
634097049Speter	  attributes.
634197049Speter	+ convert most internal use of chtype to NCURSES_CH_T, to simplify use
634297049Speter	  of cchar_t for wide-character configuration.  Similarly, use ARG_CH_T
634397049Speter	  where a pointer would be more useful.
634497049Speter	+ add stubs for tracing cchar_t values.
634597049Speter	+ add/use macro ISBLANK()
634697049Speter	+ add/use constructors for cchar_t's: NewChar(), NewChar2().
634797049Speter	+ add/use macros CHREF(), CHDEREF(), AttrOfD(), CharOfD() to facilitate
634897049Speter	  passing cchar_t's by address.
634997049Speter	+ add/use PUTC_DATA, PUTC() macros.
635097049Speter	+ for wide-character configuration, move the window background data to
635197049Speter	  the end of the WINDOW struct so that whether _XOPEN_SOURCE_EXTENDED
635297049Speter	  is defined or not, the offsets in the struct will not change.
635397049Speter	+ modify addch() to work with wide-characters.
635497049Speter	+ mark several wide-character functions as generated in curses.h.in
635597049Speter	+ implement wunctrl(), wadd_wch(), wbkgrndset(), wbkgrnd(),
635697049Speter	  wborder_set() and waddnwstr().
635797049Speter
635897049Speter20010526
635997049Speter	+ add experimental --with-caps=XXX option to customize to similar
636097049Speter	  terminfo database formats such as AIX 4.x
636197049Speter	+ add Caps.aix4 as an example.
636297049Speter	+ modify Caps to add columns for the the KEY_xxx symbols.
636397049Speter	+ modify configure --with-widec to suppress overwrite of libcurses.so
636497049Speter	  and curses.h
636597049Speter	+ add checks to toe.c to avoid being confused by files and directories
636697049Speter	  where we would expect the reverse, e.g., source-files in the
636797049Speter	  top-level terminfo levels as is the case for AIX.
636897049Speter
636997049Speter20010519
637097049Speter	+ add top-level 'depend' rule for the C sources, assuming that the
637197049Speter	  makedepend program is available.  As a side-effect, this makes
637297049Speter	  the generated sources, as in "make sources" (prompted by a report
637397049Speter	  by Mike Castle that "make -j" fails because the resulting parallel
637497049Speter	  processes race to generate ncurses/names.c).
637597049Speter	+ modify configure script so that --disable-overwrite option's action
637697049Speter	  to add a symbolic link for libcurses applies to the static library as
637797049Speter	  well as the shared library when both are configured (report by Felix
637897049Speter	  Natter <f.natter@ndh.net>).
637997049Speter	+ add ELKS terminfo entries (Federico Bianchi
638097049Speter	  <bianchi@www.arte.unipi.it>)
638197049Speter	+ add u6 (CSR) to Eterm (Michael Jennings).
638297049Speter
638376726Speter20010512
638476726Speter	+ modify test/ncurses.c to work with xterm-256color, which has fewer
638576726Speter	  color pairs than colors*colors (report by David Ellement
638676726Speter	  <ellement@sdd.hp.com>).
638776726Speter
638876726Speter20010505
638976726Speter	+ corrected screen.xterm-xfree86 entry.
639076726Speter	+ update comment in Caps regarding IBM (AIX) function-key definitions.
639176726Speter
639276726Speter20010421
639376726Speter	+ modify c++/Makefile.in to link with libncurses++w.a when configured
639476726Speter	  for wide-characters (patch by Sven Verdoolaege).
639576726Speter	+ add check in _nc_trace_buf() to refrain from freeing a null pointer.
639676726Speter	+ improve CF_PROG_INSTALL macro using CF_DIRNAME.
639776726Speter	+ update config.guess, config.sub from autoconf 2.49e (alpha).
639876726Speter
639976726Speter20010414
640076726Speter	+ add secondary check in tic.c, similar_sgr() to see if the reason
640176726Speter	  for mismatch was that the individual capabilities used a time-delay
640276726Speter	  while sgr did not.  Used this to cleanup mismatches, e.g., in vt100,
640376726Speter	  and remove time-delay from Apple_Terminal entries.
640476726Speter	+ add Apple_Terminal terminfo entries (Benjamin C W Sittler
640576726Speter	  <bsittler@iname.com>).
640676726Speter	+ correct definitions of shifted editing keys for xterm-xfree86 -TD
640776726Speter	+ fix a bug in test/bs.c from 20010407 (patch by Erik Sigra).
640876726Speter	+ prevent relative_move() from doing an overwrite if it detects 8-bit
640976726Speter	  characters when configured for UTF-8 (reported by Sven Verdoolaege
641076726Speter	  <skimo@kotnet.org>).
641176726Speter
641276726Speter20010407
641376726Speter	+ add configure checks for strstream.h vscan function, and similar
641476726Speter	  stdio-based function which may be used in C++ binding for gcc 3.0
641576726Speter	  (reports by George Goffe, Lars Hecking, Mike Castle).
641676726Speter	+ rewrite parts of configure.in which used changequote().  That feature
641776726Speter	  is broken in the latest autoconf alphas (e.g., 2.49d).
641876726Speter	+ add a missing pathname for ncurses_dll.h, needed when building in
641976726Speter	  a directory outside the source tree (patch by Sven Verdoolaege
642076726Speter	  <skimo@kotnet.org>).
6421166124Srafan	> fix 2 bugs in test/bs.c Erik Sigra <sigra@home.se>:
642297049Speter	+ no ships were ever placed in the last row or in the last column.
642376726Speter	  This made the game very easy to win, because you never had to waste
642476726Speter	  any shots there, but the computer did.
642576726Speter	+ the squares around a sunken ship that belonged to the player were not
642676726Speter	  displayed as already hit by the computer, like it does for the
642776726Speter	  player.
642876726Speter
642976726Speter20010331
643097049Speter	+ add some examples of customizing screen's terminfo:
643176726Speter	  screen.xterm-xfree86, screen.xterm-r6, screen.teraterm -TD
643276726Speter	+ modify screen's terminfo entry to match the khome/kend in screen
6433262685Sdelphij	  3.09.08 (Debian #92215).
643476726Speter	+ correct a memory leak in forms library (report by Stefan Vogtner
6435166124Srafan	  <stefan@vogtner.de>) (patch by Juergen Pfeifer).
643676726Speter
643776726Speter20010324
643876726Speter	+ change symbols used to guard against repeated includes to begin
643976726Speter	  consistently with "NCURSES_" rather than a leading underscore.  There
644076726Speter	  are other symbols defined in the header files which begin with a
644176726Speter	  leading underscore, but they are part of the legacy interface.
644276726Speter	+ reorder includes in c++ binding so that rcs identifiers can be
644376726Speter	  compiled-in.
644476726Speter	+ add .cc.ii rule to c++ makefile, to get preprocessor output for
644576726Speter	  debugging.
644676726Speter	+ correct configure script handling of @keyword@ substitutions when the
6447262685Sdelphij	  --with-manpage-renames option is given (cf: 20000715, fixes Debian
6448262685Sdelphij	  #89939).
644976726Speter	+ report stack underflow/overflow in tparm() when tic -cv option is
645076726Speter	  given.
645176726Speter	+ remove spurious "%|" operator from xterm-xfree86 terminfo entry,
6452262685Sdelphij	  (reported by Adam Costello <amc@cs.berkeley.edu>, Debian #89222).
645376726Speter
645476726Speter20010310
645576726Speter	+ cleanup of newdemo.c, fixing some ambiguous expressions noted by gcc
645676726Speter	  2.95.2, and correcting some conflicting color pair initializations.
645776726Speter	+ add missing copyright notice for cursesw.h
645876726Speter	+ review, make minor fixes for use of '::' for referring to C-language
645976726Speter	  interface from C++ binding.
646076726Speter	+ modify configure check for g++ library slightly to accommodate
646176726Speter	  nonstandard version number, e.g., <vendor>-2.7 (report by Ronald Ho
646276726Speter	  <rho@mipos2.intel.com>).
646376726Speter	+ add configure check for c++ <sstream> header, replace hardcoded
646476726Speter	  ifdef.
646576726Speter	+ workaround for pre-release of gcc 3.0 libstdc++, which has dropped
646676726Speter	  vscan from strstreambuf to follow standard, use wrapper for C vscanf
646776726Speter	  instead (report by George Goffe <grgoffe@excite.com> and Matt Taggart
646876726Speter	  <taggart@carmen.fc.hp.com>, fixes Debian .
646976726Speter
647076726Speter20010303
647176726Speter	+ modify interface of _nc_get_token() to pass 'silent' parameter to it,
647276726Speter	  to make quieter loading of /etc/termcap (patch by Todd C Miller).
647376726Speter	+ correct a few typos in curs_slk.3x and curs_outopts.3x manpages
647476726Speter	  (patch by Todd C Miller).
647576726Speter
647676726Speter20010224
647776726Speter	+ compiler-warning fixes (reported by Nelson Beebe).
647876726Speter
647976726Speter20010210
648076726Speter	+ modify screen terminfo entry to use new 3.9.8 feature allowing xterm
648176726Speter	  mouse controls -TD
648276726Speter
648376726Speter20010203
648476726Speter	+ broaden patterns used to match OS/2 EMX in configure script to cover
648576726Speter	  variant used in newer config.guess/config.sub
648676726Speter	+ remove changequote() calls from configure script, since this feature
648776726Speter	  is broken in the autoconf 2.49c alpha, maintainers decline to fix.
648876726Speter	+ remove macro callPutChar() from tty_update.c, since this is no longer
648976726Speter	  needed (reported by Philippe Blain).
649076726Speter	+ add a null-pointer check in tic.c to handle the case when the input
649176726Speter	  file is really empty.  Modify the next_char() function in comp_scan.c
649276726Speter	  to allow arbitrarily long lines, and incidentally supply a newline to
649376726Speter	  files that do not end in a newline.  These changes improve tic's
649476726Speter	  recovery from attempts to read binary files, e.g., its output from
649576726Speter	  the terminfo database (reported by Bernhard Rosenkraenzer).
649676726Speter
649776726Speter20010127
649876726Speter	+ revert change to c++/demo.cc from 20001209, which changed definition
649976726Speter	  of main() apparently to accommodate cygwin linker, but broke the demo
650076726Speter	  program.
650176726Speter	+ workaround for broken egcs 2.91.66 which calls member functions
650276726Speter	  (i.e., lines() and colors() of NCursesWindow before calling its
650376726Speter	  constructor.  Add calls to initialize() in a few constructors which
650476726Speter	  did not do this already.
650576726Speter	+ use the GNAT preprocessor to make the necessary switch between TRACE
650676726Speter	  and NO_TRACE configurations (patch by Juergen Pfeifer).
650776726Speter	> patches by Bernhard Rosenkraenzer:
650876726Speter	+ modify kterm terminfo entry to use SCS sequence to support alternate
650976726Speter	  character set (it does not work with SI/SO).
651076726Speter	+ --with-ospeed=something didn't work.  configure.in checked for a
651176726Speter	  $enableval where it should check for $withval.  Also,
651276726Speter	  ncurses/llib-lncurses still had a hardcoded short.
651376726Speter
651476726Speter20010114
651576726Speter	+ correction to my merge of Tom Riddle's patch that broke tic in some
651676726Speter	  conditions (reported by Enoch Wexler <enoch@wexler.co.il>) -TD
651776726Speter
651876726Speter20010113
651976726Speter	+ modify view.c to test halfdelay().  Like other tests, this recognizes
652076726Speter	  the 's' and space commands for stopping/starting polled input, shows
652176726Speter	  a freerunning clock in the header.  If given a parameter to 's', that
652276726Speter	  makes view.c use halfdelay() with that parameter rather than
652376726Speter	  nodelay().
652476726Speter	+ fix to allow compile with the experimental configure option
652576726Speter	  --disable-hashmap.
652676726Speter	+ modify postprocess_termcap() to avoid overwriting key_backspace,
652776726Speter	  key_left, key_down when processing a non-base entry (report/patch by
652876726Speter	  Tom Riddle).
652976726Speter	+ modify _nc_wrap_entry(), adding option to reallocate the string
653076726Speter	  table, needed in _nc_merge_entry() when merging termcap entries.
653176726Speter	  (adapted from report/patch by Tom Riddle <ftr@oracom.com>).
653276726Speter	+ modify a few configure script macros to keep $CFLAGS used only for
653376726Speter	  compiler options, preprocessor options in $CPPFLAGS.
653476726Speter
653576726Speter20001230
653676726Speter	+ correct marker positions in lrtest.c after receiving a sigwinch.
653776726Speter	+ fix ifdef's in ncurses.c to build against pre-5.2 for testing.
653876726Speter	+ fixes to tclock for resizing behavior, redundant computation (report
653976726Speter	  and patch by A M Kuchling <akuchlin@mems-exchange.org>).
654076726Speter
654176726Speter20001216
654276726Speter	+ improved scoansi terminfo entry -TD
654376726Speter	+ modify configure script and makefile in Ada95/src to compile a stub
654476726Speter	  for the trace functions when ncurses does not provide those.
654576726Speter
654676726Speter20001209
654776726Speter	+ add ncurses_dll.h and related definitions to support generating DLL's
654876726Speter	  with cygwin (adapted from a patch by Charles Wilson
654976726Speter	  <cwilson@ece.gatech.edu>, changed NCURSES_EXPORT macro to make it
6550166124Srafan	  work with 'indent') -TD
655176726Speter
655276726Speter20001202
655376726Speter	+ correct prototypes for some functions in curs_termcap.3x, matching
655476726Speter	  termcap.h, which matches X/Open.
655576726Speter	> patch by Juergen Pfeifer:
655676726Speter	+ a revised version of the Ada enhancements sent in by "H.
655797049Speter	  Nanosecond", aka Eugene V Melaragno <aldomel@ix.netcom.com>.  This
655876726Speter	  patch includes
655976726Speter	  - small fixes to the existing ncurses binding
656076726Speter	  - addition of some more low-level functions to the binding, including
656176726Speter	    termcap and terminfo functions
656276726Speter	  - An Ada implementation of the "ncurses" test application originally
656376726Speter	    written in C.
656476726Speter
656576726Speter20001125
656676726Speter	+ modify logic in lib_setup.c to allow either lines or columns value
656776726Speter	  from terminfo to be used if the screen size cannot be determined
656876726Speter	  dynamically rather than requiring both (patch by Ehud Karni
656976726Speter	  <ehud@unix.simonwiesel.co.il>).
657076726Speter	+ add check in lib_tgoto.c's is_termcap() function to reject null or
657176726Speter	  empty strings (reported by Valentin Nechayev <netch@netch.kiev.ua> to
657276726Speter	  freebsd-bugs).
657376726Speter	+ add definition from configure script that denotes the path-separator,
657476726Speter	  which is normally a colon.  The path-separator is a semicolon on
657576726Speter	  OS/2 EMX and similar systems which may use a colon within pathnames.
657676726Speter	+ alter logic to set default for --disable-overwrite option to set it
657776726Speter	  to 'yes' if the --prefix/$prefix value is not /usr/local, thereby
657876726Speter	  accommodating the most common cause of problems: gcc's nonstandard
657997049Speter	  search rules.  Other locations such as /usr/local/ncurses will
658097049Speter	  default to overwriting (report by Lars Hecking <lhecking@nmrc.ie>).
658176726Speter
658276726Speter20001118
658376726Speter	+ modify default for --disable-overwrite configure option to disable
658476726Speter	  if the --prefix or $prefix value is not /usr.
658576726Speter	+ add cygwin to systems for which ncurses is installed by default into
658676726Speter	  /usr rather than /usr/local.
658776726Speter
658876726Speter20001111
658976726Speter	+ minor optimization in comp_error.c and lib_termname.c, using
659076726Speter	  strncat() to replace strncpy() (patch by Solar Designer).
659176726Speter	+ add a use_terminfo_vars() check for $HOME/.termcap, and check for
659276726Speter	  geteuid() to use_terminfo_vars() (patch by Solar Designer
659376726Speter	  <solar@false.com>).
659476726Speter	+ improved cygwin terminfo entry, based on patch by
659576726Speter	  <ernie_boyd@yahoo.com>.
659676726Speter	+ modify _nc_write_entry() to allow for the possibility that linking
659776726Speter	  aliases on a filesystem that ignores case would not succeed because
659876726Speter	  the source and destination differ only by case, e.g., NCR260VT300WPP0
659976726Speter	  on cygwin (report by Neil Zanella).
660076726Speter	+ fix a typo in the curs_deleteln.3x man page (patch by Bernhard
660176726Speter	  Rosenkraenzer <bero@redhat.de>).
660276726Speter
660376726Speter20001104
660476726Speter	+ add configure option --with-ospeed to assist packagers in transition
660576726Speter	  to 5.3 change to ospeed type.
660676726Speter	+ add/use CharOf() macro to suppress sign-extension of char type on
660776726Speter	  platforms where this is a problem in ctype macros, e.g., Solaris.
660876726Speter	+ change trace output to binary format.
660976726Speter	+ correct a missing quote adjustment in CF_PATH_SYNTAX autoconf
661076726Speter	  macro, for OS/2 EMX configuration.
661176726Speter	+ rearrange a few configure macros, moving preprocessor options to
661276726Speter	  $CPPFLAGS (a now-obsolete version of autoconf did not consistently
661376726Speter	  use $CPPFLAGS in both the compile and preprocessor checks).
661476726Speter	+ add a check in relative_move() to guard against buffer overflow in
661576726Speter	  the overwrite logic.
661676726Speter
661776726Speter20001028
661876726Speter	+ add message to configure script showing g++ version.
661976726Speter	+ resync config.guess, config.sub
662076726Speter	+ modify lib_delwin.c, making it return ERR if the window did not exist
662176726Speter	  (suggested by Neil Zanella).
662276726Speter	+ add cases for FreeBSD 3.1 to tdlint and makellib scripts, used this
662376726Speter	  to test/review ncurses library.  (Would use lclint, but it doesn't
662476726Speter	  work).
662576726Speter	+ reorganized knight.c to avoid forward references.  Correct screen
662676726Speter	  updates when backtracking, especially to the first cell.  Add F/B/a
662776726Speter	  commands.
662876726Speter
662976726Speter20001021 5.2 release for upload to ftp.gnu.org
663076726Speter	+ update generated html files from manpages.
663176726Speter	+ modify dist.mk to use edit_man.sh to substitute autoconf'd variables
663276726Speter	  in html manpages.
663376726Speter	+ fix an uninitialized pointer in read_termcap.c (report by Todd C
663476726Speter	  Miller, from report/patch by Philip Guenther <guenther@gac.edu>).
663576726Speter	+ correct help-message and array limit in knight.c (patch by Brian
663676726Speter	  Raiter <breadbox@muppetlabs.com>).
663776726Speter	> patch by Juergen Pfeifer:
663876726Speter	+ fix to avoid warning by GNAT-3.13p about use of inconsistent casing
663976726Speter	  for some identifiers defined in the standard package.
664076726Speter	+ cosmetic change to forms/fty_enum.c
664176726Speter
664276726Speter20001014
664376726Speter	+ correct an off-by-one position in test/railroad.c which could cause
664476726Speter	  wrapping at the right margin.
664576726Speter	+ test/repair some issues with libtool configuration.  Make
664676726Speter	  --disable-echo force libtool --silent.  (Libtool does not work for
664776726Speter	  OS/2 EMX, works partly for SCO - libtool is still very specific to
664876726Speter	  gcc).
664976726Speter	+ change default of --with-manpage-tbl to "no", since for most of the
665076726Speter	  platforms which do have tbl installed, the system "man" program
665176726Speter	  understands how to run tbl automatically.
665276726Speter	+ minor improvement to force_bar() in comp_parse.c (Bernhard
665376726Speter	  Rosenkraenzer <bero@redhat.de>).
665476726Speter	+ modify lib_tparm.c to use get_space() before writing terminating
665576726Speter	  null character, both for consistency as well as to ensure that if
665676726Speter	  save_char() was called immediately before, that the allocated memory
665776726Speter	  is enough (patch by Sergei Ivanov).
665876726Speter	+ add note about termcap ML capability which is duplicated between two
665976726Speter	  different capabilities:  smgl and smglr (reported by Sergei Ivanov
666076726Speter	  <svivanov@pdmi.ras.ru>).
666176726Speter	+ correct parameter counts in include/Caps for dclk as well as some
666276726Speter	  printer-specific capabilities: csnm, defc, scs, scsd, smgtp, smglp.
666376726Speter	> patch by Johnny C Lam <lamj@stat.cmu.edu>:
666476726Speter	+ add support for building with libtool (apparently version 1.3.5,
666576726Speter	  since old versions do not handle -L../lib), using new configure
666676726Speter	  option --with-libtool.
666776726Speter	+ add configure option --with-manpage-tbl, which causes the manpages to
666876726Speter	  be preprocessed by tbl(1) prior to installation,
666976726Speter	+ add configure option --without-curses-h, which causes the
667076726Speter	  installation process to install curses.h as ncurses.h and make
667176726Speter	  appropriate changes to headers and manpages.
667276726Speter
667366963Speter20001009
667466963Speter	+ correct order of options/parameters in run_tic.in invocation of tic,
667566963Speter	  which did not work with standard getopt() (reported by Ethan
667666963Speter	  Butterfield <primus@veris.org>).
667766963Speter	+ correct logic for 'reverse' variable in lib_vidattr.c, which was
667866963Speter	  setting it true without checking if newmode had A_REVERSE set, e.g.,
667966963Speter	  using $TERM=ansi on OS/2 EMX (see 20000917).
6680166124Srafan	> patch by Todd C Miller:
668166963Speter	+ add a few missing use_terminfo_vars() and fixes up _nc_tgetent().
668266963Speter	  Previously, _nc_cgetset() would still get called on cp so the
668366963Speter	  simplest thing is to set cp to NULL if !use_terminfo_vars().
668466963Speter	+ added checks for an empty $HOME environment variable.
6685166124Srafan	> patches for OS/2 EMX (Ilya Zakharevich):
668666963Speter	+ modify convert_configure.pl to support INSTALL.  Change compiler
668766963Speter	  options in that script to use multithreading, needed for the mouse.
668866963Speter	+ modify OS/2 mouse support, retrying as a 2-button mouse if code fails
668966963Speter	  to set up a 3-button mouse.
669066963Speter	+ improve code for OS/2 mouse support, using _nc_timed_wait() to
669166963Speter	  replace select() call.
669266963Speter
669366963Speter20001007
669466963Speter	+ change type of ospeed variable back to short to match its use in
669566963Speter	  legacy applications (reported by Andrey A Chernov).
669666963Speter	+ add case to configure script for --enable-rpath on IRIX (patch by
669766963Speter	  Albert Chin-A-Young).
669866963Speter	+ minor fix to position_check() function, to ensure it gets the whole
669966963Speter	  cursor report before decoding.
670066963Speter	+ add configure option --disable-assumed-color, to allow pre-5.1
670166963Speter	  convention of default colors used for color-pair 0 to be configured
670266963Speter	  (see assume_default_colors()).
670366963Speter	+ rename configure option --enable-hashmap --disable-hashmap, and
670466963Speter	  reorder the configure options, splitting the experimental and
670576726Speter	  development
670666963Speter	+ add configure option --disable-root-environ, which tells ncurses to
670766963Speter	  disregard $TERMINFO and similar environment variables if the current
670866963Speter	  user is root, or running setuid/setgid (based on discussion with
670966963Speter	  several people).
671066963Speter	+ modified misc/run_tic.in to use tic -o, to eliminate dependency on
671166963Speter	  $TERMINFO variable for installs.
671266963Speter	+ add table entry for plab_norm to tput, so it passes in strings
671366963Speter	  for that capability.
671466963Speter	+ modify parse_format() in lib_tparm.c to ignore precision if it is
671566963Speter	  longer than 10000 (report by Jouko Pynnonen).
671666963Speter	+ rewrote limit checks in lib_mvcur.c using new functions
671766963Speter	  _nc_safe_strcat(), etc.  Made other related changes to check lengths
671897049Speter	  used for strcat/strcpy (report by Jouko Pynnonen
671997049Speter	  <jouko@solutions.fi>).
672066963Speter
672166963Speter20000930
672266963Speter	+ modify several descriptions, including those for setaf, setab, in
672366963Speter	  include/Caps to indicate that the entries are parameterized.  This
672466963Speter	  information is used to tell which strings are translated when
672566963Speter	  converting to termcap.  Fixes a problem where the generated termcap
672666963Speter	  would contain a spurious "%p1" for the terminfo "%p1%d".
672766963Speter	+ modify ld -rpath options (e.g., Linux, and Solaris) to use an
672866963Speter	  absolute pathname for the build tree's lib directory (prompted by
672966963Speter	  discussion with Albert Chin-A-Young).
673066963Speter	+ modify "make install.man" and "make uninstall.man" to include tack's
673166963Speter	  man-page.
673266963Speter	+ various fixes for install scripts used to support configure --srcdir
673366963Speter	  and --with-install-prefix (reported by Matthew Clarke
673466963Speter	  <Matthew_Clarke@mindlink.bc.ca>).
673566963Speter	+ make configure script checks on variables $GCC and $GXX consistently
673666963Speter	  compare against 'yes' rather than test if they are nonnull, since
673766963Speter	  either may be set to the corresponding name of the C or C++ compiler
673866963Speter	  (report/patch by Albert Chin-A-Young).
673966963Speter
674066963Speter20000923
674166963Speter	+ modify rs2 capability in xterm-r6 and similar where cursor
6742174993Srafan	  save/restore bracketed the sequence for resetting video attributes.
6743166124Srafan	  The cursor restore would undo that (report by John Hawkinson
6744166124Srafan	  <jhawk@MIT.EDU> (see NetBSD misc/11052)).
674566963Speter	+ using parameter check added to tic, corrected 27 typos in
674666963Speter	  terminfo.src -TD
674766963Speter	+ modify tic to verify that its inputs are really files, in case
674866963Speter	  someone tries to read a directory (or /dev/zero).
674966963Speter	+ add a check for empty buffers returned by fgets() in comp_scan.c
675066963Speter	  next_char() function, in case tic is run on a non-text file (fixes
675166963Speter	  a core dump reported by Aaron Campbell <aaron@cs.dal.ca>).
675266963Speter	+ add to railroad.c some code exercising tgoto(), providing an
675366963Speter	  alternate form of display if the terminal supports cursor addressing.
675466963Speter	+ split-out tgoto() again, this time into new file lib_tgoto.c, and
675566963Speter	  implement a conventional BSD-style tgoto() which is used if the
675666963Speter	  capability string does not contain terminfo-style padding or
675766963Speter	  parameters (requested by Andrey A Chernov).
675866963Speter	+ add check to tic which reports capabilities that do not reference
675966963Speter	  the expected number of parameters.
676066963Speter	+ add error checking to infocmp's -v and -m options to ensure that
676166963Speter	  the option value is indeed a number.
676297049Speter	+ some cleanup of logic in _nc_signal_handler() to verify if SIGWINCH
676397049Speter	  handler is setup.  Separated the old/new sigaction data for SIGTSTP
676497049Speter	  from the other signals.
676566963Speter
676666963Speter20000917
676766963Speter	+ add S0, E0 extensions to screen's terminfo entry, which is another
676866963Speter	  way to solve the misconfiguration issue -TD
676966963Speter	+ completed special case for tgoto from 20000916
677066963Speter
677166963Speter20000916
677266963Speter	+ update xterm terminfo entries to match XFree86 xterm patch #146 -TD
677366963Speter	+ add Matrix Orbital terminfo entries (from Eric Z Ayers
677466963Speter	  <eric@ale.org>).
677566963Speter	+ add special case to lib_tparm.c to allow 'screen' program to use a
677666963Speter	  termcap-style parameter "%." to tgoto() for switching character sets.
677766963Speter	+ use LN_S substitution in run_tic.in, to work on OS/2 EMX which has
677866963Speter	  no symbolic links.
677966963Speter	+ updated notes in README.emx regarding autoconf patches.
678066963Speter	+ replace a lookup table in lib_vidattr.c used to decode no_color_video
678166963Speter	  with a logic expression (suggested by Philippe Blain).
678266963Speter	+ add a/A toggle to ncurses.c 'b' test, which clears/sets alternate
678366963Speter	  character set attribute from the displayed text.
678466963Speter	+ correct inequality in parameter analysis of rewritten lib_tparm.c
678566963Speter	  which had the effect of ignoring p9 in set_attributes (sgr), breaking
678666963Speter	  alternate character set (reported by Piotr Majka <charvel@link.pl>).
678766963Speter	+ correct ifdef'ing for GCC_PRINTF, GCC_SCANF which would not compile
678876726Speter	  with Sun WorkShop compilers since these tokens were empty (cf:
678966963Speter	  20000902, reported by Albert Chin-A-Young).
679066963Speter
679166963Speter20000909
679266963Speter	+ correct an uninitialized parameter to open_tempfile() in tic.c which
679366963Speter	  made "tic -I" give an ambiguous error message about tmpnam.
679466963Speter	+ add special case in lib_vidattr.c to reset underline and standout for
679566963Speter	  devices that have no sgr0 defined (patch by Don Lewis
679666963Speter	  <Don.Lewis@tsc.tdk.com>).  Note that this will not work for bold
679766963Speter	  mode, since there is no exit-bold-mode capability.
679866963Speter	+ improved patch for Make_Enum_Type (patch by Juergen Pfeifer).
679966963Speter	+ modify tparm to disallow arithmetic on strings, analyze the varargs
680066963Speter	  list to read strings as strings and numbers as numbers.
680166963Speter	+ modify tparm's internal function spop() to treat a null pointer as
680266963Speter	  an empty string.
680366963Speter	+ modify tput program so it can be renamed or invoked via a link as
680466963Speter	  'reset' or 'init', producing the same effect as 'tput reset' or 'tput
680566963Speter	  init'.
680666963Speter	+ add private entrypoint _nc_basename(), use to consolidate related
680766963Speter	  code in progs, as well as accommodating OS/2 EMX pathnames.
680866963Speter	+ remove NCURSES_CONST line from edit_cfg.sh to compensate for its
680997049Speter	  removal (except via AC_SUBST) from configure.in, making
681097049Speter	  --enable-const work again (reported by Juergen Pfeifer).
681166963Speter	+ regen'd configure to pick up "hpux*" change from 20000902.
681266963Speter
681366963Speter20000902
681466963Speter	+ modify tset.c to check for transformed "reset" program name, if any.
681566963Speter	+ add a check for null pointer in Make_Enum_Type() (reported by Steven
681666963Speter	  W Orr <steveo@world.std.com>).
681766963Speter	+ change functions _nc_parse_entry() and postprocess_termcap() to avoid
681866963Speter	  using strtok(), because it is non-reentrant (reported by Andrey A
681966963Speter	  Chernov <ache@nagual.pp.ru>).
682066963Speter	+ remove "hpux10.*" case from CF_SHARED_OPTS configure script macro.
682166963Speter	  This differed from the "hpux*" case by using reversed symbolic
682266963Speter	  links, which made the 5.1 version not match the configuration of
682366963Speter	  5.0 shared libraries (reported by Albert Chin-A-Young).
682466963Speter	+ correct a dependency in Ada95/src/Makefile.in which prevented
682566963Speter	  building with configure --srcdir (patch by H Nanosecond
682666963Speter	  <aldomel@ix.netcom.com>).
682766963Speter	+ modify ifdef's in curses.h.in to avoid warning if GCC_PRINTF or
682866963Speter	  GCC_SCANF was not previously defined (reported by Pavel Roskin
682966963Speter	  <proski@gnu.org>).
683066963Speter	+ add MKncurses_def.sh to generate fallback definitions for
683166963Speter	  ncurses_cfg.h, to quiet gcc -Wundef warnings, modified ifdef's in
683266963Speter	  code to consistently use "#if" rather than "#ifdef".
683366963Speter
683466963Speter20000826
683566963Speter	+ add QNX qansi entries to terminfo -TD
683666963Speter	+ add os2 entry to misc/emx.src (<jmcoopr@webmail.bmi.net>).
683766963Speter	+ add configure option --with-database to allow specifying a different
683866963Speter	  terminfo source-file to install.  On OS/2 EMX, this defaults to
683966963Speter	  misc/emx.src
684066963Speter	+ change misc/run_tic.sh to derive it from misc/run_tic.in, to simplify
684166963Speter	  setting .exe extension on OS/2 EMX.
684266963Speter	+ add .exe extension in Ada95/gen/Makefile.in,
684366963Speter	  Ada95/samples/Makefile.in, for OS/2 EMX (reported by
684466963Speter	  <jmcoopr@webmail.bmi.net>).
684566963Speter	+ add configure check for filesystems (such as OS/2 EMX) which do not
684666963Speter	  distinguish between upper/lowercase filenames, use this to fix tags
684766963Speter	  rules in makefiles.
684866963Speter	+ initialize fds[] array to 0's in _nc_timed_wait(); apparently poll()
684966963Speter	  only sets the revents members of that array when there is activity
685066963Speter	  corresponding to the related file (report by Glenn Cooper
685166963Speter	  <gcooper@qantas.com.au>, using Purify on Solaris 5.6).
685266963Speter	+ change configure script to use AC_CANONICAL_SYSTEM rather than
685366963Speter	  AC_CANONICAL_HOST, which means that configure --target will set
685466963Speter	  a default program-prefix.
685566963Speter	+ add note on cross-compiling to INSTALL (which does not rely on the
685666963Speter	  AC_CANONICAL_* macros).
685766963Speter
685866963Speter20000819
685966963Speter	+ add cases for EMX OS/2 to config.guess, config.sub
686066963Speter	+ new version of config.guess, config.sub from lynx 2.8.4dev.7
686166963Speter	+ add definitions via transform.h to allow tic and tput to check for
686266963Speter	  the transformed aliases rather than the original infotocap, etc.
686366963Speter	+ simplify transform-expressions in progs/Makefile.in, make the
686466963Speter	  uninstall rule work for transformed program names.
686566963Speter	+ change symbol used by --install-prefix configure option from
686666963Speter	  INSTALL_PREFIX to DESTDIR (the latter has become common usage
686766963Speter	  although the name is misleading).
686866963Speter	+ modify programs to use curses_version() string to report the version
686966963Speter	  of ncurses with which they are compiled rather than the
687066963Speter	  NCURSES_VERSION string.  The function returns the patch level in
687166963Speter	  addition to the major and minor version numbers.
687266963Speter
687366963Speter20000812
687466963Speter	+ modify CF_MAN_PAGES configure macro to make transformed program names
687566963Speter	  a parameter to that macro rather than embedding them in the macro.
687666963Speter	+ newer config.guess, config.sub (reference version used in lynx
687766963Speter	  2.8.4dev.7).
687866963Speter	+ add configure option --with-default-terminfo-dir=DIR to allow
687966963Speter	  specifying the default terminfo database directory (request by Albert
688066963Speter	  Chin-A-Young).
688166963Speter	+ minor updates for terminfo.src from FreeBSD termcap change-history.
688266963Speter	+ correct notes in README and INSTALL regarding documentation files
688366963Speter	  that were moved from misc directory to doc (report by Rich Kulawiec
688466963Speter	  <rsk@gsp.org>).
688566963Speter	+ change most remaining unquoted parameters of 'test' in configure
688666963Speter	  script to use quotes, for instance fixing a problem in the
688766963Speter	  --disable-database option (reported by Christian Mondrup
688866963Speter	  <scancm@biobase.dk>).
688966963Speter	+ minor adjustments to work around some of the incompatibilities/bugs
689066963Speter	  in autoconf 2.29a alpha.
689166963Speter	+ add -I/usr/local/include when --with-ncurses option is used in
689266963Speter	  test/configure script.
689366963Speter	+ correct logic in adjust_cancels(), which did not check both
689466963Speter	  alternatives when reclassifying an extended name between boolean,
689566963Speter	  number and string, causing an infinite loop in tic.
689666963Speter
689766963Speter20000730
689866963Speter	+ correct a missing backslash in curses.priv.h
689966963Speter
690066963Speter20000729
690166963Speter	+ change handling of non_dest_scroll_region in tty_update.c to clear
690266963Speter	  text after it is shifted in rather than before shifting out.  Also
690366963Speter	  correct row computation (reported by Ruediger Kuhlmann
690466963Speter	  <uck4@rz.uni-karlsruhe.de>).
690566963Speter	+ add/use new trace function to display chtype values from winch() and
690666963Speter	  getbkgd().
690766963Speter	+ add trace mask TRACE_ATTRS, alter several existing _tracef calls that
690866963Speter	  trace attribute changes under TRACE_CALLS to use this.
690966963Speter	+ modify MKlib_gen.sh so that functions returning chtype will call
691066963Speter	  returnChar().
691166963Speter	+ add returnChar() trace, for functions returning chtype.
691266963Speter	+ change indent.pro to line up parenthesis.
691366963Speter
691466963Speter20000722
691566963Speter	+ fix a heap problem with the c++ binding (report by
691666963Speter	  <alexander_liberson@ninewest.com>, patch by Juergen Pfeifer).
691766963Speter	+ minor adjustment to ClrToEOL() to handle an out-of-bounds parameter.
691866963Speter	+ modify the check for big-core to force a couple of memory accesses,
691966963Speter	  which may work as needed for older/less-capable machines (if not,
692066963Speter	  there's still the explicit configure option).
692166963Speter	> fixes based on diff's for Amiga and BeOS found at
692266963Speter	  http://www.mathematik.uni-karlsruhe.de/~kuhlmann/cross/ncurses/
692366963Speter	+ alter definition of NCURSES_CONST to make it non-empty.
692466963Speter	+ add amiga-vnc terminfo entry.
692566963Speter	+ redefine 'TEXT' in menu.h for AMIGA, since it is reported to have
692666963Speter	  an (unspecified) symbol conflict.
692766963Speter	+ replaced case-statement in _nc_tracebits() for CSIZE with a table to
692866963Speter	  simplify working around implementations that define random
692966963Speter	  combinations of the related macros to zero.
693066963Speter	+ modify configure test for tcgetattr() to allow for old
693166963Speter	  implementations, e.g., on BeOS, which only defined it as a macro.
693266963Speter	> patches by Bruno Haible:
693366963Speter	+ when checking LC_ALL/LC_CTYPE/LANG environment variables for UTF-8
693466963Speter	  locale, ignore those which are set to an empty value, as per SUSV2.
693566963Speter	+ encode 0xFFFD in UTF-8 with 3 bytes, not 2.
693666963Speter	+ modify _nc_utf8_outch() to avoid sign-extension when checking for
693766963Speter	  out-of-range value.
693866963Speter
693966963Speter20000715
694066963Speter	+ correct manlinks.sed script to avoid using ERE "\+", which is not
694166963Speter	  understood by older versions of sed (patch by Albert Chin-A-Young).
694266963Speter	+ implement configure script options that transform installed program
694366963Speter	  names, e.g., --program-prefix, including the manpage names and cross
694466963Speter	  references (patch by Albert Chin-A-Young <china@thewrittenword.com>).
694566963Speter	+ correct several mismatches between manpage filename and ".TH"
694666963Speter	  directives, renaming dft_fgbg.3x to default_colors.3x and
694766963Speter	  menu_attribs.3x to menu_attributes.3x (report by Todd C Miller).
694866963Speter	+ correct missing includes for <string.h> in several places, including
694966963Speter	  the C++ binding.  This is not noted by gcc unless we use the
695066963Speter	  -fno-builtin option (reported by Igor Schein <igor@txc.com>).
695166963Speter	+ modified progs/tset.c and tack/sysdep.c to build with sgttyb
695266963Speter	  interface if neither termio or termios is available.  Tested this
695366963Speter	  with FreeBSD 2.1.5 (which does have termios - but the sgttyb does
695466963Speter	  work).
695566963Speter
695666963Speter20000708 5.1 release for upload to ftp.gnu.org
695766963Speter	+ document configure options in INSTALL.
695866963Speter	+ add man-page for ncurses trace functions.
695966963Speter	+ correct return value shown in curs_touch.3x for is_linetouched() and
696066963Speter	  is_wintouched(), in curs_initscr.3x for isendwin(), and in
696166963Speter	  curs_termattr.3x for has_ic() and has_il().
696266963Speter	+ add prototypes for touchline() and touchwin(), adding them to the
696366963Speter	  list of generated functions.
696466963Speter	+ modify fifo_push() to put ERR into the fifo just like other values to
696566963Speter	  return from wgetch().  It was returning without doing that, making
696666963Speter	  end-of-file condition incorrectly return a 0 (reported by Todd C
696766963Speter	  Miller).
696866963Speter	+ uncomment CC_SHARED_OPTS for progs and tack (see 971115), since they
696966963Speter	  are needed for SCO OpenServer.
697066963Speter	+ move _nc_disable_period from free_ttype.c to comp_scan.c to appease
697166963Speter	  dynamic loaders on SCO and IRIX64.
697266963Speter	+ add "-a" option to test/ncurses.c to invoke assume_default_colors()
697366963Speter	  for testing.
697466963Speter	+ correct assignment in assume_default_colors() which tells ncurses
697566963Speter	  whether to use default colors, or the assumed ones (reported by Gary
697666963Speter	  Funck <gary@Intrepid.Com>).
697766963Speter	+ review/correct logic in mk-1st.awk for making symbolic links for
697866963Speter	  shared libraries, in particular for FreeBSD, etc.
697966963Speter	+ regenerate misc/*.def files for OS/2 EMX dll's.
698066963Speter	+ correct quoting of values for CC_SHARED_OPTS in aclocal.m4 for
698166963Speter	  cases openbsd2*, openbsd*, freebsd* and netbsd* (patch by Peter
698266963Speter	  Wemm) (err in 20000610).
698366963Speter	+ minor updates to release notes, as well as adding/updating URLs for
698466963Speter	  examples cited in announce.html
698566963Speter	> several fixes from Philippe Blain <philippe.blain2@freesbee.fr>:
698666963Speter	+ correct placement of ifdef for NCURSES_XNAMES in function
698766963Speter	  _nc_free_termtype(), fixes a memory leak.
698866963Speter	+ add a call to _nc_synchook() to the end of function whline() like
698966963Speter	  that in wvline() (difference was in 1.9.4).
699066963Speter	+ make ClearScreen() a little faster by moving two instances of
699166963Speter	  UpdateAttr() out of for-loops.
699266963Speter	+ simplify ClrBottom() by eliminating the tstLine data, using for-loops
699366963Speter	  (cf: 960428).
699466963Speter
699562449Speter20000701 pre-release
699662449Speter	+ change minor version to 1, i.e., ncurses 5.1
699762449Speter	+ add experimental configure option --enable-colorfgbg to check for
699862449Speter	  $COLORTERM variable as set by rxvt/aterm/Eterm.
699962449Speter	+ add Eterm terminfo entry (Michael Jennings <mej@valinux.com>).
700062449Speter	+ modify manlinks.sed to pick aliases from the SYNOPSIS section, and
700162449Speter	  several manpages so manlinks.sed can find aliases for creating
700262449Speter	  symbolic links.
700362449Speter	+ add explanation to run_tic.sh regarding extended terminal
700462449Speter	  capabilities.
700562449Speter	+ change message format for edit_cfg.sh, since some people interpret
700662449Speter	  it as a warning.
700762449Speter	+ correct unescaped '$' in sysv5uw7*|unix_sv* rule for CF_SHARED_OPTS
700862449Speter	  configure macro (report by Thanh Ma <Thanh.Ma@casi-rusco.com>).
700962449Speter	+ correct logic in lib_twait.c as used by lib_mouse.c for GPM mouse
701062449Speter	  support when poll() is used rather than select() (prompted by
701162449Speter	  discussion with David Allen <DAllen24@aol.com>).
701262449Speter
701362449Speter20000624 pre-release
701462449Speter	+ modify TransformLine() to check for cells with different color pairs
701562449Speter	  that happen to render the same display colors.
701662449Speter	+ apply $NCURSES_NO_PADDING to cost-computation in mvcur().
701762449Speter	+ improve cost computation in PutRange() by accounting for the use
701862449Speter	  of parm_right_cursor in mvcur().
701962449Speter	+ correct cost computation in EmitRange(), which was not using the
702062449Speter	  normalized value for cursor_address.
702162449Speter	+ newer config.guess, config.sub (reference version used in TIN 1.5.6).
702262449Speter
702362449Speter20000617
702462449Speter	+ update config.guess, config.sub (reference version used in PCRE 3.2).
702562449Speter	+ resync changes to gnathtml against version 1.22, regenerated html
702662449Speter	  files under doc/html/ada using this (1.22.1.1).
702762449Speter	+ regenerated html files under doc/html/man after correcting top and
702862449Speter	  bottom margin options for man2html in dist.mk
702962449Speter	+ minor fixes to test programs ncurses 'i' and testcurs program to make
703062449Speter	  the subwindow's background color cover the subwindow.
703162449Speter	+ modify configure script so AC_MSG_ERROR is temporarily defined to a
703262449Speter	  warning in AC_PROG_CXX to make it recover from a missing C++ compiler
7033166124Srafan	  without requiring user to add --without-cxx option (adapted from
7034166124Srafan	  comment by Akim Demaille <akim@epita.fr> to autoconf mailing list).
703562449Speter	+ modify headers.sh to avoid creating temporary files in the build
703662449Speter	  directory when installing headers (reported by Sergei Pokrovsky
703762449Speter	  <pok@nbsp.nsk.su>)
703862449Speter
703962449Speter20000610
704062449Speter	+ regenerated the html files under doc/html/ada/files and
704162449Speter	  doc/html/ada/funcs with a slightly-improved gnathtml.
704262449Speter	+ add kmous capability to linux terminfo entry to allow it to use
704362449Speter	  xterm-style events provided by gpm patch by Joerg Schoen.
704462449Speter	+ make the configure macro CF_SHARED_OPTS a little smarter by testing
704562449Speter	  if -fPIC is supported by gcc rather than -fpic.  The former option
704662449Speter	  allows larger symbol tables.
704762449Speter	+ update config.guess and config.sub (patches by
7048166124Srafan	  Kevin Buettner <kev@primenet.com> (for elf64_ia64),
7049166124Srafan	  Bernd Kuemmerlen <bkuemmer@mevis.de> (for MacOS X)).
705062449Speter	+ add warning for 'tic -cv' about use of '^?' in terminfo source, which
705162449Speter	  is an extension.
705262449Speter
705362449Speter20000527
705462449Speter	+ modify echo() behavior of getch() to match Solaris curses for
705562449Speter	  carriage return and backspace (reported by Neil Zanella).
705662449Speter	+ change _nc_flush() to a function.
705762449Speter	+ modify delscreen() to check if the output stream has been closed, and
705862449Speter	  if so, free the buffer allocated for setbuf (this provides an
705962449Speter	  ncurses-specific way to avoid a memory leak when repeatedly calling
706062449Speter	  newterm reported by Chipp C <at_1@zdnetonebox.com>).
706162449Speter	+ correct typo in curs_getch.3x manpage regarding noecho (reported by
706262449Speter	  David Malone <dwmalone@maths.tcd.ie>).
706362449Speter	+ add a "make libs" rule.
706462449Speter	+ make the Ada95 interface build with configure --enable-widec.
706562449Speter	+ if the configure --enable-widec option is given, append 'w' to names
706662449Speter	  of the generated libraries (e.g., libncursesw.so) to avoid conflict
706762449Speter	  with existing ncurses libraries.
706862449Speter
706962449Speter20000520
707062449Speter	+ modify view.c to make a rudimentary viewer of UTF-8 text if ncurses
707162449Speter	  is configured with the experimental wide-character support.
707262449Speter	+ add a simple UTF-8 output driver to the experimental wide-character
707362449Speter	  support.  If any of the environment variables LC_ALL, LC_CTYPE or
707462449Speter	  LANG contain the string "UTF-8", this driver will be used to
707562449Speter	  translate the output to UTF-8.  This works with XFree86 xterm.
707662449Speter	+ modify configure script to allow building shared libraries on BeOS
7077166124Srafan	  (from a patch by Valeriy E Ushakov).
707862449Speter	+ modify lib_addch.c to allow repeated update to the lower-right
707962449Speter	  corner, rather than displaying only the first character written until
708062449Speter	  the cursor is moved.  Recent versions of SVr4 curses can update the
708162449Speter	  lower-right corner, and behave this way (reported by Neil Zanella).
708262449Speter	+ add a limit-check in _nc_do_color(), to avoid using invalid color
7083166124Srafan	  pair value (report by Brendan O'Dea <bod@compusol.com.au>).
708462449Speter
708562449Speter20000513
708662449Speter	+ the tack program knows how to use smcup and rmcup but the "show caps
708762449Speter	  that can be tested" feature did not reflect this knowledge.  Correct
708876726Speter	  the display in the menu tack/test/edit/c (patch by Daniel Weaver).
708962449Speter	+ xterm-16color does allow bold+colors, removed ncv#32 from that
709062449Speter	  terminfo entry.
709162449Speter
709262449Speter20000506
709362449Speter	+ correct assignment to SP->_has_sgr_39_49 in lib_dft_fgbg.c, which
709462449Speter	  broke check for screen's AX capability (reported by Valeriy E Ushakov
709562449Speter	  <uwe@ptc.spbu.ru>).
709697049Speter	+ change man2html rule in dist.mk to workaround bug in some
709797049Speter	  man-programs that ignores locale when rendering hyphenation.
709862449Speter	+ change web- and ftp-site to dickey.his.com
709962449Speter
710062449Speter20000429
710162449Speter	+ move _nc_curr_token from parse_entry.c to comp_scan.c, to work around
710262449Speter	  problem linking tack on MacOS X DP3.
710362449Speter	+ include <sys/time.h> in lib_napms.c to compile on MacOS X DP3
710462449Speter	  (reported by Gerben Wierda <wierda@holmes.nl>).
710562449Speter	+ modify lib_vidattr.c to check for ncv fixes when pair-0 is not
710662449Speter	  default colors.
710762449Speter	+ add -d option to ncurses.c, to turn on default-colors for testing.
710862449Speter	+ add a check to _nc_makenew() to ensure that newwin() and newpad()
710962449Speter	  calls do not silently fail by passing too-large limits.
711062449Speter	+ add symbol NCURSES_SIZE_T to use rather than explicit 'short' for
711162449Speter	  internal window and pad sizes.  Note that since this is visible in
711262449Speter	  the WINDOW struct, it would be an ABI change to make this an 'int'
711362449Speter	  (prompted by a question by Bastian Trompetter
711462449Speter	  <btrompetter@firemail.de>, who attempted to create a 96000-line pad).
711562449Speter
711662449Speter20000422
711762449Speter	+ add mgterm terminfo entry from NetBSD, minor adjustments to sun-ss5,
711862449Speter	  aixterm entries -TD
711962449Speter	+ modify tack/ansi.c to make it more tolerant of bad ANSI replies.  An
712062449Speter	  example of an illegal ANSI resonse can be found using Microsoft's
712162449Speter	  Telnet client.  A correct display can be found using a VT-4xx
712262449Speter	  terminal or XFree86 xterm with:
712362449Speter		XTerm*VT100*decTerminalID:  450
712462449Speter	  (patch by Daniel Weaver).
712562449Speter	+ modify gdc.c to recognize 'q' for quit, 's' for single-step and ' '
712662449Speter	  for resume.  Add '-n' option to force gdc's standard input to
712762449Speter	  /dev/null, to both illustrate the use of newterm() for specifying
712862449Speter	  alternate inputs as well as for testing signal handling.
712962449Speter	+ minor fix for configure option --with-manpage-symlinks, for target
713062449Speter	  directories that contain a period ('.') (reported by Larry Virden).
713162449Speter
713262449Speter20000415
713362449Speter	+ minor additions to beterm entry (feedback from Rico Tudor) -TD
713462449Speter	+ corrections/updates for some IBM terminfo entries -TD
713562449Speter	+ modify _nc_screen_wrap() so that when exiting curses mode with
713662449Speter	  non-default colors, the last line on the screen will be cleared to
7137166124Srafan	  the screen's default colors (request by Alexander V Lukyanov).
713862449Speter	+ modify ncurses.c 'r' example to set nonl(), allowing control/M to be
713962449Speter	  read for demonstrating the REQ_NEW_LINE operation (prompted by a
7140166124Srafan	  question by Tony L Keith <tlkeith@keithconsulting.com>).
714162449Speter	+ modify ncurses.c 'r' example of field_info() to work on Solaris 2.7,
714262449Speter	  documented extension of ncurses which allows a zero pointer.
714362449Speter	+ modify fmt_complex() to avoid buffer overflow in case of excess
714462449Speter	  recursion, and to recognize "%e%?" as a synonym for else-if, which
714562449Speter	  means that it will not recur for that special case.
714662449Speter	+ add logic to support $TERMCAP variable in case the USE_GETCAP symbol
714762449Speter	  is defined (patch by Todd C Miller).
714862449Speter	+ modify one of the m4 files used to generate the Ada95 sources,
714962449Speter	  to avoid using the token "symbols" (patch by Juergen Pfeifer).
715062449Speter
715162449Speter20000408
715262449Speter	+ add terminfo entries bsdos-pc-m, bsdos-pc-mono (Jeffrey C Honig)
715362449Speter	+ correct spelling error in terminfo entry name:  bq300-rv was given as
715462449Speter	  bg300-rv in esr's version.
715562449Speter	+ modify redrawwin() macro so its parameter is fully parenthesized
7156262685Sdelphij	  (fixes Debian #61088).
715762449Speter	+ correct formatting error in dump_entry() which set incorrect column
715862449Speter	  value when no newline trimming was needed at the end of an entry,
715962449Speter	  before appending "use=" clauses (cf: 960406).
716062449Speter
716162449Speter20000401
716262449Speter	+ add configure option --with-manpage-symlinks
716362449Speter	+ change unctrl() to render C1 characters (128-159) as ~@, ~A, etc.
716462449Speter	+ change makefiles so trace() function is provided only if TRACE is
716562449Speter	  defined, e.g., in the debug library.  Modify related calls to
716662449Speter	  _tracechar() to use unctrl() instead.
716762449Speter
716862449Speter20000325
716962449Speter	+ add screen's AX capability (for ECMA SGR 39 and 49) to applicable
717062449Speter	  terminfo entries, use presence of this as a check for a small
717162449Speter	  improvement in setting default colors.
717262449Speter	+ improve logic in _nc_do_color() implementing assume_default_colors()
717362449Speter	  by passing in previous color pair info to eliminate redundant call to
717462449Speter	  set_original_colors().  (Part of this is from a patch by Alexander
7175166124Srafan	  V Lukyanov).
717662449Speter	+ modify warning in _nc_trans_string() about a possibly too-long string
717762449Speter	  to do this once only rather than for each character past the
717862449Speter	  threshold (600).  Change interface of _nc_trans_string() to allow
717962449Speter	  check for buffer overflow.
718062449Speter	+ correct use of memset in _nc_read_entry_source() to initialize ENTRY
718162449Speter	  struct each time before reading new data into it, rather than once
718262449Speter	  per loop (cf:  990301).  This affects multi-entry in-core operations
718362449Speter	  such as "infocmp -Fa".
718462449Speter
718562449Speter20000319
718662449Speter	+ remove a spurious pointer increment in _nc_infotocap() changes from
718762449Speter	  20000311.  Add check for '.' in format of number, since that also
718862449Speter	  is not permitted in termcap.
718962449Speter	+ correct typo in rxvt-basic terminfo from temporary change made while
719062449Speter	  integrating 20000318.
719162449Speter
719262449Speter20000318
719362449Speter	+ revert part of the vt220 change (request by Todd C Miller).
7194166124Srafan	+ add ansi-* terminfo entries from ESR's version.
719562449Speter	+ add -a option to tic and infocmp, which retains commented-out
719662449Speter	  capabilities during source translation/comparison, e.g., captoinfo
719762449Speter	  and infotocap.
719862449Speter	+ modify cardfile.c to display an empty card if no input data file is
719962449Speter	  found, fixes a core dump in that case (reported by Bruno Haible).
720062449Speter	+ correct bracketing in CF_MATH_LIB configure macro, which gave wrong
720162449Speter	  result for OS/2 EMX.
720262449Speter	+ supply required parameter for _nc_resolve_uses() call in
720362449Speter	  read_termcap.c, overlooked in 20000311 (reported by Todd C Miller).
720462449Speter	> patches by Bruno Haible <haible@ilog.fr>:
720562449Speter	+ fix a compiler warning in fty_enum.c
720662449Speter	+ correct LIB_PREFIX expression for DEPS_CURSES in progs, tack
720762449Speter	  makefiles, which resulted in redundant linking (cf: 20000122).
720862449Speter
720962449Speter20000311
721062449Speter	+ make ifdef's for BROKEN_LINKER consistent (patch by Todd C Miller).
721162449Speter	+ improved tack/README (patch by Daniel Weaver).
721262449Speter	+ modify tput.c to ensure that unspecified parameters are passed to
721362449Speter	  tparm() as 0's.
721462449Speter	+ add a few checks in infocmp to guard against buffer overflow when
721562449Speter	  displaying string capabilities.
721662449Speter	+ add check for zero-uses in infocmp's file_comparison() function
721762449Speter	  before calling _nc_align_termtype().  Otherwise one parameter is
721862449Speter	  indexed past the end of the uses-array.
721962449Speter	+ add an option -q to infocmp to specify the less verbose output,
722062449Speter	  keeping the existing format as the default, though not retaining the
722162449Speter	  previous behavior that made the -F option compare each entry to
722262449Speter	  itself.
7223166124Srafan	+ adapted patch by ESR to make infocmp -F less verbose -TD
722462449Speter	  (the submitted patch was unusable because it did not compile
7225166124Srafan	  properly)
722662449Speter	  + modify write_entry.c to ensure that absent or cancelled booleans
722762449Speter	    are written as FALSE, for consistency with infocmp which now
722862449Speter	    assumes this.  Note that for the small-core configuration, tic
722962449Speter	    may not produce the same result as before.
723062449Speter	  + change some private library interfaces used by infocmp, e.g.,
723162449Speter	    _nc_resolve_uses().
723262449Speter	  + add a check in _nc_infotocap() to ensure that cm-style capabilities
723362449Speter	    accept only %d codes when converting the format from terminfo to
723462449Speter	    termcap.
723562449Speter	  + modify ENTRY struct to separate the data in 'parent' into the name
723662449Speter	    and link values (the original idea to merge both into 'parent' was
723762449Speter	    not good).
723862449Speter	  + discard repair_acsc(tterm);
723962449Speter	> patch by Juergen Pfeifer:
724062449Speter	+ drop support for gnat 3.10
724162449Speter	+ move generated documentation and html files under ./doc directory,
724262449Speter	  adding makefile rules for this to dist.mk
724362449Speter
724462449Speter20000304
724562449Speter	+ correct conflicting use of tparm() in 20000226 change to tic, which
724662449Speter	  made it check only one entry at a time.
724762449Speter	+ fix errors in ncurses-intro.html and hackguide.html shown by Dave
724862449Speter	  Raggett's tidy.
724962449Speter	+ make the example in ncurses-intro.html do something plausible, and
725062449Speter	  corrected misleading comment (reported by Neil Zanella).
725162449Speter	+ modify pnoutrefresh() to set newscr->_leaveok as wnoutrefresh() does,
725262449Speter	  to fix a case where the cursor position was not updated as in
725362449Speter	  Solaris  (patch by David Mosberger <davidm@hpl.hp.com>).
725462449Speter	+ add a limit-check for wresize() to ensure that a subwindow does not
725562449Speter	  address out of bounds.
725662449Speter	+ correct offsets used for subwindows in wresize() (patch by Michael
725762449Speter	  Andres <ma@suse.de>).
725862449Speter	+ regenerate html'ized manual pages with man2html 3.0.1 (patch by
725962449Speter	  Juergen Pfeifer).  This generated a file with a space in its name,
726062449Speter	  which I removed.
726162449Speter	+ fix a few spelling errors in tack.
726262449Speter	+ modify tack/Makefile.in to match linker options of progs/Makefile.in;
726362449Speter	  otherwise it does not build properly for older HPUX shared library
726462449Speter	  configurations.
726562449Speter	+ add several terminfo entries from esr's "11.0".
726662449Speter
726762449Speter20000226
726862449Speter	+ make 'tput flash' work properly for xterm by flushing output in
726962449Speter	  delay_output() when using napms(), and modifying xterm's terminfo to
727062449Speter	  specify no padding character.  Otherwise, xterm's reported baud rate
727162449Speter	  can mislead ncurses into producing too few padding characters
727262449Speter	  (Debian #58530).
727362449Speter	+ add a check to tic for consistency between sgr and the separate
727462449Speter	  capabilities such as smso, use this to check/correct several
727562449Speter	  terminfo entries (Debian #58530).
727662449Speter	+ add a check to tic if cvvis is the same as cnorm, adjusted several
727762449Speter	  terminfo entries to remove the conflict (Debian #58530).
727862449Speter	+ correct prototype shown in attr_set()/wattr_set() manpages (fixes
727962449Speter	  Debian #53962).
728062449Speter	+ minor clarification for curs_set() and leaveok() manpages.
728162449Speter	+ use mkstemp() for creating temporary file for tic's processing of
728262449Speter	  $TERMCAP contents (fixes Debian #56465).
728362449Speter	+ correct two errors from integrating Alexander's changes:  did not
728462449Speter	  handle the non-bce case properly in can_erase_with() (noted by
728562449Speter	  Alexander), and left fg/bg uninitialized in the pair-zero case of
728662449Speter	  _nc_do_color() (reported by Dr Werner Fink <werner@suse.de> and
728762449Speter	  Ismael Cordeiro <ismael@cordeiro.com>).
728862449Speter
728962449Speter20000219
729062449Speter	+ store default-color code consistently as C_MASK, even if given as
7291166124Srafan	  -1 for convenience (adapted from patches by Alexander V Lukyanov).
7292166124Srafan	> patches by Alexander V Lukyanov:
729362449Speter	+ change can_clear_with() macro to accommodate logic for
729462449Speter	  assume_default_colors(), making most of the FILL_BCE logic
729562449Speter	  unnecessary.  Made can_clear_with() an inline function to make it
729662449Speter	  simpler to read.
729762449Speter
729862449Speter20000212
729962449Speter	+ corrected form of recent copyright dates.
730062449Speter	+ minor corrections to xterm-xf86-v333 terminfo entry -TD
7301166124Srafan	> patches by Alexander V Lukyanov:
730262449Speter	+ reworded dft_fgbg.3x to avoid assuming that the terminal's default
730362449Speter	  colors are white on black.
730462449Speter	+ fix initialization of tstLine so that it is filled with current blank
730562449Speter	  character in any case.  Previously it was possible to have it filled
730662449Speter	  with old blank.  The wrong over-optimization was introduced in 991002
730762449Speter	  patch.  (it is not very critical as the only bad effect is not using
730862449Speter	  clr_eos for clearing if blank has changed).
730962449Speter
731062449Speter20000205
731162449Speter	+ minor corrections/updates to several terminfo entries: rxvt-basic,
731262449Speter	  vt520, vt525, ibm5151, xterm-xf86-v40 -TD
731362449Speter	+ modify ifdef's for poll() to allow it to use <sys/poll.h>, thereby
731462449Speter	  allowing poll() to be used on Linux.
731562449Speter	+ add CF_FUNC_POLL macro to check if poll() is able to select from
731662449Speter	  standard input.  If not we will not use it, preferring select()
731762449Speter	  (adapted from patch by Michael Pakovic <mpakovic@fdn.com>).
731862449Speter	+ update CF_SHARED_OPTS macro for SCO Unixware 7.1 to allow building
731962449Speter	  shared libraries (reported/tested by Thanh <thanhma@mediaone.net>).
732062449Speter	+ override $LANGUAGE in build to avoid incorrect ordering of keynames.
732162449Speter	+ correct CF_MATH_LIB parameter, must be sin(x), not sqrt(x).
732262449Speter
732362449Speter20000122
7324166124Srafan	+ resync CF_CHECK_ERRNO and CF_LIB_PREFIX macros from tin and xterm -TD
732562449Speter	+ modify CF_MATH_LIB configure macro to parameterize the test function
732662449Speter	  used, for reuse in dialog and similar packages.
732762449Speter	+ correct tests for file-descriptors in OS/2 EMX mouse support.  A
732862449Speter	  negative value could be used by FD_SET, causing the select() call
732962449Speter	  to wait indefinitely.
733062449Speter
733162449Speter20000115
733262449Speter	+ additional fixes for non-bce terminals (handling of delete_character)
733362449Speter	  to work when assume_default_colors() is not specified.
733462449Speter	+ modify warning message from _nc_parse_entry() regarding extended
733562449Speter	  capability names to print only if tic/infocmp/toe have the -v flag
733662449Speter	  set, and not at all in ordinary user applications.  Otherwise, this
733762449Speter	  warning would be shown for screen's extended capabilities in programs
733862449Speter	  that use the termcap interface (reported by Todd C Miller).
733962449Speter	+ modify use of _nc_tracing from programs such as tic so their debug
734062449Speter	  level is not in the same range as values set by trace() function.
734162449Speter	+ small panel header cleanup (patch by Juergen Pfeifer).
734262449Speter	+ add 'railroad' demo for termcap interface.
734362449Speter	+ modify 'tic' to write its usage message to stderr (patch by Todd C
734462449Speter	  Miller).
734562449Speter
734662449Speter20000108
734762449Speter	+ add prototype for erase() to curses.h.in, needed to make test
734862449Speter	  programs build with c++/g++.
734962449Speter	+ add .c.i and .c.h suffix rules to generated makefiles, for debugging.
735062449Speter	+ correct install rule for tack.1; it assumed that file was in the
735162449Speter	  current directory (reported by Mike Castle <dalgoda@ix.netcom.com>).
735262449Speter	+ modify terminfo/termcap translation to suppress acsc before trying
735362449Speter	  sgr if the entry would be too large (patch by Todd C Miller).
735462449Speter	+ document a special case of incompatiblity between ncurses 4.2 and
735562449Speter	  5.0, add a section for this in INSTALL.
735662449Speter	+ add TRACE_DATABASE flag for trace().
735762449Speter
735862449Speter20000101
735962449Speter	+ update mach, add mach-color terminfo entries based on Debian diffs
736062449Speter	  for ncurses 5.0 -TD
736162449Speter	+ add entries for xterm-hp, xterm-vt220, xterm-vt52 and xterm-noapp
736262449Speter	  terminfo entries -TD
736362449Speter	+ change OTrs capabilities to rs2 in terminfo.src -TD
736462449Speter	+ add obsolete and extended capabilities to 'screen' terminfo -TD
736562449Speter	+ corrected conversion from terminfo rs2 to termcap rs (cf: 980704)
736662449Speter	+ make conversion to termcap ug (underline glitch) more consistently
736762449Speter	  applied.
736862449Speter	+ fix out-of-scope use of 'personal[]' buffer in 'toe' (this error
736962449Speter	  was in the original pre-1.9.7 version, when $HOME/.terminfo was
737062449Speter	  introduced).
737162449Speter	+ modify 'toe' to ignore terminfo directories to which it has no
737262449Speter	  permissions.
737362449Speter	+ modify read_termtype(), fixing 'toe', which could dump core when it
737462449Speter	  found an incomplete entry such as "dumb" because it did not
737562449Speter	  initialize its buffer for _nc_read_file_entry().
737662449Speter	+ use -fPIC rather than -fpic for shared libraries on Linux, not
7377166124Srafan	  needed for i386 but some ports (from Debian diffs for 5.0) -TD
737862449Speter	+ use explicit VALID_NUMERIC() checks in a few places that had been
737962449Speter	  overlooked, and add a check to ensure that init_tabs is nonzero,
738062449Speter	  to avoid divide-by-zero (reported by Todd C Miller).
738162449Speter	+ minor fix for CF_ANSI_CC_CHECK configure macro, for HPUX 10.x (from
7382166124Srafan	  tin) -TD
738362449Speter
738462449Speter19991218
738562449Speter	+ reorder tests during mouse initialization to allow for gpm to run in
738662449Speter	  xterm, or for xterm to be used under OS/2 EMX.  Also drop test for
738762449Speter	  $DISPLAY in favor of kmous=\E[M or $TERM containing "xterm" (report
738862449Speter	  by Christian Weisgerber <naddy@mips.rhein-neckar.de>).
738962449Speter	+ modify raw() and noraw() to clear/restore IEXTEN flag which affects
739062449Speter	  stty lnext on systems such as FreeBSD (report by Bruce Evans
739162449Speter	  <bde@zeta.org.au>, via Jason Evans <jasone@canonware.com>).
739262449Speter	+ fix a potential (but unlikely) buffer overflow in failed() function
739362449Speter	  of tset.c (reported by Todd C Miller).
739462449Speter	+ add manual-page for ncurses extensions, documented curses_version(),
739562449Speter	  use_extended_names().
739662449Speter
739762449Speter19991211
739862449Speter	+ treat as untranslatable to termcap those terminfo strings which
739962449Speter	  contain non-decimal formatting, e.g., hexadecimal or octal.
740062449Speter	+ correct commented-out capabilities that cannot be translated to
740162449Speter	  termcap, which did not check if a colon must be escaped.
740262449Speter	+ correct termcap translation for "%>" and "%+", which did not check
740362449Speter	  if a colon must be escaped, for instance.
740462449Speter	+ use save_string/save_char for _nc_captoinfo() to eliminate fixed
740562449Speter	  buffer (originally for _nc_infotocap() in 960301 -TD).
740662449Speter	+ correct expression used for terminfo equivalent of termcap %B,
740762449Speter	  adjust regent100 entry which uses this.
740862449Speter	+ some cleanup and commenting of ad hoc cases in _nc_infotocap().
740962449Speter	+ eliminate a fixed-buffer in tic, used for translating comments.
741062449Speter	+ add manpage for infotocap
741162449Speter
741262449Speter19991204
741362449Speter	+ add kvt and gnome terminfo entries -TD
741462449Speter	+ correct translation of "%%" by infotocap, which was emitted as "%".
741562449Speter	+ add "obsolete" termcap strings to terminfo.src
741662449Speter	+ modify infocmp to default to showing obsolete capabilities rather
741762449Speter	  than terminfo only.
741862449Speter	+ modify write_entry.c so that if extended names (i.e., configure
741962449Speter	  --enable-tcap-names) are active, then tic will also write "obsolete"
742062449Speter	  capabilities that are present in the terminfo source.
742162449Speter	+ modify tic so that when running as captoinfo or infotocap, it
742262449Speter	  initializes the output format as in -C and -I options, respectively.
742362449Speter	+ improve infocmp and tic -f option by splitting long strings that do
742462449Speter	  not have if-then-else construct, but do have parameters, e.g., the
742562449Speter	  initc for xterm-88color.
742662449Speter	+ refine MKtermsort.sh slightly by using bool for the *_from_termcap
742762449Speter	  arrays.
742862449Speter
742962449Speter19991127
743062449Speter	+ additional fixes for non-bce terminals (handling of clear_screen,
743162449Speter	  clr_eol, clr_eos, scrolling) to work when assume_default_colors() is
743262449Speter	  not specified.
743362449Speter	+ several small changes to xterm terminfo entries -TD.
743462449Speter	+ move logic for _nc_windows in lib_freeall.c inside check for nonnull
743562449Speter	  SP, since it is part of that struct.
743662449Speter	+ remove obsolete shlib-versions, which was unintentionally re-added
743762449Speter	  in 970927.
743862449Speter	+ modify infocmp -e, -E options to ensure that generated fallback.c
743962449Speter	  type for Booleans agrees with term.h (reported by Eric Norum
744062449Speter	  <eric@cls.usask.ca>).
744162449Speter	+ correct configure script's use of $LIB_PREFIX, which did not work
744262449Speter	  for installing the c++ directory if $libdir did not end with "/lib"
744362449Speter	  (reported by Huy Le <huyle@ugcs.caltech.edu>).
744462449Speter	+ modify infocmp so -L and -f options work together.
744562449Speter	+ modify the initialization of SP->_color_table[] in start_color() so
744662449Speter	  that color_content() will return usable values for COLORS greater
744762449Speter	  than 8.
744862449Speter	+ modify ncurses 'd' test in case COLORS is greater than 16, e.g., for
744962449Speter	  xterm-88color, to limit the displayed/computed colors to 16.
745062449Speter	> patch by Juergen Pfeifer:
745162449Speter	+ simplify coding of the panel library according to suggestions by
745262449Speter	  Philippe Blain.
745362449Speter	+ improve macro coding for a few macros in curses.priv.h
745462449Speter
745562449Speter19991113
745662449Speter	+ modify treatment of color pair 0 so that if ncurses is configured
745762449Speter	  to support default colors, and they are not active, then ncurses
745862449Speter	  will set that explicitly, not relying on orig_colors or orig_pair.
745962449Speter	+ add new extension, assume_default_colors() to provide better control
746062449Speter	  over the use of default colors.
746162449Speter	+ modify test programs to use more-specific ifdef's for existence of
746262449Speter	  wresize(), resizeterm() and use_default_colors().
746362449Speter	+ modify configure script to add specific ifdef's for some functions
746462449Speter	  that are included when --enable-ext-funcs is in effect, so their
746562449Speter	  existence can be ifdef'd in the test programs.
746662449Speter	+ reorder some configure options, moving those extensions that have
746762449Speter	  evolved from experimental status into a new section.
746862449Speter	+ change configure --enable-tcap-names to enable this by default.
746962449Speter
747062449Speter19991106
747162449Speter	+ install tack's manpage (reported by Robert Weiner
747262449Speter	  <robert@progplus.com>)
747362449Speter	+ correct worm.c's handling of KEY_RESIZE (patch by Frank Heckenbach).
747462449Speter	+ modify curses.h.in, undef'ing some symbols to avoid conflict with C++
747562449Speter	  STL (reported by Matt Gerassimoff <mgeras@ticon.net>)
747662449Speter
747762449Speter19991030
747862449Speter	+ modify linux terminfo entry to indicate that dim does not mix with
747962449Speter	  color (reported by Klaus Weide <kweide@enteract.com>).
748062449Speter	+ correct several typos in terminfo entries related to missing '['
748162449Speter	  in CSI's -TD
748262449Speter	+ fix several compiler warnings in c++ binding (reported by Tim
748362449Speter	  Mooney for alphaev56-dec-osf4.0f
748462449Speter	+ rename parameter of _nc_free_entries() to accommodate lint.
748562449Speter	+ correct lint rule for tack, used incorrect list of source files.
748662449Speter	+ add case to config.guess, config.sub for Rhapsody.
748762449Speter	+ improve configure tests for libg++ and libstdc++ by omitting the
748862449Speter	  math library (which is missing on Rhapsody), and improved test for
748962449Speter	  the math library itself (adapted from path by Nelson H. F. Beebe).
749062449Speter	+ explicitly initialize to zero several data items which were
749162449Speter	  implicitly initialized, e.g., cur_term.  If not explicitly
749262449Speter	  initialized, their storage type is C (common), and causes problems
749362449Speter	  linking on Rhapsody 5.5 using gcc 2.7.2.1 (reported by Nelson H. F.
749462449Speter	  Beebe).
749562449Speter	+ modify Ada95 binding to not include the linker option for Ada
749662449Speter	  bindings in the Ada headers, but in the Makefiles instead (patch by
749762449Speter	  Juergen Pfeifer).
749862449Speter
749956639Speter19991023 5.0 release for upload to ftp.gnu.org
750056639Speter	+ effective with release of 5.0, change NCURSES_VERSION_PATCH to
750156639Speter	  4-digit year.
750256639Speter	+ add function curses_version(), to return ncurses library version
750356639Speter	  (request by Bob van der Poel).
750456639Speter	+ remove rmam, smam from cygwin terminfo entry.
750556639Speter	+ modify FreeBSD cons25 terminfo entry to add cnorm and cvvis, as well
750656639Speter	  as update ncv to indicate that 'dim' conflicts with colors.
750756639Speter	+ modify configure script to use symbolic links for FreeBSD shared
750856639Speter	  libraries by default.
750956639Speter	+ correct ranf() function in rain and worm programs to ensure it does
751056639Speter	  not return 1.0
751156639Speter	+ hide the cursor in hanoi.c if it is running automatically.
751256639Speter	+ amend lrtest.c to account for optimizations that exploit margin
751356639Speter	  wrapping.
751456639Speter	+ add a simple terminfo demo, dots.c
751556639Speter	+ modify SIGINT/SIGQUIT handler to set a flag used in _nc_outch() to
751656639Speter	  tell it to use write() rather than putc(), since the latter is not
751756639Speter	  safe in a signal handler according to POSIX.
751856639Speter	+ add/use internal macros _nc_flush() and NC_OUTPUT to hide details
751956639Speter	  of output-file pointer in ncurses library.
752056639Speter	+ uncomment CC_SHARED_OPTS (see 971115), since they are needed for SCO
752156639Speter	  OpenServer.
752256639Speter	+ correct CC_SHARED_OPTS for building shared libraries for SCO
752356639Speter	  OpenServer.
752456639Speter	+ remove usleep() from alternatives in napms(), since it may interact
752556639Speter	  with alarm(), causing a process to be interrupted by SIGALRM (with
752656639Speter	  advice from Bela Lubkin).
752756639Speter	+ modify terminal_interface-curses-forms.ads.m4 to build/work with
752856639Speter	  GNAT 3.10 (patch by Juergen Pfeifer).
752956639Speter	+ remove part of CF_GPP_LIBRARY configure-script macro, which did not
753056639Speter	  work with gcc 2.7.2.3
753156639Speter	+ minor fix to test/tclock.c to avoid beeping more than once per second
753256639Speter	+ add 's' and ' ' decoding to test/rain.c
753356639Speter
753456639Speter991016	pre-release
753556639Speter	+ corrected BeOS code for lib_twait.c, making nodelay() function work.
753656639Speter
753756639Speter991009	pre-release
753856639Speter	+ correct ncurses' value for cursor-column in PutCharLR(), which was
753956639Speter	  off-by-one in one case (patch by Ilya Zakharevich).
754056639Speter	+ fix some minor errors in position_check() debugging code, found while
754156639Speter	  using this to validate the PutCharLR() patch.
754256639Speter	+ modify firework, lrtest, worm examples to be resizable, and to
754356639Speter	  recognize 'q' for quit, 's' for single-step and ' ' for resume.
754456639Speter	+ restore reverted change to  terminal_interface-curses-forms.ads.m4,
754556639Speter	  add a note on building with gnat 3.10p to Ada95/TODO.
754656639Speter	+ add a copy of the standalone configure script for the test-directory
754756639Speter	  to simplify testing on SCO and Solaris.
754856639Speter
754956639Speter991002	pre-release
755056639Speter	+ minor fixes for _nc_msec_cost(), color_content(), pair_content(),
755156639Speter	  _nc_freewin(), ClrBottom() and onscreen_mvcur() (analysis by Philippe
7552166124Srafan	  Blain, comments by Alexander V Lukyanov).
755356639Speter	+ simplify definition of PANEL and eliminate internal functions
755456639Speter	  _nc_calculate_obscure(), _nc_free_obscure() and _nc_override(),
7555166124Srafan	  (patch by Juergen Pfeifer, analysis by Philippe Blain
755656639Speter	  <bledp@voila.fr>)).
755756639Speter	+ change renaming of dft_fgbg.3x to use_default_colors.3ncurses in
755856639Speter	  man_db.renames, since Debian is not concerned with 14-character
7559174993Srafan	  filename limitation (Debian bug report by Josip Rodin
756056639Speter	  <joy@cibalia.gkvk.hr>).
756156639Speter	+ corrected scoansi terminfo entry by testing with scoterm and console.
756256639Speter	+ revert change from 990614 to terminal_interface-curses-forms.ads.m4,
756356639Speter	  since this does not work for gnat 3.10p
756456639Speter	+ modify tclock example to be resizable (if ncurses' sigwinch handler
756556639Speter	  is used), and in color.
756656639Speter	+ use $(CC) rather than 'gcc' in MK_SHARED_LIB symbols, used for Linux
756756639Speter	  shared library rules.
756856639Speter
756956639Speter990925	pre-release
757056639Speter	+ add newer NetBSD console terminfo entries
757156639Speter	+ add amiga-8bit terminfo entry (from Henning 'Faroul' Peters
757256639Speter	  <Faroul@beyond.kn-bremen.de>)
757356639Speter	+ remove -lcurses -ltermcap from configure script's check for the gpm
757456639Speter	  library, since they are not really necessary (a properly configured
757556639Speter	  gpm library has no dependency on any curses library), and if the
757656639Speter	  curses library is not installed, this would cause the test to fail.
757756639Speter	+ modify tic's -C option so that terminfo "use=" clauses are translated
757856639Speter	  to "tc=" clauses even when running it as captoinfo.
757956639Speter	+ modify CF_STDCPP_LIBRARY configure macro to perform its check only
758056639Speter	  for GNU C++, since that library conflicts with SGI's libC on IRIX-6.2
758156639Speter	+ modify CF_SHARED_OPTS configure macro to support build on NetBSD with
758256639Speter	  ELF libraries (patch by Bernd Ernesti <bernd@arresum.inka.de>).
758356639Speter	+ correct a problem in libpanel, where the _nc_top_panel variable was
758456639Speter	  not set properly when bottom_panel() is called to hide a panel which
758556639Speter	  is the only one on the stack (report/analysis by Michael Andres
758656639Speter	  <ma@suse.de>, patch by Juergen Pfeifer).
758756639Speter
758856639Speter990918	pre-release
758956639Speter	+ add acsc string to HP 70092 terminfo entry (patch by Joerg Wunsch
759056639Speter	  <j@interface-business.de>).
759156639Speter	+ add top-level uninstall.data and uninstall.man makefile rules.
759256639Speter	+ correct logic of CF_LINK_FUNCS configure script, from BeOS changes so
759356639Speter	  that hard-links work on Unix again.
7594166124Srafan	+ change default value of cf_cv_builtin_bool to 1 (suggested by
7595166124Srafan	  Jeremy Buhler), making it less likely that a conflicting declaration
759656639Speter	  of bool will be seen when compiling with C++.
759756639Speter
759856639Speter990911	pre-release
759956639Speter	+ improved configure checks for builtin.h
760056639Speter	+ minor changes to C++ binding (remove static initializations, and make
760156639Speter	  configure-test for parameter initializations) for features not
760256639Speter	  allowed by vendor's C++ compilers (reported by Martin Mokrejs, this
760356639Speter	  applies to SGI, though I found SCO has the same characteristics).
760456639Speter	+ corrected quoting of ETIP_xxx definitions which support old versions
760556639Speter	  of g++, e.g., those using -lg++
760656639Speter	+ remove 'L' code from safe_sprintf.c, since 'long double' is not
760756639Speter	  widely portable.  safe_sprintf.c is experimental, however, and
760856639Speter	  exists mainly as a fallback for systems without snprintf (reported
760956639Speter	  by Martin Mokrejs <mmokrejs@natur.cuni.cz>, for IRIX 6.2)
761056639Speter	+ modify definition of _nc_tinfo_fkeys in broken-linker configuration
761156639Speter	  so that it is not unnecessarily made extern (Jeffrey C Honig).
761256639Speter
761356639Speter990904	pre-release
761456639Speter	+ move definition for builtin.h in configure tests to specific check
761556639Speter	  for libg++, since qt uses the same filename incompatibly.
761656639Speter	+ correct logic of lib_termcap.c tgetstr function, which did not copy
761756639Speter	  the result to the buffer parameter.  Testing shows Solaris does
7618166124Srafan	  update this, though of course tgetent's buffer is untouched (reported
7619166124Srafan	  in Peter Edwards <peter.edwards@ireland.com> in
7620166124Srafan	  mpc.lists.freebsd.current newsgroup.
762156639Speter	+ corrected beterm terminfo entry, which lists some capabilities which
762256639Speter	  are not actually provided by the BeOS Terminal.
762356639Speter	+ add special logic to replace select() calls on BeOS, whose select()
762456639Speter	  function works only for sockets.
762556639Speter	+ correct missing escape in mkterm.h.awk.in, which caused part
762656639Speter	  of the copyright noticed to be omitted (reported by Peter
762756639Speter	  Wemm <peter@netplex.com.au>).
762856639Speter	> several small changes to make the c++ binding and demo work on OS/2
762956639Speter	  EMX (related to a clean reinstall of EMX):
763056639Speter	+ correct library-prefix for c++ binding; none is needed.
763156639Speter	+ add $x suffix to make_hash and make_keys so 'make distclean' works.
763256639Speter	+ correct missing $x suffix for tack, c++ demo executables.
763356639Speter	+ split CF_CXX_LIBRARY into CF_GPP_LIBRARY (for -lg++) and
763456639Speter	  CF_STDCPP_LIBRARY (for -lstdc++)
763556639Speter
763656639Speter990828	pre-release
763756639Speter	+ add cygwin terminfo entry -TD
763856639Speter	+ modify CF_PROG_EXT configure macro to set .exe extension for cygwin.
763956639Speter	+ add configure option --without-cxx-binding, modifying the existing
764056639Speter	  --without-cxx option to check only for the C++ compiler
764156639Speter	  characteristics.  Whether or not the C++ binding is needed, the
764256639Speter	  configure script checks for the size/type of bool, to make ncurses
764356639Speter	  match.  Otherwise C++ applications cannot use ncurses.
764456639Speter
764550276Speter990821	pre-release
764650276Speter	+ updated configure macros CF_MAKEFLAGS, CF_CHECK_ERRNO
764750276Speter	+ minor corrections to beterm terminfo entry.
764897049Speter	+ modify lib_setup.c to reject values of $TERM which have a '/' in
764997049Speter	  them.
765050276Speter	+ add ifdef's to guard against CS5, CS6, CS7, CS8 being zero, as more
765150276Speter	  than one is on BeOS.  That would break a switch statement.
765250276Speter	+ add configure macro CF_LINK_FUNCS to detect and work around BeOS's
765350276Speter	  nonfunctional link().
765450276Speter	+ improved configure macros CF_BOOL_DECL and CF_BOOL_SIZE to detect
765550276Speter	  BeOS's bool, which is declared as an unsigned char.
765650276Speter
765750276Speter990814	pre-release
765850276Speter	+ add ms-vt100 terminfo entry -TD
765950276Speter	+ minor fixes for misc/emx.src, based on testing with tack.
766050276Speter	+ minor fix for test/ncurses.c, test 'a', in case ncv is not set.
766150276Speter
766250276Speter990731	pre-release
766350276Speter	+ minor correction for 'screen' terminfo entry.
766450276Speter	+ clarify description of errret values for setupterm in manpage.
766550276Speter	+ modify tput to allow it to emit capabilities for hardcopy terminals
766650276Speter	  (patch by Goran Uddeborg <goeran@uddeborg.pp.se>).
766750276Speter	+ modify the 'o' (panel) test in ncurses.c to show the panels in color
766850276Speter	  or at least in bold, to test Juergen's change to wrefresh().
766950276Speter	> patches by Juergen Pfeifer:
767050276Speter	+ Fixes a problem using wbkgdset() with panels.  It has actually
767150276Speter	  nothing to with panels but is a problem in the implementation of
767250276Speter	  wrefresh().  Whenever a window changes its background attribute to
767350276Speter	  something different than newscr's background attribute, the whole
767450276Speter	  window is touched to force a copy to newscr.  This is an unwanted
767597049Speter	  side-effect of wrefresh() and it is actually not necessary.  A
767697049Speter	  changed background attribute affects only further outputs of
767797049Speter	  background it doesn't mean anything to the current content of the
767897049Speter	  window.  So there is no need to force a copy.  (reported by Frank
767997049Speter	  Heckenbach <frank@g-n-u.de>).
768050276Speter	+ an upward compatible enhancement of the NCursesPad class in the C++
768150276Speter	  binding.  It allows one to add a "viewport" window to a pad and then
768250276Speter	  to use panning to view the pad through the viewport window.
768350276Speter
768450276Speter990724	pre-release
768550276Speter	+ suppress a call to def_prog_mode() in the SIGTSTP handler if the
768650276Speter	  signal was received while not in curses mode, e.g., endwin() was
768750276Speter	  called in preparation for spawning a shell command (reported by Frank
768850276Speter	  Heckenbach <frank@g-n-u.de>)
768950276Speter	+ corrected/enhanced xterm-r5, xterm+sl, xterm+sl-twm terminfo entries.
769050276Speter	+ change test for xterm mouse capability:  it now checks only if the
769150276Speter	  user's $DISPLAY variable is set in conjunction with the kmous
769250276Speter	  capability being present in the terminfo.  Before, it checked if any
769350276Speter	  of "xterm", "rxvt" or "kterm" were substrings of the terminal name.
769450276Speter	  However, some emulators which are incompatible with xterm in other
769550276Speter	  ways do support the xterm mouse capability.
769650276Speter	+ reviewed and made minor changes in ncurses to quiet g++ warnings
769750276Speter	  about shadowed or uninitialized variables.  g++ incorrectly warns
769850276Speter	  about uninitialized variables because it does not take into account
769950276Speter	  short-circuit expression evaluation.
770050276Speter	+ change ncurses 'b' test to start in color pair 0 and to show in the
770150276Speter	  right margin those attributes which are suppressed by no_color_video,
770250276Speter	  i.e., "(NCV)".
770350276Speter	+ modify ifdef's in curses.h so that __attribute__ is not redefined
770450276Speter	  when compiling with g++, but instead disabled the macros derived for
770550276Speter	  __attribute__ since g++ does not consistently recognize the same
770650276Speter	  keywords as gcc (reported by Stephan K Zitz <zitz@erf.net>).
770750276Speter	+ update dependencies for term.h in ncurses/modules (reported by
770850276Speter	  Ilya Zakharevich).
770950276Speter
771050276Speter990710	pre-release
771150276Speter	+ modify the form demo in ncurses.c to illustrate how to manipulate the
771250276Speter	  field appearance, e.g, for highlighting or translating the field
771350276Speter	  contents.
771450276Speter	+ correct logic in write_entry from split-out of home_terminfo in
771550276Speter	  980919, which prevented update of $HOME/.terminfo (reported by Philip
771650276Speter	  Spencer <pspencer@fields.utoronto.ca>).
771750276Speter
771850276Speter990703	pre-release
771950276Speter	+ modify linux terminfo description to make use of kernel 2.2.x mods
772050276Speter	  that support cursor style, e.g., to implement cvvis (patch by Frank
772150276Speter	  Heckenbach <frank@g-n-u.de>)
772250276Speter	+ add special-case in setupterm to retain previously-saved terminal
772350276Speter	  settings in cur_term, which happens when curses and termcap calls are
772450276Speter	  mixed (from report by Bjorn Helgaas <helgaas@dhc.net>).
772550276Speter	+ suppress initialization of key-tries in _nc_keypad() if we are only
772697049Speter	  disabling keypad mode, e.g., in endwin() called when keypad() was
772797049Speter	  not.
772850276Speter	+ modify the Ada95 makefile to ensure that always the Ada files from
772950276Speter	  the development tree are used for building and not the eventually
773050276Speter	  installed ones (patch by Juergen Pfeifer).
773150276Speter
773250276Speter990626	pre-release
773350276Speter	+ use TTY definition in tack/sysdep.c rather than struct termios
773450276Speter	  (reported by Philippe De Muyter).
773550276Speter	+ add a fallback for strstr, used in lib_mvcur.c and tack/edit.c,
773650276Speter	  not present on sysV68 (reported by Philippe De Muyter).
773750276Speter	+ correct definition in comp_hash.c to build with configure
773850276Speter	  --with-rcs-ids option.
773950276Speter
774050276Speter990619	pre-release
774150276Speter	+ modified ifdef's for sigaction and sigvec to ensure we do not try to
774250276Speter	  handle SIGTSTP if neither is available (from report by Philippe De
774350276Speter	  Muyter).
774450276Speter	> patch by Philippe De Muyter:
774556639Speter	+ in tic.c, use `unlink' if `remove' is not available.
774650276Speter	+ use only `unsigned' as fallback value for `speed_t'.  Some files used
774756639Speter	  `short' instead.
774850276Speter
774950276Speter990616	pre-release
775050276Speter	+ fix some compiler warnings in tack.
775150276Speter	+ add a check for predefined bool type in CC, based on report that
775250276Speter	  BeOS predefines a bool type.
7753166124Srafan	+ correct logic for infocmp -e option, i.e., the configure
7754166124Srafan	  --with-fallbacks option, which I'd not updated when implementing
7755166124Srafan	  extended names (cf:  990301).  The new implementation adds a "-E"
7756166124Srafan	  option to infocmp -TD
775750276Speter	> patch by Juergen Pfeifer:
775850276Speter	+ introduce the private type Curses_Bool in the Ada95 binding
775950276Speter	  implementation.  This is to clearly represent the use of "bool" also
776050276Speter	  in the binding.  It should have no effect on the generated code.
776150276Speter	+ improve the man page for field_buffer() to tell the people, that the
776250276Speter	  whole buffer including leading/trailing spaces is returned.  This is
776356639Speter	  a common source of confusion, so it's better to document it clearly.
776450276Speter
776550276Speter990614	pre-release
776650276Speter	> patch by Juergen Pfeifer:
776750276Speter	+ use pragma PreElaborate in several places.
776850276Speter	+ change a few System.Address uses to more specific types.
776950276Speter	+ change interface version-number to 1.0
777050276Speter	+ regenerate Ada95 HTML files.
777150276Speter
777250276Speter990612	pre-release
777350276Speter	+ modify lib_endwin.c to avoid calling reset_shell_mode(), return ERR
777456639Speter	  if it appears that curses was never initialized, e.g., by initscr().
777550276Speter	  For instance, this guards against setting the terminal modes to
777650276Speter	  strange values if endwin() is called after setupterm().  In the same
777750276Speter	  context, Solaris curses will dump core.
777850276Speter	+ modify logic that avoids a conflict in lib_vidattr.c between sgr0 and
777950276Speter	  equivalent values in rmso or rmul by ensuring we do not modify the
778050276Speter	  data which would be returned by the terminfo or termcap interfaces
778150276Speter	  (reported by Brad Pepers <brad@linuxcanada.com>, cf:  960706).
778250276Speter	+ add a null-pointer check for SP in lib_vidattr.c to logic that checks
778350276Speter	  for magic cookies.
778450276Speter	+ improve fallback declaration of 'bool' when the --without-cxx option
7785166124Srafan	  is given, by using a 'char' on i386 and related hosts (prompted by
7786166124Srafan	  discussion with Alexander V Lukyanov).
778750276Speter
778850276Speter990605	pre-release
778950276Speter	+ include time.h in lib_napms.c if nanosleep is used (patch by
779050276Speter	  R Lindsay Todd <toddr@rpi.edu>).
779150276Speter	+ add an "#undef bool" to curses.h, in case someone tries to define it,
779250276Speter	  e.g., perl.
779350276Speter	+ add check to tparm to guard against divide by zero (reported by Aaron
779450276Speter	  Campbell <aaron@ug.cs.dal.ca>).
779550276Speter
779650276Speter990516	pre-release
779750276Speter	+ minor fix to build tack on CLIX (mismatched const).
779850276Speter	> patch by Juergen Pfeifer:
779950276Speter	+ change Juergen's old email address with new one in the files where it
780056639Speter	  is referenced.  The Ada95 HTML pages are regenerated.
780150276Speter	+ update MANIFEST to list the tack files.
780256639Speter
780350276Speter990509	pre-release
780450276Speter	+ minor fixes to make 'tack' build/link on NeXT (reported by Francisco
780550276Speter	  A. Tomei Torres).
780650276Speter
780750276Speter990417	pre-release
780850276Speter	+ add 'tack' program (which is GPL'd), updating it to work with the
780950276Speter	  modified TERMTYPE struct and making a fix to support setaf/setab
781050276Speter	  capabilities.  Note that the tack program is not part of the
781150276Speter	  ncurses libraries, but an application which can be distributed with
781250276Speter	  ncurses.  The configure script will ignore the directory if it is
781350276Speter	  omitted, however.
781450276Speter	+ modify gpm mouse support so that buttons 2 and 3 are used for
781550276Speter	  select/paste only when shift key is pressed, making them available
781650276Speter	  for use by an application (patch by Klaus Weide).
781750276Speter	+ add complete list of function keys to scoansi terminfo entry - TD
781850276Speter
781950276Speter990410	pre-release
782050276Speter	+ add a simple test program cardfile.c to illustrate how to read form
782150276Speter	  fields, and showing forms within panels.
782250276Speter	+ change shared-library versioning for the Hurd to be like Linux rather
782350276Speter	  than *BSD (patch by Mark Kettenis <kettenis@wins.uva.nl>).
782450276Speter	+ add linux-lat terminfo entry.
782550276Speter	+ back-out _nc_access check in read_termcap.c (both incorrect and
782650276Speter	  unnecessary, except to guard against a small window where the file's
782750276Speter	  ownership may change).
782850276Speter
782950276Speter990403	pre-release
783050276Speter	+ remove conflicting _nc_free_termtype() function from test module
783150276Speter	  lib_freeall.c
783250276Speter	+ use _nc_access check in read_termcap.c for termpaths[] array (noted
783350276Speter	  by Jeremy Buhler, indicating that Alan Cox made a similar patch).
783450276Speter	> patch by Juergen Pfeifer:
783550276Speter	+ modify menu creation to not inherit status flag from the default menu
783650276Speter	  which says that the associated marker string has been allocated and
783797049Speter	  should be freed (bug reported by Marek Paliwoda"
783897049Speter	  <paliwoda@kki.net.pl>)
783950276Speter
784050276Speter990327	pre-release (alpha.gnu.org:/gnu/ncurses-5.0-beta1.tar.gz)
784150276Speter	+ minor fixes to xterm-xfree86 terminfo entry - TD.
784250276Speter	+ split up an expression in configure script check for ldconfig to
784350276Speter	  workaround limitation of BSD/OS sh (reported by Jeff Haas
784450276Speter	  <jmh@mail.msen.com>).
784562449Speter	+ correct a typo in man/form_hook.3x (Todd C Miller).
784650276Speter
784750276Speter990318	pre-release
784850276Speter	+ parenthesize and undef 'index' symbol in c++ binding and demo, to
784950276Speter	  accommodate its definition on NeXT (reported by Francisco A. Tomei
785050276Speter	  Torres).
785150276Speter	+ add sigismember() to base/sigaction.c compatibility to link on NeXT
785250276Speter	  (reported by Francisco A. Tomei Torres).
785350276Speter	+ further refinements to inequality in hashmap.c to cover a case with
7854166124Srafan	  ^U in nvi (patch by Alexander V Lukyanov).
785550276Speter
785650276Speter990316	pre-release
785750276Speter	+ add fallback definition for getcwd, to link on NeXT.
785850276Speter	+ add a copy of cur_term to tic.c to make it link properly on NeXT
785950276Speter	  (reported by Francisco A. Tomei Torres).
786050276Speter	+ change inequality in hashmap.c which checks the distance traveled by
786150276Speter	  a chunk so that ^D command in nvi (scrolls 1/2 screen) will use
7862166124Srafan	  scrolling logic (patch by Alexander V Lukyanov, reported by Jeffrey
786356639Speter	  C Honig).
786450276Speter
786550276Speter990314	pre-release
786650276Speter	+ modify lib_color.c to handle a special case where the curscr
7867166124Srafan	  attributes have been made obsolete (patch by Alexander V Lukyanov).
786850276Speter	+ update BSD/OS console terminfo entries to use klone+sgr and
786956639Speter	  klone+color (patch by Jeffrey C Honig).
787050276Speter	+ update glibc addon configure script for extended capabilities.
787150276Speter	+ correct a couple of warnings in the --enable-const configuration.
787250276Speter	+ make comp_hash build properly with _nc_strdup(), on NeXT (reported by
787350276Speter	  Francisco A. Tomei Torres <francisco.tomei@cwix.com>).
787450276Speter
787550276Speter990313	pre-release
787650276Speter	+ correct typos in linux-c initc string - TD
787750276Speter	+ add 'crt' terminfo entry, update xterm-xfree86 entry - TD
787850276Speter	+ remove a spurious argument to tparm() in lib_sklrefr.c (patch by
7879166124Srafan	  Alexander V Lukyanov).
788050276Speter
788150276Speter990307	pre-release
788250276Speter	+ back-out change to wgetch because it causes a problem with ^Z
788350276Speter	  handling in lynx (reported by Kim DeVaughn).
788450276Speter
788550276Speter990306	pre-release
7886262685Sdelphij	+ add -G option to tic and infocmp, to reverse the "-g" option.
788750276Speter	+ recode functions in name_match.c to avoid use of strncpy, which
788850276Speter	  caused a 4-fold slowdown in tic (cf: 980530).
788950276Speter	+ correct a few warnings about sign-extension in recent changes.
789050276Speter	> patch by Juergen Pfeifer:
789150276Speter	+ fixes suggested by Jeff Bradbury <jibradbury@lucent.com>:
789250276Speter	  + improved parameter checking in new_fieldtype().
789350276Speter	  + fixed a typo in wgetch() timeout handling.
789450276Speter	  + allow slk_init() to be called per newterm call.  The internal SLK
789550276Speter	    state is stored in the SCREEN struct after every newterm() and then
789650276Speter	    reset for the next newterm.
789750276Speter	  + fix the problem that a slk_refresh() refreshes stdscr if the
789850276Speter	    terminal has true SLKs.
789950276Speter	+ update HTML documentation for Ada binding.
790050276Speter
790150276Speter990301	pre-release
790250276Speter	+ remove 'bool' casts from definitions of TRUE/FALSE so that statements
790350276Speter	  such as "#if TRUE" work.  This was originally done to allow for a C++
790450276Speter	  compiler which would warn of implicit conversions between enum and
790550276Speter	  int, but is not needed for g++ (reported by Kim DeVaughn).
790650276Speter	+ add use_extended_names() function to allow applications to suppress
790750276Speter	  read of the extended capabilities.
790850276Speter	+ add configure option --enable-tcap-names to support logic which
790950276Speter	  allows ncurses' tic to define new (i.e., extended) terminal
791050276Speter	  capabilities.  This is activated by the tic -x switch.  The infocmp
791150276Speter	  program automatically shows or compares extended capabilities.
791250276Speter	  Note:  This changes the Strings and similar arrays in the TERMTYPE
791350276Speter	  struct so that applications which manipulate it must be recompiled.
791450276Speter	+ use macros typeMalloc, typeCalloc and typeRealloc consistently
791550276Speter	  throughout ncurses library.
791650276Speter	+ add _nc_strdup() to doalloc.c.
791750276Speter	+ modify define_key() to allow multiple strings to be bound to the
791850276Speter	  same keycode.
791950276Speter	+ correct logic error in _nc_remove_string, from 990220.
7920166124Srafan	> patch for Ada95 binding (Juergen Pfeifer):
792150276Speter	+ regenerate some of the html documentation
792250276Speter	+ minor cleanup in terminal_interface-curses.adb
792350276Speter
792450276Speter990220	pre-release
792550276Speter	+ resolve ambiguity of kend/kll/kslt and khome/kfnd/kich1 strings in
792650276Speter	  xterm and ncsa terminfo entries by removing the unneeded ones.  Note
792750276Speter	  that some entries will return kend & khome versus kslt and kfnd, for
792850276Speter	  PC-style keyboards versus strict vt220 compatiblity - TD
792950276Speter	+ add function keybound(), which returns the definition associated with
793050276Speter	  a given keycode.
793150276Speter	+ modify define_key() to undefine the given string when no keycode is
793250276Speter	  given.
793350276Speter	+ modify keyok() so it works properly if there is more than one string
793450276Speter	  defined for a keycode.
793550276Speter	+ add check to tic to warn about terminfo descriptions that contain
793650276Speter	  more than one key assigned to the same string.  This is shown only if
793750276Speter	  the verbose (-v) option is given.  Moved related logic (tic -v) from
793850276Speter	  comp_parse.c into the tic program.
793950276Speter	+ add/use _nc_trace_tries() to show the function keys that will be
794050276Speter	  recognized.
7941166124Srafan	+ rename init_acs to _nc_init_acs (request by Alexander V Lukyanov).
7942166124Srafan	> patch for Ada95 binding (Juergen Pfeifer):
794350276Speter	+ remove all the *_adabind.c from ncurses, menu and form projects.
794450276Speter	  Those little helper routines have all been implemented in Ada and are
794550276Speter	  no longer required.
794650276Speter	+ The option handling routines in menu and form have been made more
794750276Speter	  save.  They now make sure that the unused bits in options are always
794850276Speter	  zero.
794950276Speter	+ modify configuration scripts to
795050276Speter	  + use gnatmake as default compiler name.  This is a safer choice than
795150276Speter	    gcc, because some GNAT implementations use other names for the
795250276Speter	    compilerdriver to avoid conflicts.
795350276Speter	  + use new default installation locations for the Ada files according
795450276Speter	    to the proposed GNU Ada filesystem standard (for Linux).
795550276Speter	+ simplify the Makefiles for the Ada binding
795650276Speter	+ rename ada_include directory to src.
795750276Speter
795850276Speter990213
795950276Speter	+ enable sigwinch handler by default.
796050276Speter	+ disable logic that allows setbuf to be turned off/on, because some
796150276Speter	  implementations will overrun the buffer after it has been disabled
796250276Speter	  once.
796350276Speter
796450276Speter990206
796550276Speter	+ suppress sc/rc capabilities from terminal description if they appear
796650276Speter	  in smcup/rmcup.  This affects only scrolling optimization, to fix a
796750276Speter	  problem reported by several people with xterm's alternate screen,
796850276Speter	  though the problem is more general.
7969166124Srafan	> patch for Ada95 binding (Juergen Pfeifer):
797050276Speter	+ removed all pragma Preelaborate() stuff, because the just released
797150276Speter	  gnat-3.11p complains on some constructs.
797250276Speter	+ fixed some upper/lower case notations because gnat-3.11p found
797350276Speter	  inconsistent use.
797450276Speter	+ used a new method to generate the HTML documentation of the Ada95
797550276Speter	  binding.  This invalidates nearly the whole ./Ada95/html subtree.
797650276Speter	  Nearly all current files in this subtree are removed
797750276Speter
797850276Speter990130
797950276Speter	+ cache last result from _nc_baudrate, for performance (suggested by
7980166124Srafan	  Alexander V Lukyanov).
798150276Speter	+ modify ClrUpdate() function to workaround a problem in nvi, which
798256639Speter	  uses redrawwin in SIGTSTP handling.  Jeffrey C Honig reported that
798350276Speter	  ncurses repainted the screen with nulls before resuming normal
7984166124Srafan	  operation (patch by Alexander V Lukyanov).
798550276Speter	+ generalize is_xterm() function a little by letting xterm/rxvt/kterm
798650276Speter	  be any substring rather than the prefix.
798750276Speter	+ modify lib_data.c to initialize SP.  Some linkers, e.g., IBM's, will
798850276Speter	  not link a module if the only symbols exported from the module are
7989166124Srafan	  uninitialized ones (patch by Ilya Zakharevich).  Ilya says that he
7990166124Srafan	  has seen messages claiming this behavior conforms to the standard.)
799150276Speter	+ move call on _nc_signal_handler past _nc_initscr, to avoid a small
799250276Speter	  window where Nttyb hasn't yet been filled (reported by Klaus Weide).
799350276Speter	+ modify lib_tstp.c to block SIGTTOU when handling SIGTSTP, fixes a
799450276Speter	  problem where ncurses applications which were run via a shell script
799550276Speter	  would hang when given a ^Z.  Also, check if the terminal's process
799650276Speter	  group is consistent, i.e., a shell has not taken ownership of it,
799750276Speter	  before deciding to save the current terminal settings in the SIGTSTP
799850276Speter	  handler (patch by Klaus Weide).
799950276Speter	+ correct spelling of ACS_ names in curs_border.3x (reported by Bob van
800050276Speter	  der Poel <bvdpoel@kootenay.com>).
800150276Speter	+ correct a couple of typos in the macros supporting the configure
800250276Speter	  --with-shlib-version option.
800350276Speter
800450276Speter990123
800550276Speter	+ modify fty_regex.c to compile on HAVE_REGEXPR_H_FUNCS machine (patch
800650276Speter	  by Kimio Ishii <ishii@csl.sony.co.jp>).
800750276Speter	+ rename BSDI console terminfo entries:  bsdos to bsdos-pc-nobold, and
800850276Speter	  bsdos-bold to bsdos-pc (patch by Jeffrey C Honig).
800950276Speter	+ modify tput to accept termcap names as an alternative to terminfo
801050276Speter	  names (patch by Jeffrey C Honig).
801162449Speter	+ correct a typo in term.7 (Todd C Miller).
801250276Speter	+ add configure --with-shlib-version option to allow installing shared
801350276Speter	  libraries named according to release or ABI versions.  This
801450276Speter	  parameterizes some existing logic in the configure script, and is
801550276Speter	  intended for compatiblity upgrades on Digital Unix, which used
801650276Speter	  versioned libraries in ncurses 4.2, but no longer does (cf:  980425).
801750276Speter	+ resync configure script against autoconf 2.13 + patches
801850276Speter	+ minor improvements for teraterm terminfo entry based on the program's
801950276Speter	  source distribution.
802050276Speter
802150276Speter990116
802250276Speter	+ change default for configure --enable-big-core to assume machines do
802350276Speter	  have enough memory to resolve terminfo.src in-memory.
802450276Speter	+ correct name of ncurses library in TEST_ARGS when configuring with
802550276Speter	  debug library.
802650276Speter	+ minor fixes to compile ncurses library with broken-linker with g++.
802750276Speter	+ add --enable-broken-linker configure option, default to environment
802850276Speter	  variable $BROKEN_LINKER (request by Jeffrey C Honig).
802950276Speter	+ change key_names[] array to static since it is not part of the curses
803050276Speter	  interface (reported by Jeffrey C Honig <jch@bsdi.com>).
803150276Speter
803250276Speter990110
803350276Speter	+ add Tera Term terminfo entry - TD
803450276Speter
803550276Speter990109
803650276Speter	+ reviewed/corrected macros in curses.h as per XSI document.
803750276Speter	+ provide support for termcap PC variable by copying it from terminfo
803850276Speter	  data and using it as the padding character in tputs (reported by
8039166124Srafan	  Alexander V Lukyanov).
804050276Speter	+ corrected iris-ansi and iris-ansi-ap terminfo entries for kent and
804150276Speter	  kf9-kf12 capabilities, as well as adding kcbt.
804250276Speter	+ document the mouse handling mechanism in menu_driver and make a small
804350276Speter	  change in menu_driver's return codes to provide more consistency
804450276Speter	  (patch by Juergen Pfeifer).
804550276Speter	+ add fallback definition for NCURSES_CONST to termcap.h.in (reported
804650276Speter	  by Uchiyama Yasushi <uch@nop.or.jp>).
804750276Speter	+ move lib_restart.c to ncurses/base, since it uses curses functions
804850276Speter	  directly, and therefore cannot be used in libtinfo.so
804950276Speter	+ rename micro_char_size to micro_col_size, adding #define to retain
805050276Speter	  old name.
805150276Speter	+ add set_a_attributes and set_pglen_inch to terminfo structure, as per
805250276Speter	  XSI and Solaris 2.5.
805350276Speter	+ minor makefile files to build ncurses test_progs
805450276Speter	+ update html files in misc directory to reflect changes since 4.2
805550276Speter
805650276Speter990102
805750276Speter	+ disable scroll hints when hashmap is enabled (patch by Alexander
8058166124Srafan	  V Lukyanov).
805950276Speter	+ move logic for tic's verify of -e option versus -I and -C so that the
806050276Speter	  terminfo data is not processed if we cannot handle -e (reported by
806150276Speter	  Steven Schwartz <steves@unitrends.com>.
806250276Speter	+ add test-driver traces to terminfo and termcap functions.
806350276Speter	+ provide support for termcap ospeed variable by copying it from the
806450276Speter	  internal cur_term member, and using ospeed as the baudrate reference
806550276Speter	  for the delay_output and tputs functions.  If an application does not
806650276Speter	  set ospeed, the library behaves as before, except that _nc_timed_wait
806750276Speter	  is no longer used, or needed, since ospeed always has a value.  But
806850276Speter	  the application can modify ospeed to adjust the output of padding
8069166124Srafan	  characters (prompted by a bug report for screen 3.7.6 and email from
8070166124Srafan	  Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>).
807150276Speter	+ removed some unused ifdef's as part of Alexander's restructuring.
807250276Speter	+ reviewed/updated curses.h, term.h against X/Open Curses Issue 4
807350276Speter	  Version 2.  This includes making some parameters NCURSES_CONST
807450276Speter	  rather than const, e.g., in termcap.h.
807550276Speter	+ change linux terminfo entry to use ncv#2, since underline does not
807650276Speter	  work with color
807750276Speter
807850276Speter981226
807950276Speter	+ miscellaneous corrections for curses.h to match XSI.
808050276Speter	+ change --enable-no-padding configure option to be normally enabled.
808150276Speter	+ add section to ncurses manpage for environment variables.
808250276Speter	+ investigated Debian bug report that pertains to screen 3.7.4/3.7.6
808350276Speter	  changes, found no sign of problems on Linux (or on SunOS, Solaris)
808450276Speter	  running screen built with ncurses.
808550276Speter	+ check if tmp_fp is opened in tic.c before closing it (patch by Pavel
808650276Speter	  Roskin <pavel_roskin@geocities.com>).
808750276Speter	+ correct several font specification typos in man-pages.
808850276Speter
808950276Speter981220
809050276Speter	+ correct default value for BUILD_CC (reported by Larry Virden).
809150276Speter
809250276Speter981219
809350276Speter	+ modify _nc_set_writedir() to set a flag in _nc_tic_dir() to prevent
809450276Speter	  it from changing the terminfo directory after chdir'ing to it.
8095166124Srafan	  Otherwise, a relative path in $TERMINFO would confuse tic (prompted
8096166124Srafan	  by a Debian bug report).
809750276Speter	+ correct/update ncsa terminfo entry (report by Larry Virden).
809897049Speter	+ update xterm-xfree86 terminfo to current (patch 90), smcur/rmcur
809997049Speter	  changes
810050276Speter	+ add Mathew Vernon's mach console entries to terminfo.src
810150276Speter	+ more changes, moving functions, as part of Alexander's restructuring.
810250276Speter	+ modify configure script for GNU/Hurd share-library support, introduce
810350276Speter	  BUILD_CC variable for cross compiling (patch by Uchiyama Yasushi
810450276Speter	  <uch@nop.or.jp>)
810550276Speter
810650276Speter981212
810750276Speter	+ add environment variable NCURSES_NO_SETBUF to allow disabling the
810850276Speter	  setbuf feature, for testing purposes.
810950276Speter	+ correct ifdef's for termcap.h versus term.h that suppress redundant
811050276Speter	  declarations of prototypes (reported by H.J.Lu).
811150276Speter	+ modify Makefile.os2 to add linker flags which allow multiple copies
811250276Speter	  of an application to coexist (reported by Ilya Zakharevich).
811350276Speter	+ update Makefile.glibc and associated configure script so that ncurses
811450276Speter	  builds as a glibc add-on with the new directory configuration
811550276Speter	  (reported by H.J.Lu).
811650276Speter
811750276Speter981205
811850276Speter	+ modify gen_reps() function in gen.c to work properly on SunOS
811950276Speter	  (sparc), which is a left-to-right architecture.
812050276Speter	+ modify relative_move and tputs to avoid an interaction with the
812150276Speter	  BSD-style padding.  The relative_move function could produce a string
812250276Speter	  to replace on the screen which began with a numeric character, which
812350276Speter	  was then interpreted by tputs as padding.  Now relative_move will not
812450276Speter	  generate a string with a leading digit in that case (overwrite).
812550276Speter	  Also, tputs will only interpret padding if the string begins with a
812650276Speter	  digit; as coded it permitted a string to begin with a decimal point
812750276Speter	  or asterisk (reported by Larry Virden).
812850276Speter	> patches by Juergen Pfeifer:
812950276Speter	+ fix a typo in m_driver.c mouse handling and improves the error
813050276Speter	  handling.
813150276Speter	+ fix broken mouse handling in the Ada95 binding
813250276Speter	+ make the Ada95 sample application menus work with the new menu mouse
813350276Speter	  support
813450276Speter	+ improve the mouse handling introduced by Ilya; it now handles menus
813550276Speter	  with spacing.
813650276Speter	+ repair a minor bug in the menu_driver code discovered during this
813750276Speter	  rework.
813850276Speter	+ add new function wmouse_trafo() to hide implementation details of
813950276Speter	  _yoffset member of WINDOW struct needed for mouse coordinate
814050276Speter	  transformation.
814150276Speter
814250276Speter981128
814350276Speter	+ modify Ada95/gen/gen.c to avoid using return-value of sprintf, since
814450276Speter	  some older implementations (e.g., SunOS 4.x) return the buffer
814550276Speter	  address rather than its length.
814650276Speter	> patch by Rick Ohnemus:
814750276Speter	+ modify demo.cc to get it to compile with newer versions of egcs.
814850276Speter	+ trim a space that appears at the end of the table preprocessor lines
814950276Speter	  ('\" t).  This space prevents some versions of man from displaying
815050276Speter	  the pages - changed to remove all trailing whitespace (TD)
815150276Speter	+ finally, 'make clean' does not remove panel objects.
815250276Speter	> patches by Ilya Zakharevich:
815350276Speter	+ allow remapping of OS/2 mouse buttons using environment variable
815450276Speter	  MOUSE_BUTTONS_123 with the default value 132.
815550276Speter	+ add mouse support to ncurses menus.
815650276Speter
815750276Speter981121
815850276Speter	+ modify misc/makedef.cmd to report old-style .def file symbols, and to
815950276Speter	  generate the .def files sorted by increasing names rather than the
816050276Speter	  reverse.
816150276Speter	+ add misc/*.ref which are J.J.G.Ripoll's dll definition files (renamed
816250276Speter	  from misc/*.old), and updated based on the entrypoint coding he used
816350276Speter	  for an older version of ncurses.
816450276Speter	+ add README.emx, to document how to build on OS/2 EMX.
816550276Speter	+ updates for config.guess, config.sub from Lynx
816650276Speter	> patches by Ilya Zakharevich:
816750276Speter	+ minor fixes for mouse handling mode:
816850276Speter	  a) Do not initialize mouse if the request is to have no mouse;
816950276Speter	  b) Allow switching of OS/2 VIO mouse on and off.
817050276Speter	+ modify Makefile.os2 to support alternative means of generating
817150276Speter	  configure script, by translating Unix script with Perl.
817250276Speter	> patches by Juergen Pfeifer:
817350276Speter	+ Updates MANIFEST to reflect changes in source structure
817450276Speter	+ Eliminates a problem introduced with my last patch for the C++
817550276Speter	  binding in the panels code.  It removes the update() call done in the
817650276Speter	  panel destructor.
817750276Speter	+ Changes in the Ada95 binding to better support systems where
817850276Speter	  sizeof(chtype)!=sizeof(int) (e.g.  DEC Alpha).
817950276Speter
818050276Speter981114
818150276Speter	+ modify install-script for manpages to skip over .orig and .rej files
818250276Speter	  (request by Larry Virden).
8183166124Srafan	> patches/discussion by Alexander V Lukyanov:
818450276Speter	+ move base-library sources into ncurses/base and tty (serial terminal)
8185166124Srafan	  sources into ncurses/tty, as part of Alexander V Lukyanov's proposed
818650276Speter	  changes to ncurses library.
818750276Speter	+ copy _tracemouse() into ncurses.c so that lib_tracemse.c need not
818850276Speter	  be linked into the normal ncurses library.
818950276Speter	+ move macro winch to a function, to hide details of struct ldat
819050276Speter	> patches by Juergen Pfeifer:
819150276Speter	+ fix a potential compile problem in cursesw.cc
819250276Speter	+ some Ada95 cosmetics
819350276Speter	+ fix a gen.c problem when compiling on 64-Bit machines
819450276Speter	+ fix Ada95/gen/Makefile.in "-L" linker switch
819550276Speter	+ modify Ada95 makefiles to use the INSTALL_PREFIX setting.
819650276Speter
819750276Speter981107
819850276Speter	+ ifdef'd out lib_freeall.c when not configured.
819950276Speter	+ rename _tracebits() to _nc_tracebits().
820050276Speter	+ move terminfo-library sources into ncurses/tinfo, and trace-support
8201166124Srafan	  functions into ncurses/trace as part of Alexander V Lukyanov's
8202166124Srafan	  proposed changes to ncurses library.
820350276Speter	+ modify generated term.h to always specify its own definitions for
820450276Speter	  HAVE_TERMIOS_H, etc., to guard against inclusion by programs with
820550276Speter	  broken configure scripts.
820650276Speter
820750276Speter981031
820850276Speter	+ modify terminfo parsing to accept octal and hexadecimal constants,
820950276Speter	  like Solaris.
821050276Speter	+ remove an autoconf 2.10 artifact from the configure script's check
821150276Speter	  for "-g" compiler options.  (Though harmless, this confused someone
821250276Speter	  at Debian, who recently issued a patch that results in the opposite
821350276Speter	  effect).
821450276Speter	+ add configure option --with-ada-compiler to accommodate installations
821550276Speter	  that do not use gcc as the driver for GNAT (patch by Juergen
821650276Speter	  Pfeifer).
821750276Speter
821850276Speter981017
821950276Speter	+ ensure ./man exists in configure script, needed when configuring
822050276Speter	  with --srcdir option.
822150276Speter	+ modify infocmp "-r" option to remove limit on formatted termcap
822250276Speter	  output, which makes it more like Solaris' version.
822397049Speter	+ modify captoinfo to treat no-argument case more like Solaris'
822497049Speter	  version, which uses the contents of $TERMCAP as the entry to format.
822550276Speter	+ modify mk-2nd.awk to handle subdirectories, e.g., ncurses/tty
822650276Speter	  (patch by Alexander V Lukyanov).
822750276Speter
822850276Speter981010
822950276Speter	+ modify --with-terminfo-dirs option so that the default value is the
823050276Speter	  ${datadir} value, unless $TERMINFO_DIRS is already set.  This gets
823150276Speter	  rid of a hardcoded list of candidate directories in the configure
823250276Speter	  script.
823350276Speter	+ add some error-checking to _nc_read_file_entry() to ensure that
823462449Speter	  strings are properly terminated (Todd C Miller).
823550276Speter	+ rename manpage file curs_scr_dmp.3x to curs_scr_dump.3x, to
823650276Speter	  correspond with contents (reported by Neil Zanella
823750276Speter	  <nzanella@cs.mun.ca>).
823850276Speter	+ remove redundant configure check for C++ which did not work when $CXX
823950276Speter	  was specified with a full pathname (reported by Andreas Jaeger).
824050276Speter	+ corrected bcopy/memmove check; the macro was not standalone.
824150276Speter
824250276Speter981003
824350276Speter	+ remove unnecessary portion of OS/2 EMX mouse change from
824450276Speter	  check_pending() (reported by Alexander V Lukyanov).
824550276Speter
824650276Speter980926
824750276Speter	+ implement mouse support for OS/2 EMX (adapted from patch against
824850276Speter	  4.2(?) by Ilya Zakharevich).
824950276Speter	+ add configure-check for bcopy/memmove, for 980919 changes to hashmap.
825050276Speter	+ merge Data General terminfo from Hasufin <hasufin@vidnet.net> - TD
825150276Speter	+ merge AIX 3.2.5 terminfo descriptions for IBM terminals, replaces
825250276Speter	  some older entries - TD
825350276Speter	+ modify tic to compile into %'char' form in preference to %{number},
825450276Speter	  since that is a little more efficient.
825550276Speter	+ minor correction to infocmp to avoid displaying "difference" between
825650276Speter	  two capabilities that are rendered in equivalent forms.
8257262685Sdelphij	+ add "-g" option to tic/infocmp to force character constants to be
825850276Speter	  displayed in quoted form.  Otherwise their decimal values are shown.
825950276Speter	+ modify setupterm so that cancelled strings are treated the same as
826050276Speter	  absent strings, cancelled and absent booleans false (does not affect
826150276Speter	  tic, infocmp).
826250276Speter	+ modify tic, infocmp to discard redundant i3, r3 strings when output
826350276Speter	  to termcap format.
826462449Speter	> patch by Alexander V Lukyanov:
826550276Speter	+ improve performance of tparm, now it takes 19% instead of 25% when
826650276Speter	  profiling worm.
826750276Speter	+ rename maxlen/minlen to prec/width for better readability.
826850276Speter	+ use format string for printing strings.
826950276Speter	+ use len argument correctly in save_text, and pass it to save_number.
827050276Speter
827150276Speter980919
827250276Speter	+ make test_progs compile (but hashmap does not function).
827350276Speter	+ correct NC_BUFFERED macro, used in lib_mvcur test-driver, modify
827450276Speter	  associated logic to avoid freeing the SP->_setbuf data.
827550276Speter	+ add modules home_terminfo and getenv_num to libtinfo.
827650276Speter	+ move write_entry to libtinfo, to work with termcap caching.
827750276Speter	+ minor fixes to blue.c to build with atac.
827850276Speter	+ remove softscroll.c module; no longer needed for testing.
827950276Speter	> patches by Todd C Miller:
828050276Speter	+ use strtol(3) instead of atoi(3) when parsing env variables so we can
828150276Speter	  detect a bogus (non-numeric) value.
828250276Speter	+ check for terminal names > MAX_NAME_SIZE in a few more places when
828350276Speter	  dealing with env variables again.
828450276Speter	+ fix a MAX_NAME_SIZE that should be MAX_NAME_SIZE+1
828550276Speter	+ use sizeof instead of strlen(3) on PRIVATE_INFO since it is a fixed
828650276Speter	  string #define (compile time vs runtime).
828750276Speter	+ when setting errno to ENOMEM, set it right before the return, not
828850276Speter	  before code that could, possibly, set errno to a different value.
828962449Speter	> patches by Alexander V Lukyanov:
829050276Speter	+ use default background in update_cost_from_blank()
829150276Speter	+ disable scroll-hints when hashmap is configured.
829250276Speter	+ improve integration of hashmap scrolling code, by adding oldhash and
829350276Speter	  newhash data to SP struct.
829450276Speter	+ invoke del_curterm from delscreen.
829597049Speter	+ modify del_curterm to set cur_term to null if it matches the
829697049Speter	  function's parameter which is deleted.
829750276Speter	+ modify lib_doupdate to prefer parm_ich to the enter_insert_mode and
829850276Speter	  exit_insert_mode combination, adjusting InsCharCost to check
829950276Speter	  enter_insert_mode, exit_insert_mode and insert_padding.  Add
830050276Speter	  insert_padding in insert mode after each char.  This adds new costs
830150276Speter	  to the SP struct.
830250276Speter
830350276Speter980912
830497049Speter	+ modify test-driver in lib_mvcur.s to use _nc_setbuffer, for
830597049Speter	  consistent treatment.
830650276Speter	+ modify ncurses to restore output to unbuffered on endwin, and resume
830750276Speter	  buffering in refresh (see lib_set_term.c and NC_BUFFERED macro).
830850276Speter	+ corrected HTML version numbers (according to the W3C validator, they
830950276Speter	  never were HTML 2.0-compliant, but are acceptable 3.0).
831050276Speter
831150276Speter980905
831250276Speter	+ modify MKterminfo.sh to generate terminfo.5 with tables sorted by
831350276Speter	  capability name, as in SVr4.
831450276Speter	+ modified term.h, termcap.h headers to avoid redundant declarations.
831550276Speter	+ change 'u_int' type in tset.c to unsigned, making this compile on
831650276Speter	  Sequent PRX 4.1 (reported by Michael Sterrett <msterret@coat.com>).
831750276Speter
831850276Speter980829
831950276Speter	+ corrections to mailing addresses, and moving the magic line that
832050276Speter	  causes the man program to invoke tbl to the first line of each
832150276Speter	  manpage (patch by Rick Ohnemus <rick@ecompcon.com>).
832250276Speter	+ add Makefile.os2 and supporting scripts to generate dll's on OS/2 EMX
832350276Speter	  (from J.J.G.Ripoll, with further integration by TD).
832462449Speter	+ correct a typo in icl6404 terminfo entry.
832562449Speter	+ add xtermm and xtermc terminfo entries.
832650276Speter	> from esr's terminfo version:
832762449Speter	+ Added Francesco Potorti's tuned Wyse 99 entries.
8328166124Srafan	+ dtterm enacs (from Alexander V Lukyanov).
832962449Speter	+ Add ncsa-ns, ncsa-m-ns and ncsa-m entries from esr version.
833050276Speter
833150276Speter980822
833250276Speter	+ document AT&T acs characters in terminfo.5 manpage.
833350276Speter	+ use EMX _scrsize() function if terminfo and environment do not
833450276Speter	  declare the screen size (reported by Ilya Zakharevich
833550276Speter	  <ilya@math.ohio-state.edu>).
833650276Speter	+ remove spurious '\' characters from eterm and osborne terminfo
833750276Speter	  entries (prompted by an old Debian bug report).
833850276Speter	+ correct reversed malloc/realloc calls in _nc_doalloc (reported by
833950276Speter	  Hans-Joachim Widmaier <hjwidmai@foxboro.com>).
834050276Speter	+ correct misplaced parenthesis which caused file-descriptor from
834150276Speter	  opening termcap to be lost, from 980725 changes (reported by Andreas
834250276Speter	  Jaeger).
834350276Speter
834450276Speter980815
834597049Speter	+ modify lib_setup.c to eliminate unneeded include of <sys/ioctl.h>
834697049Speter	  when termios is not used (patch by Todd C Miller).
834750276Speter	+ add function _nc_doalloc, to ensure that failed realloc calls do not
834850276Speter	  leak memory (reported by Todd C Miller).
834950276Speter	+ improved ncsa-telnet terminfo entry.
835050276Speter
835150276Speter980809
835250276Speter	+ correct missing braces around a trace statement in read_entry.c,
835350276Speter	  from 980808 (reported by Kim DeVaughn <kimdv@best.com> and Liviu
835450276Speter	  Daia).
835550276Speter
835650276Speter980808
835750276Speter	+ fix missing include <errno.h> in ditto.c (reported by Bernhard
835850276Speter	  Rosenkraenzer <bero@k5.sucks.eu.org>)
835950276Speter	+ add NCSA telnet terminfo entries from Francesco Potorti
836050276Speter	  <F.Potorti@cnuce.cnr.it>, from Debian bug reports.
836150276Speter	+ make handling of $LINES and $COLUMNS variables more compatible with
836250276Speter	  Solaris by allowing them to individually override the window size
836350276Speter	  as obtained via ioctl.
836450276Speter
836550276Speter980801
836650276Speter	+ modify lib_vidattr.c to allow for terminal types (e.g., xterm-color)
836750276Speter	  which may reset all attributes in the 'op' capability, so that colors
836850276Speter	  are set before turning on bold and other attributes, but still after
836950276Speter	  turning attributes off.
837050276Speter	+ add 'ditto.c' to test directory to illustrate use of newterm for
837150276Speter	  initializing multiple screens.
837250276Speter	+ modify _nc_write_entry() to recover from failed attempt to link alias
837350276Speter	  for a terminfo on a filesystem which does not preserve character case
837450276Speter	  (reported by Peter L Jordan <PJordan@chla.usc.edu>).
837550276Speter
837650276Speter980725
837750276Speter	+ updated versions of config.guess and config.sub based on automake 1.3
837850276Speter	+ change name-comparisons in lib_termcap to compare no more than 2
837950276Speter	  characters (gleaned from Debian distribution of 1.9.9g-8.8, verified
838050276Speter	  with Solaris curses).
838150276Speter	+ fix typo in curs_insstr.3x (patch by Todd C Miller)
838250276Speter	+ use 'access()' to check if ncurses library should be permitted to
838350276Speter	  open or modify files with fopen/open/link/unlink/remove calls, in
838450276Speter	  case the calling application is running in setuid mode (request by
838550276Speter	  Cristian Gafton <gafton@redhat.com>, responding to Duncan Simpson
838650276Speter	  <dps@io.stargate.co.uk>).
838750276Speter	+ arm100 terminfo entries from Dave Millen <dmill@globalnet.co.uk>).
838850276Speter	+ qnxt2 and minitel terminfo entries from esr's version.
838950276Speter
839050276Speter980718
839150276Speter	+ use -R option with ldconfig on FreeBSD because otherwise it resets
839250276Speter	  the search path to /usr/lib (reported by Dan Nelson).
839350276Speter	+ add -soname option when building shared libraries on OpenBSD 2.x
839450276Speter	  (request by QingLong).
839597049Speter	+ add configure options --with-manpage-format and
839697049Speter	  --with-manpage-renames (request by QingLong).
839750276Speter	+ correct conversion of CANCELLED_NUMERIC in write_object(), which was
839850276Speter	  omitting the high-order byte, producing a 254 in the compiled
839950276Speter	  terminfo.
840050276Speter	+ modify return-values of tgetflag, tgetnum, tgetstr, tigetflag,
840150276Speter	  tigetnum and tigetstr to be compatible with Solaris (gleaned from
840250276Speter	  Debian distribution of 1.9.9g-8.8).
840350276Speter	+ modify _nc_syserr_abort to abort only when compiled for debugging,
840450276Speter	  otherwise simply exit with an error.
840550276Speter
840650276Speter980711
840750276Speter	+ modify Ada95 'gen' program to use appropriate library suffix (e.g.,
840850276Speter	  "_g" for a debug build).
840950276Speter	+ update Ada95 'make clean' rule to include generics .ali files
841050276Speter	+ add a configure test to ensure that if GNAT is found, that it can
841150276Speter	  compile/link working Ada95 program.
841250276Speter	+ flush output in beep and flash functions, fixing a problem with
841350276Speter	  getstr (patch by Alexander V Lukyanov)
841450276Speter	+ fix egcs 1.0.2 warning for etip.h (patch by Chris Johns).
841550276Speter	+ correct ifdef/brace nesting in lib_sprintf.c (patch by Bernhard
841650276Speter	  Rosenkraenzer <bero@Pool.Informatik.RWTH-Aachen.DE>).
841750276Speter	+ correct typo in wattr_get macro from 980509 fixes (patch by Dan
841850276Speter	  Nelson).
841950276Speter
842050276Speter980704
842150276Speter	+ merge changes from current XFree86 xterm terminfo descriptions.
842250276Speter	+ add configure option '--without-ada'.
842350276Speter	+ add a smart-default for termcap 'ac' to terminfo 'acs_chars' which
842450276Speter	  corresponds to vt100.
842550276Speter	+ change translation for termcap 'rs' to terminfo 'rs2', which is
842650276Speter	  the documented equivalent, rather than 'rs1'.
842750276Speter
842850276Speter980627
842950276Speter	+ slow 'worm' down a little, for very fast machines.
843050276Speter	+ corrected firstchar/lastchar computation in lib_hline.c
843150276Speter	+ simplify some expressions with CHANGED_CELL, CHANGED_RANGE and
843250276Speter	  CHANGED_TO_EOL macros.
843350276Speter	+ modify init_pair so that if a color-pair is reinitialized, we will
843450276Speter	  repaint the areas of the screen whose color changes, like SVr4 curses
843550276Speter	  (reported by Christian Maurer <maurer@inf.fu-berlin.de>).
843650276Speter	+ modify getsyx/setsyx macros to comply with SVr4 man-page which
843750276Speter	  says that leaveok() affects their behavior (report by Darryl Miles,
843850276Speter	  patch by Alexander V Lukyanov).
843950276Speter
844050276Speter980620
844150276Speter	+ review terminfo.5 against Solaris 2.6 curses version, corrected
844250276Speter	  several minor errors/omissions.
844350276Speter	+ implement tparm %l format.
844450276Speter	+ implement tparm printf-style width and precision for %s, %d, %x, %o
844550276Speter	  as per XSI.
844650276Speter	+ implement tparm dynamic variables (reported by Xiaodan Tang).
844750276Speter
844850276Speter980613
844950276Speter	+ update man-page for for wattr_set, wattr_get (cf:  980509)
845050276Speter	+ correct limits in hashtest, which would cause nonprinting characters
845150276Speter	  to be written to large screens.
845250276Speter	+ correct configure script, when --without-cxx was specified:  the
845350276Speter	  wrong variable was used for cf_cv_type_of_bool.  Compilers up to gcc
845450276Speter	  2.8 tolerated the missing 'int'.
845550276Speter	+ remove the hardcoded name "gcc" for the GNU Ada compiler.  The
845650276Speter	  compiler's name might be something like "egcs" (patch by Juergen
845750276Speter	  Pfeifer).
845850276Speter	+ correct curs_addch.3x, which implied that echochar could directly
845950276Speter	  display control characters (patch by Alexander V Lukyanov).
846050276Speter	+ fix typos in ncurses-intro.html (patch by Sidik Isani
846150276Speter	  <isani@cfht.hawaii.edu>)
846250276Speter
846350276Speter980606
846450276Speter	+ add configure test for conflicting use of exception in math.h and
846550276Speter	  other headers.
846650276Speter	+ minor optimization to 'hash()' function in hashmap.c, reduces its
846750276Speter	  time by 10%.
846850276Speter	+ correct form of LD_SHARED_OPTS for HP-UX 10.x (patch by Tim Mooney).
846950276Speter	+ fix missing quotes for 'print' in MKunctrl.awk script (reported by
847050276Speter	  Mihai Budiu <mihaib@gs41.sp.cs.cmu.edu>).
847150276Speter	> patch by Alexander V Lukyanov:
847250276Speter	+ correct problem on Solaris (with poll() function) where getch could
847350276Speter	  hang indefinitely even if timeout(x) was called.  This turned out to
847450276Speter	  be because milliseconds was not updated before 'goto retry' in
847550276Speter	  _nc_timed_wait.
847650276Speter	+ simplified the function _nc_timed_wait and fixed another bug, which
847750276Speter	  was the assumption of !GOOD_SELECT && HAVE_GETTIMEOFDAY in *timeleft
847850276Speter	  assignment.
847950276Speter	+ removed the cycle on EINTR, as it seems to be useless.
848050276Speter
848150276Speter980530
848250276Speter	+ add makefile-rule for test/keynames
848350276Speter	+ modify run_tic.sh and shlib to ensure that user's .profile does not
848450276Speter	  override the $PATH used to run tic (patch by Tim Mooney).
848550276Speter	+ restore LD_SHARED_OPTS to $(LD_SHARED_FLAGS) when linking programs,
848650276Speter	  needed for HP-UX shared-library path (recommended by Tim Mooney).
848750276Speter	+ remove special case of HP-UX -L options, use +b options to embed
848850276Speter	  $(libdir) in the shared libraries (recommended by Tim Mooney).
848950276Speter	+ add checks for some possible buffer overflows and unchecked
849050276Speter	  malloc/realloc/calloc/strdup return values (patch by Todd C Miller
849150276Speter	  <Todd.Miller@courtesan.com>)
849250276Speter
849350276Speter980523
849450276Speter	+ correct maxx/maxy expression for num_columns/num_lines in derwin
849550276Speter	  (patch by Alexander V Lukyanov).
849650276Speter	+ add /usr/share/lib/terminfo and /usr/lib/terminfo as compatibilty
849750276Speter	  fallbacks to _nc_read_entry(), along with --with-terminfo-dirs
849850276Speter	  configure option (suggested by Mike Hopkirk).
849950276Speter	+ modify config.guess to recognize Unixware 2.1 and 7 (patch by Mike
850050276Speter	  Hopkirk <hops@sco.com>).
850150276Speter	+ suppress definition of CC_SHARED_OPTS in LDFLAGS_SHARED in c++
850250276Speter	  Makefile.in, since this conflicts when g++ is used with HP-UX
850350276Speter	  compiler (reported by Tim Mooney).
850450276Speter	+ parenthesize 'strcpy' calls in c++ binding to workaround redefinition
850550276Speter	  in some C++ implementations (reported by several people running
850650276Speter	  egcs with glibc 2.0.93, analysis by Andreas Jaeger.
850750276Speter
850850276Speter980516
850950276Speter	+ modify write_entry.c so that it will not attempt to link aliases
851050276Speter	  with embedded '/', but give only a warning.
851150276Speter	+ put -L$(libdir) first when linking programs, except for HP-UX.
851250276Speter	+ modify comp_scan.c to handle SVr4 terminfo description for att477,
851350276Speter	  which contains a colon in the description field.
8514166124Srafan	+ modify configure script to support SCO osr5.0.5 shared libraries,
8515166124Srafan	  from comp.unix.sco.programmer newsgroup item (Mike Hopkirk).
851650276Speter	+ eliminate extra GoTo call in lib_doupdate.c (patch by Alexander V.
851750276Speter	  Lukyanov).
851850276Speter	+ minor adjustments of const/NCURSES_CONST from IRIX compile.
851950276Speter	+ add updates based on esr's 980509 version of terminfo.src.
852050276Speter
852150276Speter980509
852250276Speter	+ correct macros for wattr_set, wattr_get, separate wattrset macro from
852350276Speter	  these to preserve behavior that allows attributes to be combined with
852450276Speter	  color pair numbers.
852550276Speter	+ add configure option --enable-no-padding, to allow environment
852650276Speter	  variable $NCURSES_NO_PADDING to eliminate non-mandatory padding,
852750276Speter	  thereby making terminal emulators (e.g., for vt100) a little more
852850276Speter	  efficient (request by Daniel Eisenbud <eisenbud@cs.swarthmore.edu>).
852950276Speter	+ modify configure script to embed ABI in shared libraries for HP-UX
853050276Speter	  10.x (detailed request by Tim Mooney).
853150276Speter	+ add test/example of the 'filter()' function.
853250276Speter	+ add nxterm and xterm-color terminfo description (request by Cristian
853350276Speter	  Gafton <gafton@redhat.com>).
853450276Speter	+ modify rxvt terminfo description to clear alternate screen before
853550276Speter	  switching back to normal screen, for compatibility with applications
853650276Speter	  which use xterm (reported by Manoj Kasichainula <manojk@io.com>).
853750276Speter	+ modify linux terminfo description to reset color palette (reported
853850276Speter	  by Telford Tendys <telford@eng.uts.edu.au>).
853950276Speter	+ correction to doupdate, for case where terminal does not support
854050276Speter	  insert/delete character.  The logic did not check that there was a
854150276Speter	  difference in alignment of changes to old/new screens before
854250276Speter	  repainting the whole non-blank portion of the line.  Modified to fall
854350276Speter	  through into logic that reduces by the portion which does not differ
854450276Speter	  (reported by Daniel Eisenbud <eisenbud@cs.swarthmore.edu>).
854550276Speter	+ minor performance improvement to wnoutrefresh by moving some
854650276Speter	  comparisons out of inner loop.
854750276Speter
854850276Speter980425
854950276Speter	+ modify configure script to substitute NCURSES_CONST in curses.h
855050276Speter	+ updated terminfo entries for xterm-xf86-v40, xterm-16color,
855150276Speter	  xterm-8bit to correspond to XFree86 3.9Ag.
855250276Speter	+ remove restriction that forces ncurses to use setaf/setab if the
855350276Speter	  number of colors is greater than 8.  (see 970524 for xterm-16color).
855450276Speter	+ change order of -L options (so that $(libdir) is searched first) when
855550276Speter	  linking tic and other programs, to workaround HP's linker.
855650276Speter	  Otherwise, the -L../lib is embedded when linking against shared
855750276Speter	  libraries and the installed program does not run (reported by Ralf
855850276Speter	  Hildebrandt).
855950276Speter	+ modify configuration of shared libraries on Digital Unix so that
856050276Speter	  versioning is embedded in the library, rather than implied by
856150276Speter	  links (patch by Tim Mooney).
856250276Speter
856350276Speter980418
856450276Speter	+ modify etip.h to avoid conflict with math.h on HP-UX 9.03 with gcc
856550276Speter	  2.8.1 which redefines 'exception' (reported by Ralf Hildebrandt
856650276Speter	  <R.Hildebrandt@tu-bs.de>).
856750276Speter	+ correct configure tests in CF_SHARED_OPTS which used $CC value to
856850276Speter	  check for gcc, rather than autoconf's $GCC value.  This did not
856950276Speter	  work properly if the full pathname of the compiler were given
857050276Speter	  (reported by Michael Yount <yount@csf.Colorado.edu>).
857150276Speter	+ revise check for compiler options to force ANSI mode since repeating
857250276Speter	  an option such as -Aa causes HP's compiler to fail on its own headers
857350276Speter	  (reported by Clint Olsen <olsenc@ichips.intel.com>).
857450276Speter
857550276Speter980411
857650276Speter	+ ifdef'd has_key() and mcprint() as extended functions.
857750276Speter	+ modified several prototypes to correspond with 1997 version of
857850276Speter	  X/Open Curses (affects ABI since developers have used attr_get).
857950276Speter	+ remove spurious trailing blanks in glibc addon-scripts (patch by
858050276Speter	  H.J.Lu).
858150276Speter	+ insert a few braces at locations where gcc-2.8.x asks to use them to
858250276Speter	  avoid ambigous else's, use -fpic rather than -fPIC for Linux (patch
858350276Speter	  by Juergen Pfeifer).
858450276Speter
858550276Speter980404
858650276Speter	+ split SHLIB_LIST into SHLIB_DIRS/SHLIB_LIST to keep -L options
858750276Speter	  before -l to accommodate Solaris' linker (reported by Larry Virden).
858850276Speter
858950276Speter980328
859050276Speter	+ modify lib_color.c to eliminate dependency on orig_colors and
859150276Speter	  orig_pair, since SVr4 curses does not require these either, but
859250276Speter	  uses them when they are available.
859350276Speter	+ add detailed usage-message to infocmp.
859450276Speter	+ correct a typo in att6386 entry (a "%?" which was "?").
859550276Speter	+ add -f option to infocmp and tic, which formats the terminfo
859650276Speter	  if/then/else/endif so that they are readable (with newlines and
859750276Speter	  tabs).
859850276Speter	+ fixes for glibc addon scripts (patch by H.J.Lu).
859950276Speter
860050276Speter980321
860150276Speter	+ revise configure macro CF_SPEED_TYPE so that termcap.h has speed_t
8602174993Srafan	  declared (from Adam J Richter <adam@yggdrasil.com>)
8603166124Srafan	+ remove spurious curs_set() call from leaveok() (J T Conklin).
860450276Speter	+ corrected handling leaveok() in doupdate() (patch by Alexander V.
860550276Speter	  Lukyanov).
860650276Speter	+ improved version of wredrawln (patch by Alexander V. Lukyanov).
860750276Speter	+ correct c++/Makefile.in so install target do not have embedded ../lib
860850276Speter	  to confuse it (patch by Thomas Graf <graf@essi.fr>).
860950276Speter	+ add warning to preinstall rule which checks if the installer would
861050276Speter	  overwrite a curses.h or termcap.h that is not derived from ncurses.
861150276Speter	  (The recommended configuration for developers who need both is to
861250276Speter	  use --disable-overwrite).
861350276Speter	+ modify preinstall rule in top-level Makefile to avoid implicit
861450276Speter	  use of 'sh', to accommodate Ultrix 4.4 (reported by Joao Palhoto
861550276Speter	  Matos <jmatos@math.ist.utl.pt>, patch by Thomas Esser
861650276Speter	  <te@informatik.uni-hannover.de>)
861750276Speter	+ refine ifdef's for TRACE so that libncurses has fewer dependencies
861850276Speter	  on libtinfo when TRACE is disabled.
861950276Speter	+ modify configure script so that if the --with-termlib option is used
862050276Speter	  to generate a separate terminfo library, we chain it to the ncurses
862150276Speter	  library with a "-l" option (reported by Darryl Miles and Ian T.
862250276Speter	  Zimmerman).
862350276Speter
862450276Speter980314
862550276Speter	+ correct limits and window in wredrawln function (reported/analysis by
862650276Speter	  Alexander V. Lukyanov).
862750276Speter	+ correct sed expression in configure script for --with-fallback
862850276Speter	  option (patch by Jesse Thilo).
862950276Speter	+ correct some places in configure script where $enableval was used
863050276Speter	  rather than $withval (patch by Darryl Miles <dlm@g7led.demon.co.uk>).
863150276Speter	+ modify some man-pages so no '.' or '..' falls between TH and SH
863250276Speter	  macros, to accommodate man_db program (reported by Ian T. Zimmerman
863350276Speter	  <itz@rahul.net>).
8634166124Srafan	+ terminfo.src 10.2.1 downloaded from ESR's webpage (ESR).
863550276Speter	> several changes by Juergen Pfeifer:
863650276Speter	+ add copyright notices (and rcs id's) on remaining man-pages.
863750276Speter	+ corrected prototypes for slk_* functions, using chtype rather than
863850276Speter	  attr_t.
863950276Speter	+ implemented the wcolor_set() and slk_color() functions
864050276Speter	+ the slk_attr_{set,off,on} functions need an additional void*
864150276Speter	  parameter according to XSI.
864250276Speter	+ fix the C++ and Ada95 binding as well as the man pages to
864362449Speter	  reflect above enhancements.
864450276Speter
864550276Speter980307
864650276Speter	+ use 'stat()' rather than 'access()' in toe.c to check for the
864750276Speter	  existence of $HOME/.terminfo, since it may be a file.
864850276Speter	+ suppress configure CF_CXX_LIBRARY check if we are not using g++
864950276Speter	  2.7.x, since this is not needed with g++ 2.8 or egcs (patch by
865050276Speter	  Juergen Pfeifer).
865150276Speter	+ turn on hashmap scrolling code by default, intend to remedy defects
865250276Speter	  by 4.3 release.
865350276Speter	+ minor corrections to terminfo.src changelog.
865450276Speter
865550276Speter980302	4.2 release for upload to prep.ai.mit.edu
865650276Speter	+ correct Florian's email address in ncurses-intro.html
8657166124Srafan	+ terminfo.src 10.2.0 (ESR).
865850276Speter
865950276Speter980228	pre-release
866050276Speter	+ add linux-koi8r replace linux-koi8, which is not KOI8 (patch by
866150276Speter	  QingLong <qinglong@Bolizm.ihep.su>).
866250276Speter	+ minor documentation fixes (patch by Juergen Pfeifer).
866350276Speter	+ add setlocale() call to ncurses.c (reported by Claes G. Lindblad
866450276Speter	  <claesg@algonet.se>).
866550276Speter	+ correct sign-extension in lib_insstr.c (reported by Sotiris
866650276Speter	  Vassilopoulos <svas@leon.nrcps.ariadne-t.gr>)
866750276Speter
866850276Speter980221	pre-release
866950276Speter	+ regenerated some documentation overlooked in 980214 patch
867050276Speter	  (ncurses-intro.doc, curs_outopts.3x.html)
867150276Speter	+ minor ifdef change to C++ binding to work with gcc 2.8.0 (patch by
867250276Speter	  Juergen Pfeifer).
867350276Speter	+ change maintainer's mailing address to florian@gnu.org, change
867450276Speter	  tentative mailing list address to bug-ncurses-request@gnu.org (patch
867550276Speter	  by Florian La Roche).
867650276Speter	+ add definition of $(REL_VERSION) to c++/Makefile.in (reported by Gran
867750276Speter	  Hasse <gh@raditex.se>).
867850276Speter	+ restore version numbers to Ada95 binding, accidentally deleted by
867950276Speter	  copyright patch (patch by Juergen Pfeifer).
868050276Speter
868150276Speter980214	pre-release
868250276Speter	+ remove ncurses.lsm from MANIFEST so that it won't be used in FSF
868350276Speter	  distributions, though it is retained in development.
868450276Speter	+ correct scaling of milliseconds to nanoseconds in lib_napms.c (patch
868550276Speter	  by Jeremy Buhler).
868650276Speter	+ update mailing-list information (bug-ncurses@gnu.org).
868750276Speter	+ update announcement for upcoming 4.2 release.
868850276Speter	+ modify -lm test to check for 'sin()' rather than 'floor()'
868950276Speter	+ remove spurious commas from terminfo.src descriptions.
869050276Speter	+ change copyright notices to Free Software Foundation
869150276Speter
869250276Speter980207
869350276Speter	+ minor fixes for autoconf macros CF_ERRNO, CF_HELP_MESSAGE and
869450276Speter	  CF_SIZECHANGE
869550276Speter	+ modify Makefile.glibc so that $(objpfx) is defined (H.J.Lu).
869650276Speter	+ ifdef-out true-return from _nc_mouse_inline() which depends on
869750276Speter	  merge of QNX patch (pending 4.2 release).
8698166124Srafan	> patch to split off seldom-used modules in ncurses (J T Conklin):
8699166124Srafan	  This reduces size by up to 2.6kb.
870050276Speter	+ move functionality of _nc_usleep into napms, add configuration case
870150276Speter	  for nanosleep().
870250276Speter	+ moved wchgat() from lib_addch.c to lib_chgat.c
870350276Speter	+ moved clearok(), immedok(), leaveok(), and scrollok() from
870450276Speter	  lib_options.c to lib_clearok.c, lib_immedok.c, lib_leaveok.c and
870550276Speter	  lib_scrollok.c.
870650276Speter	+ moved napms() from lib_kernel.c to lib_napms.c
870750276Speter	+ moved echo() and noecho() from lib_raw.c to lib_echo.c
870850276Speter	+ moved nl() and nonl() from lib_raw.c to lib_nl.c
870950276Speter
871050276Speter980131
871150276Speter	+ corrected conversion in tclock.c (cf: 971018).
871250276Speter	+ updates to Makefile.glibc and associated Linux configure script
871350276Speter	  (patch by H.J.Lu).
871450276Speter	+ workaround a quoting problem on SunOS with tar-copy.sh
871550276Speter	+ correct init_pair() calls in worm.c to work when use_default_colors()
871650276Speter	  is not available.
871797049Speter	+ include <sys/types.h> in CF_SYS_TIME_SELECT to work with FreeBSD
871897049Speter	  2.1.5
871950276Speter	+ add ncv capability to FreeBSD console (cons25w), making reverse
872050276Speter	  work with color.
872150276Speter	+ correct sense of configure-test for sys/time.h inclusion with
872250276Speter	  sys/select.h
872350276Speter	+ fixes for Ada95/ada_include/Makefile.in to work with --srcdir option.
872450276Speter	+ remove unused/obsolete test-program rules from progs/Makefile.in
872550276Speter	  (the rules in ncurses/Makefile.in work).
872650276Speter	+ remove shared-library loader flags from test/Makefile.in, etc.
872750276Speter	+ simplify test/configure.in using new version of autoconf to create
872850276Speter	  test/ncurses_cfg.h
872997049Speter	+ suppress suffix rules in test/Makefile.in, provide explicit
873097049Speter	  dependency to work with --srcdir option and less capable 'make'
873197049Speter	  programs.
873250276Speter	> adapted from patch for QNX by Xiaodan Tang:
873350276Speter	+ initialize %P and %g variables set/used in tparm, and also ensure
873450276Speter	  that empty strings don't return a null result from tparam_internal
873550276Speter	+ add QNX-specific prototype for vsscanf()
873650276Speter	+ move initialization of SP->_keytry from init_keytry() to newterm() to
873750276Speter	  avoid resetting it via a keyok() call by mouse_activate().
873850276Speter	+ reorganized some functions in lib_mouse() to use case-statements.
873950276Speter	+ remove sgr string from qnx terminfo entry since it is reported to
874050276Speter	  turn off attributes inconsistently.
874150276Speter
874250276Speter980124
874350276Speter	+ add f/F/b/B commands to ncurses 'b' test to toggle colors, providing
874450276Speter	  test for no_color_video.
874550276Speter	+ adjusted emx.src to use no_color_video, now works with ncurses 'b'
874650276Speter	  and 'k' tests.
874750276Speter	+ implement no_color_video attribute, and as a special case, reverse
874850276Speter	  colors when the reverse attribute cannot be combined with color.
874950276Speter	+ check for empty string in $TERM variable (reported by Brett Michaels
875050276Speter	  <brett@xylan.com>).
875150276Speter	> from reports by Fred Fish:
875250276Speter	+ add configure-test for isascii
875350276Speter	+ add configure-test for -lm library.
875450276Speter	+ modify CF_BOOL_SIZE to check if C++ bool types are unsigned.
875550276Speter	> patches by J.J.G.Ripoll
875650276Speter	+ add configure/makefile variables to support .exe extension on
875750276Speter	  OS/2 EMX (requires additional autoconf patches).
875850276Speter	+ explicitly initialize variables in lib_data.c to appease OS/2 linker
875950276Speter	> patches by Fred Fish <fnf@ninemoons.com>
876050276Speter	+ misc/Makefile.in (install.data):  Avoid trying to install the CVS
876150276Speter	  directory.
876250276Speter	+ aclocal.m4 (install.includes):  Remove files in the include directory
876350276Speter	  where we are going to install new ones, not the original source
876450276Speter	  files.
876550276Speter	+ misc/terminfo.src:  Add entry for "beterm", derived from termcap
876650276Speter	  distributed with BeOS PR2 using captoinfo.
876750276Speter	+ aclocal.m4: Wrap $cf_cv_type_of_bool with quotes (contains space)
876850276Speter	+ aclocal.m4: Assume bool types are unsigned.
876950276Speter	+ progs/infocmp.c: workaround mwcc 32k function data limit
877050276Speter
877150276Speter980117
8772166124Srafan	+ correct initialization of color-pair (cf: 970524) in xmas.c, which
877350276Speter	  was using only one color-pair for all colors (reported by
877450276Speter	  J.J.G.Ripoll).
877550276Speter	+ add multithread options for objects build on EMX, for compatibility
877650276Speter	  with XFree86.
877750276Speter	+ split up an expression in MKlib_gen.sh to work around a problem on
877850276Speter	  OS/2 EMX, with 'ash' (patch by J.J.G.Ripoll).
877950276Speter	+ change terminfo entries xterm (xterm-xf86-v40), xterm-8bit rs1 to use
878050276Speter	  hard reset.
878150276Speter	+ rename terminfo entry xterm-xf86-v39t to xterm-xf86-v40
878250276Speter	+ remove bold/underline from sun console entries since they're not
878350276Speter	  implemented.
878450276Speter	+ correct _tracef calls in _tracedump(), which did not separate format
878550276Speter	  from parameters.
878650276Speter	+ correct getopt string for tic "-o" option, and add it to man-page
878750276Speter	  synopsis (reported by Darren Hiebert <darren@hmi.com>).
878850276Speter	+ correct typo in panel/Makefile.in, reversed if-statement in scrolling
878950276Speter	  optimization (Alexander V.  Lukyanov).
879050276Speter	+ test for 'remove()', use 'unlink() if not found (patch by Philippe De
879150276Speter	  Muyter <phdm@macqel.be>).
879250276Speter	> patches by Juergen Pfeifer:
879350276Speter	+ Improve a feature of the forms driver.  For invisible fields
879450276Speter	  (O_VISIBLE off) only the contents but not the attributes are cleared.
879550276Speter	  We now clear both.  (Reported by Javier Kohan
879650276Speter	  <jkohan@adan.fceia.unr.edu.ar>)
879750276Speter	+ The man page form_field_opts.3x makes now clear, that invisible
879850276Speter	  fields are also always inactive.
879950276Speter	+ adjust ifdef's to compile the C++ binding with the just released
880050276Speter	  gcc-2.8.0 c++ and the corresponding new C++ libraries.
880150276Speter
880250276Speter980110
880350276Speter	+ correct "?" command in ncurses.c; it was performing non-screen writes
880450276Speter	  while the program was in screen mode.  (It "worked" in 1.9.9e because
880550276Speter	  that version sets OPOST and OCRNL incorrectly).
880650276Speter	+ return error from functions in lib_kernel, lib_raw and lib_ti if
880750276Speter	  cur_term is null, or if underlying I/O fails.
880850276Speter	+ amend change to tputs() so that it does not return an error if
880950276Speter	  cur_term is null, since some applications depend on being able to use
881050276Speter	  tputs without initializing the terminal (reported by Christian J.
881150276Speter	  Robinson <infynity@cyberhighway.net>).
881250276Speter
881350276Speter980103
881450276Speter	+ add a copy of emx.src from J.J.G.Ripoll's OS/2 EMX version of ncurses
881550276Speter	  1.9.9e, together with fixes/additions for the "ansi" terminal type.
881650276Speter	+ add tic check for save/restore cursor if change_scroll_region is
8817166124Srafan	  defined (reference: O'Reilly book).
881850276Speter	+ modify read_termcap.c to handle EMX-style pathnames (reported by
881950276Speter	  J.J.G.Ripoll).
8820166124Srafan	+ modify lib_raw.c to use EMX's setmode (patch from J.J.G.Ripoll).
8821166124Srafan	  Ripoll says EMX's curses does this.
882250276Speter	+ modify _nc_tic_expand() to generate \0 rather than \200.
882350276Speter	+ move/revise 'expand()' from dump_entry.c to ncurses library as
882450276Speter	  _nc_tic_expand(), for use by tack.
882550276Speter	+ decode \a as \007 for terminfo, as per XSI.
882650276Speter	+ correct translation of terminfo "^@", to \200, like \0.
882750276Speter	+ modify next_char() to treat <cr><lf> the same as <newline>, for
882850276Speter	  cross-platform compatibility.
882950276Speter	+ use new version of autoconf (971230) to work around limited
883050276Speter	  environment on CLIX, due to the way autoconf builds --help message.
883150276Speter	> patch by Juergen Pfeifer:
883250276Speter	+ check that the Ada95 binding runs against the correct version of
883350276Speter	  ncurses.
883450276Speter	+ insert constants about the library version into the main spec-file of
883550276Speter	  the Ada95 binding.
883650276Speter
883750276Speter971227
883850276Speter	+ modify open/fopen calls to use binary mode, needed for EMX.
883950276Speter	+ modify configure script to work with autoconf 2.10 mods for OS/2
8840166124Srafan	  EMX (from J.J.G.Ripoll).
884150276Speter	+ generated ncurses_cfg.h with patch (971222) to autoconf 2.12 which
884250276Speter	  bypasses limited sed buffer length.
884350276Speter	> several changes from Juan Jose Garcia Ripoll <worm@arrakis.es>
884450276Speter	  (J.J.G.Ripoll) to support OS/2 EMX:
884550276Speter	+ add a _scrolling flag to SP, to set when we encounter a terminal
884650276Speter	  that simply cannot scroll.
884750276Speter	+ corrected logic in _nc_add_to_try(), by ensuring that strings with
884850276Speter	  embedded \200 characters are matched.
884950276Speter	+ don't assume the host has 'link()' function, for linking terminfo
885050276Speter	  entries.
885150276Speter
885250276Speter971220
885350276Speter	+ if there's no ioctl's to support sigwinch handler, disable it.
885450276Speter	+ add configure option --disable-ext-funcs to remove the extended
885550276Speter	  functions from the build.
885650276Speter	+ add configure option --with-termlib to generate the terminfo
885750276Speter	  functions as a separate library.
885850276Speter	+ add 'sources' rule to facilitate cross-compiling.
885950276Speter	+ review/fix order of mostlyclean/clean/distclean rules.
886050276Speter	+ modify install-rule for headers to first remove old header, in
886150276Speter	  case there was a symbolic link that confuses the install script.
886250276Speter	+ corrected substitution for NCURSES_CONST in term.h (cf: 971108)
886350276Speter	+ add null pointer checks in wnoutrefresh(), overlap() (patch by
886450276Speter	  Xiaodan Tang <xtang@qnx.com>)
886550276Speter	+ correct tputs(), which could dereference a null cur_term if invoked
886650276Speter	  before terminal is initialized (patch by Christopher Seawood
886750276Speter	  <cls@seawood.org>)
886850276Speter	> patch by Juergen Pfeifer:
886950276Speter	+ makes better use of "pragma Inline" in the Ada95 binding
887050276Speter	+ resynchronizes the generated html manpages
887150276Speter
887250276Speter971213
887350276Speter	+ additional fixes for man-pages section-references
887450276Speter	+ add (for debugging) a check for ich/ich1 conflict with smir/rmir
887550276Speter	  to tic, etc.
887650276Speter	+ remove hpa/vpa from rxvt terminal description because they are not
887750276Speter	  implemented correctly, added sgr0.
887850276Speter	+ change ncurses 's' to use raw mode, so ^Q works (reported by Rudolf
887950276Speter	  Leitgeb <leitgeb@leland.stanford.edu>)
888050276Speter
888150276Speter971206
888250276Speter	+ modify protection when installing libraries to (normally) not
888350276Speter	  executable.  HP-UX shared libraries are an exception.
888450276Speter	+ add configure check for 'tack'.
888550276Speter	+ implement script for renaming section-references in man-page install,
888650276Speter	  for Debian configuration.
888750276Speter	+ add validity-check for SP in trace code in baudrate() (reported by
888850276Speter	  Daniel Weaver).
888950276Speter	> patch by Alexander V. Lukyanov (fixes to match sol25 curses)
889050276Speter	+ modify 'overlay()' so that copy applies target window background to
889150276Speter	  characters.
889250276Speter	+ correct 'mvwin()' so that it does not clear the previous locations.
889350276Speter	+ correct lib_acs.c so that 8-bit character is not sign expanded in
889450276Speter	  case of wide characters in chtype.
889550276Speter	+ correct control-char test in lib_addch.c for use with wide chars
889650276Speter	+ use attribute in the chtype when adding a control character in
889750276Speter	  lib_addch.c control char was added with current attribute
889850276Speter
889950276Speter971129
890050276Speter	+ save/restore errno in _tracef() function
890150276Speter	+ change treatment of initialize_color to use a range of 0..1000
890250276Speter	  (recommended by Daniel Weaver).
890350276Speter	+ set umask in mkinstalldirs, fixing problems reported by users who
890450276Speter	  have set root's umask to 077.
890550276Speter	+ correct bug in tic that caused capabilities to be reprinted at the
890650276Speter	  end of output when they had embedded comments.
890750276Speter	+ rewrote wredrawln to correspond to XSI, and split-out since it is
890850276Speter	  not often used (from report by Alexander V. Lukyanov, 970825)
890950276Speter	+ rewrote Dan Nelson's change to make it portable, as well as to
891050276Speter	  correct logic for handling backslashes.
891150276Speter	+ add code to _nc_tgetent() to make it work more like a real tgetent().
891250276Speter	  It removes all empty fields, and removes all but the first in a group
891350276Speter	  of duplicate caps.  The code was pulled from the BSD libtermcap code
891450276Speter	  in termcap.c (patch by Dan Nelson <dnelson@emsphone.com>
891550276Speter	+ don't include --enable-widec in the --with-develop configure option,
891650276Speter	  since it is not binary-compatible with 4.1 (noted by Alexander V.
891750276Speter	  Lukyanov)
891850276Speter	> patch by Juergen Pfeifer:
891950276Speter	+ further improvements of the usage of elaboration pragmas in the Ada95
892050276Speter	  binding
892150276Speter	+ enhanced Ada95 sample to use the user_data mechanism for panels.
892250276Speter	+ a fix for the configuration script to make gnat-3.10 the required
892350276Speter	  version.
892450276Speter	+ resync of the html version of the manpages
892550276Speter
892650276Speter971122
892750276Speter	> fixes/updates for terminfo.src:
892850276Speter	+ add vt220-js, pilot, rbcomm, datapoint entries from esr's 27-jun-97
892950276Speter	  version.
893050276Speter	+ add hds200 description (Walter Skorski)
893150276Speter	+ add EMX 0.9b descriptions
893250276Speter	+ correct rmso/smso capabilities in wy30-mc and wy50-mc (Daniel Weaver)
893350276Speter	+ rename xhpterm back to hpterm.
893450276Speter	> patch by Juergen Pfeifer:
893550276Speter	+ Improves the usage of elaboration pragmas for the Ada95 binding.
893650276Speter	+ Adds a translation of the test/rain.c into Ada95 to the samples.
893750276Speter	  This has been contributed to the project by Laurent Pautet
893850276Speter	  (pautet@gnat.com)
893950276Speter
894050276Speter971115
894150276Speter	+ increase MAX_NAME_SIZE to 512 to handle extremely long alias list
894250276Speter	  in HP-UX terminfo.
894350276Speter	+ correction & simplification of delay computation in tputs, based on
894450276Speter	  comments from Daniel Weaver.
894550276Speter	+ replace test for SCO with more precise header tests.
894650276Speter	+ add configure test for unsigned literals, use in NCURSES_BITS macro.
894750276Speter	+ comment-out the -PIC, etc., flags from c++, progs and test makefiles
8948166124Srafan	  since they probably are not needed, and are less efficient (noted by
8949166124Srafan	  Juergen Fluk)
895050276Speter	+ add -L$(libdir) to loader options, after -L../lib so that loaders
895150276Speter	  that record this information will tend to do the right thing if
8952166124Srafan	  the programs are moved around after installing them (suggested by
8953166124Srafan	  Juergen Fluk).
895450276Speter	+ add -R option to loader options for programs for Solaris if the
895550276Speter	  --enable-rpath option is specified for the libraries.
895650276Speter
895750276Speter971112
895850276Speter	+ correct installed filename for shared libraries on *BSD (reported by
8959166124Srafan	  Juergen Fluk).
896050276Speter
896150276Speter971108
896250276Speter	+ cleanup logic for deciding when tputs() should call delay_output(),
896350276Speter	  based on comments from Daniel Weaver.
896450276Speter	+ modified tputs() to avoid use of float.
896550276Speter	+ correct use of trailpad in tputs(), which used the wrong variable
896650276Speter	  in call to delay_output().
896750276Speter	+ correct inverted expression for null-count in delay_output()
896850276Speter	  (analysis by Daniel Weaver).
896950276Speter	+ apply --enable-rpath option to Solaris (requested by Larry Virden).
897050276Speter	+ correct substitution of EXTRA_CFLAGS for gcc 2.6.3
897150276Speter	+ correct check for error-return by _nc_tgetent(), which returns 0
897250276Speter	  for success.
897350276Speter	+ add configure test for BSD 4.4 cgetent() function, modify
897450276Speter	  read_termcap.c to use the host's version of that if found, using the
897550276Speter	  terminal database on FreeBSD (reported by Peter Wemm).
897650276Speter	+ add u8, u9 strings to sun-il description for Daniel Weaver.
897750276Speter	+ use NCURSES_CONST in panel's user-pointer.
897850276Speter	+ modify edit_cfg.sh and MKterm.h.awk.in to substitute NCURSES_CONST
897950276Speter	  so that will work on NeXT.
898050276Speter	+ use _nc_set_screen() rather than assignments to SP to fix port to
898150276Speter	  NeXT (reported by Francisco A. Tomei Torres).
898250276Speter
898350276Speter971101
898497049Speter	+ force mandatory padding in bell and flash_screen, as specified in
898597049Speter	  XSI.
898650276Speter	+ don't allow padding_baud_rate to override mandatory delays (reported
898750276Speter	  by Daniel Weaver).
898850276Speter	+ modify delay_output() to use _nc_timed_wait() if no baudrate has been
898950276Speter	  defined, or if the cur_term pointer is not initialized.  XSI treats
899050276Speter	  this as unspecified.  (requested by Daniel Weaver).
899150276Speter	+ change getcap-cache ifdef's to eliminate unnecessary chdir/mkdir
899250276Speter	  when that feature is not configured.
899350276Speter	+ remove _nc_err_abort() calls when write_entry.c finds a directory but
899450276Speter	  cannot write to it, e.g., when translating part/all of /etc/termcap
899550276Speter	  (reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>).
899650276Speter	  (this dates back to 951102, in 1.9.7a).
899750276Speter	+ minor ifdef fixes to compile with atac and glibc 2.0.5c
899850276Speter	+ add check for -lgen when configuring regexpr.h
899950276Speter	+ modify Solaris shared-library option "-d y" to "-dy" to workaround
900050276Speter	  incompatibility of gcc 2.7.2 vs vendor's tools.
900150276Speter
900250276Speter971026
900350276Speter	+ correct ifdef's for struct winsize vs struct ttysize in lib_setup.c
900450276Speter	  to compile on SCO.
900550276Speter	+ remove dangling backslash in panel/Makefile.in
900650276Speter	+ modify MKkeyname.awk to work with SCO's nawk, which dumps core in the
900750276Speter	  length() function.
900850276Speter	+ correct length of allocation in _nc_add_to_try(), to allow for
900950276Speter	  trailing null.
901050276Speter	+ correct logic in _nc_remove_key(), which was discarding too many
901150276Speter	  nodes (patch by Alexander V. Lukyanov)
901250276Speter
901350276Speter971025
901450276Speter	+ add definition for $(REL_VERSION) to test/Makefile.in, so *BSD
901550276Speter	  shared libraries link properly (see 970524).
901650276Speter	+ modify Linux shared-library generation to include library
901750276Speter	  dependencies (e.g., -lncurses and -lgpm) in the forms, menu and
901850276Speter	  panel libraries (suggested by Juergen Pfeifer).
901950276Speter	+ modify configure script to use config.guess and config.sub rather
902050276Speter	  than uname, which is unreliable on some systems.
902150276Speter	+ updated Makefile.glibc, test-built with glibc 2.0.5c
902250276Speter	+ modify keyname() to return values consistent with SVr4 curses (patch
9023166124Srafan	  by Juergen Fluk).
902450276Speter	> changes requested by Daniel Weaver:
902550276Speter	+ modify delay_output() so that it uses the same output function as
902650276Speter	  tputs() if called from that function.
902750276Speter	+ move _baudrate from SCREEN to TERMINAL so that low-level use of
902850276Speter	  tputs works when SP is not set.
902950276Speter	> patch by Juergen Pfeifer:
903050276Speter	+ factor lib_menu and lib_form into smaller modules
903150276Speter	+ clean up the interface between panel and SCREEN
903250276Speter	+ minor changes to the Ada95 mouse support implemenation
903350276Speter	+ minor bugfix in C++ binding to ripoff windows
903450276Speter	+ fix a few Ada95 html documentation pages
903550276Speter
903650276Speter971018
903750276Speter	+ split-out lib_ungetch.c, make runtime link to resizeterm() to
903850276Speter	  decouple those modules from lib_restart.c
903950276Speter	+ add xterm-xf86-v39t description to terminfo.src
904050276Speter	+ reset SP->_endwin in lib_tstp.c cleanup() function after calling
904150276Speter	  endwin() to avoid unnecessary repainting if the application has
904250276Speter	  established an atexit function, etc.  Encountered this problem in
904350276Speter	  the c++ demo, whose destructors repaint the screen.
904450276Speter	+ combine _nc_get_screensize() and resizeterm() calls as new function
904550276Speter	  _nc_update_screensize().
904650276Speter	+ minor fixes to allow compile with g++ (suggested by Nelson H. F.
904750276Speter	  Beebe).
904850276Speter	+ implement install-rules for Ada95 makefiles.
904950276Speter	+ use screen_lines or MAXLINES as needed where LINES was coded,
905050276Speter	  as well as screen_columns for COLS, in the ncurses library.
905150276Speter	> patch by Alexander V. Lukyanov:
905250276Speter	+ modify logic for ripped-off lines to handle several SCREENs.
905350276Speter	> patch by Juergen Pfeifer:
905450276Speter	+ factors lib_slk.c into some smaller modules
905550276Speter	+ factors panel.c into some smaller modules
905650276Speter	+ puts the static information about the current panel stack into the
905750276Speter	  SCREEN structure to allow different panel stacks on different
905850276Speter	  screens.
905950276Speter	+ preliminary fix for an error adjusting LINES to account for
906050276Speter	  ripped-off lines.
906150276Speter
906250276Speter971011
906350276Speter	+ move _nc_max_click_interval and other mouse interface items to SCREEN
906450276Speter	  struct so that they are associated with a single terminal, and also
906550276Speter	  save memory when the application does not need a mouse (roughly 3k vs
906650276Speter	  0.5k on Linux).
906750276Speter	+ modify mouseinterval() so that a negative parameter queries the
906850276Speter	  click-interval without modifying it.
906950276Speter	+ modify ncurses 'i' test to work with ncurses' apparent extension from
907050276Speter	  SVr4, i.e., allows nocbreak+noecho (analysis by Alexander V.
907150276Speter	  Lukyanov).
907250276Speter	+ add configure options --with-ada-includes and --with-ada-objects,
907350276Speter	  to drive Ada95 binding install (not yet implemented).
907450276Speter	+ install C++ binding as -lncurses++ and associated headers with the
907550276Speter	  other ncurses headers.
907650276Speter	+ fix header uninstall if configure --srcdir is used.
9077166124Srafan	> minor interface changes to support 'tack' program -TD
9078166124Srafan	  (request by Daniel Weaver <danw@znyx.com>).
907950276Speter	+ export functions _nc_trans_string() and _nc_msec_cost().
908050276Speter	+ add variable _nc_nulls_sent, to record the number of padding
908150276Speter	  characters output in delay_output().
908250276Speter	+ move tests for generic_type and hard_copy terminals in setupterm()
908350276Speter	  to the end of that function so that the library will still be
908450276Speter	  initialized, though not generally useful for curses programs.
908550276Speter	> patches by Alexander V. Lukyanov:
908650276Speter	+ modify ClrBottom() to avoid using clr_eos if there is only one line
908750276Speter	  to erase.
908850276Speter	+ typo in configure --help.
9089166124Srafan	> patch by J T Conklin (with minor resync against Juergen's changes)
909050276Speter	+ split-out lib_flash.c from lib_beep.c
909150276Speter	+ split-out lib_hline.c and lib_vline.c from lib_box.c
909250276Speter	+ split-out lib_wattron.c, lib_wattroff.c from lib_addch.c
909350276Speter
909450276Speter971005
909550276Speter	> patch by Juergen Pfeifer:
909650276Speter	+ correct source/target of c++/edit_cfg.sh
909750276Speter
909850276Speter971004
909950276Speter	+ add color, mouse support to kterm terminfo entry.
910050276Speter	+ modify lib_mouse.c to recognize rxvt, kterm, color_xterm also as
910150276Speter	  providing "xterm"-style mouse.
910250276Speter	+ updated rxvt's terminfo description to correspond to 2.21b, with
910350276Speter	  fixes for the acsc (the box1 capability is incorrect, ech1 does not
910450276Speter	  work).
910550276Speter	+ fix logic in parse_entry.c that discarded acsc when 'synthesizing'
910650276Speter	  an entry from equivalents in XENIX or AIX.  This lets ncurses handle
910750276Speter	  the distribution copy of rxvt's terminfo.
910850276Speter	+ modify acsc capability for linux and linux-koi8 terminfo descriptions
910950276Speter	  (from Pavel Roskin <pavel@absolute.spb.su>).
911050276Speter	+ corrected definition in curses.h for ACS_LANTERN, which was 'I'
911150276Speter	  rather than 'i' (see 970802).
911250276Speter	+ updated terminfo.src with reformatted acsc entries, and repaired the
911350276Speter	  trashed entries with spurious '\' characters that this exposed.
911450276Speter	+ add logic to dump_entry.c to reformat acsc entries into canonical
911550276Speter	  form (sorted, unique mapping).
911650276Speter	+ add configure script to generate c++/etip.h
911750276Speter	+ add configure --with-develop option, to enable by default most of the
911850276Speter	  experimental options (requested by Alexander V. Lukyanov).
911997049Speter	+ rename 'deinstall' to 'uninstall', following GNU convention
912097049Speter	  (suggested by Alexander V. Lukyanov).
912150276Speter	> patches by Alexander V. Lukyanov:
912250276Speter	+ modify tactics 2 and 5 in onscreen_mvcur(), to allow them on the last
912350276Speter	  line of the screen, since carriage return will not cause a newline.
912450276Speter	+ remove clause from PutCharLR() that would try to use
912550276Speter	  eat_newline_glitch since that apparently does not work on some
912650276Speter	  terminals (e.g., M$ telnet).
912750276Speter	+ correct a limit check in scroll_csr_backward()
912850276Speter	> patches by Juergen Pfeifer:
912950276Speter	+ adds dummy implementations of methods above() and below() to the
913050276Speter	  NCursesPanel class.
913150276Speter	+ fixes missing returncode in NCursesWindow::ripoffline()
913250276Speter	+ fixes missing returncode in TestApplication::run() in demo.cc
913350276Speter	+ We should at least give a comment in etip.h why it is currently a
913450276Speter	  problem to install the C++ binding somewhere
913550276Speter	+ makes the WINDOW* argument of wenclose() a const.
913650276Speter	+ modifies several of the routines in lib_adabind.c to use a const
913750276Speter	  WINDOW* argument.
913850276Speter
913950276Speter970927
914050276Speter	+ add 'deinstall' rules.
914150276Speter	+ use explicit assignments in configure --without-progs option to
914250276Speter	  work around autoconf bug which doesn't always set $withval.
914350276Speter	+ check for ldconfig, don't try to run it if not found.
914450276Speter	+ implement simple/unoptimized case in lib_doupdate.c to handle
914550276Speter	  display with magic cookie glitch, tested with ncurses.c program.
914650276Speter	+ correct missing _tracef in getmouse(), to balance the returnCode
914750276Speter	  macro.
914850276Speter	+ simplify show_attr() in ncurses.c using termattrs().
914950276Speter	> patches by Juergen Pfeifer:
915050276Speter	+ provides missing inlines for mvw[hv]line in cursesw.h of the C++
915150276Speter	  binding
915250276Speter	+ fixes a typo in a comment of frm_driver.c
915350276Speter	+ Enhances Ada95 Makefiles to fulfill the requirement of GNAT-3.10 that
915450276Speter	  generics should be compiled.  Proper fixes to the configuration
915550276Speter	  scripts are also provided.
915650276Speter
915750276Speter970920
915850276Speter	+ several modifications to the configure script (requested by Ward
915950276Speter	  Horner):
916050276Speter	  + add configure options --without-progs, to suppress the build of the
916150276Speter	    utility programs, e.g., for cross-compiling.
916250276Speter	  + add $(HOSTCCFLAGS) and $(HOSTLDFLAGS) symbols to ncurses
916350276Speter	    Makefile.in, to simplify setup for cross compiling.
916450276Speter	  + add logic in configure script to recognize "--target=vxworks", and
916550276Speter	    generate load/install actions for VxWorks objects.
916650276Speter	+ move typedef for sigaction_t into SigAction.h to work around problem
916750276Speter	  generating lint library.
916850276Speter	+ modify fty_regex.c to reflect renaming of ifdef's for regular
916950276Speter	  expressions.
917050276Speter	+ simplify ifdef in lib_setup.c for TIOCGWINSZ since that symbol may
917150276Speter	  reside in <sys/ioctl.h>.
917250276Speter	+ merge testcurs.c with version from PDCurses 2.3, clarifying some of
917350276Speter	  the more obscure tests, which rely upon color.
917450276Speter	+ use macros getbegyx() and getmaxyx() in newdemo.c and testcurs.c
917550276Speter	+ modify ncurses.c to use getbegyx() and getmaxyx() macros to cover up
917650276Speter	  implementation difference wrt SVr4 curses, allow 's' test to work.
917750276Speter	+ add missing endwin() to testscanw.c program (reported by Fausto
917850276Speter	  Saporito <fausap@itb.it>).
917950276Speter	+ fixes/updates for Makefile.glibc and related files under sysdeps
918050276Speter	  (patch by H.J.Lu).
918150276Speter	> patches by Juergen Pfeifer:
918250276Speter	+ add checks for null pointers, especially WINDOW's throughout the
918350276Speter	  ncurses library.
918450276Speter	+ solve a problem with wrong calculation of panel overlapping (reported
918550276Speter	  by Ward Horner):
918650276Speter	  + make sure that a panel's window isn't a pad.
918750276Speter	  + do more error checking in module lib_touch.c
918850276Speter	+ missing files for Ada95 binding from the last patch
918950276Speter	+ synch. of generated html pages (RCS-Id's were wrong in html files)
919050276Speter	+ support for Key_Resize in Ada binding
919150276Speter	+ changed documentation style in ./c++/cursesm.h
919250276Speter	> patches by Alexander V. Lukyanov:
919350276Speter	+ undo attempt to do recursive inlining for PutChar(), noting that it
919450276Speter	  did not improve timing measurably, but inflated the size of
919550276Speter	  lib_doupdate.o
919650276Speter
919750276Speter970913
919850276Speter	+ modify rain.c to use color.
919950276Speter	+ correct scroll_csr_backward() to match scroll_csr_forward().
920050276Speter	+ minor adjustment to llib-lncurses, to work with Solaris 2.5.1
920150276Speter	+ minor fixes to sysdeps/unix/sysv/linux/configure to reflect renaming
920250276Speter	  of configure cache variables in 970906.
920350276Speter	+ correct logic involving changes to O_VISIBLE option in
920450276Speter	  Synchronize_Options function in frm_driver.c (Tony Hoffmann
920550276Speter	  <Tony.Hoffmann@hia.nrc.ca>)
920650276Speter	+ add $(HOSTCC) symbol to ncurses Makefile.in, to simplify setup for
920750276Speter	  cross compiling (suggested by Chris Johns).
920850276Speter	+ modify ifdef in lib_setup.c to only include <sys/ioctl.h> if we can
920950276Speter	  use it to support screen-size calculation (reported by Chris Johns).
921050276Speter	+ #undef unctrl to avoid symbol conflict in port to RTEMS (reported by
921150276Speter	  Chris Johns <cjohns@plessey.com.au>)
921250276Speter	> patches by Juergen Pfeifer:
921397049Speter	+ simplified, made minor corrections to Ada95 binding to form
921497049Speter	  fieldtype.
921550276Speter	+ The C++ binding has been enhanced:
921650276Speter	  + Improve NCursesWindow class:  added additional methods to cover
921750276Speter	    more ncurses functionality.  Make refresh() and noutrefresh()
921850276Speter	    virtual members to allow different implementation in the
921950276Speter	    NCursesPanel class.
922050276Speter	  + CAUTION:  changed order of parameters in vline() and hline() of
922150276Speter	    NCursesWindow class.
922250276Speter	  + Make refresh() in NCursesPanel non-static, it is now a
922350276Speter	    reimplementation of refresh() in the base class.  Added
922450276Speter	    noutrefresh() to NCursesPanel.
922550276Speter	  + Added NCursesForm and related classes to support libform
922650276Speter	    functionality.
922750276Speter	  + Moved most of configuration related stuff from cursesw.h to etip.h
922850276Speter	  + Added NCursesApplication class to support easy configuration of
922950276Speter	    menu and forms related attributes as well as ripped of title lines
923050276Speter	    and Soft-Label-Keys for an application.
923150276Speter	  + Support of Auto-Cleanup for a menu's fieldlist.
923250276Speter	  + Change of return type for current_item() and operator[] for menus.
923350276Speter	  + Enhanced demo.
923450276Speter	+ Fixed a bug in form/fld_def.c:  take into account that copyarg and
923550276Speter	  freearg for a fieldtype may be NULL, makearg must not be NULL
923650276Speter	+ Fixed a bug in form/fld_type.c:  in set_fieldtype_arg() makearg must
923750276Speter	  not be NULL, copyarg and freearg may be NULL.
923850276Speter	+ Fixed a bug in form/frm_def.c:  Allow Disconnect_Fields() if it is
923950276Speter	  already disconnected.
924050276Speter	+ Enhance form/frm_driver.c:  Allow growth of dynamic fields also on
924150276Speter	  navigation requests.
924250276Speter	+ Fixed a bug in form/fty_enum.c:  wrong position of postincrement in
924350276Speter	  case-insensitiva comparision routine.
924450276Speter	+ Enhanced form/lib_adabind.c with function _nc_get_field() to get a
924550276Speter	  forms field by index.
924650276Speter	+ Enhanced menu/m_adabind.c with function _nc_get_item() to get a menus
924750276Speter	  item by index.
924850276Speter	+ Fixed in curses.h.in:  make chtype argument for pechochar() constant.
924950276Speter	  Mark wbkgdset() as implemented, remove wbkgdset macro, because it was
925050276Speter	  broken (didn't handle colors correctly).
925150276Speter	+ Enhanced lib_mouse.c: added _nc_has_mouse() function
925250276Speter	+ Added _nc_has_mouse() prototype to curses.priv.h
925350276Speter	+ Modified lib_bkgd.c:  hopefully correct implementation of wbkgdset();
925450276Speter	  streamlined implementation of wbkgd()
925550276Speter	+ Modified lib_mvwin.c:  Disable move of a pad.  Implement (costly)
9256166124Srafan	  move of subwindows.  Fixed update behavior of movements of regular
925750276Speter	  windows.
925850276Speter	+ Fixed lib_pad.c:  make chtype argument of pechochar() const.
925950276Speter	+ Fixed lib_window.c:  dupwin() is not(!) in every bit a really clone
926050276Speter	  of the original.  Subwindows become regular windows by doing a
926150276Speter	  dupwin().
926250276Speter	+ Improved manpage form_fieldtype.3x
926350276Speter	> patches by Alexander V. Lukyanov:
926450276Speter	+ simplify the PutChar() handling of exit_am_mode, because we already
926550276Speter	  know that auto_right_margin is true.
926650276Speter	+ add a check in PutChar() for ability to insert to the case of
926750276Speter	  shifting character to LR corner.
926850276Speter	+ in terminal initialization by _nc_screen_resume(), make sure that
926950276Speter	  terminal right margin mode is known.
927050276Speter	+ move logic that invokes touchline(), or does the equivalent, into
927150276Speter	  _nc_scroll_window().
927250276Speter	+ modify scrolling logic use of insert/delete line capability, assuming
927350276Speter	  that they affect the screen contents only within the current
927450276Speter	  scrolling region.
927550276Speter	+ modify rain.c to demonstrate SIGWINCH handler.
927650276Speter	+ remove logic from getch() that would return an ERR if the application
927750276Speter	  called getch() when the cursor was at the lower-right corner of the
927850276Speter	  physical screen, and the terminal does not have insert-character
927950276Speter	  ability.
928050276Speter	+ change view.c so that it breaks out of getch() loop if a KEY_RESIZE
928150276Speter	  is read, and modify logic in getch() so this fix will yield the
928250276Speter	  desired behavior, i.e., the screen is repainted automatically when
928350276Speter	  the terminal window is resized.
928450276Speter
928550276Speter970906
928650276Speter	+ add configure option --enable-sigwinch
928750276Speter	+ modify view.c to test KEY_RESIZE logic, with "-r" option.
928850276Speter	+ modify testcurs.c to eliminate misleading display wrt cursor type
928950276Speter	  by testing if the terminal supports cnorm, civis, cvvis.
929050276Speter	+ several fixes for m68k/NeXT 4.0, to bring cur_term, _nc_curr_line and
929150276Speter	  _nc_curr_col variables into linked programs:  move these variables,
929250276Speter	  making new modules lib_cur_term and trace_buf (reported by Francisco
929350276Speter	  Alberto Tomei Torres <fatomei@sandburg.unm.edu>).
929450276Speter	> patches by Alexander V. Lukyanov:
929550276Speter	+ add pseudo-functionkey KEY_RESIZE which is returned by getch() when
929650276Speter	  the SIGWINCH handler has been called since the last call to
929750276Speter	  doupdate().
929850276Speter	+ modify lib_twait.c to hide EINTR only if HIDE_EINTR is defined.
929950276Speter	+ add SIGWINCH handler to ncurses library which is used if there is no
930050276Speter	  application SIGWINCH handler in effect when the screen is
930150276Speter	  initialized.
930250276Speter	+ make linked list of all SCREEN structures.
930350276Speter	+ move curses.h include before definition of SCREEN to use types in
930450276Speter	  that structure.
930550276Speter	+ correction to ensure that wgetstr uses only a newline to force a
930650276Speter	  scroll (970831).
930750276Speter
930850276Speter970831
930950276Speter	+ add experimental configure option --enable-safe-sprintf; the normal
931050276Speter	  mode now allocates a buffer as large as the screen for the
931150276Speter	  lib_printw.c functions.
931250276Speter	+ modify wgetch to refresh screen when reading ungetch'd characters,
931350276Speter	  since the application may require this - SVr4 does this.
931450276Speter	+ refine treatment of newline in wgetstr to echo only when this would
931550276Speter	  force the screen to scroll.
931650276Speter
931750276Speter970830
931850276Speter	+ remove override in wgetstr() that forces keypad(), since SVr4 does
931950276Speter	  not do this.
932050276Speter	+ correct y-reference for erasure in wgetstr() when a wrap forces a
932150276Speter	  scroll.
932250276Speter	+ correct x-position in waddch() after a wrap forces a scroll.
932350276Speter	+ echo newline in wgetstr(), making testscanw.c scroll properly when
932450276Speter	  scanw is done.
932550276Speter	+ modify vwscanw() to avoid potential buffer overflow.
932650276Speter	+ rewrote lib_printw.c to eliminate fixed-buffer limits.
932750276Speter	> patches by Alexander V. Lukyanov:
932850276Speter	+ correct an error in handling cooked mode in wgetch(); processing
932950276Speter	  was in the wrong order.
933050276Speter	+ simplified logic in wgetch() that handles backspace, etc., by using
933150276Speter	  wechochar().
933250276Speter	+ correct wechochar() so that it interprets the output character as
933350276Speter	  in waddch().
933450276Speter	+ modify pechochar() to use prefresh() rather than doupdate(), since
933550276Speter	  the latter does not guarantee immediate refresh of the pad.
933650276Speter	+ modify pechochar() so that if called with a non-pad WINDOW, will
933750276Speter	  invoke wechochar() instead.
933850276Speter	+ modify fifo indices to allow fifo to be longer than 127 bytes.
933950276Speter
934050276Speter970823
934150276Speter	+ add xterm-8bit to terminfo.src
934250276Speter	+ moved logic for SP->_fifohold inside check_pending() to make it
934350276Speter	  work properly when we add calls to that function.
934450276Speter	+ ensure that bool functions return only TRUE or FALSE, and TRUE/FALSE
934550276Speter	  are assigned to bool values (patch by H.J.Lu).
934650276Speter	> patches by Alexander V. Lukyanov:
934750276Speter	+ several fixes to getch:
934850276Speter	  1.  Separate cooked and raw keys in fifo
934950276Speter	  2.  Fix the case of ungetch'ed KEY_MOUSE
935050276Speter	  3.  wrap the code for hiding EINTR with ifdef HIDE_EINTR
935150276Speter	  4.  correctly handle input errors (i.e., EINTR) without loss of raw
935250276Speter	      keys
935350276Speter	  5.  recognize ESC KEY_LEFT and similar
935450276Speter	  6.  correctly handle the case of receiption of KEY_MOUSE from gpm
935550276Speter	+ correct off-by-one indexing error in _nc_mouse_parse(), that caused
935650276Speter	  single mouse events (press/release) to be ignored in favor of
935750276Speter	  composed events (click).  Improves on a fix from integrating gpm
935850276Speter	  support in 961229.
935950276Speter	+ add another call to check_pending, before scrolling, for
936050276Speter	  line-breakout optimization
936150276Speter	+ improve hashmap.c by
936250276Speter	  1.  fixed loop condition in grow_hunks()
936350276Speter	  2.  not marking lines with offset 0
936450276Speter	  3.  fixed condition of 'too far' criteria, thus one-line hunks are
936550276Speter	  ignored and two lines interchanged won't pass.
936650276Speter	+ rewrote/simplified _nc_scroll_optimize() by separating into two
936750276Speter	  passes, forward/backward, looking for chunks moving only in the given
936850276Speter	  direction.
936950276Speter	+ move logic that emits sgr0 when initializing the screen to
937050276Speter	  _nc_screen_init(), now invoked from newterm.
937150276Speter	+ move cursor-movement cleanup from endwin() into _nc_mvcur_wrap()
937250276Speter	  function and screen cleanup (i.e., color) into _nc_screen_wrap()
937350276Speter	  function.
937450276Speter	+ add new functions _nc_screen_init(), _nc_screen_resume() and
937550276Speter	  _nc_screen_wrap().
937650276Speter	+ rename _nc_mvcur_scrolln() to _nc_scrolln().
937750276Speter	+ add a copy of acs_map[] to the SCREEN structure, where it can be
937850276Speter	  stored/retrieved via set_term().
937950276Speter	+ move variables _nc_idcok, _nc_idlok, _nc_windows into the SCREEN
938050276Speter	  structure.
938150276Speter
938250276Speter970816
938350276Speter	+ implement experimental _nc_perform_scroll().
938450276Speter	+ modify newterm (actually _nc_setupscreen()) to emit an sgr0 when
938550276Speter	  initializing the screen, as does SVr4 (reported by Alexander V.
938650276Speter	  Lukyanov).
938750276Speter	+ added test_progs rule to ncurses/Makefile.
938850276Speter	+ modify test/configure.in to check if initscr is already in $LIBS
938950276Speter	  before looking for (n)curses library.
939050276Speter	+ correct version-number in configure script for OSF1 shared-library
939150276Speter	  options (patch by Tim Mooney).
939250276Speter	+ add -DNDEBUG to CPPFLAGS for --enable-assertions (as Juergen
939350276Speter	  originally patched) since the c++ demo files do not necessarily
939450276Speter	  include ncurses_cfg.h
939550276Speter	+ supply default value for --enable-assertions option in configure
939650276Speter	  script (reported by Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>).
939750276Speter	> patches by Alexander V. Lukyanov:
939850276Speter	+ correct/simplify logic of werase(), wclrtoeol() and wclrbot().  See
939950276Speter	  example firstlast.c
940050276Speter	+ optimize waddch_literal() and waddch_nosync() by factoring out
940150276Speter	  common subexpressions.
940250276Speter	+ correct sense of NDEBUG ifdef for CHECK_POSITION macro.
940350276Speter	+ corrections to render_char(), to make handling of colored blanks
940450276Speter	  match SVr4 curses, as well as to correct a bug that xor'd space
940550276Speter	  against the background character.
940650276Speter	+ replaced hash function with a faster one (timed it)
940750276Speter	+ rewrote the hashmap algorithm to be one-pass, this avoids multiple
940850276Speter	  cost_effective() calls on the same lines.
940950276Speter	+ modified cost_effective() so it is now slightly more precise.
9410166124Srafan	> patches for glibc integration (H.J.Lu):
941150276Speter	+ add modules define_key, keyok, name_match, tries
941250276Speter	+ add makefile rules for some of the unit tests in ncurses (mvcur,
941350276Speter	  captoinfo, hardscroll, hashmap).
941450276Speter	+ update Linux configure-script for wide-character definitions.
941550276Speter
941650276Speter970809
941750276Speter	+ modify _tracebits() to show the character size (e.g., CS8).
941850276Speter	+ modify tparm() to emit '\200' where the generated string would have a
941950276Speter	  null (reported by From:  Ian Dall <Ian.Dall@dsto.defence.gov.au> for
942050276Speter	  terminal type ncr7900).
942150276Speter	+ modify install process so that ldconfig is not invoked if the
942250276Speter	  package is built with an install-prefix.
942350276Speter	+ correct test program for chtype size (reported by Tim Mooney).
942450276Speter	+ add configure option --disable-scroll-hints, using this to ifdef the
942550276Speter	  logic that computes indices for _nc_scroll_optimize().
942650276Speter	+ add module ncurses/softscroll.c, to perform single-stage computation
942750276Speter	  of scroll indices used in _nc_scroll_optimize().  This is faster than
942850276Speter	  the existing scrolling algorithm, but tends to make too-small hunks.
942950276Speter	+ eliminate fixed buffer size in _nc_linedump().
943050276Speter	+ minor fixes to lib_doupdate.c to add tradeoff between clr_eol (el)
943150276Speter	  and clr_bol (el1), refine logic in ClrUpdate() and ClrBottom() (patch
943250276Speter	  by Alexander V. Lukyanov).
943350276Speter	+ add test/testaddch.c, from a pending patch by Alexander V. Lukyanov.
943450276Speter	+ correct processing of "configure --enable-assertions" option (patch
943550276Speter	  by Juergen Pfeifer).
943650276Speter
943750276Speter970802
943850276Speter	+ add '-s' (single-step) option too test/hashtest.c, correct an error
943950276Speter	  in loop limit for '-f' (footer option), toggle scrollok() when
944050276Speter	  writing footer to avoid wrap at lower-right corner.
944150276Speter	+ correct behavior of clrtoeol() immediately after wrapping cursor,
944250276Speter	  which was not clearing the line at the cursor position (reported by
944350276Speter	  Liviu Daia <daia@stoilow.imar.ro>).
944450276Speter	+ corrected mapping for ACS_LANTERN, which was 'I' rather than 'i'
944550276Speter	  (reported by Klaus Weide <kweide@tezcat.com>).
944650276Speter	+ many corrections to make progs/capconvert work, as well as make it
944750276Speter	  reasonably portable and integrated with ncurses 4.1 (reported by Dave
944850276Speter	  Furstenau <df@ravine.binary.net>).
944950276Speter
945050276Speter970726
945150276Speter	+ add flag SP->_fifohold, corresponding logic to modify the behavior of
945250276Speter	  the line breakout logic so that if the application does not read
945350276Speter	  input, refreshes will not be stopped, but only slowed.
945450276Speter	+ generate slk_attr_off(), slk_attr_on(), slk_attr_set(), vid_attr(),
945550276Speter	  ifdef'd for wide-character support, since ncurses' WA_xxx attribute
945650276Speter	  masks are identical with the A_xxx masks.
945750276Speter	+ modify MKlib_gen.sh to generate ifdef'd functions to support optional
945850276Speter	  configuration of wide-characters.
945950276Speter	+ modify tset to behave more like SVr4's tset, which does not modify
946050276Speter	  the settings of intr, quit or erase unless they are given as command
946150276Speter	  options (reported by Nelson H. F. Beebe <beebe@math.utah.edu>).
946250276Speter	+ modify tset to look in /etc/ttys or /etc/ttytype if the configuration
946350276Speter	  does not have getttynam().
946450276Speter	+ extend baudrate table in tset.c to match baudrate() function.
946550276Speter	+ add table entries for 230400 and 460800 bd to baudrate() function.
946650276Speter	+ improve breakout logic by allowing it before the first line updated,
946750276Speter	  which is what SVr4 curses does (patch by Alexander V. Lukyanov).
946850276Speter	+ correct initialization of vcost in relative_move(), for cursor-down
946950276Speter	  case (patch by Alexander V. Lukyanov).
947050276Speter	> nits gleaned from Debian distribution of 1.9.9g-3:
947150276Speter	+ install symbolic link for intotocap.
947250276Speter	+ reference libc directly when making shared libraries.
947350276Speter	+ correct renaming of curs_scr_dmp.3x in man_db.renames.
947450276Speter	+ guard tgetflag() and other termcap functions against null cur_term
947550276Speter	  pointer.
947650276Speter
947750276Speter970719
947850276Speter	+ corrected initial state of software echo (error in 970405, reported
947950276Speter	  by Alexander V. Lukyanov).
948050276Speter	+ reviewed/added messages to configure script, so that all non-test
948150276Speter	  options should be accompanied by a message.
948250276Speter	+ add configure check for long filenames, using this to determine if
948350276Speter	  it is safe to allow long aliases for terminal descriptions as does
948450276Speter	  SVr4.
948550276Speter	+ add configure options for widec (wide character), hashmap (both
948650276Speter	  experimental).
948750276Speter	> patch by Alexander V. Lukyanov:
948850276Speter	+ hashmap.c - improved by heuristic, so that scroll test works much
948950276Speter	  better when csr is not available.
949050276Speter	+ hardscroll.c - patched so that it continues to scroll other chunks
949150276Speter	  after failure to scroll one.
949250276Speter	+ lib_doupdate.c - _nc_mvcur_scrolln extended to handle more cases; csr
949350276Speter	  is avoided as it is relative costly.  Fixed wrong coordinates in one
949450276Speter	  case and wrong string in TRACE.
949550276Speter	> patch by Juergen Pfeifer:
949650276Speter	+ modify C++ binding to compile on AIX 4.x with the IBM C-SET++
949750276Speter	  compiler.
949850276Speter
949950276Speter970712
950050276Speter	+ remove alternate character set from kterm terminfo entry; it uses the
950150276Speter	  shift-out control for a purpose incompatible with curses, i.e., font
950250276Speter	  switching.
950350276Speter	+ disentangle 'xterm' terminfo entry from some derived entries that
950450276Speter	  should be based on xterm-r6 instead.
950550276Speter	+ add cbt to xterm-xf86-xv32 terminfo entry; I added the emulation for
950650276Speter	  XFree86 3.1.2F, but overlooked its use in terminfo then - T.Dickey.
950750276Speter	+ correct logic in lib_mvcur.c that uses back_tab.
950850276Speter
950950276Speter970706
951050276Speter	+ correct change from 970628 to ClrUpdate() in lib_doupdate.c so that
951150276Speter	  contents of curscr are saved in newscr before clearing the screen.
951250276Speter	  This is needed to make repainting work with the present logic of
951350276Speter	  TransformLine().
951450276Speter	+ use napms() rather than sleep() in tset.c to avoid interrupting I/O.
951550276Speter
951650276Speter970705
951750276Speter	+ add limit checks to _nc_read_file_entry() to guard against overflow
951850276Speter	  of buffer when reading incompatible terminfo format, e.g, from OSF/1.
951950276Speter	+ correct some loop-variable errors in xmc support in lib_doupdate.c
952050276Speter	+ modify ncurses 'b' test to add gaps, specified by user, to allow
952150276Speter	  investigation of interaction with xmc (magic cookie) code.
952250276Speter	+ correct typo in 970524 mods to xmas.c, had omitted empty parameter
952350276Speter	  list from has_colors(), which gcc ignores, but SVr4 does not
952450276Speter	  (reported by Larry Virden).
952550276Speter	+ correct rmso capability in wy50-mc description.
952650276Speter	+ add configure option "--enable-hard-tabs", renamed TABS_OK ifdef to
952750276Speter	  USE_HARD_TABS.
952850276Speter	> patch by Juergen Pfeifer:
952950276Speter	+ Add bindings for keyok() and define_key() to the Ada95 packages.
953050276Speter	+ Improve man pages menu_post.3x and menu_format.3x
953150276Speter	+ Fix the HTML pages in the Ada95/html directory to reflect the above
953250276Speter	  changes.
953350276Speter
953450276Speter970628
953550276Speter	+ modify change from 970101 to ClrUpdate() in lib_doupdate.c so that
953650276Speter	  pending changes to both curscr and newscr are flushed properly.
953750276Speter	  This fixes a case where the first scrolling operation in nvi would
953850276Speter	  cause the screen to be cleared unnecessarily and repainted before
953950276Speter	  doing the indexing, i.e., by repeatedly pressing 'j' (reported by
954050276Speter	  Juergen Pfeifer).
954150276Speter	+ correct error in trans_string() which added embedded newlines in a
954250276Speter	  terminfo description to the stored strings.
954350276Speter	+ remove spurious newlines from sgr in wyse50 (and several other)
954450276Speter	  terminfo descriptions.
954550276Speter	+ add configure option for experimental xmc (magic cookie) code,
954650276Speter	  "--enable-xmc-glitch".  When disabled (the default), attributes that
954750276Speter	  would store a magic cookie are suppressed in vidputs().  The magic
954850276Speter	  cookie code is far from workable at this stage; the configuration
954950276Speter	  option is a stopgap.
955050276Speter	+ move _nc_initscr() from lib_initscr.c to lib_newterm.c
955150276Speter	+ correct path for invoking make_keys (a missing "./").
955250276Speter
955350276Speter970621
955450276Speter	+ correct sign-extension problem with "infocmp -e", which corrupted
955550276Speter	  acsc values computed for linux fallback data.
955650276Speter	+ correct dependency on ncurses/names.c (a missing "./").
955750276Speter	+ modify configure script to use '&&' even for cd'ing to existing
955850276Speter	  directories to work around broken shell interpreters.
955950276Speter	+ correct a loop-limit in _nc_hash_map() (patch by Alexander V.
956050276Speter	  Lukyanov).
956150276Speter
956250276Speter970615
956350276Speter	+ restore logic in _nc_scroll_optimize() which marks as touched the
956450276Speter	  lines in curscr that are shifted.
956550276Speter	+ add new utility 'make_keys' to compute keys.tries as a table rather
956650276Speter	  than a series of function calls.
956750276Speter	+ correct include-dependency for tic.h used by name_match
956850276Speter	+ removed buffer-allocation for name and description from m_item_new.c,
956950276Speter	  since this might result in incompatibilities with SVr4.  Also fixed
957050276Speter	  the corresponding Ada95 binding module (patch by Juergen Pfeifer,
9571166124Srafan	  report by Avery Pennarun <apenwarr@foxnet.net>)
957250276Speter	+ removed the mechanism to timestamp the generated Ada95 sources.  This
957350276Speter	  resulted always in generating patches for the HTML doc, even when
957450276Speter	  nothing really changed (patch by Juergen Pfeifer).
957550276Speter	+ improve man page mitem_new.3x (patch by Juergen Pfeifer).
957650276Speter
957750276Speter970614
957850276Speter	+ remove ech capability from rxvt description because it does not work.
957950276Speter	+ add missing case logic for infocmp -I option (reported by Lorenzo M.
958050276Speter	  Catucci <lorenzo@argon.roma2.infn.it>)
958150276Speter	+ correct old bug in pnoutrefresh() unmasked by fix in 970531; this
958250276Speter	  caused glitches in the ncurses 'p' test since the area outside the
958350276Speter	  pad was not compared when setting up indices for _nc_scroll_optimize.
958450276Speter	+ rewrote tracebits() to workaround misdefinition of TOSTOP on Ultrix
958550276Speter	  4.4, as well as to eliminate fixed-size buffer (reported by Chris
958650276Speter	  Tanner <tannerc@aecl.ca>)
958750276Speter	+ correct prototype for termattrs() as per XPG4 version 2.
958850276Speter	+ add placeholder prototypes for color_set(), erasewchar(),
958950276Speter	  term_attrs(), wcolor_set() as per XPG4 version 2.
959050276Speter	+ correct attribution for progs/progs.priv.h and lib_twait.c
959150276Speter	+ improve line-breakout logic by checking based on changed lines rather
959250276Speter	  than total lines (patch by Alexander V. Lukyanov).
959350276Speter	+ correct loop limits for table-lookup of enumerated value in form
959450276Speter	  (patch by Juergen Pfeifer).
959550276Speter	+ improve threshhold computation for determining when to call ClrToEOL
959650276Speter	  (patch by Alexander V. Lukyanov).
959750276Speter
959850276Speter970531
959950276Speter	+ add configure option --disable-database to force the library to
960050276Speter	  use only the fallback data.
960150276Speter	+ add configure option --with-fallbacks, to specify list of fallback
960250276Speter	  terminal descriptions.
960350276Speter	+ add a symbolic link for ncurses.h during install; too many programs
960450276Speter	  still assume there's an ncurses.h
960550276Speter	+ add new terminfo.src entry for xterm-xf86-v33.
960650276Speter	+ restore terminfo.src entry for emu to using setf/setb, since it is
960750276Speter	  not, after all, generating ANSI sequences.  Corrected missing comma
960850276Speter	  that caused setf/setb entries to merge.
960950276Speter	+ modify mousemask() to use keyok() to enable/disable KEY_MOUSE, so
961050276Speter	  that applications can disable ncurses' mouse and supply their own
961150276Speter	  handler.
961250276Speter	+ add extensions keyok() and define_key().  These are designed to allow
961350276Speter	  the user's application better control over the use of function keys,
961450276Speter	  e.g., disabling the ncurses KEY_MOUSE.  (The define_key idea was from
9615166124Srafan	  a mailing-list thread started by Kenneth Albanowski
9616166124Srafan	  <kjahds@kjahds.com> Nov'1995).
961750276Speter	+ restore original behavior in ncurses 'g' test, i.e., explicitly
961850276Speter	  set the keypad mode rather than use the default, since it confuses
961950276Speter	  people.
962097049Speter	+ rewrote the newdemo banner so it's readable (reported by Hugh
962197049Speter	  Daniel).
962250276Speter	+ tidy up exit from hashtest (reported by Hugh Daniel).
962350276Speter	+ restore check for ^Q in ncurses 'g' test broken in 970510 (reported
962450276Speter	  by Hugh Daniel)
962550276Speter	+ correct tput program, checking return-value of setupterm (patch by
962650276Speter	  Florian La Roche).
962750276Speter	+ correct logic in pnoutrefresh() and pechochar() functions (reported
962850276Speter	  by Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>).  The computation
962950276Speter	  of 'wide' date to eric's #283 (1.9.9), and the pechochar bug to the
963050276Speter	  original implementation (1.9.6).
963150276Speter	+ correct typo in vt102-w terminfo.src entry (patch by Robert Wuest
963250276Speter	  <rwuest@sire.vt.com>)
963350276Speter	+ move calls of _nc_background() out of various loops, as its return
963450276Speter	  value will be the same for the whole window being operated on (patch
9635166124Srafan	  by J T Conklin).
963650276Speter	+ add macros getcur[xy] getbeg[xy] getpar[xy], which are defined in
9637166124Srafan	  SVr4 headers (patch by J T Conklin <jtc@NetBSD.ORG>)
963850276Speter	+ modify glibc addon-configure scripts (patch by H.J.Lu).
963950276Speter	+ correct a bug in hashmap.c: the size used for clearing the hashmap
964050276Speter	  table was incorrect, causing stack corruption for large values of
964150276Speter	  LINES, e.g., >MAXLINES/2 (patch by Alexander V. Lukyanov).
964250276Speter	+ eric's terminfo 9.13.23 & 9.13.24 changes: replaced minitel-2 entry,
964350276Speter	  added MGR, ansi-nt (note: the changes described for 9.13.24 have not
964450276Speter	  been applied).
964550276Speter	> several changes by Juergen Pfeifer:
964650276Speter	+ correct a missing error-return in form_driver.c when wrapping of a
964750276Speter	  field is not possible.
964850276Speter	+ correct logic in form_driver.c for configurations that do not have
964950276Speter	  memccpy() (reported by Sidik Isani <isani@cfht.hawaii.edu>)
965050276Speter	+ change several c++ binding functions to inline.
965150276Speter	+ modify c++ menu binding to inherit from panels, for proper
965250276Speter	  initialization.
965350276Speter	+ correct freeing of menu items in c++ binding.
965450276Speter	+ modify c++ binding to reflect removal of const from user data pointer
965550276Speter	  in forms/menus libraries.
965650276Speter
965750276Speter970524
965850276Speter	+ add description of xterm-16color.
965950276Speter	+ modify name of shared-library on *BSD to end with $(REL_VERSION)
966050276Speter	  rather than $(ABI_VERSION) to match actual convention on FreeBSD
966150276Speter	  (cf: 960713).
966250276Speter	+ add OpenBSD to shared-library case, same as NetBSD and FreeBSD
966350276Speter	  (reported by Hugh Daniel <hugh@rat.toad.com>).
966450276Speter	+ corrected include-dependency in menu/Makefile so that "make install"
966550276Speter	  works properly w/o first doing "make".
966650276Speter	+ add fallback definition for isascii, used in infocmp.
966750276Speter	+ modify xmas to use color, and to exit right away when a key is
966850276Speter	  pressed.
966950276Speter	+ modify gdc so that the scrolled digits function as described (there
967050276Speter	  was no time delay between the stages, and the digits overwrote the
967150276Speter	  bounding box without tidying up).
967250276Speter	+ modify lib_color.c to use setaf/setab only for the ANSI color codes
967350276Speter	  0 through 7.  Using 16 colors requires setf/setb.
967450276Speter	+ modify ncurses 'c' test to work with 16 colors, as well as the normal
967550276Speter	  8 colors.
967650276Speter	+ remove const qualifier from user data pointer in forms and menus
967750276Speter	  libraries (patch by Juergen Pfeifer).
967850276Speter	+ rewrote 'waddchnstr()' to avoid using the _nc_waddch_nosync()
967950276Speter	  function, thereby not interpreting tabs, etc., as per spec (patch by
968050276Speter	  Alexander V. Lukyanov).
968150276Speter
968250276Speter970517
968350276Speter	+ suppress check for pre-existing ncurses header if the --prefix
968450276Speter	  option is specified.
968597049Speter	+ add configure options "--with-system-type" and
968697049Speter	  "--with-system-release" to assist in checking the generated
968797049Speter	  makefiles.
968850276Speter	+ add configure option "--enable-rpath" to allow installers to specify
968950276Speter	  that programs linked against shared libraries will have their library
969050276Speter	  path embedded, allowing installs into nonstandard locations.
969150276Speter	+ add flags to OSF1 shared-library options to specify version and
969250276Speter	  symbol file (patch by Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>)
969350276Speter	+ add missing definition for ABI_VERSION to c++/Makefile.in (reported
969450276Speter	  by Satoshi Adachi <adachi@wisdom.aa.ap.titech.ac.jp>).
969550276Speter	+ modify link flags to accommodate HP-UX linker which embeds absolute
969650276Speter	  pathnames in executables linked against shared libraries (reported by
969750276Speter	  Jason Evans <jasone@mrc.uidaho.edu>, solved by Alan Shutko
969850276Speter	  <ats@hubert.wustl.edu>).
969950276Speter	+ drop unnecessary check for attribute-change in onscreen_mvcur() since
970050276Speter	  mvcur() is the only caller within the library, and that check in turn
970150276Speter	  is exercised only from lib_doupdate.c (patch by Alexander V.
970250276Speter	  Lukyanov).
970350276Speter	+ add 'blank' parameter to _nc_scroll_window() so _nc_mvcur_scrolln()
970450276Speter	  can use the background of stdscr as a parameter to that function
970550276Speter	  (patch by Alexander V. Lukyanov).
970650276Speter	+ moved _nc_mvcur_scrolln() from lib_mvcur.c to lib_doupdate.c, to use
970750276Speter	  the latter's internal functions, as well as to eliminate unnecessary
970850276Speter	  cursor save/restore operations (patch by Alexander V. Lukyanov).
970950276Speter	+ omit parameter of ClrUpdate(), since it is called only for newscr,
971050276Speter	  further optimized/reduced by using ClearScreen() and TransformLine()
971150276Speter	  to get rid of duplicate code (patch by Alexander V. Lukyanov).
971250276Speter	+ modify scrolling algorithm in _nc_scroll_optimize() to reject hunks
971350276Speter	  that are smaller than the distance to be moved (patch by Alexander V.
971450276Speter	  Lukyanov).
971550276Speter	+ correct a place where the panel library was not ifdef'd in ncurses.c
971650276Speter	  (Juergen Pfeifer)
971750276Speter	+ documentation fixes (Juergen Pfeifer)
971850276Speter
971950276Speter970515	4.1 release for upload to prep.ai.mit.edu
972050276Speter	+ re-tag changes since 970505 as 4.1 release.
972150276Speter
972250276Speter970510
972350276Speter	+ modify ncurses 'g' test to allow mouse input
972450276Speter	+ modify default xterm description to include mouse.
972550276Speter	+ modify configure script to add -Wwrite-strings if gcc warnings are
972697049Speter	  enabled while configuring --enable-const (and fixed related
972797049Speter	  warnings).
972850276Speter	+ add toggle, status display for keypad mode to ncurses 'g' test to
972950276Speter	  verify that keypad and scrollok are not inherited from parent window
973050276Speter	  during a call to newwin.
973197049Speter	+ correction to MKexpanded.sh to make it work when configure --srcdir
973297049Speter	  is used (reported by H.J.Lu).
973350276Speter	+ revise test for bool-type, ensuring that it checks if builtin.h is
973450276Speter	  available before including it, adding test for sizeof(bool) equal
973550276Speter	  to sizeof(short), and warning user if the size cannot be determined
973650276Speter	  (reported by Alexander V. Lukyanov).
973750276Speter	+ add files to support configuration of ncurses as an add-on library
973850276Speter	  for GNU libc (patch by H.J.Lu <hjl@lucon.org>)
973950276Speter
974050276Speter970506
974150276Speter	+ correct buffer overrun in lib_traceatr.c
974250276Speter	+ modify change to lib_vidattr.c to avoid redundant orig_pair.
974350276Speter	+ turn on 'echo()' in hanoi.c, since it is initially off.
974450276Speter	+ rename local 'errno' variable in etip.h to avoid conflict with global
974550276Speter	  (H.J.Lu).
974650276Speter	+ modify configure script to cache LD, AR, AR_OPTS (patch by H.J.Lu
974750276Speter	  <hjl@lucon.org>)
974850276Speter
974950276Speter970505	4.1 pre-release
975050276Speter	+ regenerate the misc directory html dumps without the link list, which
975150276Speter	  is not useful.
975297049Speter	+ correct dependency in form directory makefile which caused
975397049Speter	  unnecessary recompiles.
975450276Speter	+ correct substitution for ABI_VERSION in test-makefile
975550276Speter	+ modify install rules for shared-library targets to remove the target
975650276Speter	  before installing, since some install programs do not properly handle
975750276Speter	  overwrite of symbolic links.
975850276Speter	+ change order of top-level targets so that 'include' immediate
975950276Speter	  precedes the 'ncurses' directory, reducing the time between new
976050276Speter	  headers and new libraries (requested by Larry Virden).
976150276Speter	+ modify lib_vidattr.c so that colors are turned off only before
976250276Speter	  modifying other attributes, turned on after others.  This makes the
976350276Speter	  hanoi.c program display correctly on FreeBSD console.
976450276Speter	+ modify debug code in panel library to print user-data addresses
976550276Speter	  rather than the strings which they (may) point to.
976650276Speter	+ add check to ensure that C++ binding and demo are not built with g++
976750276Speter	  versions below 2.7, since the binding uses templates.
976850276Speter	+ modify c++ binding and demo to build and run with SGI's c++ compiler.
976950276Speter	  (It also compiles with the Sun SparcWorks compiler, but the demo does
977050276Speter	  not link, due to a vtbl problem).
977150276Speter	+ corrections to demo.cc, to fix out-of-scope variables (Juergen
977250276Speter	  Pfeifer).
977350276Speter
977450276Speter970503
977550276Speter	+ correct memory leak in _nc_trace_buf().
977650276Speter	+ add configure test for regexpr.h, for Unixware 1.x.
977750276Speter	+ correct missing "./" prefixing names of generated files in ncurses
977850276Speter	  directory.
977950276Speter	+ use single-quotes in configure scripts assignments for MK_SHARED_LIB
978050276Speter	  to workaround shell bug on FreeBSD 2.1.5
978150276Speter	+ remove tabs from intermediate #define's for GCC_PRINTF, GCC_SCANF
978250276Speter	  that caused incorrect result in ncurses_cfg.h
978350276Speter	+ correct initialization in lib_trace.c, which omitted version info.
978450276Speter	+ remove ech, el1 attributes from cons25w description; they appear to
978550276Speter	  malfunction in FreeBSD 2.1.5
978650276Speter	+ correct color attributes in terminfo.src and lib_color.c to match
978750276Speter	  SVr4 behavior by interchanging codes 1,4, 3,6 in the setf/setb
978850276Speter	  capabilities.
978950276Speter	+ use curs_set() rather than checks via tigetstr() for test programs
979050276Speter	  that hide the cursor: firework, rain, worm.
979150276Speter	+ ensure that if the terminal lacks change_scroll_region, parm_index
979250276Speter	  and parm_rindex are used only to scroll the whole screen (patch by
979350276Speter	  Peter Wemm).
979450276Speter	+ correct curs_set() logic, which did not return ERR if the requested
979550276Speter	  attributes did not exist, nor did it assume an unknown initial state
979650276Speter	  for the cursor (patch by Alexander V. Lukyanov).
979750276Speter	+ combine IDcTransformLine and NoIDcTransformLine to new TransformLine
979850276Speter	  function in lib_doupdate.c (patch by Alexander V. Lukyanov).
979950276Speter	+ correct hashmap.c, which did not update index information (patch by
980050276Speter	  Alexander V. Lukyanov).
9801166124Srafan	+ fixes for C++ binding and demo (see c++/NEWS) (Juergen Pfeifer).
980250276Speter	+ correct index in lib_instr.c (Juergen Pfeifer).
980350276Speter	+ correct typo in 970426 patch from Tom's cleanup of lib_overlay.c
9804166124Srafan	  (patch by Juergen Pfeifer).
980550276Speter
980650276Speter970426
980750276Speter	+ corrected cost computation in PutRange(), which was using
980850276Speter	  milliseconds compared to characters by adding two new members to the
980950276Speter	  SCREEN struct, _hpa_ch_cost and _cup_ch_cost.
981050276Speter	+ drop ncurses/lib_unctrl.c, add ncurses/MKunctrl.awk to generate a
9811166124Srafan	  const array of strings (suggested by Alexander V. Lukyanov).  The
9812166124Srafan	  original suggestion in 970118 used a perl script.
981350276Speter	+ rewrote ncurses 'b' test to better exercise magic-cookie (xmc), as
981450276Speter	  well as noting the attributes that are not supported by a terminal.
981550276Speter	+ trace the computation of cost values in lib_mvcur.c
981650276Speter	+ modify _nc_visbuf() to use octal rather than hex, corrected sign
981750276Speter	  extension bug in that function that caused buffer overflow.
981850276Speter	+ modify trace in lib_acs.c to use _nc_visbuf().
981950276Speter	+ suppress trace within _traceattr2().
982050276Speter	+ correct logic of _tracechtype2(), which did not account for repeats
982150276Speter	  or redefinition within an acsc string.
982250276Speter	+ modify debug-library version baudrate() to use environment variable
982350276Speter	  $BAUDRATE to override speed computation.  This is needed for
982450276Speter	  regression testing.
982550276Speter	+ correct problems shown by "weblint -pedantic".
982650276Speter	+ update mailing-list information (now ncurses@bsdi.com).
982750276Speter
982850276Speter970419
982950276Speter	+ Improve form_field_validation.3x manpage to better describe the
983050276Speter	  precision parameter for TYPE_NUMERIC and TYPE_INTEGER.  Provide more
983150276Speter	  precise information how the range checking can be avoided.  (patch by
983250276Speter	  Juergen Pfeifer, reported by Bryan Henderson)
983350276Speter	+ change type of min/max value of form types TYPE_INTEGER to long to
983450276Speter	  match SVr4 documentation.
983550276Speter	+ set the form window to stdscr in set_form_win() so that form_win()
983650276Speter	  won't return null (patch by Juergen Pfeifer, reported by Bryan
983750276Speter	  Henderson <bryanh@giraffe.netgate.net>).
983850276Speter
983950276Speter970412
9840166124Srafan	+ corrected ifdef'ing of inline (cf: 970321) for TRACE vs C++.
9841166124Srafan	+ corrected toggle_attr_off() macro (patch by Andries Brouwer).
984250276Speter	+ modify treatment of empty token in $MANPATH to /usr/man (reported by
984350276Speter	  <Andries.Brouwer@cwi.nl>)
984450276Speter	+ modify traces that record functions-called so that chtype and attr_t
984550276Speter	  values are expressed symbolically, to simplify reuse of generated
984650276Speter	  test-scripts on SVr4 regression testing.
984750276Speter	+ add new trace functions _traceattr2() and _tracechtype2()
984850276Speter
984950276Speter970405
985050276Speter	+ add configure option --enable-const, to support the use of 'const'
985150276Speter	  where XSI should have, but did not, specify.  This defines
985250276Speter	  NCURSES_CONST, which is an empty token otherwise, for strict
985350276Speter	  compatibility.
985450276Speter	+ make processing of configure options more verbose by echoing the
985550276Speter	  --enable/--with values.
985650276Speter	+ add configure option --enable-big-core
985750276Speter	+ set initial state of software echo off as per XSI.
985850276Speter	+ check for C++ builtin.h header
985950276Speter	+ correct computation of absolute-path for $INSTALL that dropped "-c"
986050276Speter	  parameter from the expression.
986197049Speter	+ rename config.h to ncurses_cfg.h to avoid naming-conflict when
9862166124Srafan	  ncurses is integrated into larger systems (adapted from diffs by
9863166124Srafan	  H.J.Lu for libc).
986450276Speter	+ correct inequality in lib_doupdate.c that caused a single-char to not
986550276Speter	  be updated when the char on the right-margin was not blank, idcok()
9866166124Srafan	  was true (patch by Alexander V Lukyanov (in 970124), reported
9867166124Srafan	  by Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu> in 970329).
986850276Speter	+ modify 'clean' rule in include/Makefile so that files created by
986950276Speter	  configure script are removed in 'distclean' rule instead.
987050276Speter
987150276Speter970328
987250276Speter	+ correct array limit in tparam_internal(), add case to interpret "%x"
987350276Speter	  (patch by Andreas Schwab)
987450276Speter	+ rewrote number-parsing in ncurses.c 'd' test; it did not reset the
987550276Speter	  value properly when non-numeric characters were given (reported by
987650276Speter	  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>)
987750276Speter
987850276Speter970321
987950276Speter	+ move definition of __INTERNAL_CAPS_VISIBLE before include for
988050276Speter	  progs.priv.h (patch by David MacKenzie).
988150276Speter	+ add configuration summary, reordered check for default include
988250276Speter	  directory to better accommodate a case where installer is configuring
988350276Speter	  a second copy of ncurses (reported by Klaus Weide
988450276Speter	  <kweide@tezcat.com>)
988550276Speter	+ moved the #define for 'inline' as an empty token from the
988650276Speter	  $(CFLAGS_DEBUG) symbol into config.h, to avoid redefinition warning
988750276Speter	  (reported by Ward Horner).
988850276Speter	+ modify test for bool builtin type to use 'unsigned' rather than
988950276Speter	  'unknown' when cross-compiling (reported by Ward Horner).
989050276Speter
989150276Speter970315
989250276Speter	+ add header dependencies so that "make install.libs" will succeed
989350276Speter	  even if "make all" is not done first.
989450276Speter	+ moved some macros from lib_doupdate.c to curses.priv.h to use in
989550276Speter	  expanded functions with ATAC.
989650276Speter	+ correct implementation of lib_instr.c; both XSI and SVr4 agree that
989750276Speter	  the winnstr functions can return more characters than will fit on one
989850276Speter	  line.
989950276Speter
990050276Speter970308
990150276Speter	+ modify script that generates lib_gen.c to support traces of called &
990250276Speter	  return.
990350276Speter	+ add new configure option "--disable-macros", for testing calls within
990450276Speter	  lib_gen.c
990550276Speter	+ corrected logic that screens level-checking of called/return traces.
990650276Speter
990750276Speter970301
990850276Speter	+ use new configure macro NC_SUBST to replace AC_PATH_PROG, better
990950276Speter	  addressing request by Ward Horner.
991050276Speter	+ check for cross-compiling before trying to invoke the autoconf
991150276Speter	  AC_FUNC_SETVBUF_REVERSED macro (reported by Ward Horner)
991250276Speter	+ correct/simplify loop in _nc_visbuf(), 970201 changes omitted
991350276Speter	  a pointer-increment.
991450276Speter	+ eliminate obsolete symbol SHARED_ABI from dist.mk (noted by
991550276Speter	  Florian La Roche).
991650276Speter
991750276Speter970215
991850276Speter	+ add configure option --enable-expanded, together with code that
991950276Speter	  implements an expanded form of certain complex macros, for testing
992050276Speter	  with ATAC.
992150276Speter	+ disable CHECK_POSITION unless --with-assertions is configured
9922166124Srafan	  (Alexander V Lukyanov pointed out that this is redundant).
992350276Speter	+ use keyname() to show traced chtype values where applicable rather
992450276Speter	  than _tracechar(), which truncates the value to 8-bits.
992550276Speter	+ minor fixes to TRACE_ICALLS, added T_CREATE, TRACE_CCALLS macros.
992650276Speter	+ modify makefiles in progs and test directories to avoid using C
992750276Speter	  preprocessor options on link commands (reported by Ward Horner)
992850276Speter	+ correct ifdef/include-order for nc_alloc.h vs lib_freeall.c (reported
992950276Speter	  by Ward Horner)
993050276Speter	+ modify ifdef's to use configure-defined symbols consistently
993150276Speter	  (reported by Ward Horner)
993250276Speter	+ add/use new makefile symbols AR, AR_OPTS and LD to assist in non-UNIX
993350276Speter	  ports (reported by Ward Horner <whorner@tsi-telsys.com>)
993450276Speter	+ rename struct try to struct tries, to avoid name conflict with C++
993550276Speter	  (reported by Gary Johnson).
993650276Speter	+ modify worm.c to hide cursor while running.
993750276Speter	+ add -Wcast-qual to gcc warnings, fix accordingly.
993850276Speter	+ use PutChar rather than PutAttrChar in ClrToEOL to properly handle
9939166124Srafan	  wrapping (Alexander V Lukyanov).
994050276Speter	+ correct spurious echoing of input in hanoi.c from eric's #291 & #292
994150276Speter	  patches (reported by Vernon C. Hoxie <vern@zebra.alphacdc.com>).
994250276Speter	+ extend IRIX configuration to IRIX64
994350276Speter	+ supply missing install.libs rule needed after restructuring
994450276Speter	  test/Makefile.in
994550276Speter
994650276Speter970208
994750276Speter	+ modify "make mostlyclean" to leave automatically-generated source
994850276Speter	  in the ncurses directory, for use in cross-compiles.
994950276Speter	+ autogenerated object-dependencies for test directory
995050276Speter	+ add configure option --with-rcs-ids
995150276Speter	+ modify configuration scripts to generate major/minor/patch versions
9952166124Srafan	  (suggested by Alexander V Lukyanov).
995350276Speter	+ supply missing va_end's in lib_scanw.c
995450276Speter	+ use stream I/O for trace-output, to eliminate fixed-size buffer
995550276Speter	+ add TRACE_ICALLS definition/support to lib_trace.c
995650276Speter	+ modify Ada95 binding to work with GNAT 3.09 (Juergen Pfeifer).
995750276Speter
995850276Speter970201
995950276Speter	+ add/modify traces for called/return values to simplify extraction
996050276Speter	  for test scripts.
996150276Speter	+ changed _nc_visbuf to quote its result, and to dynamically allocate
996250276Speter	  the returned buffer.
996350276Speter	+ invoke ldconfig after installing shared library
996450276Speter	+ modify install so that overwrite applies to shared library -lcurses
9965166124Srafan	  in preference to static library (reported by Zeyd M Ben-Halim 960928).
9966166124Srafan	+ correct missing ';' in 961221 mod to overwrite optional use of $(LN_S)
9967166124Srafan	  symbol.
996850276Speter	+ fixes to allow "make install" to work without first doing a "make
996950276Speter	  all" (suggested by Larry Virden).
997050276Speter
997150276Speter970125
997250276Speter	+ correct order of #ifdef for TABS_OK.
997350276Speter	+ instrumented toe.c to test memory-leaks.
997450276Speter	+ correct memory-deallocation in toe.c (patch by Jesse Thilo).
997550276Speter	+ include <sys/types.h> in configuration test for regex.h (patch by
997650276Speter	  Andreas Schwab)
997750276Speter	+ make infocmp recognize -I option, for SVr4 compatibility (reported by
997850276Speter	  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>)
997950276Speter
998050276Speter970118
998150276Speter	+ add extension 'use_default_colors()', modified test applications that
998250276Speter	  use default background (firework, gdc, hanoi, knight, worm) to
998350276Speter	  demonstrate.
998450276Speter	+ correct some limit checks in lib_doupdate.c exposed while running
998550276Speter	  worm.
998650276Speter	+ use typeCalloc macro for readability.
998750276Speter	+ add/use definition for CONST to accommodate testing with Solaris
998850276Speter	  (SVr4) curses, which doesn't use 'const' in its prototypes.
998950276Speter	+ modify ifdef's in test/hashtest.c and test/view.c to compile with
999050276Speter	  Solaris curses.
999150276Speter	+ modify _tracedump() to pad pad colors & attrs lines to match change
999250276Speter	  in 970101 showing first/last changes.
999350276Speter	+ corrected location of terminating null on dynamically allocated forms
999450276Speter	  fields (patch by Per Foreby).
999550276Speter
999650276Speter970111
999750276Speter	+ added headers to make view.c compile on SCO with the resizeterm()
999850276Speter	  code (i.e., struct winsize) - though this compiles, I don't have a
999950276Speter	  suitable test configuration since SIGWINCH doesn't pass my network to
1000050276Speter	  that machine - T.Dickey.
1000150276Speter	+ update test/configure.in to supply some default substitutions.
1000250276Speter	+ modify configure script to add -lncurses after -lgpm to fix problem
1000350276Speter	  linking against static libraries.
1000450276Speter	+ add a missing noraw() to test/ncurses.c (places noted by Jeremy
1000550276Speter	  Buhler)
1000650276Speter	+ add a missing wclear() to test/testcurs.c (patch by Jeremy Buhler
1000750276Speter	  <jbuhler@cs.washington.edu>)
1000850276Speter	+ modify headers to accommodate compilers that don't allow duplicate
1000950276Speter	  "#define" lines for NCURSES_VERSION (reported by Larry W. Virden
1001050276Speter	  <lvirden@cas.org>)
1001150276Speter	+ fix formatting glitch in curs_getch.3x (patch by Jesse Thilo).
1001250276Speter	+ modify lib_doupdate to make el, el1 and ed optimization use the
1001350276Speter	  can_clear_with macro, and change EmitRange to allow leaving cursor at
1001450276Speter	  the middle of interval, rather than always at the end (patch by
10015166124Srafan	  Alexander V Lukyanov).  This was originally 960929, resync 970106.
1001650276Speter
1001750276Speter970104
1001850276Speter	+ workaround defect in autoconf 2.12 (which terminates configuration
1001950276Speter	  if no C++ compiler is found) by adding an option --without-cxx.
1002050276Speter	+ modify several man-pages to use tbl, where .nf/.fi was used (reported
1002150276Speter	  by Jesse Thilo).
1002250276Speter	+ correct font-codes in some man-pages (patch by Jesse Thilo
1002350276Speter	  <Jesse.Thilo@pobox.com>)
1002450276Speter	+ use configure script's knowledge of existence of g++ library for the
1002550276Speter	  c++ Makefile (reported by Paul Jackson).
1002650276Speter	+ correct misleading description of --datadir configuration option
1002750276Speter	  (reported by Paul Jackson <pj@sam.engr.sgi.com>)
1002850276Speter
1002950276Speter970101
1003050276Speter	+ several corrections to _nc_mvcur_scrolln(), prompted by a bug report
1003150276Speter	  from Peter Wemm:
1003250276Speter	> the logic for non_dest_scroll_region was interchanged between the
1003350276Speter	  forward & reverse scrolling cases.
1003450276Speter	> multiple returns from the function allowed certain conditions to do
1003550276Speter	  part of an operation before discovering that it couldn't be
1003650276Speter	  completed, returning an error without restoring the cursor.
1003750276Speter	> some returns were ERR, where the function had completed the
1003850276Speter	  operation, because the insert/delete line logic was improperly
1003950276Speter	  tested (this was probably the case Peter saw).
1004050276Speter	> contrary to comments, some scrolling cases were tested after the
1004150276Speter	  insert/delete line method.
1004250276Speter	+ modify _tracedump() to show first/last changes.
1004350276Speter	+ modify param of ClrUpdate() in lib_doupdate.c to 'newscr', fixes
1004450276Speter	  refresh problem (reported by Peter Wemm) that caused nvi to not show
1004550276Speter	  result of ":r !ls" until a ^L was typed.
1004650276Speter
1004750276Speter961229	(internal alpha)
1004850276Speter	+ correct some of the writable-strings warnings (reported by Gary
1004950276Speter	  Johnson <gjohnson@season.com>).  Note that most of the remaining ones
1005050276Speter	  are part of the XSI specification, and can't be "fixed".
1005150276Speter	+ improve include-dependencies in form, menu, panel directories.
1005250276Speter	+ correct logic of delay_output(), which would return early if
1005350276Speter	  there is data on stdin.
1005450276Speter	+ modify interface & logic of _nc_timed_wait() to support 2 file
1005550276Speter	  descriptors, needed for GPM.
1005650276Speter	+ integrate patch by Andrew Kuchling <amk@magnet.com> for GPM (mouse)
1005750276Speter	  support, correcting logic in wgetch() and _nc_mouse_parse() which
10058166124Srafan	  prevented patch from working properly -TD
1005950276Speter	+ improve performance of panel algorithm (Juergen Pfeifer 961203).
1006050276Speter	+ strip RCS id's from generated .html files in Ada95 subtree.
1006150276Speter	+ resync with generated .html files (Juergen Pfeifer 961223).
10062166124Srafan	+ terminfo.src 10.1.0 (ESR).
1006350276Speter
1006450276Speter961224	4.0 release
1006550276Speter	+ release as 4.0 to accommodate Linux ld.so.1.8.5
1006650276Speter	+ correct syntax/spelling, regenerated .doc files from .html using
1006750276Speter	  lynx 2.5
1006850276Speter	+ refined forms/menus makefiles (Juergen Pfeifer 961223).
1006950276Speter
1007050276Speter961221	- snapshot
1007150276Speter	+ remove logic in read_entry.c that attempts to refine errno by using
1007250276Speter	  'access()' for the directory (from patch by Florian La Roche).
1007350276Speter	+ correct configure test/substitution that inhibits generating
1007450276Speter	  include-path to /usr/include if gcc is used (reported by Florian La
1007550276Speter	  Roche).
1007650276Speter	+ modify setupterm() to allocate new TERMINAL for each call, just as
10077166124Srafan	  solaris' curses does (Alexander V Lukyanov 960829).
1007850276Speter	+ corrected memory leaks in read_entry.c
1007950276Speter	+ add configure options --with-dbmalloc, --with-dmalloc, and
1008050276Speter	  --disable-leaks, tested by instrumenting infocmp, ncurses programs.
1008150276Speter	+ move #include's for stdlib.h and string.h to *.priv.h to accommodate
1008250276Speter	  use of dbmalloc.
1008350276Speter	+ modify use of $(LN_S) to follow recommendation in autoconf 2.12,
1008450276Speter	  i.e., set current directory before linking.
1008550276Speter	+ split-out panel.priv.h, improve dependencies for forms, menus
1008650276Speter	  (Juergen Pfeifer 961204).
1008750276Speter	+ modify _nc_freewin() to reset globals curscr/newscr/stdscr when
10088166124Srafan	  freeing the corresponding WINDOW (found using Purify).
1008950276Speter	+ modify delwin() to return ERR if the window to be deleted has
10090166124Srafan	  subwindows, needed as a side-effect of resizeterm() (found using
10091166124Srafan	  Purify).  Tested and found that SVr4 curses behaves this way.
1009250276Speter	+ implement logic for _nc_freeall(), bringing stub up to date.
1009350276Speter
1009450276Speter961215
1009550276Speter	+ modify wbkgd() so that it doesn't set nulls in the rendered text,
1009650276Speter	  even if its argument doesn't specify a character (fixes test case by
1009750276Speter	  Juergen Pfeifer for bug-report).
1009850276Speter	+ set window-attributes in wbkgd(), to simplify comparison against
1009950276Speter	  Solaris curses, which does this.
1010050276Speter
1010150276Speter961214	- snapshot
1010250276Speter	+ replace most constants in ncurses 'o' test by expressions, making it
1010350276Speter	  work with wider range of screen sizes.
1010450276Speter	+ add options to ncurses.c to specify 'e' test softkey format, and the
1010550276Speter	  number of header/footer lines to rip-off.
1010650276Speter	+ add ^R (repaint after resize), ^L (refresh) commands to ncurses 'p'
1010750276Speter	  test.
1010850276Speter	+ add shell-out (!) command to ncurses 'p' test to allow test of
1010950276Speter	  resize between endwin/refresh.
1011050276Speter	+ correct line-wrap case in mvcur() by emitting carriage return,
1011150276Speter	  overlooked in 960928, but needed due to SVr4 compatibility changes to
1011250276Speter	  terminal modes in 960907.
1011350276Speter	+ correct logic in wresize that causes new lines to be allocated,
1011450276Speter	  broken for the special case of increasing rows only in 960907's fix
1011550276Speter	  for subwindows.
1011650276Speter	+ modify configure script to generate $(LDFLAGS) with -L and -l options
1011750276Speter	  in preference to explicit library filenames.  (NOTE: this may
1011850276Speter	  require further amending, since I vaguely recall a dynamic loader
1011950276Speter	  that did not work properly without the full names, but it should be
1012050276Speter	  handled as an exception to the rule, since some linkers do bulk
1012150276Speter	  inclusion of libraries when given the full name - T.Dickey).
1012250276Speter	+ modify configure script to allow user-supplied $CFLAGS to set the
10123166124Srafan	  debug-option in all libraries (requested by lots of people) -TD
1012450276Speter	+ use return consistently from main(), rather than exit (reported by
1012550276Speter	  Florian La Roche).
1012650276Speter	+ add --enable-getcap-cache option to configure, normally disabled
1012750276Speter	  (requested by Florian La Roche).
1012850276Speter	+ make configure test for gettimeofday() and possibly -lbsd more
10129166124Srafan	  efficient (requested by Florian La Roche <florian@knorke.saar.de>)
1013050276Speter	+ minor adjustments to Ada95 binding (patches by Juergen Pfeifer)
1013150276Speter	+ correct attributes after emitting orig_pair in lib_vidattr.c (patch
10132166124Srafan	  by Alexander V Lukyanov).
1013350276Speter
1013450276Speter961208
1013550276Speter	+ corrected README wrt Ada95 (Juergen Pfeifer)
1013650276Speter
1013750276Speter961207	- snapshot
1013850276Speter	+ integrate resizeterm() into doupdate(), so that if screen size
1013950276Speter	  changes between endwin/refresh, ncurses will resize windows to fit
1014050276Speter	  (this needs additional testing with pads and softkeys).
1014150276Speter	+ add, for memory-leak testing, _nc_freeall() entrypoint to free all
1014250276Speter	  data used in ncurses library.
1014350276Speter	+ initialize _nc_idcok, _nc_idlok statically to resolve discrepancy
1014450276Speter	  between initscr() and newwin() initialization (reported by
10145166124Srafan	  Alexander V Lukyanov).
1014650276Speter	+ test built VERSION=4.0, SHARED_ABI=4 with Linux ld.so.1.8.5
1014750276Speter	  (set beta versions to those values -- NOTE that subsequent pre-4.0
1014850276Speter	  beta may not be interchangeable).
1014950276Speter	+ modify configure script to work with autoconf 2.12
1015050276Speter
1015150276Speter961130	1.9.9g release
1015250276Speter	+ add copyright notices to configuration scripts (written by Thomas
1015350276Speter	  Dickey).
1015450276Speter
1015550276Speter961127
10156166124Srafan	> patch, mostly for panel (Juergen Pfeifer):
1015750276Speter	+ cosmetic improvement for a few routines in the ncurses core library
1015850276Speter	  to avoid warning messages.
1015950276Speter	+ the panel overlap detection was broken
1016050276Speter	+ the panel_window() function was not fool-proof.
1016150276Speter	+ Some inlining...
1016250276Speter	+ Cosmetic changes (also to avoid warning messages when compiling with
1016350276Speter	  -DTRACE).
1016450276Speter
1016550276Speter961126
1016650276Speter	> patch by Juergen Pfeifer:
1016750276Speter	+ eliminates warning messages for the compile of libform.
1016850276Speter	+ inserts Per Foreby's new field type TYPE_IPV4 into libform.
1016950276Speter	+ Updates man page and the Ada95 binding to reflect this.
1017050276Speter	+ Improves inlining in libmenu and libform.
1017150276Speter
1017250276Speter961120
1017350276Speter	+ improve the use of the "const" qualifier in the
1017450276Speter	  panel library (Juergen Pfeifer)
1017550276Speter	+ change set_panel_userptr() and panel_userptr() to use void*
1017650276Speter	  (Juergen Pfeifer)
1017750276Speter
1017850276Speter961119
1017950276Speter	+ change ABI to 3.4
1018050276Speter	+ package with 961119 version of Ada95 binding (fixes for gnat-3.07).
1018150276Speter	  (Juergen Pfeifer)
1018250276Speter	+ correct initialization of the stdscr pseudo panel in panel library
1018350276Speter	  (Juergen Pfeifer)
1018450276Speter	+ use MODULE_ID (rcs keywords) in forms and menus libraries (Juergen
1018550276Speter	  Pfeifer).
10186166124Srafan	> patch #324 (ESR):
1018750276Speter	+ typo in curs_termcap man page (reported by Hendrik Reichel
1018850276Speter	  <106065.2344@compuserve.com>)
1018950276Speter	+ change default xterm entry to xterm-r6.
1019050276Speter	+ add entry for color_xterm
1019150276Speter
1019250276Speter961116	- snapshot
1019350276Speter	+ lint found several functions that had only #define implementations
1019450276Speter	  (e.g., attr_off), modified curses.h.in to generate them as per XSI
1019550276Speter	  Curses requirement that every macro be available as a function.
1019650276Speter	+ add check in infocmp.c to guard against string compare of
1019750276Speter	  CANCELLED_STRING values.
1019850276Speter	+ modify firework.c, rain.c to hide cursor while running.
1019950276Speter	+ correct missing va_end in lib_tparm.c
1020050276Speter	+ modify hanoi.c to work on non-color terminals, and to use timing
1020150276Speter	  delays when in autoplay mode.
1020250276Speter	+ correct 'echochar()' to refresh immediately (reported by Adrian
10203166124Srafan	  Garside <94ajg2@eng.cam.ac.uk>)
10204166124Srafan	> patch #322 (ESR):
1020550276Speter	+ reorganize terminfo.src entries for xterm.
1020650276Speter
1020750276Speter961109	- snapshot
1020850276Speter	+ corrected error in line-breakout logic (lib_doupdate.c)
1020950276Speter	+ modified newdemo to use wgetch(win) rather than getch() to eliminate
1021050276Speter	  a spurious clear-screen.
1021150276Speter	+ corrected ifdef's for 'poll()' configuration.
1021250276Speter	+ added modules to ncurses, form, menu for Ada95 binding (Juergen
1021350276Speter	  Pfeifer).
1021450276Speter	+ modify set_field_buffer() to allow assignment of string longer than
1021550276Speter	  the initial buffer length, and to return the complete string rather
1021650276Speter	  than only the initial size (Juergen Pfeifer and Per Foreby
1021750276Speter	  <perf@efd.lth.se>).
1021850276Speter
1021950276Speter961102	- snapshot
1022050276Speter	+ configure for 'poll()' in preference to 'select()', since older
1022150276Speter	  systems are more likely to have a broken 'select()'.
1022250276Speter	+ modified render_char() to avoid OR'ing colors.
1022350276Speter	+ minor fixes to testcurs.c, newdemo.c test programs: ifdef'd out the
1022450276Speter	  resize test, use wbkgd and corrected box() parameters.
1022550276Speter	+ make flushinp() test work in ncurses.c by using napms() instead of
1022650276Speter	  sleep().
10227166124Srafan	+ undo ESR's changes to xterm-x11r6 (it no longer matched the X11R6.1
1022850276Speter	  distribution, as stated)
10229166124Srafan	+ terminfo 9.13.18 resync (ESR)
10230166124Srafan	+ check for getenv("HOME") returning null (ESR).
1023150276Speter	+ change buffer used to decode xterm-mouse commands to unsigned to
1023250276Speter	  handle displays wider than 128 chars (Juergen Pfeifer).
1023350276Speter	+ correct typo curs_outopts.3x (Juergen Pfeifer).
1023450276Speter	+ correct limit-checking in wenclose() (Juergen Pfeifer).
1023597049Speter	+ correction to Peter Wemm's newwin change (Thomas Fehr
1023697049Speter	  <fehr@suse.de>).
1023750276Speter	+ corrections to logic that combines colors and attributes; they must
1023850276Speter	  not be OR'd (Juergen Pfeifer, extending from report/patch by Rick
1023950276Speter	  Marshall).
1024050276Speter
1024150276Speter961026	- snapshot
1024250276Speter	+ reset flags in 'getwin()' that might cause refresh to attempt to
1024350276Speter	  manipulate the non-existent parent of a window that is read from a
1024450276Speter	  file (lib_screen.c).
1024550276Speter	+ restructure _nc_timed_wait() to log more information, and to try to
1024650276Speter	  recover from badly-behaved 'select()' calls (still testing this).
1024750276Speter	+ move define for GOOD_SELECT into configure script.
1024850276Speter	+ corrected extra '\' character inserted before ',' in comp_scan.c
1024950276Speter	+ corrected expansion of %-format characters in dump_entry.c; some were
1025050276Speter	  rendered as octal constants.
1025150276Speter	+ modify dump_entry.c to make terminfo output more readable and like
1025250276Speter	  SVr4, by using "\s" for spaces (leading/trailing only), "\," for
1025350276Speter	  comma, "\^" and "\:" as well.
1025450276Speter	+ corrected some memory leaks in ncurses.c, and a minor logic error
1025550276Speter	  in the top-level command-parser.
1025650276Speter	+ correction for label format 4 (PC style with info line), a
1025750276Speter	  slk_clear(), slk_restore() sequence didn't redraw the info line
1025850276Speter	  (Juergen Pfeifer).
1025950276Speter	+ modified the slk window (if simulated) to inherit the background and
1026050276Speter	  default character attributes from stdscr (Juergen Pfeifer).
1026150276Speter	+ corrected limit-check in set_top_row (Juergen Pfeifer).
1026250276Speter
1026350276Speter961019	- snapshot
1026450276Speter	+ correct loop-limit in wnoutrefresh(), bug exposed during pipe-testing
1026550276Speter	  had '.lastchar' entry one beyond '._maxx'.
1026650276Speter	+ modify ncurses test-program to work with data piped to it.
1026750276Speter	+ corrected pathname computation in run_tic.sh, removing extra "../"
1026850276Speter	  (reported by Tim Mooney).
1026950276Speter	+ modified configure script to use previous install's location for
1027050276Speter	  curses.h
1027150276Speter	+ added NetBSD and FreeBSD to platforms that use --prefix=/usr as
1027250276Speter	  a default.
1027350276Speter
1027450276Speter961013
1027550276Speter	+ revised xterm terminfo descriptions to reflect the several versions
1027650276Speter	  that are available.
1027750276Speter	+ corrected a pointer reference in dump_entry.c that didn't test if
1027850276Speter	  the pointer was -1.
1027950276Speter
1028050276Speter961005	- snapshot
1028150276Speter	+ correct _nc_mvcur_scrolln for terminals w/o scrolling region.
1028250276Speter	+ add -x option to hashtest to control whether it allows writes to the
1028350276Speter	  lower-right corner.
1028450276Speter	+ ifdef'd (NCURSES_TEST) the logic for _nc_optimize_enable to make it
1028550276Speter	  simpler to construct tests (for double-check of _nc_hash_map tests).
1028650276Speter	+ correct ifdef's for c++ in curses.h
1028750276Speter	+ change default xterm type to xterm-x11r6.
1028850276Speter	+ correct quoting in configure that made man-pages installed with
1028950276Speter	  $datadir instead of actual terminfo path.
1029050276Speter	+ correct whitespace in include/Caps, which caused kf11, clr_eol and
1029150276Speter	  clr_end to be omitted from terminfo.5
10292166124Srafan	+ fix memory leaks in delscreen() (adapted from Alexander V Lukyanov).
1029350276Speter	+ improve appearance of marker in multi-selection menu (Juergen
1029450276Speter	  Pfeifer)
10295166124Srafan	+ fix behavior for forms with all fields inactive (Juergen Pfeifer)
1029650276Speter	+ document 'field_index()' (Juergen Pfeifer)
10297166124Srafan	> patch #321 (ESR):
1029850276Speter	+ add some more XENIX keycap translations to include/Caps.
1029950276Speter	+ modify newwin to set initial state of each line to 'touched'
1030050276Speter	  (from patch by Peter Wemm <peter@spinner.dialix.com>)
10301166124Srafan	+ in SET_TTY, replace TCSANOW with TCSADRAIN (Alexander V Lukyanov).
1030250276Speter
1030350276Speter960928	- snapshot
1030450276Speter	+ ifdef'd out _nc_hash_map (still slower)
1030550276Speter	+ add graphic characters to vt52 description.
1030650276Speter	+ use PutAttrChar in ClrToEOL to ensure proper background, position.
1030750276Speter	+ simplify/correct logic in 'mvcur()' that does wrapping; it was
1030850276Speter	  updating the position w/o actually moving the cursor, which broke
1030950276Speter	  relative moves.
1031050276Speter	+ ensure that 'doupdate()' sets the .oldindex values back to a sane
1031150276Speter	  state; this was causing a spurious refresh in ncurses 'r'.
1031250276Speter	+ add logic to configure (from vile) to guard against builders who
10313166124Srafan	  don't remove config.cache & config.status when doing new builds -TD
10314166124Srafan	+ corrected logic for 'repeat_char' in EmitRange (cf: eric #317), which
1031550276Speter	  did not follow the 2-parameter scheme specified in XSI.
1031650276Speter	+ corrected logic of wrefresh, wnoutrefresh broken in #319, making
10317166124Srafan	  clearok work properly (report by Michael Elkins).
1031850276Speter	+ corrected problem with endwin introduced by #314 (removing the
1031950276Speter	  scrolling-region reset) that broke ncurses.c tests.
1032050276Speter	+ corrected order of args in AC_CHECK_LIB (from report by Ami Fischman
1032150276Speter	  <fischman@math.ucla.edu>).
1032250276Speter	+ corrected formatting of terminfo.5 tables (Juergen Ehling)
10323166124Srafan	> patch 320 (ESR):
1032450276Speter	+ change ABI to 3.3
1032550276Speter	+ emit a carriage-return in 'endwin()' to workaround a kernel bug in
1032650276Speter	  BSDI.  (requested by Mike Karels <karels@redrock.bsdi.com>)
1032750276Speter	+ reverse the default o configure --enable-termcap (consensus).
10328166124Srafan	> patch 319 (ESR):
1032950276Speter	+ modified logic for clearok and related functions (from report by
1033050276Speter	  Michael Elkins) - untested
10331166124Srafan	> patch 318 (ESR):
1033250276Speter	+ correction to #317.
10333166124Srafan	> patch 317 (ESR):
1033450276Speter	+ re-add _nc_hash_map
10335262685Sdelphij	+ modify EmitRange to maintain position as per original design
10336262685Sdelphij	  (patch by A. Lukyanov).
10337262685Sdelphij	+ modify test/ncurses.c and tputs, etc., to allow trace counting
10338262685Sdelphij	  output characters.
10339262685Sdelphij	+ add hashtest.c program to time the hashmap optimization.
10340166124Srafan	> patch 316 (ESR):
1034150276Speter	+ add logic to deal with magic-cookie (how was this tested?)
1034250276Speter	  (lib_doupdate.c).
1034350276Speter	+ add ncurses.c driver for magic-cookie, some fixes to ncurses.c
10344166124Srafan	> patch 315 (ESR):
10345262685Sdelphij	+ merge changes to lib_doupdate.c to use ech and rep - untested
10346262685Sdelphij	  (patch by Alexander V Lukyanov).
1034750276Speter	+ modified handling of interrupted system calls - untested
1034850276Speter	  (lib_getch.c, lib_twait.c).
1034950276Speter	+ new function _nc_mvcur_resume()
1035050276Speter	+ fix return value for 'overlay()', 'overwrite()'
1035150276Speter
1035250276Speter960914	- snapshot
1035350276Speter	+ implement subwindow-logic in wresize, minor fixes to ncurses 'g'
1035450276Speter	  test.
1035550276Speter	+ corrected bracketing of fallback.c (reported/suggested fix by Juergen
1035650276Speter	  Ehling <eh@eclipse.aball.de>).
1035750276Speter	+ update xterm-color to reflect XFree86 3.1.3G release.
1035850276Speter	+ correct broken dtterm description from #314 patch (e.g., spurious
1035950276Speter	  newline.  The 'pairs' change might work, but no one's tested it
1036050276Speter	  either ;-)
1036150276Speter	+ clarify the documentation for the builtin form fieldtypes (Juergen
1036250276Speter	  Pfeifer)
10363166124Srafan	> patch 314 (ESR):
10364166124Srafan	+ reset scroll region on startup rather than at wrapup time
10365166124Srafan	  (enhancement suggested by Alexander V Lukyanov).
10366166124Srafan	+ make storage of palette tables and their size counts per-screen for
10367166124Srafan	  multi-terminal applications (suggested by Alexander V Lukyanov).
1036850276Speter	+ Improved error reporting for infotocap translation errors.
1036950276Speter	+ Update terminfo.src to 9.13.14.
1037050276Speter
1037150276Speter960907	- snapshot
1037250276Speter	+ rewrote wgetstr to make it erase control chars and also fix bogus use
1037350276Speter	  of _nc_outstr which caused the display to not wrap properly (display
1037450276Speter	  problem reported by John M. Flinchbaugh <glynis@netrax.net>)
1037550276Speter	+ modify ncurses 'f' test to accommodate terminal responses to C1 codes
1037650276Speter	  (and split up this screen to accommodate non-ANSI terminals).
1037750276Speter	+ test enter_insert_mode and exit_insert_mode in has_ic().
1037850276Speter	+ removed bogus logic in mvcur that assumes nl/nonl set output modes
1037950276Speter	  (XSI says they are input modes; SVr4 implements this).
1038050276Speter	+ added macros SET_TTY, GET_TTY to term.h
1038150276Speter	+ correct getstr() logic that altered terminal modes w/o restoring.
1038250276Speter	+ disable ICRNL, etc., during initialization to match SVr4, removing
1038350276Speter	  the corresponding logic from raw, cbreak, etc.
1038450276Speter	+ disable ONLCR during initialization, to match SVr4 (this is needed
1038550276Speter	  for cursor optimization when the cursor-down is a newline).
10386166124Srafan	+ replaced ESR's imitation of wresize with my original (his didn't
1038750276Speter	  work).
1038850276Speter
1038950276Speter960831	- snapshot
1039050276Speter	+ memory leaks (Alexander V. Lukyanov).
1039150276Speter	+ modified pnoutrefresh() to be more tolerant of too-large screen
1039250276Speter	  size (reported by Michael Elkins).
1039350276Speter	+ correct handling of terminfo files with no strings (Philippe De
1039450276Speter	  Muyter)
1039550276Speter	+ correct "tic -s" to take into account -I, -C options.
1039650276Speter	+ modify ncurses 'f' test to not print codes 80 through 9F, since they
1039750276Speter	  are considered control codes by ANSI terminals.
1039850276Speter
1039950276Speter960824	- snapshot
1040050276Speter	+ correct speed variable-type in 'tgetent()' (reported by Peter Wemm)
1040150276Speter	+ make "--enable-getcap" configuration-option work (reported by
1040250276Speter	  Peter Wemm <peter@spinner.DIALix.COM>)
1040350276Speter
1040450276Speter960820
1040550276Speter	+ correct err in 960817 that changed return-value of tigetflag()
1040650276Speter	  (reported by Alexander V. Lukyanov).
1040750276Speter	+ modify infocmp to use library default search-path for terminfo
1040850276Speter	  directory (Alexander V. Lukyanov).
1040950276Speter
1041050276Speter960817	- snapshot
1041150276Speter	+ corrected an err in mvcur that broke resizing-behavior.
1041250276Speter	+ correct fall-thru behavior of _nc_read_entry(), which was not finding
1041350276Speter	  descriptions that existed in directories past the first one searched
1041450276Speter	  (reported by Alexander V. Lukyanov)
1041550276Speter	+ corrected typo in dtterm description.
10416166124Srafan	> patch 313 (ESR):
1041750276Speter	+ add dtterm description
10418262685Sdelphij	+ clarify ncurses 'i' test (drop mvwscanw subtest)
1041950276Speter
1042050276Speter960810	- snapshot
1042150276Speter	+ correct nl()/nonl() to work as per SVr4 & XSI.
1042250276Speter	+ minor fixes to ncurses.c (use 'noraw()', mvscanw return-code)
10423262685Sdelphij	+ refine configure-test for "-g" option (Tim Mooney).
1042450276Speter	+ correct interaction between O_BLANK and NEW_LINE request in form
1042550276Speter	  library (Juergen Pfeifer)
1042650276Speter
1042750276Speter960804
1042850276Speter	+ revised fix to tparm; previous fix reversed parameter order.
10429166124Srafan	> patch 312 (ESR):
1043050276Speter	  correct terminfo.src corrupted by #310
10431166124Srafan	> patch 311 (ESR):
10432262685Sdelphij	+ fix idlok() and idcok() and the default of the idlok switch (report
10433262685Sdelphij	  by Ville Sulko).
1043450276Speter
1043550276Speter960803	- snapshot
1043650276Speter	+ corrected tparm to handle capability strings without explicit pop
1043750276Speter	  (reported by William P Setzer)
1043850276Speter	+ add fallback def for GCC_NORETURN, GCC_UNUSED for termcap users
1043950276Speter	  (reported by Tim Mooney).
10440166124Srafan	> patch 310 (ESR):
1044150276Speter	+ documentation and prototyping errors for has_color, immedok and idcok
1044250276Speter	  (reported by William P Setzer <wsetzer@pams.ncsu.edu>)
10443262685Sdelphij	+ updated qnx terminfo entry (patch by Michael Hunter)
1044450276Speter
1044550276Speter960730
1044650276Speter	+ eliminate quoted includes in ncurses subdirectory, ensure config.h
1044750276Speter	  is included first.
1044850276Speter	+ newterm initializes terminal settings the same as initscr (reported
1044950276Speter	  by Tim Mooney).
1045050276Speter
1045150276Speter960727	- snapshot
1045250276Speter	+ call cbreak() in initscr(), as per XSI & SVr4.
1045350276Speter	+ turn off hardware echo in initscr() as per XSI & SVr4
10454166124Srafan	> patch 309 (ESR):
10455262685Sdelphij	+ terminfo changes (9.3.9), from BRL
1045650276Speter	+ add more checks to terminfo parser.
1045750276Speter	+ add more symbols to infocmp.
1045850276Speter
1045950276Speter960720	- snapshot
1046050276Speter	+ save previous-attribute in lib_vidattr.c if SP is null (reported by
10461166124Srafan	  Juergen Fluk <louis@dachau.marco.de>)
1046250276Speter	+ corrected calls on _nc_render so that background character is set
1046350276Speter	  as per XSI.
1046497049Speter	+ corrected wbkgdset macro (XSI allows background character to be
1046597049Speter	  null), and tests that use it.
1046650276Speter	+ more corrections to terminfo (xterm & rxvt)
1046750276Speter	+ undid change to mcprint prototype (cannot use size_t in curses.h
1046850276Speter	  because not all systems declare it in the headers that we can safely
1046950276Speter	  include therein).
1047050276Speter	+ move the ifdefs for errno into curses.priv.h
10471166124Srafan	> patch 308 (ESR):
1047250276Speter	+ terminfo changes (9.3.8)
1047350276Speter	+ modified logic of error-reporting in terminfo parser
10474262685Sdelphij	+ fix option-processing bug in toe.
1047550276Speter
1047650276Speter960713	- snapshot
1047750276Speter	+ always check for <sys/bsdtypes.h> since ISC needs it to declare
1047850276Speter	  fd_set (Juergen Pfeifer)
1047950276Speter	+ install shared-libraries on NetBSD/FreeBSD with ABI-version (reported
10480166124Srafan	  by Juergen Pfeifer, Mike Long)
1048150276Speter	+ add LOCAL_LDFLAGS2 symbol (Juergen Pfeifer)
1048250276Speter	+ corrected prototype for delay_output() -- bump ABI to 3.2
10483262685Sdelphij	+ patch 307 (ESR):
10484262685Sdelphij	+ enable more translations of nonstandard caps, and document them.
10485262685Sdelphij	+ misc/terminfo.src update to 9.13.8
10486262685Sdelphij	+ patch 306 (ESR):
1048750276Speter	+ moved logic that filters out rmul and rmso from setupterm to newterm
1048850276Speter	  where it is less likely to interfere with termcap applications.
10489262685Sdelphij	+ cosmetic fixes to test/ncurses.c
10490262685Sdelphij	+ modify open() call in ncurses/read_entry.c to use O_RDONLY symbol
10491262685Sdelphij	  rather than constant (report by mib).
10492262685Sdelphij	+ misc/terminfo.src sgr0 and acsc changes (report by Philippe De
10493262685Sdelphij	  Muyter).
10494262685Sdelphij	+ modify ncurses/comp_parse.c so that entries containing a "+" can
10495262685Sdelphij	  have missing rmcup vs smcup.
1049650276Speter
1049750276Speter960707
10498166124Srafan	+ rollback ESR's #305 change to terminfo.src (it breaks existing
1049950276Speter	  applications, e.g., 'less 290').
1050050276Speter	+ correct path of edit_man.sh, and fix typo that made all man-pages
1050150276Speter	  preformatted.
1050250276Speter	+ restore man/menu_requestname.3x omitted in Zeyd's resync (oops).
1050350276Speter	+ auto-configure the GCC_PRINTFLIKE/GCC_SCANFLIKE macros (reported by
1050450276Speter	  Philippe De Muyter).
1050550276Speter
1050650276Speter960706	- snapshot
1050750276Speter	+ make lib_vidattr.c more readable using macros.
1050850276Speter	+ filter out rmul, rmso that conflict with sgr0 when reading terminal
1050950276Speter	  descriptions.
10510166124Srafan	+ work around autoconf bug, force $INSTALL to absolute path
1051150276Speter	  (reported by Zeyd).
1051250276Speter	+ modify man-page install for BSDI to install preformatted .0 files
1051350276Speter	  (reported by David MacKenzie).
1051450276Speter	+ add/use gcc __attribute__ for printf and scanf in curses.h
1051550276Speter	+ added SGR attributes test-case to ncurses
1051650276Speter	+ revised ncurses 't' logic to show trace-disable effect in the menu.
1051750276Speter	+ use getopt in ncurses program to process -s and -t options.
1051850276Speter	+ make ncurses 'p' legend toggle with '?'
1051950276Speter	+ disable scrollok during the ncurses 'p' test; if it is enabled the
1052050276Speter	  stdscr will scroll when putting the box-corners in the lower-right
1052150276Speter	  of the screen.
10522262685Sdelphij	> patch 305 (ESR):
10523262685Sdelphij	+ added sanity-checking of various paired string attributes.
10524262685Sdelphij	+ misc/terminfo.src update to 9.13.7 (report by A. Lukyanov).
10525262685Sdelphij	+ modify man/Makefile.in to make terminfo.5 during normal build.
10526262685Sdelphij	> patch 304 (ESR):
10527262685Sdelphij	+ corrected allocation-length for $HOME/.terminfo path.
1052850276Speter
1052950276Speter960629	- snapshot
1053050276Speter	+ check return code of _nc_mvcur_scrolln() in _nc_scroll_optimize() for
1053150276Speter	  terminals with no scrolling-support (reported by Nikolay Shadrin
1053250276Speter	  <queen@qh.mirea.ac.ru>)
1053350276Speter	+ added ^S scrollok-toggle to ncurses 'g' test.
1053450276Speter	+ added ^T trace-toggle to ncurses tests.
1053550276Speter	+ modified ncurses test program to use ^Q or ESC consistently for
1053650276Speter	  terminating tests (rather than ^D), and to use control keys rather
1053750276Speter	  than function keys in 'g' test.
1053850276Speter	+ corrected misplaced wclrtoeol calls in addch to accommodate wrapping
1053950276Speter	  (reported by Philippe De Muyter).
1054050276Speter	+ modify lib_doupdate.c to use effective costs to tradeoff between
1054150276Speter	  delete-character/insert-character vs normal updating (reported by
1054250276Speter	  David MacKenzie).
1054350276Speter	+ compute effective costs for screen update operations (e.g., clr_eos,
1054450276Speter	  delete_character).
1054550276Speter	+ corrected error in knight.c exposed by wrap fixes in 960622; the
1054650276Speter	  msgwin needed scrollok set.
1054750276Speter	+ corrected last change to IDcTransformLine logic to avoid conflict
1054850276Speter	  between PutRange and InsStr
1054997049Speter	+ modified run_tic.sh to not use /usr/tmp (reported by David
1055097049Speter	  MacKenzie), and further revised it and aclocal.m4 to use $TMPDIR if
1055197049Speter	  set.
1055250276Speter	+ corrected off-by-one in RoomFor call in read_entry.c
1055350276Speter
1055450276Speter960622	- snapshot
1055550276Speter	+ modified logic that wraps cursor in addch to follow the XSI spec,
1055650276Speter	  (implemented in SVr4) which states that the cursor position is
1055750276Speter	  updated when wrapping.  Renamed _NEED_WRAP to _WRAPPED to reflect the
1055850276Speter	  actual semantics.
1055950276Speter	+ added -s option to tic, to provide better diagnostics in run_tic.sh
1056050276Speter	+ improved error-recovery for tabset install.
1056150276Speter	+ change ABI to 3.1 (dropped tparam, corrected getbkgd(), added
1056250276Speter	  _yoffset to WINDOW).
1056350276Speter	+ modified initialization of SP->_ofp so that init_acs() is called with
1056450276Speter	  the "right" file pointer (reported by Rick Marshall <rjm@nlc.net.au>
1056550276Speter	+ documentation fixes (Juergen Pfeifer).
1056650276Speter	+ corrected, using new SCREEN and WINDOW members, the behavior of
1056750276Speter	  ncurses if one uses ripoffline() to remove a line from the top of the
1056850276Speter	  screen (Juergen Pfeifer).
1056950276Speter	+ modified autoconf scripts to prepare for Ada95 (GNAT) binding to
1057050276Speter	  ncurses (Juergen Pfeifer).
10571166124Srafan	+ incorrect buffer-size in _nc_read_entry, reported by ESR.
1057250276Speter
1057350276Speter960617
1057450276Speter	+ corrected two logic errors in read_entry.c, write_entry.c (called by
1057550276Speter	  tic, the write/read of terminfo entries used inconsistent rules for
1057650276Speter	  locating the entries; the $TERMINFO_DIRS code would find only the
1057750276Speter	  first entry in a list).
1057850276Speter	+ refined pathname computation in run_tic.sh and shlib.
1057950276Speter	+ corrected initialization of $IP in misc/run_tic.sh
1058050276Speter
1058150276Speter960615	- snapshot
1058250276Speter	+ ifdef'd out _nc_hash_map() call because it does not improve speed.
1058350276Speter	+ display version of gcc if configure script identifies it.
1058450276Speter	+ modify configure script to use /usr as Linux's default prefix.
1058550276Speter	+ modify run_tic.sh to use shlib script, fixes some problems installing
1058650276Speter	  with a shared-library configuration.
1058750276Speter	+ adjusted configure script so that it doesn't run tests with the
1058850276Speter	  warnings turned on, which makes config.log hard to read.
1058950276Speter	+ added 'lint' rule to top-level Makefile.
1059050276Speter	+ added configure option '--with-install-prefix' for use by system
10591166124Srafan	  builders to install into staging locations (requested by
10592166124Srafan	  Charles Levert <charles@comm.polymtl.ca>).
1059350276Speter	+ corrected autoconfigure for Debian man program; it's not installed
1059450276Speter	  as "man_db".
1059550276Speter	+ set noecho in 'worm'; it was ifdef'd for debug only
1059650276Speter	+ updated test/configure.in for timing-display in ncurses 'p' test
1059750276Speter	+ corrected misspelled 'getbkgd()'.
1059850276Speter	+ corrected wbkgdset to work like observed syvr4 (sets A_CHARTEXT part
1059950276Speter	  to blank if no character given, copies attributes to window's
1060050276Speter	  attributes).
1060150276Speter	+ modified lib_doupdate.c to use lower-level SP's current_attr state
1060250276Speter	  instead of curscr's state, since it is redundant.
1060350276Speter	+ correction to IDcTransformLine logic which controls where InsStr is
10604166124Srafan	  invoked (refined by Alexander V Lukyanov).
10605166124Srafan	> patch 303 (ESR):
1060650276Speter	+ conditionally include Chris Torek's hash function _nc_hash_map().
1060750276Speter	+ better fix for nvi refresh-bug (Rick Marshall)
1060850276Speter	+ fix for bug in handling of interrupted keystroke waits,
1060950276Speter	  (Werner Fleck).
10610262685Sdelphij	+ misc/ncurses-intro.html syntax fix (Kajiyama Tamito).
1061150276Speter
1061250276Speter960601	- snapshot
1061350276Speter	+ auto-configure man-page compression-format and renames for Debian.
1061450276Speter	+ corrected several typos in curses.h.in (i.e., the mvXXXX macros).
1061550276Speter	+ re-order curses.priv.h for lint.
1061650276Speter	+ added rules for lintlib, lint
1061750276Speter	+ corrected ifdef for BROKEN_LINKER in MKnames.awk.in
1061850276Speter	+ corrected missing INSTALL_DATA in misc/Makefile.in
1061950276Speter	+ flush output when changing cursor-visibility (Rick Marshall)
1062097049Speter	+ fix a minor bug in the _nc_ripoff() routine and improve error
1062197049Speter	  checking when creating the label window (Juergen Pfeifer).
1062250276Speter	+ enhancement to the control over the new PC-style soft key format.
1062350276Speter	  allow caller now to select whether or not one wants to have
1062450276Speter	  the index-line; see curs_slk.3x for documentation (Juergen Pfeifer).
10625262685Sdelphij	+ typos, don't use inline with "-g" (Philippe De Muyter)
1062650276Speter	+ fixes for menus & wattr-, slk-functions (Juergen Pfeifer)
1062750276Speter
1062850276Speter960526	- snapshot
1062950276Speter	+ removed --with-ticdir option altogether, maintain compatibility with
1063050276Speter	  existing applications via symbolic link in run_tic.sh
1063150276Speter	+ patch for termio.h, signal (Philippe De Muyter)
1063250276Speter	+ auto-configure gcc warning options rather than infer from version.
1063350276Speter	+ auto-configure __attribute__ for different gcc versions.
1063450276Speter	+ corrected special use of clearok() in hardscroll.c by resetting flag
1063550276Speter	  in wrefresh().
1063650276Speter	+ include stdlib.h before defs for EXIT_SUCCESS, for OSF/1.
1063750276Speter	+ include sys/types.h in case stdlib.h does not declare size_t.
1063850276Speter	+ fixes for makefile (Tim Mooney)
10639166124Srafan	+ fixes for menus & forms (Juergen Pfeifer)
10640262685Sdelphij	> patch 302 (ESR):
10641262685Sdelphij	+ improve hash function (suggested by Alexander V Lukyanov).
10642262685Sdelphij	+ 9.13.4 update for terminfo.src
1064350276Speter
1064450276Speter960518	- snapshot
1064550276Speter	+ revised ncurses.c panner test, let pad abut all 4 sides of screen.
1064650276Speter	+ refined case in lib_doupdate.c for ClrToEOL().
10647166124Srafan	+ corrected prior change for PutRange (Alexander V Lukyanov
10648166124Srafan	  <lav@yars.free.net>).
10649166124Srafan	+ autoconf mods (Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>).
10650166124Srafan	+ locale fix for forms (Philippe De Muyter <phdemuyt@ulb.ac.be>)
1065150276Speter	+ renamed "--with-datadir" option to "--with-ticdir" to avoid
1065250276Speter	  confusion, and made this check for the /usr/lib/terminfo pre-existing
1065350276Speter	  directory.
10654166124Srafan	> patches 299-301 (ESR):
10655262685Sdelphij	+ html fixes (Phillippe de Muyter).
10656262685Sdelphij	+ fix typo in ncurses-intro.html (report by Fabrizio Polacco).
1065750276Speter	+ added hashmap.c
1065850276Speter	+ mods to tracing, especially for ACS chars.
1065950276Speter	+ corrected off-by-one in IDCtransform.
1066050276Speter	+ corrected intermittent mouse bug by using return-value from read().
1066150276Speter	+ mods to parse_entry.c, for smarter defaults.
1066250276Speter
1066350276Speter960512
1066450276Speter	+ use getopt in 'tic'; added -L option and modified -e option to allow
1066550276Speter	  list from a file.
1066650276Speter
1066750276Speter960511
1066850276Speter	+ don't use fixed buffer-size in tparm().
1066950276Speter	+ modified tic to create terminfo directory if it doesn't exist.
1067050276Speter	+ added -T options to tic and infocmp (for testing/analysis)
1067150276Speter	+ refined the length criteria for termcap and terminfo
1067250276Speter	+ optimize lib_doupdate with memcpy, PutRange
10673166124Srafan	> patches 297, 298 (ESR):
1067450276Speter	+ implement TERMINFO_DIRS, and -o option of tic
1067550276Speter	+ added TRACE_IEVENT
10676262685Sdelphij	+ fix REQ_TOGGLE_ITEM in menu/menu_driver.c; it could select but not
10677262685Sdelphij	  deselect.
10678262685Sdelphij	+ added lib_print.c (request by Rick Marshall).
10679262685Sdelphij	+ added has_key() (request by Juergen Pfeifer).
10680262685Sdelphij	+ do not issue clrtoeol or clrtobot if the relevant portion of the line
10681262685Sdelphij	  is already blank (analysis by Keith Bostic).
10682262685Sdelphij	+ add parentheses for parameters of COLOR_PAIR and PAIR_NUMBER macros
10683262685Sdelphij	  (analysis by Jurgen Eidt).
10684262685Sdelphij	+ update screen's notion of cursor position in endwin() (analysis by
10685262685Sdelphij	  Alexander Lukyanov).
1068650276Speter	+ added 't' to ncurses.c test.
1068750276Speter	+ moved delay_output() to lib_tputs.c
10688166124Srafan	+ removed tparam() (was added in 1.9.9, but conflicts with emacs and
10689166124Srafan	  is not part of X/Open Curses).
10690262685Sdelphij	+ removed boolean version of 'getm'.
1069150276Speter	+ misc cursor & optimization fixes.
1069250276Speter
1069350276Speter960504	- snapshot
1069450276Speter	+ modified ncurses 'p' test to allow full-screen range for panner size.
10695166124Srafan	+ fixes for locale (Philippe De Muyter <phdm@labauto1.ulb.ac.be>)
1069650276Speter	+ don't use fixed buffer-size in fmt_entry().
1069750276Speter	+ added usage-message to 'infocmp'.
1069850276Speter	+ modified install.includes rules to prepend subdirectory-name to
1069950276Speter	  "#include" if needed.
1070050276Speter
1070150276Speter960430
1070250276Speter	+ protect wrefresh, wnoutrefresh from invocation with pad argument.
1070350276Speter	+ corrected default CCFLAGS in test/Makefile.
1070450276Speter
1070550276Speter960428	- snapshot
1070650276Speter	+ implemented logic to support terminals with background color erase
1070750276Speter	  (e.g., rxvt and the newer color xterm).
1070850276Speter	+ improved screen update logic (off-by-one logic error; use clr_eos if
1070950276Speter	  possible)
1071050276Speter
1071150276Speter960426	- snapshot
1071250276Speter	+ change ncurses 'a' test to run in raw mode.
1071350276Speter	+ make TIOCGWINSZ configure test less stringent, in case user
1071450276Speter	  configures via terminal that cannot get screen size.
10715166124Srafan	> patches 295, 296 (ESR):
1071650276Speter	+ split lib_kernel.c, lib_setup.c and names.c in order to reduce
1071750276Speter	  overhead for programs that use only termcap features.
10718262685Sdelphij	+ new "-e" and "-h" options of tic (request by Tony Nugent).
10719262685Sdelphij	+ fix bug in mandatory-delay logic in lib_tputs.c (report by Sven
10720262685Sdelphij	  Verdoolaege).
10721262685Sdelphij	+ fix for "infocmp -e" to emit correct initializers (reported by Manual
10722262685Sdelphij	  J Novoa III).
10723262685Sdelphij	+ restore working-directory in read_termcap.c (report by Kayvan
10724262685Sdelphij	  Sylvan).
10725262685Sdelphij	+ use "-h" option on Solaris when generating shared libraries on
10726262685Sdelphij	  Solaris 2.5 to record the library name in the file, for assisting
10727262685Sdelphij	  the loader (patch by Scott Kramer).
10728262685Sdelphij	+ undo patch #294 changes to form and menu libraries (request by
10729262685Sdelphij	  Juergen Pfeifer).
1073050276Speter
1073150276Speter960418	- snapshot
1073250276Speter	+ use autoconf 2.9
1073350276Speter	+ fix for AIX 3.2.5 (must define _POSIX_SOURCE to get termios struct
1073450276Speter	  definitions via <termios.h>, modified macros in lib_raw.c to avoid
1073550276Speter	  K&R-style substitution)
10736166124Srafan	> patches 293, 294 (ESR):
10737262685Sdelphij	+ rewrite wsyncup(), wsyncdown(), as well as small fixes to form and
10738262685Sdelphij	  menu libraries to fix echo-breakage introduced by 1.8.9, 1.9.9e
10739262685Sdelphij	  changes (patches by Juergen Pfeifer).
10740262685Sdelphij	+ fix compile under QNX 4.2 by defining ONLCR in lib_raw.c when
10741262685Sdelphij	  __QNX__ is defined (patch by Michael Hunter).
10742262685Sdelphij	+ modify setupterm() to match documentation for its return value, fix
10743262685Sdelphij	  newterm to work with this change (report by Emmet Lazich).
10744262685Sdelphij	+ add checks in getch() for error, return ERR as appropriate (report by
10745262685Sdelphij	  Emmet Lazich).
10746262685Sdelphij	+ mods to wgetch() in cooked mode (report by Pete Seebach).
10747262685Sdelphij	+ corrected askuser() logic in tset (patch by Remco Treffkorn).
10748262685Sdelphij	+ correct interaction of endwin() with mouse processing (report by
10749262685Sdelphij	  Michael Elkins).
1075050276Speter	+ added trace support for TTY flags
10751262685Sdelphij	+ update terminfo.src to 9.13.1
10752262685Sdelphij	+ FreeBSD console entries (patch by Andrew Chernov).
1075350276Speter
1075450276Speter960406
1075550276Speter	+ fixes for NeXT, ISC and HPUX auto-configure
1075650276Speter	+ autogenerate development header-dependencies (config.h, *.priv.h)
1075750276Speter	+ corrected single-column formatting of "use=" (e.g., in tic)
1075850276Speter	+ modify tic to read full terminfo-names
1075997049Speter	+ corrected divide-by-zero that caused hang (or worse) when redirecting
1076097049Speter	  output
1076150276Speter	+ modify tic to generate directories only as-needed (and corrected
1076250276Speter	  instance of use of data from function that had already returned).
1076350276Speter
1076450276Speter### ncurses-1.9.8a -> 1.9.9e
1076550276Speter
1076650276Speter* fixed broken wsyncup()/wysncdown(), as a result wnoutrefresh() now has
1076750276Speter  copy-changed-lines behavior.
1076850276Speter* added and documented wresize() function.
1076950276Speter* more fixes to LOWER-RIGHT corner handling.
1077050276Speter* changed the line-breakout optimization code to allow some lines to be
1077150276Speter  emitted before the first check.
1077250276Speter* added option for tic to use symbolic instead of hard links (for AFS)
1077350276Speter* fix to restore auto-wrap mode.
1077450276Speter* trace level can be controlled by environment variable.
1077550276Speter* better handling of NULs in terminal descriptions.
1077650276Speter* improved compatibility with observed SVR4 behavior.
1077750276Speter* the refresh behavior of over-lapping windows is now more efficient and
1077850276Speter  behaves like SVR4.
1077950276Speter* use autoconf 2.7, which results in a working setup for SCO 5.0.
1078050276Speter* support for ESCDELAY.
1078150276Speter* small fixes for menu/form code.
1078250276Speter* the test directory has its own configure.
1078350276Speter* fixes to pads when optimizing scrolling.
1078450276Speter* fixed several off-by-one bugs.
1078550276Speter* fixes for termcap->terminfo translation; less restrictions more correct
1078650276Speter  behavior.
1078750276Speter
1078850276Speter### ncurses-1.9.7 -> 1.9.8a
1078950276Speter
1079050276Speter* teach infocmp -i to recognize ECMA highlight sequences
1079150276Speter* infocmp now dumps all SVr4 termcaps (not just the SVr4 ones) on -C
1079250276Speter* support infocmp -RBSD.
1079350276Speter* satisfy XSI Curses requirement that every macro be available as a function.
1079450276Speter* This represents the last big change to the public interface of ncurses. The
1079550276Speter  ABI_VERSION has now been set at 3.0 and should stay there barring any great
1079650276Speter  catastrophies or acts of God.
1079750276Speter* The C++ has been cleaned up in reaction to the changes to satisfy XSI's
1079850276Speter  requirements.
1079950276Speter* libncurses now gets linked to libcurses to help seamless emulation
1080050276Speter  (replacement) of a vendor's curses. --disable-overwrite turns this behavior
1080150276Speter  off.
1080250276Speter
1080350276Speter### ncurses-1.9.6 -> 1.9.7
1080450276Speter
1080550276Speter* corrected return values of setupterm()
1080650276Speter* Fixed some bugs in tput (it does padding now)
1080750276Speter* fixed a bug in tic that made it do the wrong thing on entries with more than
1080850276Speter  one `use' capability.
1080950276Speter* corrected the screen-size calculation at startup time to alter the
1081050276Speter  numeric capabilities as per SVr4, not just LINES and COLS.
1081150276Speter* toe(1) introduced; does what infocmp -T used to.
1081250276Speter* tic(1) can now translate AIX box1 and font[0123] capabilities.
1081350276Speter* tic uses much less core, the dotic.sh kluge can go away now.
1081450276Speter* fix read_entry() and write_entry() to pass through cancelled capabilities OK.
1081550276Speter* Add $HOME/.terminfo as source/target directory for terminfo entries.
1081650276Speter* termcap compilation now automatically dumps an entry to $HOME/.terminfo.
1081750276Speter* added -h option to toe(1).
1081850276Speter* added -R option to tic(1) and infocmp(1).
1081950276Speter* added fallback-entry-list feature.
1082050276Speter* added -i option to infocmp(1).
1082150276Speter* do a better job at detecting if we're on SCO.
1082250276Speter
1082350276Speter### ncurses-1.9.5 -> 1.9.6
1082450276Speter
1082550276Speter* handling of TERMCAP environment variables now works correctly.
1082650276Speter* various changes to shorten termcap translations to less that 1024 chars.
1082750276Speter* tset(1) added
1082850276Speter* mouse support for xterm.
1082950276Speter* most data tables are now const and accordingly live in shareable text space.
1083050276Speter* Obey the XPG4/SVr4 practice that echo() is initally off.
1083150276Speter* tic is much better at translating XENIX and AIX termcap entries now.
1083250276Speter* tic can interpret ko capabilities now.
1083350276Speter* integrated Juergen Pfeifer's forms library.
1083450276Speter* taught write_entry() how not to write more than it needs to; this change
1083550276Speter  reduces the size of the terminfo tree by a full 26%!
1083650276Speter* infocmp -T option added.
1083750276Speter* better warnings about historical tic quirks from tic.
1083850276Speter
1083950276Speter### ncurses 1.9.4 -> 1.9.5
1084050276Speter
1084150276Speter* menus library is now included with documentation.
1084250276Speter* lib_mvcur has been carefully profiled and tuned.
1084350276Speter* Fixed a ^Z-handling bug that was tanking lynx(1).
1084450276Speter* HJ Lu's patches for ELF shared libraries under Linux
1084550276Speter* terminfo.src 9.8.2
1084650276Speter* tweaks for compiling in seperate directories.
1084750276Speter* Thomas Dickey's patches to support NeXT's brain-dead linker
1084850276Speter* Eric Raymond's patches to fix problems with long termcap entries.
1084950276Speter* more support for shared libraries under SunOS and IRIX.
1085050276Speter
1085150276Speter### ncurses 1.9.3 -> 1.9.4
1085250276Speter
1085350276Speter* fixed an undefined-order-of-evaluation bug in lib_acs.c
1085450276Speter* systematically gave non-API public functions and data an _nc_ prefix.
1085550276Speter* integrated Juergen Pfeifer's menu code into the distribution.
1085650276Speter* totally rewrote the knight test game's interface
1085750276Speter
1085850276Speter### ncurses 1.9.2c -> 1.9.3
1085950276Speter
1086050276Speter* fixed the TERMCAP_FILE Support.
1086150276Speter* fixed off-by-one errors in scrolling code
1086250276Speter* added tracemunch to the test tools
1086350276Speter* took steps to cut the running time of make install.data
1086450276Speter
1086550276Speter### ncurses 1.9.2c -> 1.9.2d
1086650276Speter
1086750276Speter* revised 'configure' script to produce libraries for normal, debug,
1086850276Speter  profile and shared object models.
1086950276Speter
1087050276Speter### ncurses 1.9.1 -> 1.9.2
1087150276Speter
1087250276Speter* use 'autoconf' to implement 'configure' script.
1087350276Speter* panels support added
1087450276Speter* tic now checks for excessively long termcap entries when doing translation
1087550276Speter* first cut at eliminating namespace pollution.
1087650276Speter
1087750276Speter### ncurses 1.8.9 -> 1.9
1087850276Speter
1087950276Speter* cleanup gcc warnings for the following: use size_t where 'int' is not
1088050276Speter  appropriate, fixed some shadowed variables, change attr_t to compatible with
1088150276Speter  chtype, use attr_t in some places where it was confused with 'int'.
1088250276Speter* use chtype/attr_t casts as appropriate to ensure portability of masking
1088350276Speter  operations.
1088450276Speter* added-back waddchnstr() to lib_addstr.c (it had been deleted).
1088550276Speter* supplied missing prototypes in curses.h
1088650276Speter* include <termcap.h> in lib_termcap.c to ensure that the prototypes
1088750276Speter  are consistent (they weren't).
1088850276Speter* corrected prototype of tputs in <termcap.h>
1088950276Speter* rewrote varargs parsing in lib_tparm.c (to avoid referencing memory
1089050276Speter  that may be out of bounds on the stack) -- Purify found this.
1089150276Speter* ensure that TRACE is defined in lib_trace.c (to solve prototype
1089250276Speter  warnings from gcc).
1089350276Speter* corrected scrolling-region size in 'mvcur_wrap()'
1089450276Speter* more spelling fixes
1089550276Speter* use 'calloc()' to allocate WINDOW struct in lib_newwin.c (Purify).
1089650276Speter* set default value for SP->_ofp in lib_set_term.c (otherwise SunOS dumps
1089750276Speter  core in init_acs()).
1089850276Speter* include <errno.h> in write_entry.c (most "braindead" includes declare errno
1089950276Speter  in that file).
1090050276Speter
1090150276Speter### ncurses 1.8.8 -> 1.8.9
1090250276Speter
1090350276Speter* compile (mostly) clean with gcc 2.5.8 -Wall -Wstrict-prototypes
1090450276Speter  -Wmissing-prototypes -Wconversion and using __attribute__ to flush out
1090550276Speter  non-portable use of "%x" for pointers, or for chtype data (which is declared
1090650276Speter  as a long).
1090750276Speter* modified doupdate to ensure that typahead was turned on before attempting
1090850276Speter  select-call (otherwise, some implementations hang).
1090950276Speter* added trace mask TRACE_FIFO, use this in lib_getch.c to allow finer
1091050276Speter  resolution of traces.
1091150276Speter* improved bounds checking on several critical functions.
1091250276Speter* the data directory has been replaced by the new master terminfo file.
1091350276Speter* -F file-comparison option added to infocmp.
1091450276Speter* compatibility with XSI Curses is now documented in the man bages.
1091550276Speter* wsyncup/wsyncdown functions are reliable now; subwindow code in general
1091650276Speter  is much less flaky.
1091750276Speter* capabilities ~msgr, tilde_glitch, insert_padding, generic_type, no_pad_char,
1091850276Speter  memory_above, memory_below, and hard_copy are now used properly.
1091950276Speter* cursor-movement optimization has been completely rewritten.
1092050276Speter* vertical-movement optimization now uses hardware scrolling, il, dl.
1092150276Speter
1092250276Speter### ncurses 1.8.7 -> 1.8.8
1092350276Speter* untic no longer exists, infocmp replaces it.
1092450276Speter* tic can understand termcap now, especially if it is called captoinfo.
1092550276Speter* The Linux Standard Console terminfo entry is called linux insead of console.
1092650276Speter  It also uses the kernel's new method of changing charsets.
1092750276Speter* initscr() will EXIT upon error (as the docs say) This wil mostly happen if
1092850276Speter  you try to run on an undefined terminal.
1092950276Speter* I can get things running on AIX but tic can't compile terminfo. I have to
1093050276Speter  compile entries on another machine. Volunteers to hunt this bug are welcome.
1093150276Speter* wbkgd() and wbkgdset() can be used to set a windows background to color.
1093250276Speter  wclear()/werase() DO NOT use the current attribute to clear the screen.
1093350276Speter  This is the way SVR4 curses works. PDCurses 2.1 is broken in this respect,
1093450276Speter  though PDCurses 2.2 has been fixed.
1093550276Speter* cleaned up the test/ directory.
1093650276Speter* test/worm will segfault after quite a while.
1093750276Speter* many spelling corrections courtesy of Thomas E. Dickey
1093850276Speter
1093950276Speter### ncurses 1.8.6 -> 1.8.7
1094050276Speter* cleaned up programs in test/ directory.
1094150276Speter* fixed wbkgdset() macro.
1094250276Speter* modified getstr() to stop it from advancing cursor in noecho mode.
1094350276Speter* modified linux terminfo entry to work with the latest kernel to get
1094450276Speter  the correct alternate character set.
1094550276Speter* also added a linux-mono entry for those running on monochrome screens.
1094650276Speter* changed initscr() so that it behaves like the man page says it does.
1094750276Speter  this fixes the problem with programs in test/ crashing with SIGSEV if
1094850276Speter  a terminal is undefined.
1094950276Speter* modified addch() to avoid using any term.h #define's
1095050276Speter* removed duplicate tgoto() in lib_tparm.c
1095150276Speter* modified dump_entry.c so that infocmp deals correctly with ',' in acsc
1095250276Speter* modified delwin() to correctly handle deleting subwindows.
1095350276Speter* fixed Makefile.dist to stop installing an empty curses.h
1095450276Speter* fixed a couple of out-of-date notes in man pages.
1095550276Speter
1095650276Speter### ncurses 1.8.5 -> 1.8.6
1095750276Speter* Implemented wbkgd(), bkgd(), bkgdset(), and wbkgdset().
1095850276Speter* The handling of attributes has been improved and now does not turn off color
1095950276Speter  if other attributes are turned off.
1096050276Speter* scrolling code is improved. Scrolling in subwindows is still broken.
1096150276Speter* Fixes to several bugs that manifest them on platforms other than Linux.
1096250276Speter* The default to meta now depends on the status of the terminal when ncurses
1096350276Speter  is started.
1096450276Speter* The interface to the tracing facility has changed.  Instead of the pair of
1096550276Speter  functions traceon() and traceoff(), there is just one function trace() which
1096650276Speter  takes a trace mask argument.  The trace masks, defined in curses.h, are
1096750276Speter  as follows:
1096850276Speter
1096997049Speter	#define TRACE_DISABLE   0x00    /* turn off tracing */
1097097049Speter	#define TRACE_ORDINARY  0x01    /* ordinary trace mode */
1097197049Speter	#define TRACE_CHARPUT   0x02    /* also trace all character outputs */
1097297049Speter	#define TRACE_MAXIMUM   0x0f    /* maximum trace level */
1097350276Speter
1097450276Speter  More trace masks may be added, or these may be changed, in future releases.
1097550276Speter* The pad code has been improved and the pad test code in test/ncurses.c has
1097650276Speter  been improved.
1097750276Speter* The prototype ansi entry has been changed to work with a wider variety
1097850276Speter  of emulators.
1097950276Speter* Fix to the prototype ansi entry that enables it to work with PC emulators
1098050276Speter  that treat trailing ";m" in a highlight sequence as ";0m"; this doesn't
1098150276Speter  break operation with any emulators.
1098250276Speter* There are now working infocmp, captoinfo, tput, and tclear utilities.
1098350276Speter* tic can now compile entries in termcap syntax.
1098450276Speter* Core-dump bug in pnoutrefresh fixed.
1098550276Speter* We now recognize and compile all the nonstandard capabilities in Ross
1098650276Speter  Ridge's mytinfo package (rendering it obsolete).
1098750276Speter* General cleanup and documentation improvements.
1098850276Speter* Fixes and additions to the installation-documentation files.
1098950276Speter* Take cursor to normal mode on endwin.
1099050276Speter
1099150276Speter### ncurses 1.8.4 -> 1.8.5
1099250276Speter* serious bugs in updating screen which caused erratic non-display,
1099350276Speter  fixed.
1099450276Speter* fixed initialization for getch() related variable which cause
1099550276Speter  unpredictable results.
1099650276Speter* fixed another doupdate bug which only appeared if you have
1099750276Speter  parm_char.
1099850276Speter* implemented redrawln() and redrawwin().
1099950276Speter* implemented winsnstr() and related functions.
1100050276Speter* cleaned up insertln() and deleteln() and implemented (w)insdeln().
1100150276Speter* changed Makefile.dist so that installation of man pages will
1100250276Speter  take note of the terminfo directory.
1100350276Speter* fixed Configure (removed the mysterious 'X').
1100450276Speter* Eric S. Raymond fixed the script.* files so that they work with
1100550276Speter  stock awk.
1100650276Speter
1100750276Speter#### ncurses 1.8.3 -> 1.8.4 #### ####
1100850276Speter* fixed bug in refreshing the screen after return from shell_mode.
1100950276Speter  There are still problems but they don't manifest themselves on
1101050276Speter  my machine (Linux 0.99.14f).
1101150276Speter* added wgetnstr() and modified things accordingly.
1101250276Speter* fixed the script.src script.test to work with awk not just gawk.
1101350276Speter* Configure can now take an argument of the target system.
1101450276Speter* added test/ncurses.c which replaces several other programs and
1101550276Speter  performs more testing.
1101650276Speter[Thanks to Eric S Raymond for the last 4]
1101750276Speter* more fixes to lib_overlay.c and added test/over.c to illustrate
1101850276Speter  how it works.
1101950276Speter* fixed ungetch() to take int instead of ch.
1102050276Speter* fixes to cure wgetch() if flushinp() is called.
1102150276Speter
1102250276SpeterOne note I forgot to mention in 1.8.3 is that tracing is off by
1102350276Speterdefault starting in the version. If you want tracing output, put
1102450276Spetertraceon(); in your code and link with -ldcurses.
1102550276Speter
1102650276Speter#### ncurses 1.8.2 -> ncurses 1.8.3 #### ####
1102750276SpeterMAJOR CHANGES:
1102850276Speter1) The order of capabilities has been changed in order to achieve
1102950276Speterbinary compatibility with SVR4 terminfo database. This has the
1103050276Speterunfortunate effect of breaking application currently linked with
1103150276Speterncurses. To ensure correct behavior, recompile all such programs.
1103250276SpeterMost programs using color or newer capabilities will break, others
1103350276Speterwill probably continue to work ok.
1103450276Speter
1103550276Speter2) Pavel Curtis has renounced his copyright to the public domain.
1103650276SpeterThis means that his original sources (posted to comp.sources.unix,
1103750276Spetervolume 1) are now in the public domain.  The current sources are
1103850276SpeterNOT in the public domain, they are copyrighted by me.  I'm
1103950276Speterentertaining ideas on what the new terms ncurses is released under.
1104050276Speter
1104150276Speter3) Eric S. Raymond has supplied a complete set of man pages for
1104250276Speterncurses in ?roff format. They will eventually replace most of the
1104350276Spetercurrent docs. Both sets are included in this release.
1104450276Speter
1104550276SpeterOther changes and notes from 1.8.2 include:
1104650276Speter* SIGSEGV during scrolling no longer occurs.
1104750276Speter* Other problems with scrolling and use of idl have been corrected.
1104850276Speter* lib_getch.c has been re-written and should perform flawlessly.
1104950276Speter  please use test/getch.c and any other programs to test this.
1105050276Speter* ripoffline() is implemented (Thanks to Eric) and slk_ functions
1105150276Speter  changed accordingly.
1105250276Speter* I've added support for terminals that scroll if you write in the
1105350276Speter  bottom-right corner.
1105450276Speter* fixed more bugs in pads code. If anybody has a program that uses
1105550276Speter  pads I'd love a copy.
1105650276Speter* correct handling for terminal with back_color_erase capability
1105750276Speter  (such as Linux console, and most PC terminals)
1105850276Speter* ^Z handling apparently didn't work (I should never trust code
1105950276Speter  sent me to me without extensive testing). It now seems to be
1106050276Speter  fixed. Let me know if you have problems.
1106150276Speter* I've added support for Apollo and NeXT, but it may still be
1106250276Speter  incomplete, especially when dealing with the lack of POSIX
1106350276Speter  features.
1106450276Speter* scrolling should be more efficient on terminals with idl
1106550276Speter  capabilities. Please see src/lib_scroll.c for more notes.
1106650276Speter* The line drawing routines were offset by 1 at both ends. This
1106750276Speter  is now fixed.
1106850276Speter* added a few missing prototypes and macros (e.g. setterm())
1106950276Speter* fixed code in src/lib_overlay.c which used to crash.
1107050276Speter* added a few more programs in test/ The ones from the PDCurses
1107150276Speter  package are useful, especially if you have SVR4 proper. I'm
1107250276Speter  interested in the results you get on such a systems (Eric? ;-).
1107350276Speter  They already exposed certain bugs in ncurses.
1107450276Speter* See src/README for porting notes.
1107550276Speter* The C++ code should really replace ncurses.h instead of working
1107650276Speter  around it. It should avoid name-space clashes with nterm.h (use
1107750276Speter  rows instead of lines, etc.)
1107850276Speter* The C++ should compile ok. I've added explicit rules to the
1107950276Speter  Makefile because no C++ defaults are documented on the suns.
1108050276Speter* The docs say that echo() and nocbreak() are mutually exclusive.
1108150276Speter  At the moment ncurses will switch to cbreak() if the case above
1108250276Speter  occurs. Should it continue to do so? How about echo() and noraw()?
1108350276Speter* PDCurses seem to assume that wclear() will use current attribute
1108450276Speter  when clearing the screen. According to Eric this is not the case
1108550276Speter  with SVR4.
1108650276Speter* I have discovered, to my chagrin, SunOS 4.x (and probably other systems)
1108750276Speter  * doesn't have vsscanf and God knows what else!  I've will do a vsscanf().
1108850276Speter* I've also found out that the src/script.* rely on gawk and will not
1108950276Speter  work with stock awk or even with nawk. Any changes are welcome.
1109050276Speter* Linux is more tolerant of NULL dereferences than most systems. This
1109150276Speter  fact was exposed by hanoi.
1109250276Speter* ncurses still seems inefficient in drawing the screen on a serial
1109350276Speter  link between Linux and suns. The padding may be the culprit.
1109450276Speter* There seems to be one lingering problem with doupdate() after shelling
1109550276Speter  out. Despite the fact the it is sending out the correct information
1109650276Speter  to the terminal, nothing takes effect until you press ^L or another
1109750276Speter  refresh takes place. And yes, output does get flushed.
1109850276Speter
1109950276Speter#### ncurses 1.8.1 -> ncurses 1.8.2 #### Nov 28, 1993 ####
1110050276Speter
1110150276Speter* added support for SVR4 and BSDI's BSD/386.
1110250276Speter* major update and fix to scrolling routine.
1110350276Speter* MORE fixes to stuff in lib_getch.c.
1110450276Speter* cleaned-up configuration options and can now generate
1110550276Speter	Config.* files through an awk script.
1110650276Speter* changed setupterm() so it can be called more than once,
1110750276Speter	add added set_curterm(), del_curterm().
1110850276Speter* a few minor cleanups.
1110950276Speter* added more prototypes in curses.h
1111050276Speter
1111150276Speter#### ncurses 1.8 -> ncurses 1.8.1 #### Nov 4, 1993 ####
1111250276Speter
1111350276Speter* added support for NeXTStep 3.0
1111450276Speter* added termcap emulation (not well tested).
1111550276Speter* more complete C++ interface to ncurses.
1111650276Speter* fixed overlay(), overwrite(), and added copywin().
1111750276Speter* a couple of bug fixes.
1111850276Speter* a few code cleanups.
1111950276Speter
1112050276Speter#### ncurses 0.7.2/0.7.3 -> ncurses 1.8 #### Aug 31, 1993 ####
1112150276Speter
1112250276Speter* The annoying message "can't open file." was due to missing
1112350276Speter  terminfo entry for the used terminal. It has now been
1112450276Speter  replaced by a hopefully more helpful message.
1112550276Speter* Problems with running on serial lines are now fixed.
1112650276Speter* Added configuration files for SunOS, Linux, HP/UX, Ultrix,
1112750276Speter  386bsd/BSDI (if you have others send'em to me)
1112850276Speter* Cleaner Makefile.
1112950276Speter* The documentation in manual.doc is now more uptodate.
1113050276Speter* update optimization and support for hp terminals, and 386bsd
1113150276Speter  console driver(s).
1113250276Speter* mvcur optimization for terminals without cursor addressing
1113350276Speter  (doesn't work on Linux)
1113450276Speter* if cursor moved since last update, getch() will refresh the
1113550276Speter  screen before working.
1113650276Speter* getch() & alarm() can now live together. in 0.7.3 a signal
1113750276Speter  interrupted getch() (bug or feature?) now the getch is
1113850276Speter  restarted.
1113950276Speter* scanw() et all were sick, now fixed.
1114050276Speter* support for 8-bit input (use meta()).
1114150276Speter* added default screen size to all terminfos.
1114250276Speter* added c++ Ncursesw class.
1114350276Speter* several minor bug fixes.
1114450276Speter
1114550276Speter#### ncurses 0.7.2 -> ncurses 0.7.3 #### May 27, 1993 ####
1114650276Speter
1114750276Speter* Config file to cope with different platforms (386BSD, BSDI, Ultrix, SunOS)
1114850276Speter* more fixes to lib_getch.c
1114950276Speter* changes related to Config
1115050276Speter
1115150276Speter#### ncurses 0.7 -> ncurses 0.7.2 #### May 22, 1993 ####
1115250276Speter
1115350276Speter* docs updated slightly (color usage is now documented).
1115450276Speter* yet another fix for getch(), this one fixes problems with ESC being swallowed
1115550276Speter  if another character is typed before the 1 second timeout.
1115650276Speter* Hopefully, addstr() and addch() are 8-bit clean.
1115750276Speter* fixed lib_tparm.c to use stdarg.h (should run on suns now)
1115850276Speter* order of capabilities changed to reflect that specified in SYSV
1115950276Speter  this will allow for binary-compatibility with existing terminfo dbs.
1116050276Speter* added halfdelay()
1116150276Speter* fixed problems with asc_init()
1116250276Speter* added A_PROTECT and A_INVIS
1116350276Speter* cleaned up vidputs()
1116450276Speter* general cleanup of the code
1116550276Speter* more attention to portability to other systems
1116650276Speter* added terminfos for hp70092 (wont work until changes to lib_update.c are
1116750276Speter  made) and 386BSD pcvt drivers.
1116850276Speter
1116950276SpeterThanks to Hellmuth Michaelis for his help.
1117050276Speteroptimization code is slated for the next major release, stay tuned!
1117150276Speter
1117250276Speter#### ncurses 0.6/0.61 -> ncurses 0.7 #### April 1, 1993
1117350276SpeterPlease note that the next release will be called 1.8. If you want to know about
1117450276Speterthe rationale drop me a line.
1117550276Speter
1117650276SpeterIncluded are several test programs in test/.
1117750276SpeterI've split up the panels library, reversi, tetris, sokoban. They are now
1117850276Speteravailable separately from netcom.com:pub/zmbenhal/
1117950276Speter
1118050276Speter* color and ACS support is now fully compatible with SYSV at the terminfo
1118150276Speter  level.
1118250276Speter* Capabilities now includes as many SYSV caps I could find.
1118350276Speter* tigetflag,tigetnum,tigetstr functions added.
1118450276Speter* boolnames, boolfnames, boolcodes numnames, numfnames, numcodes,
1118550276Speter  strnames, strfnames, strcodes arrays are now added.
1118650276Speter* keyname() is added.
1118750276Speter* All function keys can be defined in terminfo entries.
1118850276Speter* fixed lin_tparm.c to behave properly.
1118950276Speter* terminfo entries for vt* and xterm are included (improvements are welcome)
1119050276Speter* more automation in handling caps and keys.
1119150276Speter* included fixes from 0.6.1
1119250276Speter* added a few more missing functions.
1119350276Speter* fixed a couple of minor bugs.
1119450276Speter* updated docs JUST a little (still miles behind in documenting the newer
1119550276Speter	features).
1119650276Speter
1119750276Speter#### ncurses 0.6 -> ncurses 0.61 ####
1119850276Speter
1119950276Speter1) Included the missing data/console.
1120050276Speter
1120150276Speter2) allow attributes when drawing boxes.
1120250276Speter
1120350276Speter3) corrected usage of win->_delay value.
1120450276Speter
1120550276Speter4) fixed a bug in lib_getch.c. if it didn't recognize a sequence it would
1120650276Speter	simply return the last character in the sequence. The correct
1120750276Speter	behavior is to return the entire sequence one character at a time.
1120850276Speter
1120950276Speter#### ncurses0.5 -> ncurses0.6 #### March 1, 1993 ####
1121050276Speter* removed _numchngd from struct _win_st and made appropriate changes.
1121150276Speter* rewritten kgetch() to remove problems with interaction between alarm and
1121250276Speter  read(). It caused SIGSEGV every now and then.
1121350276Speter* fixed a bug that miscounted the numbers of columns when updating.
1121450276Speter  (in lib_doupdate.c(ClrUpdate() -- iterate to columns not columns-1)
1121550276Speter* fixed a bug that cause the lower-right corner to be incorrect.
1121650276Speter  (in lib_doupdate.c(putChar() -- check against columns not columns-1)
1121750276Speter* made resize() and cleanup() static to lib_newterm.c
1121850276Speter* added notimeout().
1121950276Speter* added timeout() define in curses.h
1122050276Speter* added more function prototypes and fixed napms.
1122150276Speter* added use_env().
1122250276Speter* moved screen size detection to lib_setup.c.
1122350276Speter* fixed newterm() to confirm to prototype.
1122450276Speter* removed SIGWINCH support as SYSV does not define its semantics.
1122550276Speter* cleaned-up lib_touch.c
1122650276Speter* added waddnstr() and relatives.
1122750276Speter* added slk_* support.
1122850276Speter* fixed a bug in wdeleteln().
1122950276Speter* added PANEL library.
1123050276Speter* modified Makefile for smoother installation.
1123150276Speter* terminfo.h is really term.h
1123250276Speter
1123350276Speter#### ncurses 0.4 -> ncurses 0.5 #### Feb 14, 1993 ####
1123450276Speter* changed _win_st structure to allow support for missing functionality.
1123550276Speter* Addition of terminfo support for all KEY_*.
1123650276Speter* Support for nodelay(), timeout(), notimeout().
1123750276Speter* fixed a bug with the keypad char reading that did not return ESC until
1123850276Speter  another key is pressed.
1123950276Speter* nl mapping no longer occur on output (as should be)
1124050276Speter  fixed bug '\n' no causing a LF.
1124150276Speter* fixed bug that reset terminal colors regardless of whether we use color
1124250276Speter  or not.
1124350276Speter* Better support for ACS (not quite complete).
1124450276Speter* fixed bug in wvline().
1124550276Speter* added curs_set().
1124650276Speter* changed from signal() to sigaction().
1124750276Speter* re-included the contents of important.patch into source.
1124850276Speter
1124950276Speter#### ncurses 0.3 -> ncurses 0.4 #### Feb 3, 1993 ####
1125050276Speter* Addition of more KEY_* definitions.
1125150276Speter* Addition of function prototypes.
1125250276Speter* Addition of several missing functions.
1125350276Speter* No more crashes if screen size is undefined (use SIGWINCH handler).
1125450276Speter* added a handler to cleanup after SIGSEGV (hopefully never needed).
1125550276Speter* changed SRCDIR from /etc/term to /usr/lib/terminfo.
1125650276Speter* renamed compile/dump to tic/untic.
1125750276Speter* New scrolling code.
1125850276Speter* fixed bug that reversed the sense of nl() and nonl().
1125950276Speter
1126097049Speter#### ncurses 0.2 -> ncurses 0.3 #### Jan 20, 1993 ####
1126150276Speter* more support for color and graphics see test/ for examples.
1126250276Speter* fixed various files to allow correct update after shelling out.
1126350276Speter* more fixes for updates.
1126450276Speter* no more core dumps if you don't have a terminfo entry.
1126550276Speter* support for LINES and COLUMNS environment variables.
1126650276Speter* support for SIGWINCH signal.
1126750276Speter* added a handler for SIGINT for clean exits.
1126850276Speter
1126950276Speter#### ncurses 0.1 -> ncurses 0.2 #### Aug 14, 1992 ####
1127050276Speter* support for color.
1127150276Speter* support for PC graphic characters.
1127250276Speter* lib_trace.c updated to use stdarg.h and vprintf routines.
1127350276Speter* added gdc.c (Great Digital Clock) as an example of using color.
1127450276Speter
1127550276Speter#### ncurses -> ncurses 0.1 #### Jul 31, 1992 ####
1127650276Speter* replacing sgtty stuff by termios stuff.
1127750276Speter* ANSIfication of some functions.
1127850276Speter* Disabling cost analysis 'cause it's incorrect.
1127950276Speter* A quick hack for a terminfo entry.
11280166124Srafan
11281166124Srafan-- vile:txtmode:
11282